/*
@mixin dim-padding($dim, $padding){
	{$dim-$padding}+px;
}
//*/
@font-face {
  font-family: 'BwMitga-Regular';
  src: url("../font/BwMitga-Regular.svg#BwMitga-Regular") format("svg"), url("../font/BwMitga-Regular.ttf") format("truetype"), url("../font/BwMitga-Regular.woff") format("woff");
  src: url("../font/FontsFree-Net-BwMitga-Regular.eot");
  src: url("../font/FontsFree-Net-BwMitga-Regular.eot?#iefix") format("embedded-opentype"), url("../font/FontsFree-Net-BwMitga-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BwMitga-Black';
  src: url("../font/BwMitga-Black.svg#BwMitga-Black") format("svg"), url("../font/BwMitga-Black.ttf") format("truetype"), url("../font/BwMitga-Black.woff") format("woff");
  src: url("../font/FontsFree-Net-BwMitga-Black.eot");
  src: url("../font/FontsFree-Net-BwMitga-Black.eot?#iefix") format("embedded-opentype"), url("../font/FontsFree-Net-BwMitga-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

* {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0 none;
  -moz-outline: 0 none;
  -webkit-font-smoothing: antialiased !important; }
  *::-moz-focus-inner {
    border: 0; }

html, body {
  color: #333333;
  background: #fff;
  font-family: "BwMitga-Regular", sans-serif; }

button {
  background: #1ba24a;
  color: #fff;
  transition-duration: .5s;
  border: #1ba24a solid 2px;
  font-family: "BwMitga-Black", sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem; }
  button a, button span {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0.5rem 1rem; }
  button:hover {
    background: #fff;
    color: #1ba24a; }
    button:hover a, button:hover span {
      color: #1ba24a; }
    button:hover .plus {
      background: url(../img/opt/plus-violet.png) no-repeat 2px 10px !important; }
  button .plus {
    background: url(../img/opt/plus-white.png) no-repeat 2px 10px !important;
    padding-left: 25px; }

h1, h2, h3, h4 {
  color: #8c2e81;
  text-transform: uppercase; }
  h1.transform-none, h2.transform-none, h3.transform-none, h4.transform-none {
    text-transform: none; }

h5 {
  font-family: "BwMitga-Regular", sans-serif; }

a {
  text-decoration: none;
  transition-duration: .5s; }
  a:hover {
    text-decoration: none; }

ul {
  margin: 0 0 0 30px; }

.box-bg {
  background: url(../img/bg.jpg) repeat; }

.bg-gray {
  background: #f5f5f7; }

.bg-white {
  background: #ffffff; }

.gummies-info {
  background: url(../img/gummies-img.jpg) no-repeat;
  background-size: cover;
  text-transform: uppercase;
  padding: 4rem 0; }
  .gummies-info * {
    color: #fff;
    font-family: "BwMitga-Black", sans-serif; }
  .gummies-info .col-12 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .gummies-info .col-12:after {
      content: "";
      display: block;
      width: 5px;
      height: 100%;
      border-radius: 2.5px;
      background: #ffffff; }
    .gummies-info .col-12:last-child:after {
      display: none; }

header {
  text-transform: uppercase;
  color: #8c2e81;
  font-family: "BwMitga-Regular", sans-serif;
  font-weight: bold; }
  header .active {
    font-family: "BwMitga-Black", sans-serif;
    font-weight: normal; }
  header .logo {
    margin: 0 65px 0 -110px; }
  header ul {
    margin-left: 0; }
  header .lang {
    background: url(../img/opt/lang.png) no-repeat 100% 0;
    height: 30px;
    background-size: auto 100%;
    padding: 6px 40px 0 0;
    font-size: 0.9rem;
    display: inline-block; }
    header .lang a {
      color: #8c2e81; }

.navbar-togger {
  color: rgba(0, 0, 0, 0.5); }

.navbar-toggler-icon {
  background-image: url(../img/opt/nav-hamburger.png); }

.products-home img {
  width: 200px; }

.products-home h3 {
  text-transform: none; }

.products-home p {
  font-size: 0.9rem; }

.products-home .content li {
  margin: 0 0 3px; }

.products img {
  width: 80%; }

.products .img {
  width: 300px;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center; }

.products .product-img-1 {
  background: url(../img/products-img1.jpg) no-repeat;
  background-size: cover; }

.products .product-img-2 {
  background: url(../img/products-img2.jpg) no-repeat;
  background-size: cover; }

.products .product-box {
  width: 100%;
  height: 100%; }
  .products .product-box h4 {
    line-height: 1.2rem; }

.possibilities .header {
  padding-bottom: 10px;
  position: relative;
  margin: 0 0 20px;
  height: 90px; }
  .possibilities .header:after {
    content: "";
    display: block;
    width: 90%;
    height: 7px;
    padding: 0 0 5px;
    border-radius: 3.5px;
    background: #8c2e81;
    position: absolute;
    bottom: 0;
    right: 0; }
  .possibilities .header .bg {
    position: absolute;
    bottom: 0;
    left: 99%;
    width: 67px;
    height: 66px;
    z-index: 10;
    background: url(../img/opt/arrow-violet.png) no-repeat; }

.green-box {
  background: #1ba24a;
  color: #fff; }
  .green-box * {
    color: #fff; }
  .green-box .header {
    padding: 0 90px 40px 0;
    position: relative;
    margin: 0 0 20px; }
    .green-box .header:after {
      content: "";
      display: block;
      width: 100%;
      height: 7px;
      padding: 0 0 5px;
      border-radius: 3.5px;
      background: #fff;
      position: absolute;
      bottom: 0; }
    .green-box .header .bg {
      position: absolute;
      bottom: 0;
      left: 80%;
      width: 67px;
      height: 66px;
      z-index: 10;
      background: url(../img/opt/arrow-green.png) no-repeat; }
  .green-box h4 {
    font-family: "BwMitga-Regular", sans-serif; }
  .green-box li {
    list-style-image: url(../img/opt/plus-white.png); }
  .green-box button {
    background: #ffffff;
    color: #1ba24a;
    border: #ffffff solid 2px;
    margin-top: 20px;
    border-radius: 2px; }
    .green-box button a {
      color: #1ba24a; }
    .green-box button:hover {
      background: #1ba24a;
      color: #ffffff; }
      .green-box button:hover a {
        color: #ffffff; }

#topSlider {
  position: relative;
  margin: 0 0 100px; }
  #topSlider .green-box {
    position: absolute;
    bottom: -70px;
    color: #fff;
    padding: 65px;
    width: 600px;
    border-radius: 10px;
    z-index: 10; }
    #topSlider .green-box .carousel-navi {
      display: flex;
      justify-content: flex-end;
      position: relative;
      z-index: 20;
      margin: 0 20px 0 0; }
      #topSlider .green-box .carousel-navi .circle {
        width: 12px;
        height: 12px;
        border: 1px solid #fff;
        border-radius: 6px;
        margin: 0 0 0 5px;
        cursor: pointer; }
        #topSlider .green-box .carousel-navi .circle.active {
          background: #fff; }
  #topSlider .packshot-box {
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin: 0 0 0 -70px;
    width: 300px;
    z-index: 10;
    pointer-events: none; }
    #topSlider .packshot-box img {
      width: 100%; }
  #topSlider #carouselTopslider .img {
    position: relative;
    width: 100%;
    text-align: right; }
    #topSlider #carouselTopslider .img img {
      width: 70%; }
  #topSlider.subpage .packshot-box {
    width: 250px;
    margin-left: -50px; }

.content li {
  list-style-image: url(../img/opt/plus-violet.png);
  padding: 0 10px;
  margin: 0 0 10px; }

.content .plus {
  background: url(../img/opt/plus-violet.png) no-repeat 0 5px;
  padding-left: 25px; }

footer {
  background: #1ba24a; }
  footer * {
    color: #fff; }
  footer .copy {
    background: #fff; }
    footer .copy * {
      color: #333333; }
  footer.green-box .header {
    padding-bottom: 10px; }
    footer.green-box .header .bg {
      background: url(../img/opt/arrow-green-2.png) no-repeat 100% 100%;
      left: 90%; }

.nav-tabs {
  border: 0;
  justify-content: center; }
  .nav-tabs li a {
    border-bottom: 5px solid #1ba24a;
    padding: 1rem 2rem;
    display: block;
    height: 100%; }
    .nav-tabs li a.active {
      background: #1ba24a;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      .nav-tabs li a.active * {
        color: #fff;
        margin: 0; }

.breadcrumbs {
  text-transform: uppercase;
  color: #8b8b8b;
  font-weight: bold; }
  .breadcrumbs a {
    color: #8c2e81; }
  .breadcrumbs .separator {
    margin: 0 5px; }

.tooltip-info {
  display: inline-block;
  border-bottom: 1px dotted black; }
  .tooltip-info .tooltiptext {
    visibility: hidden;
    width: 700px;
    box-shadow: 3px 7px 20px rgba(17, 17, 17, 0.36);
    background-color: #1ba24a;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 2rem;
    position: absolute;
    left: -200px;
    bottom: 0;
    margin-bottom: 80px;
    z-index: 1; }
    .tooltip-info .tooltiptext * {
      color: #fff; }
    .tooltip-info .tooltiptext .small {
      font-size: 0.6rem; }
    .tooltip-info .tooltiptext .plus {
      background: url(../img/opt/plus-violet.png) no-repeat 0 5px;
      padding-left: 25px; }
    .tooltip-info .tooltiptext.box-small {
      width: 600px; }
    .tooltip-info .tooltiptext:after {
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #1ba24a;
      display: block;
      content: "";
      position: absolute;
      bottom: -20px;
      left: 370px; }
  .tooltip-info:hover .tooltiptext {
    visibility: visible; }

.content .content-color {
  color: #8c2e81; }

.content .content-bold {
  font-family: "BwMitga-Black", sans-serif; }

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-bottom: 1rem; }

#formThx {
  display: none; }

video {
  width: 100%;
  height: auto; }

@media (max-width: 1600px) {
  #topSlider #carouselTopslider .img img {
    width: 75%; }
  .products-home > .col-12:nth-child(3n+1) .tooltiptext {
    left: 0; }
  .products-home > .col-12:nth-child(3n+1) .tooltip-info .tooltiptext:after {
    left: 170px; }
  .products-home > .col-12:nth-child(3n+3) .tooltiptext {
    left: auto;
    right: 0; }
  .products-home > .col-12:nth-child(3n+3) .tooltip-info .tooltiptext:after {
    left: auto;
    right: 170px; }
  .products > .col-12:nth-child(3n+1) .tooltiptext {
    left: 0; }
  .products > .col-12:nth-child(3n+1) .tooltip-info .tooltiptext:after {
    left: 170px; }
  .products > .col-12:nth-child(3n+3) .tooltiptext {
    left: auto;
    right: 0; }
  .products > .col-12:nth-child(3n+3) .tooltip-info .tooltiptext:after {
    left: auto;
    right: 170px; }
  header button a, header button span {
    padding: 0.5rem 1rem; } }

@media (max-width: 1400px) {
  header .logo {
    margin-left: 0; }
  #topSlider .green-box {
    margin-left: 110px;
    padding: 30px;
    bottom: -100px; }
  #topSlider .packshot-box {
    bottom: -80px;
    width: 250px;
    margin-left: 50px !important; }
  .green-box .header .bg, .possibilities .header .bg {
    width: 50px;
    height: 50px;
    background-size: cover !important; }
  .green-box .header:after, .possibilities .header:after {
    height: 5px; }
  #topSlider.subpage .packshot-box {
    width: 200px; } }

@media (max-width: 1200px) {
  header .navbar {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    background: #8c2e81;
    z-index: 100;
    text-align: center; }
    header .navbar * {
      color: #fff !important; }
  header .lang {
    display: inline-block;
    margin: 0 !important;
    text-align: right; }
  header .right-btn button {
    display: none; }
  #topSlider #carouselTopslider .img img {
    width: 100%; }
  #topSlider .green-box {
    margin: -100px 0 0;
    position: relative;
    bottom: auto;
    width: 90%;
    padding-right: 100px; }
  #topSlider .packshot-box {
    left: auto;
    right: 20px;
    bottom: 0;
    position: absolute;
    margin: -100px 0 0 -50px !important; }
  .green-box .header .bg {
    right: 10%;
    left: auto; }
  header {
    margin-bottom: 3rem; }
  #carouselCertificates img {
    width: 80%; } }

@media (max-width: 990px) {
  .green-box .header .bg, .possibilities .header .bg {
    display: none; }
  .green-box .header {
    padding-right: 100px;
    padding-bottom: 10px; }
  .tooltip-info .tooltiptext {
    left: 0 !important;
    width: 100% !important; }
  .tooltip-info .tooltiptext:after {
    left: 50% !important; }
  footer.green-box .header {
    padding-right: 0; }
  .possibilities .header {
    height: auto; } }

@media (max-width: 768px) {
  #topSlider .green-box {
    margin-top: -50px;
    padding-right: 10px; }
  #topSlider .packshot-box {
    width: 150px !important; }
  .green-box button {
    margin: 20px auto;
    display: block; }
  .gummies-info .col-12:after {
    display: none; }
  .gummies-info .col-12 h5 {
    border-bottom: 3px solid #fff;
    width: 80%;
    padding-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    width: 90% !important; }
  .gummies-info .col-12:last-child h5 {
    border: 0; } }

@media (max-width: 576px) {
  #carouselCertificates img {
    max-width: 80%;
    width: auto; }
  #topSlider .packshot-box {
    position: absolute;
    margin: 0 auto 0 -60px !important;
    right: auto;
    left: 50%;
    top: 0;
    bottom: auto; }
  #topSlider.subpage .packshot-box {
    position: relative;
    margin: -20px auto 0 !important;
    left: auto;
    top: auto;
    bottom: 0; }
  #topSlider .green-box {
    width: 100%;
    padding: 20px;
    margin-top: 50px; }
  #topSlider.subpage .green-box {
    margin-top: -30px; }
  #topSlider {
    margin-bottom: 50px; }
  .green-box .header {
    padding-right: 0; }
  header .logo {
    width: 80px;
    margin-right: 0; }
    header .logo img {
      width: 100%; }
  .green-box h2 {
    font-size: 1.3rem; }
  .green-box h4 {
    font-size: 1.1rem; }
  .carousel-possibilities .img {
    height: 150px !important; }
  header .lang {
    height: 20px;
    padding: 2px 25px 0 0;
    font-size: 0.8rem; } }

