/* Aeris Network CSS
					 _     _   _      _                      _
	  /\            (_)   | \ | |    | |                    | |
	 /  \   ___ _ __ _ ___|  \| | ___| |___      _____  _ __| | __
	/ /\ \ / _ \ '__| / __| . ` |/ _ \ __\ \ /\ / / _ \| '__| |/ /
   / ____ \  __/ |  | \__ \ |\  |  __/ |_ \ V  V / (_) | |  |   <
  /_/    \_\___|_|  |_|___/_| \_|\___|\__| \_/\_/ \___/|_|  |_|\_
==========================================================================
	TABLE OF CONTENT
	1. VARIABLE
	2. BASIC
	3. GENERAL
	4. NAVIGATION
	5. COMPONENTS
	6. FOOTER
	7. MEDIA QUERIES
	8. ANIMATION DELAY
	9. FONT
========================================================================== */
/* admin */
.btn-editable {
  pointer-events: auto;
}
.btn-editable:hover {
  border: 2px solid #f00;
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-editable:hover i.fa {
  opacity: 1 !important;
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-editable:hover i.fa:before {
  opacity: 1 !important;
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-editable i.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -17px;
  opacity: 0 !important;
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-editable .fa:before {
  opacity: 0;
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/*  ==========================================================================
	1. VARIABLE
	========================================================================== */
.light {
  background: #fff;
}
.light-text {
  color: #fff;
}
.dark {
  background: #354437;
}
.dark-text {
  color: #354437;
}
.dark-overlay {
  background: rgba(53,68,55,0.75);
}
.gray,
.grey {
  background: #efefef;
}
.gray-text,
.grey-text {
  color: #efefef;
}
.graylight,
.greylight {
  background: #8a9a8c;
}
.graylight-text,
.greylight-text {
  color: #8a9a8c;
}
.graydark,
greydark {
  background: #cbcbcb;
}
.graydark-text,
.greydark-text {
  color: #cbcbcb;
}
.graymedium,
greymedium {
  background: #979e98;
}
.graymedium-text,
.greymedium-text {
  color: #979e98;
}
.green {
  background: #009739;
}
.green-text {
  color: #009739;
}
.greenlight {
  background: #80d4a7;
}
.greenlight-text {
  color: #80d4a7;
}
.greendark {
  background: #008030;
}
.greendark-text {
  color: #008030;
}
.pastel-green {
  background: rgba(0,151,57,0.15);
}
.pastel-lime {
  background: rgba(159,210,123,0.2);
}
.pastel-blue {
  background: rgba(144,208,206,0.2);
}
.pastel-violet {
  background: rgba(167,135,184,0.2);
}
.lime {
  background: #9fd27b;
}
.lime-text {
  color: #9fd27b;
}
.blue {
  background: #90d0ce;
}
.blue-text {
  color: #90d0ce;
}
.violet {
  background: #a787b8;
}
.violet-text {
  color: #a787b8;
}
.p364c {
  background: #005f83;
}
.p364c-text {
  color: #005f83;
}
/*  ==========================================================================
	2. BASIC
	========================================================================== */
html {
  min-height: 100%;
}
body {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  min-height: 100%;
  font-variant-numeric: lining-nums;
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
  background: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
  background: linear-gradient(to bottom, #fff 0%, #efefef 100%);
}
a {
  color: #009739;
}
a:hover {
  color: #008030;
}
a:focus {
  color: #008030;
  outline: none;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.3;
}
/*  ==========================================================================
	3. GENERAL
	========================================================================== */
.padding {
  padding: 40px;
  top: 2px;
}
.nopadding {
  padding: 0;
}
.nomargin {
  margin: 0;
}
.dropdown-menu {
  border: 0;
}
.container.white-page {
  background-color: #fff;
  -webkit-box-shadow: 0px -20px 10px #fff, 1px 1px 4px rgba(0,0,0,0.1);
          box-shadow: 0px -20px 10px #fff, 1px 1px 4px rgba(0,0,0,0.1);
  min-height: 200px;
  margin-bottom: 15px;
}
.input-icon-right {
  position: relative;
  display: inline-block;
}
.input-icon-right i {
  position: absolute;
  right: 0px;
  padding: 6px 12px;
  pointer-events: none;
  color: #009739;
}
.price {
  font-size: 28px;
  font-weight: 200;
}
.btn-block + .btn-block {
  margin-top: 12px;
}
.input-md {
  height: 38px;
  padding: 10px 16px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.list-group .list-group-item {
  border: 0;
  background-color: #efefef;
  border-radius: 0;
}
.list-group .list-group-item.item-space {
  margin-top: 15px;
}
#page-breadcrumb .breadcrumb {
  background-color: transparent;
  font-size: 16px;
  font-weight: 300;
  padding-right: 0;
}
#page-breadcrumb .breadcrumb .active {
  color: #354437;
  font-weight: 600;
}
#page-breadcrumb .breadcrumb .active .dropdown {
  display: inline;
}
#page-breadcrumb .breadcrumb .active .dropdown a {
  color: #354437;
}
#page-breadcrumb .breadcrumb .active .dropdown a .caret {
  color: #009739;
}
#page-breadcrumb .breadcrumb .active:before {
  font-weight: 300;
}
#page-breadcrumb .breadcrumb > li + li:before {
  content: ">";
  color: #009739;
}
.lead {
  font-weight: 200;
  font-size: 24px;
}
.lead strong {
  font-weight: 500;
}
.thumbnail {
  padding: 0;
  border-radius: 0;
  border: none;
  margin-bottom: 30px;
}
.img-with-caption {
  display: table;
}
.img-with-caption .img-caption {
  display: table-caption;
  caption-side: bottom;
  background-color: #009739;
  font-size: 13px;
  color: #fff;
  padding: 8px;
  text-align: center;
}
.img-with-caption-left {
  display: table;
}
.img-with-caption-left .img-container {
  display: table-cell;
}
.img-with-caption-left .img-caption {
  display: table-cell;
  background-color: #009739;
  font-size: 13px;
  color: #fff;
  padding: 8px;
  text-align: left;
  vertical-align: middle;
}
.text-underline {
  text-decoration: underline;
}
.font-size-10 {
  font-size: 10px;
}
.font-size-11 {
  font-size: 11px;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-13 {
  font-size: 13px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-15 {
  font-size: 15px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-17 {
  font-size: 17px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-19 {
  font-size: 19px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-21 {
  font-size: 21px;
}
.font-size-22 {
  font-size: 22px;
}
.font-size-23 {
  font-size: 23px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-25 {
  font-size: 25px;
}
.font-size-26 {
  font-size: 26px;
}
.font-size-27 {
  font-size: 27px;
}
.font-size-28 {
  font-size: 28px;
}
.font-size-29 {
  font-size: 29px;
}
.font-size-30 {
  font-size: 30px;
}
.font-size-31 {
  font-size: 31px;
}
.font-size-32 {
  font-size: 32px;
}
.font-size-33 {
  font-size: 33px;
}
.font-size-34 {
  font-size: 34px;
}
.font-size-35 {
  font-size: 35px;
}
.font-size-36 {
  font-size: 36px;
}
.font-size-37 {
  font-size: 37px;
}
.font-size-38 {
  font-size: 38px;
}
.font-size-39 {
  font-size: 39px;
}
.font-size-40 {
  font-size: 40px;
}
.font-size-41 {
  font-size: 41px;
}
.font-size-42 {
  font-size: 42px;
}
.font-size-43 {
  font-size: 43px;
}
.font-size-44 {
  font-size: 44px;
}
.font-size-45 {
  font-size: 45px;
}
.font-size-46 {
  font-size: 46px;
}
.font-size-47 {
  font-size: 47px;
}
.font-size-48 {
  font-size: 48px;
}
.font-size-49 {
  font-size: 49px;
}
.font-size-50 {
  font-size: 50px;
}
.font-size-51 {
  font-size: 51px;
}
.font-size-52 {
  font-size: 52px;
}
.font-size-53 {
  font-size: 53px;
}
.font-size-54 {
  font-size: 54px;
}
.font-size-55 {
  font-size: 55px;
}
.font-size-56 {
  font-size: 56px;
}
.font-size-57 {
  font-size: 57px;
}
.font-size-58 {
  font-size: 58px;
}
.font-size-59 {
  font-size: 59px;
}
.font-size-60 {
  font-size: 60px;
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
.btn-facebook {
  background-color: #3b5998;
  color: #fff;
  border: none;
}
.btn-facebook:hover,
.btn-facebook:focus {
  background-color: #324c81;
  color: #fff;
}
.btn-linkedin {
  background-color: #007bb6;
  color: #fff;
  border: none;
}
.btn-linkedin:hover,
.btn-linkedin:focus {
  background-color: #00699b;
  color: #fff;
}
.btn-twitter {
  background-color: #00aced;
  color: #fff;
  border: none;
}
.btn-twitter:hover,
.btn-twitter:focus {
  background-color: #0092c9;
  color: #fff;
}
.green-banner {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.27);
  padding: 20px;
  background: #00a84f;
  background: radial-gradient(ellipse at center, #00a84f 1%, #008c3f 100%);
}
.green-banner:hover,
.green-banner:focus {
  background: #00a84f;
  background: radial-gradient(ellipse at center, #00a84f 1%, #007f39 100%);
}
.green-banner .green-banner-img {
  position: absolute;
  bottom: 0;
  width: 110px;
}
.green-banner .green-banner-text {
  width: calc(100% - 130px);
  float: right;
  line-height: 1.6em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.green-banner .banner-btn {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.pink-banner {
  background-color: #e9828c;
  color: #fff;
  padding: 40px 80px;
}
.babyblue-banner {
  background-color: #8cd1cd;
  color: #fff;
  padding: 40px 80px;
}
.green2-banner {
  background-color: #b2d288;
  color: #fff;
  padding: 40px 80px;
}
.ul-greendot {
  list-style-type: none;
  position: relative;
  margin-left: 20px;
  padding-left: 0;
  font-size: 16px;
}
.ul-greendot li {
  margin-bottom: 5px;
}
.ul-greendot li strong {
  font-weight: 600;
}
.ul-greendot li:before {
  content: "\2022";
  position: absolute;
  left: -20px;
  color: #009739;
  line-height: 100%;
  font-weight: 900;
  font-size: 20px;
}
.knowmore {
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
  color: #009739;
}
.spacer {
  height: 60px;
}
blockquote {
  border-left: 5px solid #009739;
  padding: 5px 20px;
}
blockquote footer {
  margin: auto;
}
blockquote footer cite {
  font-style: normal;
  font-weight: 600;
}
blockquote.blockquote-alternative {
  border-left: none;
  border-bottom: 5px solid #009739;
  padding: 40px;
  margin: 0;
}
blockquote.blockquote-alternative footer {
  margin: auto;
}
blockquote.blockquote-alternative footer cite {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}
blockquote.blue-quote {
  border-color: #90d0ce;
}
blockquote.p364c-quote {
  border-color: #005f83;
}
.ref {
  font-size: 13px;
  counter-reset: ref-counter;
  -webkit-column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-count: 3;
  -moz-column-gap: 40px;
  column-count: 3;
  column-gap: 40px;
}
.ref dt:before {
  content: counter(ref-counter);
  counter-increment: ref-counter;
  font-size: 10px;
  font-weight: lighter;
  margin-left: -12px;
  width: 12px;
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}
.ref dd {
  margin-bottom: 20px;
}
.ref2 {
  font-size: 13px;
  counter-reset: ref-counter;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  column-count: 2;
  column-gap: 40px;
}
.ref2 dt:before {
  content: counter(ref-counter);
  counter-increment: ref-counter;
  font-size: 10px;
  font-weight: lighter;
  margin-left: -12px;
  width: 12px;
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}
.ref2 dd {
  margin-bottom: 20px;
}
.btn.btn-nostyle {
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: initial;
  border: none;
}
.btn.btn-xlg {
  padding: 14px;
}
.btn.btn-square {
  border: 4px solid #009739;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn.btn-square i {
  color: #009739;
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn.btn-square:hover,
.btn.btn-square:focus {
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  background-color: #009739;
  color: #fff;
}
.btn.btn-square:hover i,
.btn.btn-square:focus i {
  color: #fff;
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn.btn-square.btn-white {
  border-color: #fff;
  color: #fff;
}
.btn.btn-green {
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border-radius: 0;
  border: 4px solid transparent;
  background: #00a84f;
  background: radial-gradient(ellipse at center, #00a84f 1%, #008c3f 100%);
}
.btn.btn-green:hover,
.btn.btn-green:focus {
  background: #00a84f;
  background: radial-gradient(ellipse at center, #00a84f 1%, #007f39 100%);
}
.btn.btn-blue {
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #90d0ce;
}
.btn.btn-p364c {
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #005f83;
}
.isotope .media-item.col-lg-4 {
  margin-right: -1px;
}
.panel-video {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 30px;
}
.panel-video .panel-body {
  position: relative;
  padding: 0;
}
.panel-video .panel-body .play-btn {
  position: absolute;
  left: 50%;
  margin-left: -26px;
  top: 50%;
  margin-top: -26px;
}
.panel-video .panel-footer {
  border-radius: 0;
}
.panel-video .panel-footer .media-video-date {
  color: #009739;
  font-size: 14px;
  font-weight: 600;
}
.panel-video .panel-footer .media-video-cat {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 12px;
}
.panel-video .panel-footer .media-video-title {
  font-weight: 600;
  font-size: 16;
}
.media-article {
  background-color: #efefef;
  margin-bottom: 10px;
}
.media-article .media-article-thumb {
  float: left;
  width: 122px;
  height: 92px;
}
.media-article .media-article-detail {
  display: table;
  table-layout: fixed;
  width: calc(100% - 122px);
  height: 92px;
}
.media-article .media-article-detail div {
  display: table-cell;
  vertical-align: middle;
}
.media-article .media-article-detail div.media-article-header {
  width: calc(100% - 240px);
}
.media-article .media-article-detail div.media-article-date {
  width: 100px;
}
.media-article .media-article-detail div.media-article-cat {
  width: 140px;
}
.media-article .media-article-detail div:first-of-type {
  padding-left: 20px;
}
.media-article .media-article-detail .media-article-publisher {
  font-size: 14px;
  font-weight: 700;
  color: #979e98;
  text-transform: uppercase;
}
.media-article .media-article-detail .media-article-title {
  color: #354437;
  font-weight: 600;
  font-size: 16px;
  display: block;
  max-height: 40px;
}
.media-article .media-article-detail .media-article-date {
  color: #009739;
  font-size: 14px;
  font-weight: 600;
}
.media-article .media-article-detail .media-article-cat {
  text-transform: uppercase;
  color: #354437;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 12px;
  text-align: right;
  padding-right: 20px;
}
/*  ==========================================================================
	4. NAVIGATION
	========================================================================== */
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 5;
}
#topbanner {
  background: #ed733d;
  color: #fff;
  height: 50px;
  line-height: 50px;
  z-index: 100;
  position: relative;
  overflow: hidden;
}
#topbanner img {
  width: auto;
  height: 30px;
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.33);
          box-shadow: 1px 1px 5px rgba(0,0,0,0.33);
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
}
#topbanner img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#logo {
  position: relative;
  display: block;
  z-index: 99;
}
#logo a {
  width: 171px;
  height: 136px;
  position: absolute;
  z-index: 99;
}
div[data-anchor]:target {
  padding-top: 156px;
  margin-top: -156px;
}
#secondary-menu {
  z-index: 1;
  margin-bottom: 0;
}
#secondary-menu.navbar-green {
  background: #009739;
  color: #fff;
  -webkit-box-shadow: inset 0 -3px 5px rgba(0,0,0,0.1);
          box-shadow: inset 0 -3px 5px rgba(0,0,0,0.1);
}
#secondary-menu.navbar-green #secondary-nav {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#secondary-menu.navbar-green .navbar-brand {
  width: 171px;
  background: transparent;
  margin-left: 0px;
}
#secondary-menu.navbar-green .navbar-nav {
  font-size: 12px;
  font-weight: 300;
}
#secondary-menu.navbar-green .navbar-nav li a {
  color: #fff;
  font-weight: 500;
}
#secondary-menu.navbar-green .navbar-nav li a:hover,
#secondary-menu.navbar-green .navbar-nav li a:focus {
  background: #008030;
}
#secondary-menu.navbar-green .navbar-nav .myspace {
  font-weight: 500;
}
#secondary-menu.navbar-green .navbar-nav .myspace i {
  color: #80d4a7;
  font-size: 17px;
  padding-right: 3px;
}
#secondary-menu.navbar-green .navbar-nav .nav-icon a {
  padding: 15px 2px;
  font-size: 17px;
  color: #80d4a7;
}
#secondary-menu.navbar-green .open > .dropdown-menu {
  display: block !important;
}
#secondary-menu.navbar-green .btn-primary {
  border: 1px solid rgba(255,255,255,0.4);
  padding: 4px 6px;
}
#secondary-menu.navbar-green .btn-primary:hover {
  border: 1px solid #008030;
}
#secondary-menu.navbar-green .btn-primary .caret {
  color: #80d4a7;
}
#secondary-menu.navbar-green .btn-primary .fa,
#secondary-menu.navbar-green .btn-primary .fa-shopping-cart:before {
  color: #80d4a7;
  font-size: 16px;
  padding-right: 3px;
}
#secondary-menu.navbar-green .btn-primary.btn-cart {
  font-size: 12px;
  line-height: 16px;
  padding-top: 8px;
}
#secondary-menu.navbar-green .btn-primary.btn-lang {
  font-size: 10px;
  line-height: 16px;
  padding-top: 5px;
  padding-bottom: 4px;
}
#secondary-menu.navbar-green .link-over-icon {
  position: absolute;
  right: 0;
  height: 100%;
  width: 40px;
}
#secondary-menu.navbar-green .lang-selector .dropdown-menu li a {
  font-size: 10px;
  font-weight: 500;
}
#secondary-menu.navbar-green .navbar-toggle {
  border: 1px solid rgba(255,255,255,0.4);
}
#secondary-menu.navbar-green .navbar-toggle .icon-bar {
  background: #fff;
}
#main-menu {
  z-index: 0;
  background: rgba(255,255,255,0.9);
  border: none;
}
#main-menu .navbar-brand {
  width: 171px;
  background: transparent;
  margin-left: 0px;
}
#main-menu .navbar-nav {
  float: right;
  font-size: 17px;
  font-weight: 500;
}
#main-menu .navbar-nav li a {
  padding-top: 32px;
  padding-bottom: 32px;
  color: #354437;
}
#main-menu .navbar-nav .dropdown-menu li a {
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
}
#main-menu .navbar-nav .dropdown-menu li a img {
  max-height: 150px;
}
#main-menu .navbar-nav .caret {
  color: #009739;
}
#main-menu .navbar-nav .green-text {
  color: #009739;
}
#main-menu .navbar-nav .open > a {
  background-color: #fff;
}
#main-menu .yamm-content div {
  margin-bottom: 20px;
}
#main-menu .dropdown.yamm-fw .dropdown-menu {
  left: 15px;
  right: 15px;
}
/*  ==========================================================================
	5. COMPONENTS
	========================================================================== */