label {
  display: block;
  width: 100%;
  font-size: 14;
  color: #333333;
  position: relative;
  padding-left: 0.75rem; }
  label.light {
    text-transform: none;
    font-weight: normal;
    font-size: 0.75rem; }
  label.lg {
    font-size: 1rem;
    text-transform: none;
    font-weight: 600; }
    label.lg .cbx {
      top: 3px; }
  label.light {
    font-weight: normal !important; }
  label.error {
    color: #8c2e81;
    font-weight: normal;
    text-align: right;
    padding-left: 0.625rem;
    margin-top: 0.125rem; }

textarea {
  resize: none;
  height: calc(1.5em + 1.4rem + 4px) !important;
  border: 2px solid #eaeaea;
  background-color: #fff;
  border-radius: 0;
  color: #333333; }
  textarea.big {
    height: 200px  !important; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
.form-control {
  font-size: 1rem;
  color: #333333;
  font-family: "BwMitga-Regular", sans-serif;
  border: 2px solid #eaeaea;
  background-color: #fff;
  color: #333333;
  border-radius: 0; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  .form-control::-webkit-input-placeholder {
    font-size: 1rem;
    color: #333333;
    font-family: "BwMitga-Regular", sans-serif; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  select::-moz-placeholder,
  .form-control::-moz-placeholder {
    font-size: 1rem;
    color: #333333;
    font-family: "BwMitga-Regular", sans-serif; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  .form-control:-ms-input-placeholder {
    font-size: 1rem;
    color: #333333;
    font-family: "BwMitga-Regular", sans-serif; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  select:-moz-placeholder,
  .form-control:-moz-placeholder {
    font-size: 1rem;
    color: #333333;
    font-family: "BwMitga-Regular", sans-serif; }

.short {
  width: 70px; }

.checkbox {
  text-align: left;
  position: relative;
  margin: 10px 0 0 0;
  width: 100%; }
  .checkbox label {
    color: #333333;
    font-size: 0.9rem; }
    .checkbox label.error {
      color: red;
      padding-left: 0; }
  .checkbox label span.more {
    color: orange; }
  .checkbox label.form-check-label {
    padding-left: 38px;
    min-height: 28px; }
  .checkbox input[type="checkbox"] {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 20px;
    width: 28px;
    height: 28px;
    z-index: 10;
    cursor: pointer; }
  .checkbox .cbx {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    border: 1px solid #333333;
    background-color: #fff;
    cursor: pointer;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px; }
    .checkbox .cbx:after {
      content: "";
      position: absolute;
      display: none;
      left: 10px;
      top: 5px;
      width: 7px;
      height: 15px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .checkbox input[type="checkbox"]:checked ~ .cbx,
  .checkbox .cbx.checked {
    border-color: #1ba24a;
    background: #1ba24a; }
    .checkbox input[type="checkbox"]:checked ~ .cbx:after,
    .checkbox .cbx.checked:after {
      display: block; }
  .checkbox.disabled {
    opacity: 0.6;
    filter: alpha(opacity=60); }

.radio label {
  color: #333333; }
  .radio label img {
    vertical-align: middle;
    margin-left: 5px; }

.radio label.form-check-label {
  padding-left: 20px;
  padding-top: 0px; }

.radio input[type="radio"] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0; }

.radio .cbx {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  background-color: transparent;
  border: 1px solid #1ba24a;
  cursor: pointer;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }
  .radio .cbx::after {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    background-color: #1ba24a;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 1px;
    content: '';
    display: block; }

.radio input[type="radio"]:checked ~ .cbx,
.radio .cbx.checked {
  border-color: #1ba24a; }
  .radio input[type="radio"]:checked ~ .cbx::after,
  .radio .cbx.checked::after {
    opacity: 1;
    filter: alpha(opacity=100); }

.radio.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.form-status {
  color: #1ba24a;
  font-size: 0.8rem;
  font-weight: bold;
  padding-top: 1rem; }

.form-info {
  font-size: 0.7rem; }

@media (max-width: 768px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  select,
  .form-control {
    padding: 0.25rem 0.625rem; } }

.carousel-control-prev, .carousel-control-next {
  width: 35px; }

.carousel-control-prev {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  transform: rotate(180deg); }

.carousel-possibilities .box-bg {
  height: 100%;
  padding: 30px 0; }

.carousel-possibilities .img {
  height: 300px;
  display: flex;
  align-items: center; }

.carousel-possibilities.tab .img {
  height: 200px; }

@media (min-width: 768px) and (max-width: 991px) {
  .carousel-possibilities {
    /* Show 3rd slide on md  if col-md-4*/ }
    .carousel-possibilities .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
      position: absolute;
      top: 0;
      right: 0;
      /*change this with javascript in the future*/
      z-index: -1;
      display: block;
      visibility: visible; } }

@media (min-width: 576px) and (max-width: 768px) {
  .carousel-possibilities {
    /* Show 2 slide on md  if col-md-4*/ }
    .carousel-possibilities .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
      position: absolute;
      top: 0;
      right: -50%;
      /*change this with javascript in the future*/
      z-index: -1;
      display: block;
      visibility: visible; } }

@media (min-width: 576px) {
  .carousel-possibilities {
    /* show 2 items */
    /* left or forward direction */
    /* farthest right hidden item must be abso position for animations */
    /* right or prev direction */ }
    .carousel-possibilities .carousel-item {
      margin-right: 0; }
    .carousel-possibilities .carousel-inner .active + .carousel-item {
      display: block; }
    .carousel-possibilities .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-possibilities .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
      transition: none; }
    .carousel-possibilities .carousel-inner .carousel-item-next {
      position: relative;
      transform: translate3d(0, 0, 0); }
    .carousel-possibilities .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-possibilities .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-possibilities .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
      position: relative;
      transform: translate3d(-100%, 0, 0);
      visibility: visible; }
    .carousel-possibilities .carousel-inner .carousel-item-prev.carousel-item-right {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      display: block;
      visibility: visible; }
    .carousel-possibilities .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-possibilities .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-possibilities .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
      position: relative;
      transform: translate3d(100%, 0, 0);
      visibility: visible;
      display: block;
      visibility: visible; } }

#carouselPossibilities2 .img img {
  margin-left: -70px; }

#carouselPossibilities2 .carousel-inner {
  width: 90%; }

#carouselPossibilitiesHome .carousel-control-prev {
  left: 50px; }

#carouselPossibilitiesHome .carousel-control-next {
  right: 50px; }