.image-title-wrapper {
  position: relative;
}
.image-title-wrapper .image-title {
  position: absolute;
  bottom: 0;
  left: 25px;
  background-color: #fff;
  border-left: 8px solid #009739;
  padding: 15px;
}
.image-title-wrapper .image-title * {
  margin: 0 !important;
  padding: 0 !important;
}
.image-title-wrapper .image-title h2 {
  font-size: 20px;
}
.image-title-wrapper .image-title h3 {
  font-size: 16px;
}
.os-animation,
opacity 0,
.os-animation.animated {
  opacity: 1;
}
.timeline {
  list-style: none;
  padding: 10px 0;
  position: relative;
  font-weight: 300;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background: #009739;
  left: 50%;
  margin-left: -1px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
  text-align: right;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc(100% - 25px);
  width: -webkit-calc(100% - 25px);
  float: left;
  border: none;
  background: #fff;
  position: relative;
}
.timeline > li > .timeline-badge {
  color: #009739;
  width: 100%;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 16px;
  right: 0;
  margin-right: -50%;
  z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge > a {
  color: #009739 !important;
}
.timeline-badge a:hover {
  color: #dcdcdc !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-heading h4 {
  font-weight: 700;
  font-size: 60px;
  padding: 0 15px;
  color: #009739;
}
.timeline-body > p,
.timeline-body > ul {
  padding: 10px 15px;
  margin-bottom: 0;
}
.timeline-footer {
  padding: 5px 15px;
  background-color: #f4f4f4;
}
.timeline-footer p {
  margin-bottom: 0;
}
.timeline-footer > a {
  cursor: pointer;
  text-decoration: none;
}
.timeline > li.timeline-inverted {
  float: right;
  clear: right;
  text-align: left;
}
.timeline > li:nth-child(2) {
  margin-top: 140px;
}
.timeline > li.timeline-inverted > .timeline-badge {
  left: 0;
  margin-left: -50%;
}
.no-float {
  float: none !important;
}
.timeline-to-follow {
  letter-spacing: 1px;
  font-weight: 600;
  color: #009739;
  text-align: center;
}
.thumbnail-wrapper {
  display: block;
  position: relative;
  color: #fff;
}
.thumbnail-wrapper .thumb-overlay {
  display: table;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(53,68,55,0)), color-stop(90%, #354437));
  background: linear-gradient(to bottom, rgba(53,68,55,0) 0%, #354437 90%);
}
.thumbnail-wrapper .thumb-overlay .thumb-title {
  font-size: 20px;
  border-left: 8px solid #009739;
  padding-left: 10px;
  text-transform: uppercase;
}
.thumbnail-wrapper .thumb-overlay .thumb-title2 {
  font-size: 15px;
  font-weight: 60;
  border-left: 8px solid #009739;
  padding-left: 10px;
}
hr.separator {
  background-image: url("/assets/img/separator.png");
  background-position: center bottom;
  margin: 0;
  min-height: 51px;
  border: none;
}
hr.green-separator {
  border-top: 2px solid #009739;
  border-bottom: 2px solid #009739;
  margin-top: 0;
  margin-bottom: 0;
}
hr.row.separator {
  background-image: url("/assets/img/separator.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}
hr.dashed {
  border-style: dashed;
}
hr.blue-dashed {
  border-color: #90d0ce;
}
hr.p364c-dashed {
  border-color: #005f83;
}
.biok-tabs .nav-tabs {
  border-bottom: 0;
  margin-bottom: 40px;
}
.biok-tabs .nav-tabs>li {
  margin-bottom: 0;
}
.biok-tabs .nav-tabs > li > a {
  font-size: 20px;
  border: none;
  color: #354437;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}
.biok-tabs .nav-tabs > li.active > a,
.biok-tabs .nav-tabs > li.active > a:hover,
.biok-tabs .nav-tabs > li.active > a:focus {
  border: none;
  font-size: 20px;
  font-weight: 500;
  color: #009739;
}
.biok-tabs .nav > li > a:hover,
.biok-tabs .nav > li > a:focus {
  background-color: transparent;
  border: none;
  font-size: 20px;
}
.biok-tabs .nav-tabs > li.active a {
  -webkit-box-shadow: 0px 1px 1px #cbcbcb;
          box-shadow: 0px 1px 1px #cbcbcb;
}
.biok-tabs .nav-tabs > li.active a:after {
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  left: 50%;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -5px;
  -webkit-box-shadow: 1px 1px 1px #cbcbcb;
          box-shadow: 1px 1px 1px #cbcbcb;
}
.tiles a {
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
  position: relative;
}
.tiles a:hover,
.tiles a:focus {
  display: block;
  position: relative;
  text-decoration: none; /* IE 9 */
  -webkit-transform: scale(1.02); /* Chrome, Safari, Opera */
  transform: scale(1.02);
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.tiles a:hover .panel,
.tiles a:focus .panel {
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 5px 5px 30px rgba(0,0,0,0.25);
          box-shadow: 5px 5px 30px rgba(0,0,0,0.25);
}
.tiles .panel {
  border-radius: 0;
  border: none;
  color: #fff;
  text-align: center;
  height: 233px;
  max-width: 360px;
  padding-top: 30px;
  position: relative;
  margin: 15px auto;
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
          box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.tiles .panel h2 {
  text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 0;
}
.tiles .panel h2 span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
}
.tiles .panel .tile-btn {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 22px);
  display: table;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.tiles .panel .tile-btn:hover,
.tiles .panel .tile-btn:focus {
  text-decoration: none;
}
.tiles .panel .tile-btn i {
  display: table-cell;
  vertical-align: middle;
}
.tiles .panel.tile-bienfaits {
  background-image: url("/assets/img/bienfaits.jpg");
  background-repeat: no-repeat;
}
.tiles .panel.tile-boutique {
  background-image: url("/assets/img/boutique.jpg");
  background-repeat: no-repeat;
}
.tiles .panel.tile-trouvez {
  background-image: url("/assets/img/trouvez.jpg");
  background-repeat: no-repeat;
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.tiles .panel.tile-trouvez:hover,
.tiles .panel.tile-trouvez:focus { /* IE 9 */
  -webkit-transform: scale(1.02); /* Chrome, Safari, Opera */
  transform: scale(1.02);
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 5px 5px 30px rgba(0,0,0,0.25);
          box-shadow: 5px 5px 30px rgba(0,0,0,0.25);
}
.tiles .panel.tile-trouvez input::-webkit-input-placeholder {
  color: #354437;
  font-weight: 600;
  text-align: center;
}
.tiles .panel.tile-trouvez input:-moz-placeholder {
  color: #354437;
  font-weight: 600;
  text-align: center;
}
.tiles .panel.tile-trouvez input::-moz-placeholder {
  color: #354437;
  font-weight: 600;
  text-align: center;
}
.tiles .panel.tile-trouvez input:-ms-input-placeholder {
  color: #354437;
  font-weight: 600;
  text-align: center;
}
.tiles .panel.panel-white {
  text-align: left;
  color: #354437;
  padding-top: 0;
}
.tiles .panel.panel-white .panel-body {
  padding: 40px;
}
.tiles .panel.panel-white h2 {
  color: #009739;
  font-size: 20px;
  text-shadow: none;
  letter-spacing: 0;
}
.tiles .panel.panel-white p {
  position: absolute;
  bottom: 40px;
}
.tiles .panel.tile-science {
  background-image: url("/assets/img/science.png");
  background-repeat: no-repeat;
  background-position: right;
}
.tiles .panel.tile-science2 {
  background-image: url("/assets/img/science2.png");
  background-repeat: no-repeat;
  background-position: right;
}
.tiles .panel.tile-video i {
  font-size: 60px;
  color: #009739;
}
.tiles .panel.tile-Healthcare i {
  font-size: 60px;
  color: #009739;
}
.tiles .panel.tile-events {
  background-image: url("/assets/img/events.jpg");
  background-repeat: no-repeat;
  background-position: right;
}
.tiles .panel.tile-why-fr {
  background-image: url("/assets/img/why-v4-fr.png");
  background-repeat: no-repeat;
  background-position: right -20px center;
}
.tiles .panel.tile-why-en {
  background-image: url("/assets/img/why-v4-en.png");
  background-repeat: no-repeat;
  background-position: right;
}
.main-slider .container {
  position: relative;
}
.main-slider .swiper-slide img {
  max-width: 100%;
}
.main-slider .swiper-slide.safeguard-your-immune-system a {
  text-decoration: none !important;
}
.main-slider .swiper-slide.safeguard-your-immune-system h1 {
  position: absolute;
  color: #009739;
  font-size: 50px;
  font-weight: 800;
  margin: 0;
  top: 30px;
  left: 60px;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  .main-slider .swiper-slide.safeguard-your-immune-system h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .main-slider .swiper-slide.safeguard-your-immune-system h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .main-slider .swiper-slide.safeguard-your-immune-system h1 {
    width: 100%;
    text-align: center;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: calc(24px + 1.1vw);
  }
}
@media (min-width: 992px) {
  .main-slider .swiper-slide.slide-care .h-100 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 80px;
  }
  .main-slider .swiper-slide.slide-care .h-100:before,
  .main-slider .swiper-slide.slide-care .h-100:after {
    display: none;
  }
}
.main-slider .swiper-slide.slide-care .h-100 img {
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
}
.main-slider .swiper-slide.slide-care .h-100 img:hover {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.main-slider .swiper-slide .slide-ibs {
  background: #ffa500;
  height: 100%;
  background-image: url("/assets/img/bg-orange.png");
  background-size: cover;
  background-position: center;
  min-height: 500px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .main-slider .swiper-slide .slide-ibs > .row {
    height: 100%;
  }
  .main-slider .swiper-slide .slide-ibs > .row .v-middle {
    height: 100%;
    display: table;
  }
  .main-slider .swiper-slide .slide-ibs > .row .v-middle > .v-child {
    display: table-cell;
    vertical-align: middle;
  }
}
.main-slider .swiper-slide .slide-ibs h1 {
  font-size: 75px;
  font-weight: 700;
  color: #fff;
}
.main-slider .swiper-slide .slide-ibs .lead {
  color: #fff;
  font-size: 38px;
}
.main-slider .swiper-slide .slide-ibs .btn-square {
  background: #fff;
  border-color: #fff;
  color: #005f83;
}
.main-slider .swiper-slide .slide-ibs .btn-square:hover {
  border-color: #fff;
  background: #fff;
  color: #005f83;
}
@media screen and (max-width: 767px) {
  .main-slider .swiper-slide .slide-ibs {
    text-align: center;
  }
  .main-slider .swiper-slide .slide-ibs h1 {
    font-size: 50px;
  }
  .main-slider .swiper-slide .slide-ibs .lead {
    font-size: 24px;
  }
  .main-slider .swiper-slide .slide-ibs img {
    max-width: 260px;
    margin: 0 auto;
  }
}
.main-slider .swiper-slide.petelefeu {
  background-color: #009739;
  height: 100%;
  background-image: url("/assets/img/bouteille_frais_chopped.png");
  background-repeat: no-repeat;
  background-position: bottom right 60px;
  background-size: calc(200px + 1vw);
  min-height: 620px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .main-slider .swiper-slide.petelefeu {
    background-position: bottom center;
  }
}
@media (min-width: 1200px) {
  .main-slider .swiper-slide.petelefeu {
    background-size: calc(200px + 1vw);
  }
}
.main-slider .swiper-slide.petelefeu .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.main-slider .swiper-slide.petelefeu .row .col-sm-12 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .main-slider .swiper-slide.petelefeu .row .col-sm-12 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.main-slider .swiper-slide.petelefeu .row .petelefeu-inner {
  padding: 60px;
}
@media (max-width: 767px) {
  .main-slider .swiper-slide.petelefeu .row .petelefeu-inner {
    padding: 60px 30px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .main-slider .swiper-slide.petelefeu .row .petelefeu-inner a.btn:first-of-type {
    margin-right: 30px;
  }
}
.main-slider .swiper-slide.petelefeu .row .petelefeu-inner h1 {
  color: #fff;
  font-weight: 800;
  line-height: 1;
  -webkit-font-variant-ligatures: no-common-ligatures;
          font-variant-ligatures: no-common-ligatures;
  margin-bottom: 100px;
  margin-top: 0;
}
@media (max-width: 599px) {
  .main-slider .swiper-slide.petelefeu .row .petelefeu-inner h1 {
    font-size: calc(36px + 1vw);
  }
}
@media (min-width: 600px) {
  .main-slider .swiper-slide.petelefeu .row .petelefeu-inner h1 {
    font-size: calc(36px + 3vw);
  }
}
@media (max-width: 767px) {
  .main-slider .swiper-slide.petelefeu .row .petelefeu-inner h1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 800px) {
  .main-slider .swiper-slide.petelefeu .row .petelefeu-inner h1 {
    font-size: calc(36px + 3vw);
  }
}
@media (min-width: 1000px) {
  .main-slider .swiper-slide.petelefeu .row .petelefeu-inner h1 {
    font-size: calc(36px + 4vw);
  }
}
@media (min-width: 1200px) {
  .main-slider .swiper-slide.petelefeu .row .petelefeu-inner h1 {
    font-size: calc(36px + 5vw);
  }
}
@media (min-width: 1300px) {
  .main-slider .swiper-slide.petelefeu .row .petelefeu-inner h1 {
    font-size: calc(36px + 5vw);
    margin-bottom: 130px;
  }
}
@media (min-width: 1400px) {
  .main-slider .swiper-slide.petelefeu .row .petelefeu-inner h1 {
    font-size: calc(36px + 4vw);
    margin-bottom: 130px;
  }
}
.main-slider .swiper-slide.petelefeu .row .petelefeu-inner .btn-square {
  display: inline-block;
  background: #009739;
}
.main-slider .swiper-slide.petelefeu .row .petelefeu-inner .btn-square:before {
  content: '';
  display: inline-block;
  width: 19px;
}
@media (max-width: 599px) {
  .main-slider .swiper-slide.petelefeu .row .petelefeu-inner .btn-square {
    padding: 10px;
    font-size: 14px;
  }
  .main-slider .swiper-slide.petelefeu .row .petelefeu-inner .btn-square i {
    color: #fff;
  }
}
.main-slider .swiper-slide.main-slide-01 h1 {
  font-size: 64px;
  text-align: center;
  font-weight: 700;
  margin-top: -30px;
}
.main-slider .swiper-slide.main-slide-02 .beach {
  background: url("/assets/img/beach.jpg");
  background-size: cover;
}
.main-slider .swiper-slide.main-slide-02 .beach h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 200;
}
.main-slider .swiper-slide.main-slide-02 .beach .yellow-table {
  border-radius: 20px;
  overflow: hidden;
}
.main-slider .swiper-slide.main-slide-02 .beach .yellow-table .yellow-table-top {
  background: #ffcf01;
  color: #007697;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-slider .swiper-slide.main-slide-02 .beach .yellow-table .yellow-table-body {
  background: rgba(255,255,255,0.5);
  color: #007697;
  padding: 20px;
}
.main-slider .swiper-slide.main-slide-02 .beach .yellow-table .yellow-table-body p {
  font-size: 20px;
}
.main-slider .swiper-slide.main-slide-02 .beach .yellow-table .yellow-table-body .sun-bullet {
  list-style-image: url("/assets/img/sun-bullet.png");
  padding-left: 20px;
  font-size: 20px;
}
.main-slider .swiper-slide.main-slide-03 .blue-sky {
  background: url("/assets/img/slide-3-usa.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
.main-slider .swiper-slide.main-slide-03 .blue-sky .icon-biok-logo-en:before {
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 20px;
}
.main-slider .swiper-slide.main-slide-03 .blue-sky .icon-biok-logo-en.font-size-40.hidden-xs:before {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.main-slider .swiper-slide.main-slide-03 .blue-sky h2 {
  text-shadow: 2px 2px 4px rgba(0,0,0,0.33);
}
.main-slider .swiper-slide.main-slide-03 .blue-sky .plus-bullet {
  list-style-image: url("/assets/img/plus-bullet.png");
  padding-left: 20px;
  font-size: 20px;
}
.main-slider .swiper-slide.main-slide-03 .blue-sky .plus-bullet li {
  color: #354437;
  font-weight: 600;
  font-size: 16px;
}
.main-slider .swiper-slide.main-slide-03 .slide-03-offset {
  position: relative;
  margin-top: 15%;
  left: -25%;
}
.main-slider .swiper-slide.main-slide-03 h1 {
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: 600;
}
.main-slider .swiper-slide p {
  font-size: 15px;
}
.main-slider .swiper-slide.main-slide-04 .slide-kidz-new-fr {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  color: #ec1b30;
  font-size: 26px;
}
.main-slider .swiper-slide.main-slide-04 .slide-kidz-new-en {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  color: #ec1b30;
  font-size: 26px;
}
.main-slider .swiper-slide.main-slide-05 h1 {
  font-size: 50px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.main-slider .swiper-slide.main-slide-05 .slide-05-offset {
  position: relative;
  margin-top: 15%;
  left: -15%;
}
.main-slider .swiper-slide.main-slide-06 h1 {
  font-size: 50px;
  line-height: 55px;
  margin-top: 0;
}
.main-slider .swiper-slide.main-slide-06 p.lead {
  font-size: 20px;
  margin-bottom: 0;
}
.main-slider .swiper-slide.main-slide-06 .img-caption {
  text-align: center;
  font-size: 14px;
  margin-top: -30px;
}
.main-slider .swiper-slide.main-slide-medicalfood .slide-medicalfood-offset {
  position: relative;
  margin-top: 25%;
  left: -25%;
}
.main-slider .swiper-slide.main-slide-medicalfood h1 {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
}
.main-slider .swiper-slide p {
  font-size: 15px;
}
.main-slider .arrow-left {
  background: url("/assets/img/arrow-left.png") no-repeat;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -46px;
  width: 59px;
  height: 92px;
  z-index: 2;
}
.main-slider .arrow-right {
  background: url("/assets/img/arrow-right.png") no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -46px;
  width: 59px;
  height: 92px;
  z-index: 2;
}
.main-slider .btn-square {
  display: block;
  position: relative;
  border: 4px solid #009739;
  padding: 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  letter-spacing: 1px;
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.main-slider .btn-square i {
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.main-slider .btn-square:focus,
.main-slider .btn-square:hover {
  text-decoration: none;
  background-color: #009739;
  color: #fff;
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.main-slider .btn-square:focus i,
.main-slider .btn-square:hover i {
  padding-left: 10px;
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#product-title {
  font-size: 70px;
  line-height: 1;
  color: #354437;
  font-weight: 100;
  margin-bottom: 0;
}
#product-subtitle {
  font-size: 24px;
  font-weight: 100;
  margin-top: 20px;
  margin-bottom: 8px;
}
#npn {
  font-size: 14px;
  font-weight: 500;
}
#product-certifications {
  margin-top: 30px;
  margin-bottom: 20px;
}
#product-certifications img {
  padding-right: 10px;
}
.panel-prices {
  border-radius: 0;
  background-color: #efefef;
  color: #009739;
}
.panel-prices .prices-title {
  text-align: center;
  font-size: 19px;
  font-weight: 600;
}
.panel-prices .table {
  margin-bottom: 10px;
}
.panel-prices .table td,
.panel-prices .table th {
  border-color: rgba(0,169,80,0.66);
  font-size: 18px;
}
.panel-prices .table td {
  font-weight: 100;
}
.panel-prices .table th {
  font-weight: 500;
  text-align: right;
}
.panel-prices .table tr:first-of-type td,
.panel-prices .table tr:first-of-type th {
  border-top: none;
}
.panel-prices .panel-footer {
  color: #fff;
  padding: 0;
  border-radius: 0;
  background: #00a84f;
  background: radial-gradient(ellipse at center, #00a84f 1%, #008c3f 100%);
}
.panel-prices a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 15px;
  font-weight: 600;
}
.panel-prices a:hover,
.panel-prices a:focus {
  background: #00a84f;
  background: radial-gradient(ellipse at center, #00a84f 1%, #007f39 100%);
}
.panel-prices .panel-footer2 {
  padding: 15px;
  margin-bottom: -15px;
}
.panel-prices .panel-footer2 tr td {
  padding: 0;
}
.panel-prices .panel-footer2 a {
  padding: 8px 0;
}
.panel-prices .btn-square {
  font-size: 13px;
  color: #009739;
  margin-top: 5px;
  margin-bottom: -5px;
}
#product-detail {
  margin-top: 20px;
}
#product-detail .content-slide h2 {
  font-size: 40px;
  font-weight: 100;
  color: #009739;
}
#product-detail .content-slide h2 strong {
  font-weight: 700;
}
#product-detail .fa-ul {
  font-size: 18px;
  font-weight: 200;
}
#product-detail .fa-ul li {
  margin-top: 10px;
}
#protection-voyage .swiper-container {
  height: 350px;
}
#products-slider {
  margin-top: 20px;
}
#products-slider .content-slide h2 {
  font-size: 40px;
  font-weight: 100;
  color: #009739;
}
#products-slider .content-slide h2 strong {
  font-weight: 700;
}
#products-slider .fa-ul {
  font-size: 18px;
  font-weight: 200;
}
#products-slider .fa-ul li {
  margin-top: 10px;
}
.table.ingredients {
  font-size: 16px;
}
.table.ingredients th {
  font-weight: 600;
}
.table.ingredients tr:first-of-type th,
.table.ingredients tr:first-of-type td {
  border-top: 0;
}
.table.ingredients tr th:first-of-type {
  padding-left: 0;
}
.table.ingredients tr td:last-of-type {
  padding-right: 0;
  text-align: right;
}
.products-inline {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
.products-inline .product-inline {
  display: inline-block;
  width: 19%;
  vertical-align: top;
  text-align: center;
}
.products-inline .product-inline img {
  max-width: 189px;
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.products-inline .product-inline div {
  font-size: 16px;
  font-weight: 600;
  color: #009739;
  margin-top: 20px;
  margin-bottom: 40px;
}
.products-inline .product-inline div small {
  font-size: 18px;
  font-weight: 200;
}
.products-inline .product-inline:hover img,
.products-inline .product-inline:focus img {
  margin-top: -20px;
  margin-bottom: 20px;
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pos-section .bh-sl-container {
  margin-left: 0;
  margin-bottom: 50px;
  position: relative;
  font-family: 'Raleway', sans-serif !important;
}
.pos-section .bh-sl-container a {
  color: #009739 !important;
}
.pos-section .bh-sl-container .bh-sl-form-container {
  position: absolute;
  margin-top: 20px;
  width: 360px;
  height: 122px;
  z-index: 4;
  left: 20px;
  padding: 20px;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f5f4));
  background: linear-gradient(to bottom, #fff 0%, #f4f5f4 100%);
  -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
          box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
.pos-section .bh-sl-container .bh-sl-form-container .form-input {
  float: none;
}
.pos-section .bh-sl-container .bh-sl-form-container .form-input label {
  font-size: 16px;
  margin-bottom: 16px;
}
.pos-section .bh-sl-container .bh-sl-form-container .form-input .search-icon {
  position: relative;
}
.pos-section .bh-sl-container .bh-sl-form-container .form-input .search-icon .link-over-icon {
  position: absolute;
  right: 0;
  height: 100%;
  padding: 8px 14px;
}
.pos-section .bh-sl-container .bh-sl-form-container .form-input #bh-sl-address {
  width: 100%;
  margin: 0;
  padding: 10px;
  height: 38px;
}
.pos-section .bh-sl-container #map-container {
  height: 100%;
  margin-top: 0;
}
.pos-section .bh-sl-container #map-container img {
  max-width: none;
}
.pos-section .bh-sl-container .bh-sl-loc-list {
  width: 360px;
  position: absolute;
  z-index: 3;
  padding: 0;
  left: 20px;
  top: 142px;
  height: calc(100% - 160px);
  -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
          box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
  background-color: #fff;
}
.pos-section .bh-sl-container .bh-sl-loc-list .list {
  background-color: #fff;
}
.pos-section .bh-sl-container .bh-sl-loc-list .list li {
  margin: 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #eaeceb;
  background-color: #fff !important;
}
.pos-section .bh-sl-container .bh-sl-loc-list .list li.list-focus {
  background-color: rgba(0,151,57,0.15) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.pos-section .bh-sl-container .bh-sl-loc-list .list li .bh-sl-noresults-title {
  padding: 15px 15px 0px 15px;
}
.pos-section .bh-sl-container .bh-sl-loc-list .list li .bh-sl-noresults-desc {
  padding: 0 15px 15px 15px;
}
.pos-section .bh-sl-container .bh-sl-loc-list .list li .loc-pin {
  width: 30px;
  height: 45px;
  background-image: url("/assets/img/pin.png");
  color: #009739;
  text-align: center;
  padding-top: 5px;
  margin: 10px auto 0px auto;
}
.pos-section .bh-sl-container .bh-sl-loc-list .list li .loc-dist {
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
  font-size: 14px !important;
}
.pos-section .bh-sl-container .bh-sl-loc-list .list li .list-details {
  width: 100% !important;
  margin: 0 !important;
}
.pos-section .bh-sl-container .bh-sl-loc-list .list li .list-details .list-content {
  padding: 10px 0;
}
.pos-section .bh-sl-container .bh-sl-loc-list .list li .list-details .loc-name {
  color: #354437 !important;
  font-size: 14px !important;
}
.pos-section .bh-sl-container .bh-sl-loc-list .list li .list-details .loc-addr {
  font-size: 13px;
  font-weight: 500;
}
.pos-section .bh-sl-container .bh-sl-loc-list .list li .list-details .loc-directions {
  margin-top: 10px;
}
.pos-section .bh-sl-container .bh-sl-map {
  width: 100%;
  height: calc(100vh - 200px);
}
.pos-section .bh-sl-container .loc-name {
  color: #354437;
  font-weight: bold;
}
.pos-section #map-canvas,
.pos-section .panel-sidebar {
  height: calc(100vh - 200px);
}
.pos-section .panel-sidebar {
  width: 400px;
  position: absolute;
  z-index: 99;
  padding: 20px;
}
.pos-section #panel {
  background-color: #fff;
  position: relative;
  height: 100%;
  border: none;
  -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
          box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
  padding-top: 128px;
}
.pos-section #panel .storelocator-filter {
  position: absolute;
  top: 0;
  width: 100%;
  height: 128px;
  padding: 20px;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.3);
          box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f5f4));
  background: linear-gradient(to bottom, #fff 0%, #f4f5f4 100%);
}
.pos-section #panel .storelocator-filter .location-search h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.pos-section #panel .storelocator-filter .location-search h4:before {
  content: "\F041";
  font: normal normal normal 18px/1 FontAwesome;
  color: #009739;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  padding-right: 5px;
}
.pos-section #panel .storelocator-filter .location-search input {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.05);
          box-shadow: inset 0 2px 4px rgba(0,0,0,0.05);
}
.pos-section #panel .storelocator-filter .feature-filter label {
  width: 130px;
}
.pos-section #panel .store-list {
  height: 100%;
  overflow: scroll;
}
.pos-section #panel .store-list li.store {
  padding: 20px;
  border-bottom: 1px solid #eaeceb;
}
.pos-section #panel .store-list li.store.highlighted {
  background-color: #e5f6ed;
}
.greenbox {
  background-color: rgba(0,151,57,0.15);
  padding: 30px;
  position: relative;
}
.greenbox h3 {
  font-weight: 600;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
.greenbox h2 {
  font-weight: 600;
  font-size: 28px;
  color: #009739;
  margin-top: 10px;
}
.greenbox h2 small {
  text-transform: initial;
  font-weight: 300;
  font-size: 16px;
  color: #354437;
}
.greenbox .fa-ul {
  font-size: 16px;
  font-weight: 300;
}
.greenbox .fa-ul li {
  padding-bottom: 5px;
}
.greenbox .greenbox-girl {
  position: absolute;
  bottom: 0;
  left: -200px;
}
.greenbox.green-stroke {
  padding: 20px;
  border: 3px solid #009739;
}
.greenbox.green-stroke p {
  font-weight: 500;
}
.panel-green {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.panel-green .panel-heading {
  padding: 15px 15px;
  background-color: #009739;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0;
}
.panel-green .panel-body {
  font-size: 16px;
  padding: 30px;
  background-color: rgba(0,151,57,0.15);
}
.panel-green .panel-body .table td,
.panel-green .panel-body .table th {
  padding-left: 0;
  border-color: #009739;
}
.panel-green .panel-body .table td .fa,
.panel-green .panel-body .table th .fa {
  color: #009739;
}
.panel-green .panel-body .table tr:first-of-type td,
.panel-green .panel-body .table tr:first-of-type th {
  border-top: 0;
}
.panel-green .tooltip > .tooltip-inner {
  background-color: #009739;
  font-size: 16px;
}
.panel-green .tooltip > .tooltip-arrow {
  border-top-color: #009739;
}
.panel-lime {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.panel-lime .panel-heading {
  padding: 15px 15px;
  background-color: #9fd27b;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0;
}
.panel-lime .panel-body {
  font-size: 16px;
  padding: 30px;
  background-color: rgba(159,210,123,0.2);
}
.panel-lime .panel-body .table td {
  padding-left: 0;
  border-color: #9fd27b;
}
.panel-lime .panel-body .table td .fa {
  color: #9fd27b;
}
.panel-lime .panel-body .table tr:first-of-type td {
  border-top: 0;
}
.panel-lime .tooltip > .tooltip-inner {
  background-color: #9fd27b;
  font-size: 16px;
}
.panel-lime .tooltip > .tooltip-arrow {
  border-top-color: #9fd27b;
}
.panel-blue {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.panel-blue .panel-heading {
  padding: 15px 15px;
  background-color: #90d0ce;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0;
}
.panel-blue .panel-body {
  font-size: 16px;
  padding: 30px;
  background-color: rgba(144,208,206,0.2);
}
.panel-blue .panel-body .table td {
  padding-left: 0;
  border-color: #90d0ce;
}
.panel-blue .panel-body .table td .fa {
  color: #90d0ce;
}
.panel-blue .panel-body .table tr:first-of-type td {
  border-top: 0;
}
.panel-blue .tooltip > .tooltip-inner {
  background-color: #90d0ce;
  font-size: 16px;
}
.panel-blue .tooltip > .tooltip-arrow {
  border-top-color: #90d0ce;
}
.panel-violet {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.panel-violet .panel-heading {
  padding: 15px 15px;
  background-color: #a787b8;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0;
}
.panel-violet .panel-body {
  font-size: 16px;
  padding: 30px;
  background-color: rgba(167,135,184,0.2);
}
.panel-violet .panel-body .table td {
  padding-left: 0;
  border-color: #a787b8;
}
.panel-violet .panel-body .table td .fa {
  color: #a787b8;
}
.panel-violet .panel-body .table tr:first-of-type td {
  border-top: 0;
}
.panel-violet .tooltip > .tooltip-inner {
  background-color: #a787b8;
  font-size: 16px;
}
.panel-violet .tooltip > .tooltip-arrow {
  border-top-color: #a787b8;
}
#amb-slider .as-padding {
  padding: 50px;
}
#amb-slider .arrow-left {
  background: url("/assets/img/arrow-left.png") no-repeat;
  position: absolute;
  left: -84px;
  top: 50%;
  margin-top: -46px;
  width: 59px;
  height: 92px;
  z-index: 2;
}
#amb-slider .arrow-right {
  background: url("/assets/img/arrow-right.png") no-repeat;
  position: absolute;
  right: -84px;
  top: 50%;
  margin-top: -46px;
  width: 59px;
  height: 92px;
  z-index: 2;
}
#amb-slider .amb-overlay {
  display: table;
  vertical-align: middle;
  width: 100%;
  min-height: 100px;
  left: 0 !important;
  bottom: 0 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(53,68,55,0)), to(#354437));
  background: linear-gradient(to bottom, rgba(53,68,55,0) 0%, #354437 100%);
}
#amb-slider .amb-wrapper {
  border-left: 10px solid #009739;
  padding-left: 20px;
}
#amb-slider .table-cell {
  display: table-cell;
  vertical-align: middle;
}
#amb-slider .amb-fname {
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}
#amb-slider .amb-lname {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}
#amb-slider .amb-title {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
#amb-slider .amb-details {
  color: #fff;
}
#amb-slider .amb-details .amb-fname,
#amb-slider .amb-details .amb-lname {
  font-size: 28px;
}
#amb-slider .amb-details .amb-title {
  margin-bottom: 20px;
}
#amb-slider .amb-details .amb-desc {
  font-weight: 100;
}
#amb-slider .amb-details .amb-more {
  display: table;
  bottom: 0;
  position: absolute;
  width: calc(100% - 50px);
}
#amb-slider .amb-details .amb-more .fav-product {
  background-color: #009739;
  width: 146px;
  height: 111px;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
}
#amb-slider .amb-details .amb-more .fav-product .the-fav {
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 100;
  margin-top: 10px;
}
.community-ambassador .page-header,
.community-event .page-header {
  margin-top: 0;
}
.community-ambassador .page-header h2,
.community-event .page-header h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
}
.community-ambassador .page-header .sub-title,
.community-event .page-header .sub-title {
  margin-bottom: 15px;
}
.community-ambassador .fav-product,
.community-event .fav-product {
  background-color: #efefef;
}
.community-ambassador .fav-product h3,
.community-event .fav-product h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding-left: 40px;
  padding-top: 40px;
  margin-bottom: 0;
}
.community-ambassador #others-ambassadors .other-amb,
.community-event #others-ambassadors .other-amb {
  padding: 10px;
}
.community-ambassador #others-ambassadors img,
.community-event #others-ambassadors img {
  border: 5px solid transparent;
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.community-ambassador #others-ambassadors a:hover img,
.community-event #others-ambassadors a:hover img,
.community-ambassador #others-ambassadors a:focus img,
.community-event #others-ambassadors a:focus img {
  border: 5px solid #009739;
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.event {
  display: block;
  color: #354437;
  width: 100%;
  height: 130px;
  overflow: hidden;
  background-color: #efefef;
  margin-bottom: 20px;
  padding-right: 20px;
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.event:hover,
.event:focus {
  text-decoration: none !important;
  color: initial; /* IE 9 */
  -webkit-transform: scale(1.02); /* Chrome, Safari, Opera */
  transform: scale(1.02);
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 5px 5px 30px rgba(0,0,0,0.25);
          box-shadow: 5px 5px 30px rgba(0,0,0,0.25);
}
.event .event-img {
  float: left;
  margin-right: 30px;
  width: 165px;
  height: 130px;
}
.event .event-desc {
  display: inline;
}
.event .event-desc .event-venue {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 20px;
  height: 66px;
  overflow: hidden;
}
.event .event-desc .event-dates {
  color: #009739;
  font-size: 16px;
  font-weight: 600;
}
.event .event-desc .event-name {
  font-size: 22px;
  font-weight: 200;
  height: 50px;
  overflow: hidden;
}
/*.risque
		text-align right

		h2
			z-index 2
			text-align left
			position absolute*/
.intestin {
  position: relative;
}
.intestin .greenmen {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  max-height: 300px;
}
.intestin-hover {
  display: none;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0,169,80,0.87);
  padding: 15px;
}
.intestin:hover .intestin-hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.collapsable {
  background: #efefef;
  padding: 20px;
  margin-bottom: 20px;
}
.collapsable p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.collapsable a:hover,
.collapsable a:focus {
  text-decoration: none;
}
.collapsable a.collapsed i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.collapsable a i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.collapsable .well {
  background-color: #fff;
  padding: 20px 40px;
  margin-top: 20px;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
}
.collapsable .well .etude-title {
  color: #009739;
  font-size: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}
.collapsable .well .etude-subtitle {
  color: #009739;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}
.collapsable .well p {
  font-size: 16px;
  font-weight: 400;
}
.careers .careers-listing {
  font-size: 13px;
}
.careers .careers-desc {
  display: none;
}
.career .navbar-sharing {
  background-color: #f4f4f4;
}
.contact-us .list-group.social-list .list-group-item {
  white-space: nowrap;
}
.landing1 .tiles .panel.tile-trouvez,
.landing2 .tiles .panel.tile-trouvez {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  background-size: cover;
}
.landing1 .tiles .panel.tile-trouvez .panel-header,
.landing2 .tiles .panel.tile-trouvez .panel-header {
  background-image: url("/assets/img/tile-separator.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}
.landing1 .contact-box,
.landing2 .contact-box {
  background-color: #efefef;
  padding: 30px;
  margin-top: 30px;
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.landing1 .contact-box:hover,
.landing2 .contact-box:hover,
.landing1 .contact-box:focus,
.landing2 .contact-box:focus {
  -webkit-box-shadow: 5px 5px 30px rgba(0,0,0,0.25);
          box-shadow: 5px 5px 30px rgba(0,0,0,0.25); /* IE 9 */
  -webkit-transform: scale(1.02); /* Chrome, Safari, Opera */
  transform: scale(1.02);
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.landing1 .pink-banner,
.landing2 .pink-banner,
.landing1 .babyblue-banner,
.landing2 .babyblue-banner,
.landing1 .green2-banner,
.landing2 .green2-banner {
  margin-bottom: 30px;
}
.landing1 .pink-banner img,
.landing2 .pink-banner img,
.landing1 .babyblue-banner img,
.landing2 .babyblue-banner img,
.landing1 .green2-banner img,
.landing2 .green2-banner img {
  width: 100%;
}
.landing2 .landing2-form {
  -webkit-box-shadow: 0;
          box-shadow: 0; /* IE 9 */
  -webkit-transform: scale(1); /* Chrome, Safari, Opera */
  transform: scale(1);
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.landing2 .landing2-form:hover,
.landing2 .landing2-form:focus {
  -webkit-box-shadow: 5px 5px 30px rgba(0,0,0,0.25);
          box-shadow: 5px 5px 30px rgba(0,0,0,0.25); /* IE 9 */
  -webkit-transform: scale(1.02); /* Chrome, Safari, Opera */
  transform: scale(1.02);
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.landing2 .panel-gray {
  background-color: #efefef;
  border: none;
  padding: 30px;
  border-radius: 0;
}
.landing2 .panel-gray .panel-body {
  padding: 0;
  margin-top: 10px;
}
.landing2 .panel-gray .panel-body form {
  margin-top: 20px;
}
.landing2 .panel-gray .panel-body input {
  border: none;
  height: 40px;
  font-size: 16px;
  color: #354437;
  font-weight: 600;
}
.landing2 .panel-gray .panel-body select {
  border: none;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
}
.landing2 .panel-gray .panel-body input::-webkit-input-placeholder,
.landing2 .panel-gray .panel-body color dark,
.landing2 .panel-gray .panel-body font-weight 600,
.landing2 .panel-gray .panel-body input:-moz-placeholder,
.landing2 .panel-gray .panel-body opacity 1,
.landing2 .panel-gray .panel-body input::-moz-placeholder,
.landing2 .panel-gray .panel-body input:-ms-input-placeholder,
.landing2 .panel-gray .panel-body button {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 12px;
  margin-bottom: 10px;
}
.landing2 .well {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.landing2 .well a {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 12px;
  margin-bottom: 10px;
}
.survey .swiper-slide {
  padding-bottom: 50px;
}
.survey .swiper-pagination {
  counter-reset: pagination-counter;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 15px;
}
.survey .swiper-pagination-switch {
  counter-increment: pagination-counter;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #009739;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 10px;
  border-radius: 50%;
}
.survey .swiper-pagination-switch:after {
  content: counter(pagination-counter);
  position: absolute;
  top: 0;
  left: 0;
  color: #009739;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
}
.survey .swiper-pagination-switch.swiper-active-switch {
  background-color: #009739;
}
.survey .swiper-pagination-switch.swiper-active-switch:after {
  color: #fff;
}
.health-professional .formation-logo {
  margin-bottom: 10px;
}
.health-professional .formation-img {
  margin-bottom: 10px;
}
.country-us #main-menu .navbar-nav li.menu-blue a {
  color: #015c83;
}
.country-us #main-menu .navbar-nav li.menu-blue .caret {
  color: #015c83;
}
.country-us .main-slide-amazonusa h1 {
  margin: 0;
  font-weight: 600;
  font-size: 60px;
  display: inline-block;
}
.country-us .main-slide-amazonusa .btn-square {
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .country-us .main-slide-amazonusa h1,
  .country-us .main-slide-medicalfood h1 {
    font-size: 33px;
  }
  .country-us .main-slide-amazonusa .btn-square,
  .country-us .main-slide-medicalfood .btn-square {
    display: block;
    margin-top: 0;
  }
}
.country-us.medicalfood a {
  color: #015c83;
}
.country-us.medicalfood #secondary-menu.navbar-green {
  background: #015c83;
}
.country-us.medicalfood #secondary-menu.navbar-green .navbar-nav .nav-icon a {
  color: rgba(255,255,255,0.66);
}
.country-us.medicalfood #secondary-menu.navbar-green .btn-primary:hover {
  border: 1px solid #014a69;
  color: #fff;
}
.country-us.medicalfood .btn-primary:hover,
.country-us.medicalfood .btn-primary:focus,
.country-us.medicalfood .btn-primary.focus,
.country-us.medicalfood .btn-primary:active,
.country-us.medicalfood .btn-primary.active,
.country-us.medicalfood .open > .dropdown-toggle.btn-primary {
  background-color: #014a69;
}
.country-us.medicalfood #secondary-menu.navbar-green .btn-primary .caret {
  color: rgba(255,255,255,0.66);
}
.country-us.medicalfood .btn-primary {
  background-color: #015c83;
  border-color: #0291ce;
  color: #fff;
}
.country-us.medicalfood .input-icon-right i {
  color: #015c83;
}
.country-us.medicalfood #secondary-menu.navbar-green .btn-primary .fa,
.country-us.medicalfood #secondary-menu.navbar-green .btn-primary .fa-shopping-cart:before {
  color: rgba(255,255,255,0.66);
}
.country-us.medicalfood #main-menu .navbar-nav .caret {
  color: #015c83;
}
.country-us.medicalfood #page-breadcrumb .breadcrumb > li + li:before {
  color: #015c83;
}
.country-us.medicalfood #page-breadcrumb .breadcrumb .active .dropdown a .caret {
  color: #015c83;
}
.country-us.medicalfood .panel-prices {
  color: #015c83;
}
.country-us.medicalfood .panel-prices .panel-footer {
  background: #015c83;
  background: radial-gradient(ellipse at center, #015c83 1%, #014a69 100%);
}
.country-us.medicalfood .panel-prices .panel-footer a {
  color: #fff;
}
.country-us.medicalfood .panel-prices a:hover,
.country-us.medicalfood .panel-prices a:focus {
  background: radial-gradient(ellipse at center, #014a69 1%, #015c83 100%);
}
.country-us.medicalfood .biok-tabs .nav-tabs > li.active > a,
.country-us.medicalfood .biok-tabs .nav-tabs > li.active > a:hover,
.country-us.medicalfood .biok-tabs .nav-tabs > li.active > a:focus {
  color: #015c83;
}
.country-us.medicalfood .footer-tabs .footer-tab i {
  color: #015c83;
}
.country-us.medicalfood .newsletter {
  background: #015c83;
}
.country-us.medicalfood .newsletter a {
  color: #fff;
}
.country-us.medicalfood .creditAndCopyright .copyright {
  color: #015c83;
}
.country-us.medicalfood .label-success {
  background: #015c83;
}
.country-us.medicalfood .panel-footer2 a:hover {
  background: transparent;
}
.country-us.medicalfood .panel-footer2 .table td,
.country-us.medicalfood .panel-footer2 .table th {
  border-color: #015c83;
}
.country-us.medicalfood .greenbox,
.country-us.medicalfood .panel-green .panel-body {
  background-color: rgba(1,92,131,0.15);
}
.country-us.medicalfood .green-text,
.country-us.medicalfood #product-detail .content-slide h2 {
  color: #015c83;
}
.country-us.medicalfood #main-menu .navbar-nav .green-text {
  color: #015c83;
}
.country-us.medicalfood #main-menu .navbar-nav .green-text.fa-leaf {
  color: #009739;
}
.country-us.medicalfood .fancybox-overlay.fancybox-overlay-fixed {
  background-color: rgba(1,92,131,0.9) !important;
}
.country-us.medicalfood .btn.btn-green {
  background: radial-gradient(ellipse at center, #015c83 1%, #014a69 100%);
  color: #fff;
}
.country-us.medicalfood .btn.btn-green:hover,
.country-us.medicalfood .btn.btn-green:focus {
  background: radial-gradient(ellipse at center, #014a69 1%, #015c83 100%);
}
.country-us.medicalfood .greenbox.green-stroke {
  border-color: #015c83;
}
.country-us.medicalfood .intestin-hover {
  background-color: rgba(1,92,131,0.87);
}
.country-us.medicalfood hr.green-separator {
  border-top: 2px solid #015c83;
  border-bottom: 2px solid #015c83;
}
.country-us.medicalfood .collapsable .well .etude-title,
.country-us.medicalfood .collapsable .well .etude-subtitle {
  color: #015c83;
}
.country-us.medicalfood .ul-greendot li:before {
  color: #015c83;
}
.country-us.medicalfood .panel-green .panel-body .table td,
.country-us.medicalfood .panel-green .panel-body .table th {
  border-color: #015c83;
}
/*  ==========================================================================
	6. FOOTER
	========================================================================== */
footer {
  margin-top: 100px;
}
.footer-tabs {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px solid #d6d6d6;
  background-image: url("/assets/img/footer-tab-bottom.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.footer-tabs .footer-tab {
  padding: 0;
  background-image: url("/assets/img/footer-tab.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  text-decoration: none;
  color: #354437;
  padding-bottom: 30px;
}
.footer-tabs .footer-tab:last-of-type {
  background-image: none;
}
.footer-tabs .footer-tab:hover i,
.footer-tabs .footer-tab:focus i { /* IE 9 */
  -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
  transform: scale(1.2);
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.footer-tabs .footer-tab i {
  font-size: 55px;
  font-weight: normal;
  color: #009739;
  padding-bottom: 10px; /* IE 9 */
  -webkit-transform: scale(1); /* Chrome, Safari, Opera */
  transform: scale(1);
  webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.seo-text {
  margin-top: 40px;
  text-align: center;
  font-size: 13px;
  line-height: 23px;
  font-weight: 300;
}
.seo-text a {
  font-weight: 600;
}
.newsletter {
  background-color: #009739;
  color: #fff;
  -webkit-box-shadow: inset 0 -3px 5px rgba(0,0,0,0.2);
          box-shadow: inset 0 -3px 5px rgba(0,0,0,0.2);
  padding: 20px;
  margin-top: 20px;
}
.newsletter i {
  font-size: 30px;
}
.newsletter input {
  display: inline-block !important;
  width: auto !important;
}
.newsletter .btn {
  font-size: 20px;
  font-weight: 600;
  vertical-align: bottom;
}
.newsletter .btn:hover,
.newsletter .btn:focus {
  text-decoration: none;
}
.footer-nav {
  text-align: center;
  font-size: 13px;
}
.footer-nav .nav > li > a:hover,
.footer-nav .nav > li > a:focus {
  background-color: transparent;
}
.footer-nav .navbar-nav {
  float: none;
  display: inline-block;
}
.footer-nav .navbar-nav .separator {
  color: #354437;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 15px;
  position: relative;
  display: block;
}
.footer-nav .nav-icon {
  display: block;
}
.footer-nav .nav-icon a {
  padding-left: 5px;
  padding-right: 5px;
}
.creditAndCopyright {
  background-color: #fff;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.creditAndCopyright .copyright {
  color: #009739;
  padding: 5px;
}
.creditAndCopyright .credit {
  color: #a9a9a9;
  font-size: 12px;
  padding: 5px;
}
.creditAndCopyright .credit a {
  color: #354437;
}
.sitemap .tree,
.sitemap .tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sitemap .tree ul {
  margin-left: 1em /* indentation */;
  position: relative;
}
.sitemap .tree ul ul {
  margin-left: 0.5em /* (indentation/2) */;
}
.sitemap .tree ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid;
}
.sitemap .tree li {
  margin: 0;
  padding: 0 1.5em /* indentation + .5em */;
  line-height: 2em /* default list item's `line-height` */;
  color: #009739;
  font-weight: bold;
  position: relative;
}
.sitemap .tree ul li:before {
  content: "";
  display: block;
  width: 10px /* same with indentation */;
  height: 0;
  border-top: 1px solid;
  margin-top: -1px /* border top width */;
  position: absolute;
  top: 1em /* (line-height/2) */;
  left: 0;
}
.sitemap .tree ul li:last-child:before {
  background: #fff /* same with body background */;
  height: auto;
  top: 1em /* (line-height/2) */;
  bottom: 0;
}
.sitemap .tree a {
  color: #354437;
  font-weight: 500;
}
/*  ==========================================================================
	7. MEDIA QUERIES
	========================================================================== */
@media (max-width: 500px) {
  .event {
    padding-right: 0;
    height: auto !important;
  }
  .event .event-img {
    width: auto;
    height: auto;
    margin-right: 0;
    padding-top: 30px;
    float: none;
    text-align: center;
  }
  .event .event-desc {
    display: block;
    padding: 30px;
  }
  .event .event-desc .event-venue {
    padding-top: 0;
    height: auto !important;
  }
  .event .event-desc .event-name {
    height: auto !important;
  }
  .tiles .panel.tile-science {
    background-position: right -35px center;
  }
  .tiles .panel.tile-events {
    background-position: right -12px center;
  }
  .tiles .panel.tile-why-fr,
  .tiles .panel.tile-why-en {
    background-position: right -12px center;
  }
  .products-inline .product-inline img {
    max-width: 100%;
  }
  .green-banner .green-banner-img {
    position: relative;
    bottom: 0;
    width: 86px;
    display: inline;
    float: left;
  }
  .green-banner .green-banner-text {
    display: inline;
    float: none;
  }
  .pink-banner,
  .babyblue-banner,
  .green2-banner {
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  .pos-section .bh-sl-container .bh-sl-form-container {
    position: relative;
    width: 100%;
    left: 0;
  }
  #pos-list-trigger a {
    color: #fff !important;
    position: absolute;
  }
  .sub-title .pull-left,
  .sub-title .pull-right {
    float: none !important;
    display: block;
  }
}
@media (max-width: 768px) {
  .font-size-26 {
    font-size: 16px;
  }
  .font-size-27 {
    font-size: 17px;
  }
  .font-size-28 {
    font-size: 18px;
  }
  .font-size-29 {
    font-size: 19px;
  }
  .font-size-30 {
    font-size: 20px;
  }
  .font-size-31 {
    font-size: 21px;
  }
  .font-size-32 {
    font-size: 22px;
  }
  .font-size-33 {
    font-size: 23px;
  }
  .font-size-34 {
    font-size: 24px;
  }
  .font-size-35 {
    font-size: 25px;
  }
  .font-size-36 {
    font-size: 26px;
  }
  .font-size-37 {
    font-size: 27px;
  }
  .font-size-38 {
    font-size: 28px;
  }
  .font-size-39 {
    font-size: 29px;
  }
  .font-size-40 {
    font-size: 30px;
  }
  .font-size-41 {
    font-size: 31px;
  }
  .font-size-42 {
    font-size: 32px;
  }
  .font-size-43 {
    font-size: 33px;
  }
  .font-size-44 {
    font-size: 34px;
  }
  .font-size-45 {
    font-size: 35px;
  }
  .font-size-46 {
    font-size: 36px;
  }
  .font-size-47 {
    font-size: 37px;
  }
  .font-size-48 {
    font-size: 38px;
  }
  .font-size-49 {
    font-size: 39px;
  }
  .font-size-50 {
    font-size: 40px;
  }
  .font-size-51 {
    font-size: 41px;
  }
  .font-size-52 {
    font-size: 42px;
  }
  .font-size-53 {
    font-size: 43px;
  }
  .font-size-54 {
    font-size: 44px;
  }
  .font-size-55 {
    font-size: 45px;
  }
  .font-size-56 {
    font-size: 46px;
  }
  .font-size-57 {
    font-size: 47px;
  }
  .font-size-58 {
    font-size: 48px;
  }
  .font-size-59 {
    font-size: 49px;
  }
  .font-size-60 {
    font-size: 50px;
  }
  #logo {
    top: -35px;
    height: 136px;
    position: absolute;
  }
  .footer-tabs {
    font-size: 16px;
  }
  .footer-tabs .footer-tab {
    background-size: initial;
  }
  .footer-tabs .footer-tab i {
    font-size: 30px;
  }
  .newsletter .pull-right {
    float: none !important;
  }
  .newsletter input {
    width: calc(100% - 62px) !important;
  }
  .main-slider .swiper-slide.main-slide-01 h1,
  .main-slider .swiper-slide.main-slide-05 h1 {
    font-size: 33px;
    margin-top: 0;
  }
  .main-slider .swiper-slide.main-slide-03 .slide-03-offset {
    left: 0;
    margin-top: 0;
  }
  .main-slider .swiper-slide.main-slide-medicalfood .slide-medicalfood-offset {
    left: 0;
    margin-top: 0;
  }
  .main-slider .swiper-slide.main-slide-05 .slide-05-offset {
    left: 0;
    margin-top: 0;
  }
  .main-slider .swiper-slide.main-slide-03 h1 {
    font-size: 33px !important;
    line-height: 33px !important;
  }
  .main-slider .swiper-slide.main-slide-medicalfood h1 {
    font-size: 33px !important;
    line-height: 33px !important;
  }
  .container.white-page {
    margin-left: 15px;
    margin-right: 15px;
  }
  #product-img {
    text-align: center;
  }
  .biok-tabs .nav-tabs > li > a {
    white-space: normal;
  }
  .products-inline {
    text-align: center;
  }
  .products-inline .product-inline {
    display: inline-block;
    width: 49%;
  }
  .ref {
    -webkit-column-count: 1 !important;
    -webkit-column-gap: 40px;
    -moz-column-count: 1 !important;
    -moz-column-gap: 40px;
    column-count: 1 !important;
    column-gap: 40px;
  }
  .medias-filter {
    float: none;
  }
  .footer-nav .nav-icon a i.fa {
    font-size: 2em;
    padding: 2px;
  }
  .main-slider .arrow-left,
  .main-slider .arrow-right {
    display: none;
  }
  .landing1 .pink-banner,
  .landing2 .pink-banner {
    text-align: center;
  }
  .main-slider .swiper-slide.main-slide-02 .beach {
    padding: 0 !important;
  }
  .main-slider .swiper-slide.main-slide-02 .beach .yellow-table .yellow-table-top {
    font-size: 18px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-slider .swiper-slide.main-slide-02 .beach .yellow-table .yellow-table-body p {
    font-size: 16px;
  }
  .main-slider .swiper-slide.main-slide-02 .beach .yellow-table .yellow-table-body .sun-bullet {
    font-size: 16px;
  }
  .main-slider .swiper-slide.main-slide-03 .blue-sky .icon-biok-logo-en:before {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .main-slider .swiper-slide.main-slide-03 .blue-sky .pull-left {
    float: none !important;
  }
  .main-slider .swiper-slide.main-slide-03 .blue-sky h2 .text-left {
    font-size: 16px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.66);
  }
  .main-slider .swiper-slide.main-slide-03 .blue-sky h2 .pull-left:last-of-type {
    text-align: center;
  }
  .main-slider .swiper-slide.main-slide-03 .blue-sky h3.nomargin.font-weight-600 {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .main-slider .swiper-slide.main-slide-03 .blue-sky ul.plus-bullet {
    list-style-image: url("/assets/img/plus-bullet-small.png");
  }
  .main-slider .swiper-slide.main-slide-03 .blue-sky ul li {
    font-size: 14px !important;
  }
  .main-slider .swiper-slide.main-slide-06 h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .main-slider .swiper-slide.main-slide-06 p.lead {
    font-size: 16px;
    line-height: normal;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .tiles .container {
    width: 100%;
    margin: 0 auto;
  }
  .tiles .container .row {
    margin: 0;
  }
  .tiles .container .row .col-sm-4 {
    width: 240px;
  }
  footer .newsletter .col-sm-6 {
    width: auto;
  }
  footer .newsletter .col-sm-6:last-of-type {
    width: calc(100% - 190px);
  }
  footer .newsletter .col-sm-6:last-of-type .form-inline .form-group {
    display: block;
  }
}
@media (min-width: 768px) {
  #secondary-menu.navbar-green #secondary-nav.navbar-right .navbar-form.navbar-right {
    margin-top: 10px;
  }
  .container.white-page {
    width: 720px;
  }
  .medias-filter {
    float: right;
    margin-top: 8px;
  }
  .events-filter {
    float: right;
    margin-top: 16px;
  }
  .community-ambassador .dl-horizontal dt,
  .community-event .dl-horizontal dt {
    width: 100px;
  }
  .community-ambassador .dl-horizontal dd,
  .community-event .dl-horizontal dd {
    margin-left: 120px;
  }
}
@media (max-width: 992px) {
  #logo {
    top: -35px;
  }
  .swiper-wrapper .text-right {
    text-align: center;
  }
  .main-slider .swiper-slide.main-slide-03 h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .main-slider .swiper-slide.main-slide-05 h1 {
    font-size: 33px;
    margin-top: 0;
  }
  #secondary-nav .nav {
    float: right;
  }
  .footer-nav .navbar-nav .separator {
    display: none;
  }
  .footer-nav .navbar-nav .nav-icon {
    display: inline-block;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .offcanvas .navbar-right {
    float: none !important;
    margin-right: 0;
  }
  .offcanvas .nav {
    float: none !important;
  }
  .offcanvas .nav a {
    padding: 10px !important;
  }
  .offcanvas .nav .nav-icon {
    display: inline-block;
  }
  .offcanvas form.navbar-form {
    display: block;
  }
  .offcanvas form.navbar-form.navbar-right {
    margin: 0;
    padding-left: 10px;
  }
  .offcanvas .form-group:last-of-type {
    padding-left: 15px;
  }
  .offcanvas form.navbar-form.navbar-right input {
    width: 100%;
    margin-bottom: 5px;
  }
  .offcanvas form.navbar-form.navbar-right .input-icon-right {
    display: block;
  }
  .offcanvas .btn-cart {
    display: table;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .offcanvas .dropdown.yamm-fw .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
  }
  .lang-selector .dropdown-menu {
    top: auto;
    bottom: 100% !important;
  }
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li {
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
    text-align: left !important;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 65px);
    width: -webkit-calc(100% - 65px);
  }
  ul.timeline > li > .timeline-badge {
    left: auto !important;
    margin-left: 0 !important;
    top: 16px;
    right: auto !important;
    width: 78px !important;
    text-align: center !important;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  .timeline > li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-badge {
    left: 28px;
  }
  .biok-tabs .nav-tabs > li {
    display: block;
    float: none;
    width: 100%;
  }
  .biok-tabs .nav-tabs > li.active a:after {
    display: none;
  }
  .yamm .navbar-offcanvas li {
    clear: both;
  }
  .yamm .dropdown.open .dropdown-menu {
    background-color: #fff !important;
    position: relative;
    display: block;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    border: 0;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu {
    position: relative;
    float: left;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu li a {
    display: block;
    padding: 0 !important;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu .col-xs-6:nth-child(2n+1) {
    clear: both;
  }
  #main-menu {
    background: transparent;
  }
  body {
    padding-top: 120px;
  }
  .risque h2 {
    position: relative;
  }
  .ref {
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
  }
  .community .arrow-right,
  .community .arrow-left {
    display: none;
  }
  body.product .btn.btn-block.btn-xlg.btn-square {
    display: inline-block;
  }
  .products-inline .product-inline img {
    max-width: 100%;
  }
  .main-slider .swiper-slide.main-slide-02 .beach {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main-slide-04 .slide-kidz-new-fr,
  .main-slide-04 .slide-kidz-new-en {
    display: block;
    margin-left: 0;
    width: 100%;
    position: relative;
  }
  .tablet-center {
    text-align: center;
  }
}
@media (max-width: 992px) and (max-width: 991px) {
  body.topbanner-show {
    padding-top: 170px;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  body.topbanner-show {
    padding-top: 150px;
  }
}
@media (min-width: 993px) {
  body {
    padding-top: 150px;
  }
  body.topbanner-show {
    padding-top: 200px;
  }
  .container.white-page {
    width: 940px;
  }
  .tiles .panel.panel-white .panel-body {
    padding: 20px;
  }
  #secondary-menu.navbar-green .navbar-nav li a:hover,
  #secondary-menu.navbar-green .navbar-nav li a:focus {
    background-color: initial;
  }
  #secondary-menu.navbar-green .navbar-nav li a:hover:after,
  #secondary-menu.navbar-green .navbar-nav li a:focus:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
  }
  #secondary-menu.navbar-green .navbar-nav li.active a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
  }
  #secondary-menu.navbar-green #secondary-nav.navbar-right {
    margin-right: 0;
  }
  #main-menu #main-nav ul li:last-of-type a {
    padding-right: 0;
  }
  .products-inline .product-inline img {
    max-width: 100%;
  }
  .col-md-fifth {
    width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #secondary-menu.navbar-green .navbar-nav li a {
    padding-left: 13px;
    padding-right: 13px;
  }
  .tiles .panel.tile-why-fr,
  .tiles .panel.tile-why-en {
    background-position: right -40px center;
  }
}
@media (max-width: 1200px) {
  #main-menu .navbar-nav {
    font-size: 15px;
  }
  .main-slider .swiper-slide.main-slide-03 h1 {
    font-size: 50px;
    line-height: 50px;
  }
  #product-title {
    font-size: 50px;
  }
  .event .event-desc .event-venue {
    height: 45px;
  }
  .landing1 .tiles .panel.tile-trouvez {
    max-width: none;
  }
  .landing1 .tiles .panel .tile-btn {
    position: relative;
    margin-top: 15px;
    bottom: 0;
  }
  .landing1 .contact-box {
    margin-top: 0;
    height: 100%;
    text-align: center;
  }
  .landing1 .contact-box > div > div {
    display: table-row !important;
    width: 100% !important;
    font-size: 1.3em;
  }
  .landing1 .contact-box > div > div:last-of-type {
    display: table-row !important;
    width: 100% !important;
    text-align: center !important;
  }
  .landing1 .contact-box > div > div:last-of-type .fa {
    font-size: 2em;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .container.white-page {
    width: 1140px;
  }
  .tiles .panel.panel-white .panel-body {
    padding: 40px;
  }
  .negative-margin {
    margin-top: 0px;
  }
}
/*  ==========================================================================
	8. ANIMATION
	========================================================================== */
.delay-01 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.delay-02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.delay-03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.delay-04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.delay-05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.delay-06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.delay-07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.delay-08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.delay-09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.delay-10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.delay-11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.delay-12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.delay-13 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.delay-14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.delay-15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.delay-16 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.delay-17 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.delay-18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.delay-19 {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.delay-20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.delay-21 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.delay-22 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.delay-23 {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
.delay-24 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.delay-25 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.delay-26 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.delay-27 {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
.delay-28 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.delay-29 {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}
.delay-30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.animation-loop {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.animation-3times {
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}
/*  ==========================================================================
	9. FONT
	========================================================================== */
@font-face {
  font-family: 'icomoon';
  src: url("/assets/fonts/icomoon.eot?-pk834q");
  src: url("/assets/fonts/icomoon.eot?#iefix-pk834q") format('embedded-opentype'), url("/assets/fonts/icomoon.woff?-pk834q") format('woff'), url("/assets/fonts/icomoon.ttf?-pk834q") format('truetype'), url("/assets/fonts/icomoon.svg?-pk834q#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-biok-logo-en:before {
  content: "-";
}
.icon-biok-logo-fr:before {
  content: "+";
}
.icon-biok-logo:before {
  content: "+";
}
/*  ==========================================================================
	10. fix safari bug
	========================================================================== */