#carouselCertificates {
  /*MD*/
  /*LG 6th*/ }
  @media (min-width: 768px) and (max-width: 991px) {
    #carouselCertificates {
      /* Show 3rd slide on md  if col-md-4*/ }
      #carouselCertificates .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: 0;
        /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible; } }
  @media (min-width: 576px) and (max-width: 768px) {
    #carouselCertificates {
      /* Show 2 slide on md  if col-md-4*/ }
      #carouselCertificates .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%;
        /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible; } }
  @media (min-width: 576px) {
    #carouselCertificates {
      /* show 2 items */
      /* left or forward direction */
      /* farthest right hidden item must be abso position for animations */
      /* right or prev direction */ }
      #carouselCertificates .carousel-item {
        margin-right: 0; }
      #carouselCertificates .carousel-inner .active + .carousel-item {
        display: block; }
      #carouselCertificates .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
      #carouselCertificates .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none; }
      #carouselCertificates .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0); }
      #carouselCertificates .active.carousel-item-left + .carousel-item-next.carousel-item-left,
      #carouselCertificates .carousel-item-next.carousel-item-left + .carousel-item,
      #carouselCertificates .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible; }
      #carouselCertificates .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible; }
      #carouselCertificates .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
      #carouselCertificates .carousel-item-prev.carousel-item-right + .carousel-item,
      #carouselCertificates .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible; } }
  @media (min-width: 768px) {
    #carouselCertificates {
      /* show 3rd of 3 item slide */
      /* left or forward direction */
      /* right or prev direction */ }
      #carouselCertificates .carousel-inner .active + .carousel-item + .carousel-item {
        display: block; }
      #carouselCertificates .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none; }
      #carouselCertificates .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0); }
      #carouselCertificates .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible; }
      #carouselCertificates .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible; } }
  @media (min-width: 991px) {
    #carouselCertificates {
      /* show 4th item */
      /* right or prev direction //t - previous slide direction last item animation fix */ }
      #carouselCertificates .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block; }
      #carouselCertificates .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none; }
      #carouselCertificates .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible; } }
