<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@font-face {
  font-family: 'Futura-Medium';
  src: url('../fonts/Futura-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Futura-Medium.woff') format('woff'),
      url('../fonts/Futura-Medium.ttf')  format('truetype'),
      url('../fonts/Futura-Medium.svg#Futura-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}*/

@font-face {
    font-family: 'futura_lightregular';
    src: url('../font/futura_light.woff2') format('woff2'),
         url('../font/futura_light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*
Global
*/
body {
  overflow-x: hidden;
  font-family: 'futura_lightregular' !important;
}

*:focus {
  outline: none;
}

a:hover {
  outline: none;
  text-decoration: none;
  color: #333333;
  outline: none;
}

a:active,
a:visited,
a:focus {
  text-decoration: none;
  outline: none;
}
}

/* navbar-vertical-mobile */
.mobile-categories-toggle {
  width: 100%;
  display: inline-flex;
  margin: 0 0 56px 0;
}

/*  Changing objects to white (header-08, index-12.html) - for all header*/
.header-static .desktop-header .logo h2:not(:hover) a {
  color: #ffffff;
}

.header-static .desktop-header .toggle-menu .dropdown-toggle:not(:hover) .icon-bar {
  background: #ffffff;
}

.header-static .desktop-header .cart .dropdown-toggle:not(:hover) .icon {
  color: #ffffff;
}

.header-static .desktop-header .cart .dropdown-toggle:not(:hover) .dropdown-label {
  color: #ffffff;
}

.header-static .desktop-header .header-menu &gt; ul &gt; li &gt; a:not(:hover) {
  color: #ffffff;
}

.header-static .desktop-header .header-menu &gt; ul &gt; li.selected &gt; a,
.header-static .desktop-header .header-menu &gt; ul &gt; li.active &gt; a {
  /*color: #5fd179;*/
  border-bottom: 3px solid #5fd179;
}

.header-static .desktop-header .account .dropdown-toggle:not(:hover) .icon {
  color: #ffffff;
}

.header-static .desktop-header .dropdown-toggle:not(:hover) .title-value {
  color: #ffffff;
}

.header-static .desktop-header .dropdown-toggle:not(:hover) .dropdown-label {
  color: #ffffff;
}

.header-static .desktop-header .dropdown-toggle:not(:hover) .caret {
  border-top-color: #ffffff;
}

.header-static .desktop-header .dropdown-toggle:hover .dropdown-label {
  color: #5fd179;
}

.header-static .desktop-header .mini-menu li a {
  color: #ffffff;
}

.header-static .desktop-header .box-info .telephone,
.header-static .desktop-header .box-info .telephone .icon,
.header-static .desktop-header .box-info .time {
  color: #ffffff;
}

.header-static .desktop-header .search a.search-open:not(:hover) .icon,
.header-static .desktop-header .search .search-close:not(:hover) .icon {
  color: #ffffff;
}

.header-static .desktop-header .social-icon li a {
  color: #ffffff;
}

.header-static .desktop-header .social-icon li a:hover {
  color: #5fd179;
}

.header-static .desktop-header .box-wishlist .icon,
.header-static .desktop-header .box-wishlist .title,
.header-static .desktop-header .box-compare .icon,
.header-static .desktop-header .box-compare .title {
  color: #ffffff;
}

.header-static .desktop-header .box-wishlist:hover .icon,
.header-static .desktop-header .box-wishlist:hover .title,
.header-static .desktop-header .box-compare:hover .icon,
.header-static .desktop-header .box-compare:hover .title {
  color: #5fd179;
}
/*
Header
*/
header:not(.no-shadow) {
  box-shadow: 0px 5px 10px #f4f4f4;
  -moz-box-shadow: 0px 5px 10px #f4f4f4;
  -webkit-box-shadow: 0px 5px 10px #f4f4f4;
  -o-box-shadow: 0px 5px 10px #f4f4f4;
}

header {
  z-index: 9;
  position: relative;
}


/* logo */
.logo {
  display: inline-block;
  margin: 23px 0 32px;
}

.logo img {
  display: block;
  max-width: 100%;
  max-height: 150px;
  height: auto;
}


/* mini-menu */
.desktop-header .mini-menu ul li {
  display: inline-block;
  margin-right: 17px;
}

.desktop-header .mini-menu ul li a {
  color: #777;
  font-size: 14px;
  padding: 13px 4px 12px;
  display: inline-block;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.desktop-header .mini-menu ul li a:hover {
  color: #5fd179;
}

.desktop-header .mini-menu ul li:first-child {
  margin-right: 22px;
}

.desktop-header .mini-menu ul li:first-child a {
  padding-left: 0;
}

.desktop-header .mini-menu ul .active a {
  color: #5fd179;
}

.desktop-header .social-icon li {
  margin-top: 7px;
}

.desktop-header .social-icon li:last-child {
  margin-right: 0;
}

.desktop-header .toggle-menu .dropdown-menu {
  margin-top: -13px;
}

.desktop-header .search .search-dropdown {
  margin-left: 4px;
}

.mini-menu-inline {
  display: inline-block;
}

.mobile-header .mini-menu-dropdown {
  margin-top: 17px;
  margin-left: -14px;
}

.mobile-header .mini-menu-dropdown .dropdown-toggle {
  font-size: 24px;
  line-height: 27px;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  color: #333333;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.mobile-header .mini-menu-dropdown .dropdown-toggle:hover {
  color: #5fd179;
}

.mobile-header .mini-menu-dropdown .dropdown-menu {
  margin-top: -13px;
}

.mobile-header .mini-menu-dropdown .mini-menu ul li a {
  display: block;
  color: #333333;
  font-size: 14px;
  line-height: 19px;
  padding: 15px 7px 14px 20px;
  background: #ffffff;
  text-decoration: none;
  white-space: inherit;
  border-bottom: 1px solid #e9e9e9;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.mobile-header .mini-menu-dropdown .mini-menu ul li a:hover {
  background-color: #f6f6f8;
  color: #5fd179;
}

.mobile-header .mini-menu-dropdown .mini-menu ul .active a {
  color: #5fd179;
  background-color: #f6f6f8;
}

.mobile-header .mini-menu-dropdown .social-icon {
  display: block;
}

.mobile-header .mini-menu-dropdown .social-icon ul {
  display: block;
}

.mobile-header .mini-menu-dropdown .social-icon ul li {
  display: block;
  margin-right: 0;
}

.mobile-header .mini-menu-dropdown .social-icon ul li a {
  display: block;
  color: #333333;
  font-size: 14px;
  line-height: 19px;
  padding: 15px 7px 14px 20px;
  background: #ffffff;
  text-decoration: none;
  white-space: inherit;
  border-bottom: 1px solid #e9e9e9;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.mobile-header .mini-menu-dropdown .social-icon ul li a:hover {
  background-color: #f6f6f8;
  color: #5fd179;
}

.mobile-header .mini-menu-dropdown .social-icon ul .active a {
  color: #5fd179;
  background-color: #f6f6f8;
}

@media (max-width: 411px) {
  .mobile-header .mini-menu-dropdown .dropdown-menu {
    width: 198px;
  }
}

@media (max-width: 365px) {
  .mobile-header .pull-left *:nth-child(n+3) .dropdown-menu {
    width: 198px;
    margin-left: -36px;
  }
}

/* mobile-menu-toggle */
.mobile-menu-toggle {
  font-size: 16px;
  padding: 10px 10px 10px 0px;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  position: relative;
  margin-top: 14px;
  margin-bottom: 12px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.mobile-menu-toggle .icon-bar {
  background: #333333;
  width: 18px;
  height: 2px;
  display: block;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.mobile-menu-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}

.mobile-menu-toggle .menu-text {
  position: absolute;
  top: 4px;
  display: inline-block;
  line-height: 26px;
  color: #333333;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0 0 0 31px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.mobile-menu-toggle:hover .menu-text {
  color: #5fd179;
}

.mobile-menu-toggle:hover .icon-bar {
  background: #5fd179;
}

/* mobile menu */
.mm-open {
  overflow: hidden;
}

.panel-menu a {
  text-decoration: none;
  color: #333333;
  background: #ffffff;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  padding: 15px 50px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.panel-menu a:hover {
  color: #5fd179;
  background: #f6f6f8;
}

.panel-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.panel-menu li {
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}

.panel-menu .badge-menu {
  height: 17px;
  line-height: 14px;
}

.panel-menu .mm-next-level .badge-menu {
  top: 3px;
}

.panel-menu .mm-original-link .badge-menu {
  top: -1px;
}

.panel-menu a:not([class]) &gt; .badge-menu {
  top: 2px;
}

.ie .panel-menu a {
  padding: 12px 50px 18px;
}

.ie .panel-menu a:after {
  position: relative;
  top: 6px;
}

.panel-menu .mm-close, .panel-menu .mm-prev-level, .panel-menu .mm-original-link {
  display: block;
}

.mmitemopen.panel-menu, .mmitemopen.panel-menu.mm-right {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.panel-menu, .mmpanels, .mmpanels &gt; .mmpanel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: inherit;
}

.panel-menu {
  display: block;
  position: fixed;
  z-index: 12;
  background: #ffffff;
  width: 300px;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.panel-menu.mm-right, .mmitemopen.panel-menu.mm-right.mmhide {
  left: auto;
  right: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mmitemopen.panel-menu.mmhide {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mmpanels {
  overflow: hidden;
}

.mmpanels &gt; .mmpanel {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}

.mmpanels, .mmpanels &gt; .mmpanel {
  background: inherit;
  border-color: inherit;
}

.mmpanels &gt; .mmpanel:not(.mmhidden) {
  display: block;
}

.mmpanels &gt; .mmpanel:after {
  content: '';
  display: block;
  height: 20px;
}

.mmhidden {
  display: none;
}

.mm-original-link {
  background: #f6f6f8;
}

.mm-original-link:before {
  padding-right: 10px;
}

.mm-next-level:after {
  content: "\e5cc";
  padding-left: 10px;
}

.panel-menu .mm-prev-level {
  padding: 10px 15px 16px;
}

.mm-close-parent a {
  padding: 15px 16px;
}

.mm-prev-level:before {
  content: "\e408";
  padding-right: 10px;
  position: relative;
  top: 6px;
}

.mm-prev-level:hover:before,
.mm-next-level:hover:after,
.mm-close:hover:before {
  color: #5fd179;
}

.mm-close:before {
  content: "\e5cd";
  padding-right: 10px;
  position: relative;
  top: 6px;
}

.mm-next-level:after,
.mm-prev-level:before,
.mm-close:before {
  font-family: 'Material Icons';
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #333333;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.mmpanel {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mmpanel.mmopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mmpanel.mmsubopened {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

.mm-nav-btn {
  display: none;
}

.mm-open .mm-fullscreen-bg {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.55);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: none;
}

.mm-fullscreen-bg, .mm-fullscreen-bg:focus, .mm-fullscreen-bg:active, .mm-fullscreen-bg:hover {
  outline: none;
}

/* header-menu */
._header-menu-dropdown-menu-shadow, .header-menu .dropdown-menu, .menu-vertical nav .dropdown-menu {
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.07);
}

._header-menu-dropdown-menu-shadow1, .header-menu .megamenu-submenu &gt; li ul, .menu-vertical nav .megamenu-submenu &gt; li ul {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

._header-menu-dropdown-menu-shadow2, .header-menu .multicolumn .dropdown-menu, .header-menu .multicolumn ul li ul, .menu-vertical nav .dropdown.multicolumn .dropdown-menu, .menu-vertical nav .dropdown.multicolumn ul li ul {
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.07);
}

._header-menu-dropdown-arrow, .header-menu .multicolumn ul li a:not(:only-child):after, .header-menu .megamenu-submenu li a:not(:only-child):after, .menu-vertical nav .dropdown.multicolumn ul li a:not(:only-child):after, .menu-vertical nav .megamenu-submenu li a:not(:only-child):after {
  speak: none;
  content: "";
  font-size: 24px;
  position: relative;
  display: inline-block;
  float: right;
  -webkit-font-smoothing: antialiased;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  width: 0;
  height: 0;
}

.header-menu-product {
  margin-top: -2px;
}

.header-menu-product .product .product_inside {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.header-menu-product .product .product_inside_hover {
  display: none;
}

.header-menu-product .product .label-new,
.header-menu-product .product .label-sale {
  top: 20px;
  font-size: 10px;
  padding: 4px 4px 2px;
  text-align: inherit;
}

.header-menu-product .product .label-new:after,
.header-menu-product .product .label-sale:after {
  display: none;
}

.header-menu-product .product .label-sale {
  min-width: 38px;
}

.header-menu-product .product .label-new {
  min-width: 37px;
}

.header-menu-product .product .quick-view {
  display: none;
}

.header-menu-product .product .title {
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.header-menu-product .product a:hover .title {
  color: #5fd179;
}

.header-menu-product .slick-arrow {
  background: none;
}

.header-menu {
  display: inline-block;
  font-size: 0;
}

.header-menu ul li {
  display: inline-block;
}

.header-menu &gt; ul &gt; li &gt; a {
  color: #333333;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  font-size: 16px;
  display: inline-block;
  padding: 23px 10px 10px 10px;
  /*font-family: "Myriad Pro";*/
  text-transform: uppercase;
  /*font-weight: 600;*/
  letter-spacing: 0.02em;
  background: transparent;
  position: relative;
  margin-right: 40px;
}

.header-menu &gt; ul &gt; li &gt; a .badge-menu {
  margin-top: 6px;
  position: absolute;
  right: 0;
}

.header-menu &gt; ul &gt; li &gt; a:hover,
.header-menu &gt; ul &gt; li.hover &gt; a {
  color: #5fd179;
  background: transparent;
}

.header-menu &gt; ul &gt; li.selected &gt; a,
.header-menu &gt; ul &gt; li.active &gt; a {
  color: #5fd179;
}

.header-menu ul.popup-left {
  left: auto;
  right: 100%;
}

.header-menu .dropdown {
  position: inherit;
}

.header-menu .dropdown .dropdown-menu {
  display: none;
  top: -10000px;
}

.header-menu .dropdown:hover {
  top: auto;
}

.header-menu .dropdown:hover .dropdown-menu {
  top: auto;
}

.header-menu .dropdown-menu {
  width: calc(100% - 50px);
  padding: 46px 5px 32px 50px;
  margin-top: 0px;
  border: none;
  display: block;
  position: absolute;
  margin-left: 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.header-menu .megamenu .dropdown-menu {
  padding: 46px 49px 50px 50px;
}

.header-menu .multicolumn {
  position: relative;
}

.header-menu .multicolumn .dropdown-menu {
  padding: 0;
}

.header-menu .multicolumn &gt; ul &gt; li &gt; a {
  border-bottom: none;
}

.header-menu .multicolumn ul &gt; li &gt; a {
  white-space: nowrap;
}

.header-menu .multicolumn ul li {
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
  position: relative;
}

.header-menu .multicolumn ul li a {
  padding: 13px 19px 11px 20px;
  display: block;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  color: #333333;
  background: #ffffff;
}

.header-menu .multicolumn ul li a:hover {
  color: #5fd179;
  background: #f6f6f8;
}

.header-menu .multicolumn ul li a:hover &gt; ul {
  display: block;
}

.header-menu .multicolumn ul li ul {
  display: none;
  position: absolute;
  min-width: 202px;
  z-index: 11;
  left: 100%;
  top: 0;
  margin-top: 0;
}

.header-menu .multicolumn ul li ul.right,
.header-menu .multicolumn ul li ul.right ul {
  left: auto;
  right: 100%;
}

.header-menu .multicolumn ul li ul.right .left,
.header-menu .multicolumn ul li ul.right .left ul {
  left: 100%;
  right: auto;
}

.header-menu .multicolumn ul li a:not(:only-child):after {
  right: 18px;
  top: 50%;
  margin-top: -5px;
  position: absolute;
  border-top: 5px solid transparent;
  border-left: 5px solid #c6c6c6;
  border-bottom: 5px solid transparent;
}

.header-menu .multicolumn ul li:last-child {
  border: none;
}

.header-menu .multicolumn ul li.active &gt; a {
  color: #5fd179;
  background: #f6f6f8;
}

.header-menu .dropdown-menu.one-col {
  min-width: 202px;
  margin-left: 0;
  width: auto;
}

.header-menu .dropdown-menu.one-col .badge {
  top: -1px;
}

.header-menu .dropdown-menu.large-width {
  width: 290px;
}

.header-menu .dropdown-menu.large-width &gt; li &gt; a {
  white-space: normal;
}

.header-menu .title-underline {
  display: block;
  margin-bottom: 14px;
  font-weight: 500;
  overflow: hidden;
  backface-visibility: hidden;
}

.header-menu .title-underline span:not([class]) {
  color: #333333;
  border-bottom: 2px solid #333333;
  display: block;
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 18px;
  letter-spacing: 0.02em;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.header-menu .title-underline .badge {
  top: -1px;
}

.header-menu .title-underline .megamenu_category-image {
  overflow: hidden;
  display: block;
}

.header-menu .menu-list-col {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
  margin-top: -30px;
}

.header-menu .menu-list-col &gt; div {
  margin-top: 30px;
}

.header-menu .title-underline:hover span:not([class]) {
  border-bottom: 2px solid #5fd179;
  color: #5fd179;
  letter-spacing: 1.1px;
}

.header-menu .title-underline.active span {
  color: #5fd179;
  border-color: #5fd179;
}

.header-menu .title-underline:not(:first-child) {
  margin-top: 30px;
}

.header-menu .menu-title {
  color: #333333;
  display: block;
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.header-menu .menu-title:hover {
  color: #5fd179;
  letter-spacing: 1.1px;
}

.header-menu .megamenu-submenu {
  padding-bottom: 20px;
  display: block;
}

.header-menu .megamenu-submenu li {
  display: block;
  margin-bottom: 1px;
  position: relative;
}

.header-menu .megamenu-submenu li a {
  color: #333333;
  display: block;
  padding: 3px 0;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.header-menu .megamenu-submenu li a:hover {
  color: #5fd179;
}

.header-menu .megamenu-submenu li a:not(:only-child):after {
  top: 7px;
  border-top: 5px solid transparent;
  border-left: 5px solid #c6c6c6;
  border-bottom: 5px solid transparent;
}

.header-menu .megamenu-submenu &gt; li ul {
  display: none;
  margin-top: 0px;
  background: #ffffff;
  position: absolute;
  z-index: 13;
  left: 100%;
  top: 0;
  min-width: 201px;
}

.header-menu .megamenu-submenu &gt; li ul .badge {
  top: -1px;
}

.header-menu .megamenu-submenu &gt; li ul ul.right,
.header-menu .megamenu-submenu &gt; li ul ul.right ul {
  left: auto;
  right: 100%;
}

.header-menu .megamenu-submenu &gt; li ul ul.right .left,
.header-menu .megamenu-submenu &gt; li ul ul.right .left ul {
  left: 100%;
  right: auto;
}

.header-menu .megamenu-submenu &gt; li ul li {
  margin-bottom: 0;
}

.header-menu .megamenu-submenu &gt; li ul li a {
  padding: 3px 7px 3px 20px;
  display: block;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  color: #333333;
  background: #ffffff;
}

.header-menu .megamenu-submenu &gt; li ul li a:hover {
  color: #5fd179;
  background: #f6f6f8;
}

.header-menu .megamenu-submenu &gt; li ul li.active &gt; a {
  color: #5fd179;
  background: #f6f6f8;
}

.header-menu .megamenu-submenu &gt; li ul li a:not(:only-child):after {
  border-left-color: #c6c6c6;
}

.header-menu .megamenu-submenu li.active &gt; a {
  color: #5fd179;
}

.header-menu .megamenu-submenu li:hover &gt; a:after {
  display: none;
}

.header-menu .blog-thumb {
  margin-top: 10px;
}

.header-menu .promo-box {
  margin-top: 26px;
}

.header-menu .blog-thumb .title {
  font-size: 26px;
  line-height: 37px;
}

.header-menu .blog-thumb p:not([class]) {
  font-size: 16px;
  line-height: 24px;
}

.header-menu .product .image-box .quick-view &gt; span {
  padding: 3px 17px 8px;
}

.header-menu .product .image-box .quick-view .icon {
  font-size: 21px;
  top: 6px;
}

.megamenu .col-xs-1, .megamenu .col-sm-1, .megamenu .col-md-1, .megamenu .col-lg-1, .megamenu .col-xs-2, .megamenu .col-sm-2,
.megamenu .col-md-2, .megamenu .col-lg-2, .megamenu .col-xs-3, .megamenu .col-sm-3, .megamenu .col-md-3, .megamenu .col-lg-3, .megamenu .col-xs-4, .megamenu .col-sm-4,
.megamenu .col-md-4, .megamenu .col-lg-4, .megamenu .col-xs-5, .megamenu .col-sm-5, .megamenu .col-md-5, .megamenu .col-lg-5, .megamenu .col-xs-6, .megamenu .col-sm-6, .megamenu .col-md-6,
.megamenu .col-lg-6, .megamenu .col-xs-7, .megamenu .col-sm-7, .megamenu .col-md-7, .megamenu .col-lg-7, .megamenu .col-xs-8, .megamenu .col-sm-8, .megamenu .col-md-8, .megamenu .col-lg-8,
.megamenu .col-xs-9, .megamenu .col-sm-9, .megamenu .col-md-9, .megamenu .col-lg-9, .megamenu .col-xs-10, .megamenu .col-sm-10, .megamenu .col-md-10, .megamenu .col-lg-10, .megamenu .col-xs-11, .megamenu .col-sm-11,
.megamenu .col-md-11, .megamenu .col-lg-11, .megamenu .col-xs-12, .megamenu .col-sm-12, .megamenu .col-md-12, .megamenu .col-lg-12 {
  padding-left: 13px;
  padding-right: 13px;
}

.megamenu .row {
  margin-left: -13px;
  margin-right: -13px;
}

.custom-layout-02 .col-sm-7 {
  width: 59.99999999%;
}

.custom-layout-02 .col-sm-5 {
  width: 40%;
}

.custom-layout-02 .design-13 {
  margin-left: 24px;
  margin-top: 4px;
}

.custom-layout-02 .col-sm-2 {
  width: 20%;
}

.custom-layout-02 .megamenu-submenu {
  padding-bottom: 0;
}

.custom-layout-03 .col-sm-7 {
  width: 58.33333333%;
}

.custom-layout-03 .col-sm-5 {
  width: 41.66666667%;
}

.header-menu-product .product {
  background: none;
}

.header-menu-product .product .product_inside {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-bottom: 0px;
}

.header-menu-product .product .product_inside_hover {
  display: none;
}

.header-menu-product .product .label-new,
.header-menu-product .product .label-sale {
  top: 20px;
  font-size: 10px;
  padding: 4px 4px 2px;
  text-align: inherit;
}

.header-menu-product .product .label-new:after,
.header-menu-product .product .label-sale:after {
  display: none;
}

.header-menu-product .product .label-sale {
  min-width: 38px;
}

.header-menu-product .product .label-new {
  min-width: 37px;
}

.header-menu-product .slick-arrow {
  margin-top: -45px;
}

@media (min-width: 769px) {
  .header-menu-product.slick-arrow-top .slick-next {
    right: -9px;
  }
  .header-menu-product.slick-arrow-top .slick-prev {
    right: 30px;
  }
}

/* badge-menu */
.badge-menu {
  font-size: 10px;
  line-height: 12px;
  padding: 2px 5px 2px;
  font-weight: 500;
  position: relative;
  top: 0px;
  color: #ffffff;
  letter-spacing: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.title-submenu {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.02em;
  margin-left: -1px;
  padding-bottom: 10px;
  font-weight: bold;
}


/* REVOLUTION SLIDER */
.tp-banner {
  display: none;
}

.slider-revolution {
  overflow: hidden;
  position: relative;
}

@media (max-width: 500px) {
  .slider-revolution .btn-border {
    border-width: 1px !important;
  }
}

.slider-revolution .btn {
  height: auto;
}

.slider-revolution .tp-dottedoverlay.twoxtwo {
  background: none;
}

.slider-revolution iframe {
  border: none;
  outline: none;
}

@media (min-width: 1000px) {
  .slider-revolution iframe {
    width: 600px;
    height: 340px;
  }
}

@media (max-width: 999px) {
  .slider-revolution iframe {
    width: 800px;
    height: 464px;
  }
}

.slider-revolution .video-play a {
  font-size: 40px;
  line-height: 40px;
  color: #c2c2c2;
}

@media (max-width: 500px) {
  .slider-revolution .video-play a {
    font-size: 35px;
    line-height: 35px;
  }
}

.slider-revolution .video-play a:hover {
  color: #5fd179;
}

.slider-revolution .video-play .btn-pause {
  display: none;
}

.slider-revolution .video-play.pause .btn-play {
  display: none;
}

.slider-revolution .video-play.pause .btn-pause {
  display: block;
}

.slider-revolution video {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
}

.tp-banner {
  font-size: 10px;
  z-index: 1;
  position: relative;
}

.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
  z-index: 1;
  height: 796px !important;
}

.slider-button .tp-banner,
.slider-button .tp-banner-container {
  z-index: -1;
}

.tp-caption {
  color: #333333;
}

.slotholder:before{
	    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.tp-caption .btn-lg {
  padding: 26px 52px 23px;
  font-weight: 500;
}

/* back-to-top (mobile) */
@media (max-width: 789px) {
  .back-to-top {
    cursor: pointer;
    right: 0;
    backface-visibility: hidden;
    display: block !important;
    width: 100%;
    background-color: #5fd179;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    padding: 8px 5px 14px;
    letter-spacing: 0.02em;
    -moz-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }
  .back-to-top .icon {
    font-size: 24px;
    position: relative;
    top: 7px;
    margin-right: 2px;
    backface-visibility: hidden;
  }
}

@media (max-width: 789px) and (max-width: 767px) {
  .back-to-top {
    display: block;
  }
}

@media (max-width: 789px) {
  .back-to-top:hover {
    background: #333333;
    color: #ffffff;
  }
}

/* back-to-top (desktope) */
@media (min-width: 789px) {
  .back-to-top {
    cursor: pointer;
    display: none;
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 7;
    width: 62px;
    height: 62px;
    font-size: 39px;
    line-height: 39px;
    background-color: #5fd179;
    color: #ffffff;
    text-align: center;
    -moz-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
    backface-visibility: hidden;
  }
  .back-to-top .icon {
    font-size: 39px;
    line-height: 39px;
    position: relative;
    top: 11px;
    backface-visibility: hidden;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }
  .back-to-top .text {
    display: none;
  }
  .back-to-top:hover {
    background: #333333;
    color: #ffffff;
  }
}

@media (min-width: 789px) and (max-width: 789px) {
  .back-to-top {
    display: none !important;
  }
}

@media (min-width: 789px) {
  .back-to-top span {
    color: #ffffff;
  }
  .back-to-top:hover .icon {
    top: 7px;
  }
}

/* breadcrumb */
.breadcrumb {
  background: none;
  padding: 33px 0 27px 0;
  margin: 0;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.breadcrumb .container {
  margin-top: 0;
}

.breadcrumb ul {
  position: relative;
}

.breadcrumb ul li:not(:last-child) {
  border-right: 1px solid #e9e9e9;
}

.breadcrumb ul li {
  color: #5fd179;
  font-size: 12px;
  line-height: 21px;
  display: inline-block;
  padding: 0 14px;
}

.breadcrumb ul li a {
  color: #777;
  display: inline-block;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.breadcrumb ul li a:hover {
  color: #5fd179;
}

.breadcrumb ul li:first-child {
  padding-left: 0;
}

/* box-text */
.box-text:not(:first-child) {
  margin-top: 29px;
}

.box-text:not(:first-child) h2 {
  padding-bottom: 9px;
}

/* mark */
.mark {
  background: #333333;
  color: #ffffff;
  padding: 0 2px;
}

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

/* link (&lt;a class="link") */
.link {
  color: #5fd179;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.link:hover {
  color: #333333;
}

/* slick slider */
.slick-prev {
  left: 0px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0px;
}

.slick-prev:before {
  content: "\e5cb";
}

[dir="rtl"] .slick-prev:before {
  content: "\e5cb";
}

.slick-next {
  right: 0px;
}

[dir="rtl"] .slick-next {
  left: 0px;
  right: auto;
}

.slick-next:before {
  content: "\e5cc";
}

[dir="rtl"] .slick-next:before {
  content: "\e5cc";
}

.slick-dots {
  position: absolute;
  bottom: 10.3%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 0px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 0 5px;
  color: transparent;
  cursor: pointer;
  background: #c2c2c2;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover {
  background: #333333;
  outline: none;
}

.slick-dots li button:before {
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #c2c2c2;
  top: -5px;
  left: -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.slick-dots li.slick-active button {
  background: none;
}

.slick-dots li.slick-active button:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 426px) {
  .slick-dots {
    bottom: 5%;
  }
  .slick-dots li {
    margin: 0 9px;
  }
}

@media (min-width: 791px) {
  .slick-arrow-top .slick-prev {
    top: 0;
    left: auto;
    right: 42px;
  }
  .slick-arrow-top .slick-next {
    top: 0;
    right: 8px;
  }
}

.slick-arrow-1 .slick-arrow {
  background: none !important;
}

.slick-arrow-1 .slick-prev:before,
.slick-arrow-1 .slick-next:before {
  font-size: 50px;
}

/* slick Arrows */
.slick-arrow {
  display: block;
  height: 50px;
  width: 50px;
  cursor: pointer;
  background-color: #ffffff;
  padding: 0;
  border: none;
  outline: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -25px;
  font-size: 0;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

@media (max-width: 790px) {
  .products-mobile-arrow .slick-arrow {
    top: 36% !important;
    margin-top: -22px !important;
  }
}

@media (max-width: 630px) {
  .products-mobile-arrow .slick-arrow {
    top: 33.7% !important;
    margin-top: -22px !important;
  }
}

@media (max-width: 490px) {
  .carousel-products-mobile .slick-arrow,
  .carousel-products-mobile-md .slick-arrow {
    top: 50%;
  }
}

.slick-arrow:before {
  display: block;
  font-family: "Material Icons";
  font-size: 30px;
  line-height: 50px;
  color: #c2c2c2;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.slick-arrow:hover {
  outline: none;
  background: #ffffff;
}

.slick-arrow:hover:before {
  opacity: 0.8;
  color: #333333;
}

.slick-arrow {
  pointer-events: auto;
}

.slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.6;
}

.slick-arrowslick-disabled:before {
  opacity: 1;
}

.slick-arrow-top .slick-arrow,
.slick-arrow-top1 .slick-arrow,
.slick-arrow-top2 .slick-arrow {
  overflow: hidden;
}

.slick-arrow-top .slick-arrow {
  margin-top: -53px;
}

@media (max-width: 1024px) {
  .slick-arrow-top .slick-arrow {
    margin-top: -49px;
  }
}

.slick-arrow-top1 .slick-arrow {
  margin-top: -45px;
}

.slick-arrow-top2 .slick-arrow {
  margin-top: -39px;
}

/* slick-arrow-top-bottom */
.slick-arrow-top-bottom .slick-prev {
  top: 0;
  width: 100%;
}

.slick-arrow-top-bottom .slick-prev:before {
  content: '\e5ce';
}

.slick-arrow-top-bottom .slick-next {
  top: auto;
  bottom: 0;
  width: 100%;
}

.slick-arrow-top-bottom .slick-next:before {
  content: '\e5cf';
}

/* slick vertical-carousel */
.vertical-carousel {
  padding-bottom: 64px;
}

.vertical-carousel .slick-arrow {
  top: inherit;
  bottom: 0;
}

.no-zoom .zoomContainer {
  display: none !important;
}

.slick-track {
  margin: auto;
}

/* slick arrow-style-2 */
.arrow-style-2 .slick-arrow {
  border: 1px solid #e9e9e9;
  background: transparent;
}

.arrow-style-2 .slick-arrow:before {
  color: #c2c2c2;
  opacity: 1;
  line-height: 49px;
  transform: rotate(90deg);
}

.arrow-style-2 .slick-arrow:hover {
  border: 1px solid #333333;
  background: #333333;
}

.arrow-style-2 .slick-arrow:hover:before {
  color: #ffffff;
}

.arrow-style-2 .slick-next {
  right: auto;
  left: 55px;
}

/* loader */
.loader-wrapper.loader-off,
body.loaded .loader-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -ms-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #ffffff;
  opacity: 1;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -ms-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
}

.loader {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  perspective: 400px;
  transform-type: preserve-3d;
}

.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.loader svg {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.loader .loader-animation {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

.loader-btn {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  perspective: 400px;
  transform-type: preserve-3d;
}

.loader-btn:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.loader-btn svg {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.loader-btn .loader-animation {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color1 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes color {
  100%,
  0% {
    stroke: #5fd179;
  }
  40% {
    stroke: #5fd179;
  }
  66% {
    stroke: #5fd179;
  }
  80%,
  90% {
    stroke: #5fd179;
  }
}

@keyframes color1 {
  100%,
  0% {
    stroke: #ffffff;
  }
  40% {
    stroke: #ffffff;
  }
  66% {
    stroke: #ffffff;
  }
  80%,
  90% {
    stroke: #ffffff;
  }
}

/*
Colors
*/
.color-base {
  color: #5fd179;
}

.color-defaulttext {
  color: #777;
}

.color-defaulttext2 {
  color: #333333;
}

.color-white {
  color: #ffffff;
}

.color-red {
  color: #fe4135;
}

.color-dark-grey {
  background: #6d6d6d;
}

.color-pale-gold {
  background: #c8c377;
}

.color-cadet-gray {
  background: #84a7bb;
}

.color-black {
  background-color: #000;
}

.color-grey {
  background-color: #cdcdcd;
}

.color-light-grey {
  background-color: #f5f5f5;
}

.color-dark-turquoise {
  background-color: #23cddc;
}

.color-orange {
  background-color: #fe9001;
}

.color-pale-violet-red {
  background-color: #ff527f;
}

.bg-white {
  background: #ffffff;
}

._account-border, .header-02 .account, .header-03 .account {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  padding: 0;
}

._account-border .dropdown-toggle, .header-02 .account .dropdown-toggle, .header-03 .account .dropdown-toggle {
  display: inline-block;
  padding: 5px 24px 8px 25px;
}

._account-border .dropdown-toggle .icon, .header-02 .account .dropdown-toggle .icon, .header-03 .account .dropdown-toggle .icon {
  margin-right: 6px;
}

._short-box, header .mobile-header .language, header .mobile-header .currency, .header-04 .language, .header-04 .currency, .header-07 .language, .header-07 .currency, .header-08 .language, .header-08 .currency, header .header-09 .language, header .header-09 .currency {
  border: none;
  padding: 13px 0px 12px 0px;
}

._short-box .dropdown-toggle, header .mobile-header .language .dropdown-toggle, header .mobile-header .currency .dropdown-toggle, .header-04 .language .dropdown-toggle, .header-04 .currency .dropdown-toggle, .header-07 .language .dropdown-toggle, .header-07 .currency .dropdown-toggle, .header-08 .language .dropdown-toggle, .header-08 .currency .dropdown-toggle, header .header-09 .language .dropdown-toggle, header .header-09 .currency .dropdown-toggle {
  padding: 0;
}

._short-box .dropdown-label, header .mobile-header .language .dropdown-label, header .mobile-header .currency .dropdown-label, .header-04 .language .dropdown-label, .header-04 .currency .dropdown-label, .header-07 .language .dropdown-label, .header-07 .currency .dropdown-label, .header-08 .language .dropdown-label, .header-08 .currency .dropdown-label, header .header-09 .language .dropdown-label, header .header-09 .currency .dropdown-label {
  display: none;
}

._short-box .caret, header .mobile-header .language .caret, header .mobile-header .currency .caret, .header-04 .language .caret, .header-04 .currency .caret, .header-07 .language .caret, .header-07 .currency .caret, .header-08 .language .caret, .header-08 .currency .caret, header .header-09 .language .caret, header .header-09 .currency .caret {
  margin-left: 9px;
}

._short-account .dropdown-label, header .mobile-header .account .dropdown-label, .header-04 .account .dropdown-label, header .header-05 .account .dropdown-label, .header-07 .account .dropdown-label, .header-08 .account .dropdown-label, header .header-09 .account .dropdown-label {
  display: none;
}

._short-account .dropdown-toggle .icon, header .mobile-header .account .dropdown-toggle .icon, .header-04 .account .dropdown-toggle .icon, header .header-05 .account .dropdown-toggle .icon, .header-07 .account .dropdown-toggle .icon, .header-08 .account .dropdown-toggle .icon, header .header-09 .account .dropdown-toggle .icon {
  top: -2px;
}

._short-account .dropdown-toggle .icon-person:before, header .mobile-header .account .dropdown-toggle .icon-person:before, .header-04 .account .dropdown-toggle .icon-person:before, header .header-05 .account .dropdown-toggle .icon-person:before, .header-07 .account .dropdown-toggle .icon-person:before, .header-08 .account .dropdown-toggle .icon-person:before, header .header-09 .account .dropdown-toggle .icon-person:before {
  content: "\e8a6";
}

._short-cart .dropdown-label, header .mobile-header .cart .dropdown-label, .header-04 .cart .dropdown-label, header .header-05 .cart .dropdown-label, .header-07 .cart .dropdown-label, .header-08 .cart .dropdown-label, header .header-09 .cart .dropdown-label, .stuck-nav .stuck-cart-parent-box .cart .dropdown-label {
  display: none;
}

._short-cart .dropdown-toggle .icon, header .mobile-header .cart .dropdown-toggle .icon, .header-04 .cart .dropdown-toggle .icon, header .header-05 .cart .dropdown-toggle .icon, .header-07 .cart .dropdown-toggle .icon, .header-08 .cart .dropdown-toggle .icon, header .header-09 .cart .dropdown-toggle .icon, .stuck-nav .stuck-cart-parent-box .cart .dropdown-toggle .icon {
  margin-right: 9px;
}

header div {
  vertical-align: top;
}

header .pull-left,
header .pull-right {
  font-size: 0;
}

header .container {
  position: relative;
}

header .main-parent-language,
header .main-parent-currency,
header .mobile-parent-language,
header .mobile-parent-currency {
  display: inline-block;
}

@media (min-width: 790px) {
  header .top-line {
    border-color: #e9e9e9;
  }
}

header .mobile-header {
  display: none;
}

header .mobile-header .top-line {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

header .mobile-header .language {
  margin-right: 25px;
}

header .mobile-header .currency {
  margin-right: 29px;
}

header .mobile-header .currency .caret,
header .mobile-header .language .caret {
  margin-left: 6px;
}

header .mobile-header .currency .dropdown-menu,
header .mobile-header .language .dropdown-menu {
  right: auto;
  left: 0;
}

header .mobile-header .logo img {
  max-height: 100px;
}

header .mobile-header .mobile-parent-cart {
  margin-right: 5px;
}

@media (max-width: 1024px) {
  header .desktop-header {
    display: none;
  }
  header .mobile-header {
    display: block;
  }
}

header .social-icon {
  display: inline-block;
}

header .container,
header .container-fluid {
  margin-top: 0;
}

header .col-xs-1, header .col-sm-1, header .col-md-1, header .col-lg-1, header .col-xs-2, header .col-sm-2, header .col-md-2, header .col-lg-2, header .col-xs-3, header .col-sm-3, header .col-md-3, header .col-lg-3, header .col-xs-4, header .col-sm-4, header .col-md-4, header .col-lg-4, header .col-xs-5, header .col-sm-5, header .col-md-5, header .col-lg-5, header .col-xs-6, header .col-sm-6, header .col-md-6, header .col-lg-6, header .col-xs-7, header .col-sm-7, header .col-md-7, header .col-lg-7, header .col-xs-8, header .col-sm-8, header .col-md-8, header .col-lg-8, header .col-xs-9, header .col-sm-9, header .col-md-9, header .col-lg-9, header .col-xs-10, header .col-sm-10, header .col-md-10, header .col-lg-10, header .col-xs-11, header .col-sm-11, header .col-md-11, header .col-lg-11, header .col-xs-12, header .col-sm-12, header .col-md-12, header .col-lg-12 {
  position: inherit;
}

header .desktop-header {
  position: relative;
  z-index: 8;
}

header .desktop-header .logo h2 {
  max-width: 202px;
  margin-top: 16px;
  padding-bottom: 3px;
}

header .desktop-header .logo h2 a {
  color: #333333;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

header .desktop-header .logo h2 a:hover {
  color: #5fd179;
}

/* mobile-header */
header .mobile-header .container,
header .mobile-header .container-fluid {
  padding-left: 19px;
  padding-right: 19px;
}

header .mobile-header .language {
  margin-right: 25px;
  padding-bottom: 0;
  padding-top: 22px;
}

@media (max-width: 380px) {
  header .mobile-header .language {
    margin-right: 18px;
  }
}

header .mobile-header .currency {
  margin-right: 32px;
  padding-bottom: 0;
  padding-top: 22px;
}

@media (max-width: 380px) {
  header .mobile-header .currency {
    margin-right: 24px;
  }
}

header .mobile-header .account {
  padding-bottom: 0;
  padding-top: 25px;
}

header .mobile-header .account .icon {
  top: -2px;
  font-size: 27px;
}

header .mobile-header .account .dropdown-toggle .icon:before {
  content: "\e8a6";
}

header .mobile-header .account .dropdown-menu {
  left: auto;
  right: 0;
}

header .mobile-header .cart {
  padding-bottom: 0;
  margin: 11px -6px 0 15px;
}

header .mobile-header .cart .badge-cart {
  top: 8px;
  left: 35px;
}

header .mobile-header .cart .dropdown-toggle {
  padding: 13px 28px 0px 5px;
}

header .mobile-header .logo {
  margin: 2px 0 28px;
}

header .mobile-header .logo h2 {
  max-width: 490px;
  padding-bottom: 12px;
}

header .mobile-header .logo h2 a {
  color: #333333;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

header .mobile-header .logo h2 a:hover {
  color: #5fd179;
}

header .mobile-header .search {
  margin-top: 5px;
}

header .mobile-header .search .search-dropdown {
  left: 19px;
  width: calc(100% - 31px);
}

header .mobile-header .search .search-dropdown .search-close {
  background: transparent;
  right: 4px;
  margin-top: 16px;
  width: 45px;
}

header .mobile-header .search .search-dropdown .search-close .icon {
  padding: 7px 3px 9px 0px;
}

header .mobile-header .search .search-open .icon {
  padding: 9px 0 7px;
}

header .mobile-header .search .input-outer {
  background: #f6f6f8;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 14px;
  margin-bottom: 15px;
}

header .mobile-header .search .input-outer input {
  background: #f6f6f8;
  padding: 0px 0 1px 14px;
  width: 85.3%;
}

header .mobile-header .search .input-outer button {
  right: 0px;
  top: 0;
  padding: 10px 16px 5px 25px;
}

header .mobile-header .search .btn-search {
  padding: 10px 25px 12px 31px;
}

header .mobile-header .search .btn-search span {
  display: none;
}

header .mobile-header .search .btn-search:after {
  content: "\e8b6";
  font-family: 'Material Icons';
  display: inline-block;
  font-size: 24px;
  line-height: 31px;
  color: #333333;
}

header .mobile-header .search .btn-search:hover:after {
  color: #5fd179;
}

header .mobile-header .toggle-menu {
  margin-top: 17px;
  margin-left: -14px;
}

header .mobile-header .toggle-menu .dropdown-toggle {
  font-size: 24px;
  line-height: 27px;
  padding: 5px;
  margin-top: 0;
  margin-bottom: 0;
  color: #333333;
}

header .mobile-header .toggle-menu .dropdown-toggle:hover {
  color: #5fd179;
}

header .mobile-header .toggle-menu .dropdown-menu {
  margin-top: -13px;
}

header .mobile-header .toggle-menu .dropdown-menu ul li .icon,
header .mobile-header .toggle-menu .dropdown-menu ul li .fa {
  font-size: 14px;
  line-height: 19px;
}


/* header-08 */
@media (min-width: 1025px) {
  .header-static {
    position: absolute;
    z-index: 9;
    width: 100%;
    background: transparent;
  }
  .currency .dropdown-menu,
  .language .dropdown-menu,
  .account .dropdown-menu {
    left: auto;
    right: 0;
  }
}

.header-08 {
  padding-top: 24px;
  padding-bottom: 21px;
  width: 100%;
}

.header-08 .language {
  margin-top: 40px;
}

.header-08 .currency {
  margin-top: 40px;
  margin-left: 30px;
}

.header-08 .account {
  margin-top: 42px;
  margin-left: 22px;
}

.header-08 .cart {
  margin-top: 25px;
  margin-left: 17px;
  margin-right: 33px;
}

.header-08 .toggle-menu {
  margin-top: 34px;
  margin-left: 26px;
}

.header-08 .logo {
  margin-bottom: 22px;
}

.header-08 .search {
  margin-top: 40px;
  margin-left: 34px;
}

.header-08 .header-menu &gt; ul &gt; li &gt; a {
  padding-top: 8px;
}

.header-08 .header-menu &gt; ul &gt; li &gt; a .badge-menu {
  margin-top: -9px;
}

@media (max-width: 1279px) {
  .header-08 .currency,
  .header-08 .search,
  .header-08 .account {
    margin-left: 17px;
  }
  .header-08 .cart {
    margin-left: 12px;
  }
}

.header-08 .currency .dropdown-menu,
.header-08 .language .dropdown-menu,
.header-08 .account .dropdown-menu {
  left: auto;
  right: 0;
}

.header-08 .social-icon {
  margin-top: 46px;
}


.stl0{
    padding-right: 0;
    padding-left: 0;
}

.stl0 img{
    margin-left: 40px;
}

.stl1 {
    font-size: 20px;
    /*font-family: "Myriad Pro";*/
    color: rgb(43, 43, 43);
    text-transform: uppercase;
    padding-top: 78px;
    letter-spacing: 8px;
    font-weight: bold;
}

.stl3{
    padding-top: 150px;
}

.form-control{
    border: 1px solid #77cb00;
    width: 285px;
    border-radius: 0;
    height: 30px;
}

.stl5{
    display: block;
    margin: auto;
    font-weight: bold;
    letter-spacing: 5px;
}

.stl6{
    width: 285px;
}

.btn-default{
    border-color: #77cb00;
    border-radius: 0;
}

.container-fluid{
    padding-right: 0;
    padding-left: 0;
}

.btn{
    padding: 4px 12px;
}

.stl7 {
    font-size: 13px;
    /*font-family: "Myriad Pro";*/
    color: rgb(43, 43, 43);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 7px;
}

.stl8 {
    font-size: 13px;
    /*font-family: "Myriad Pro";*/
    color: rgb(43, 43, 43);
    letter-spacing: 6px;
}

.stl9{
    padding-top: 12%;
}

.stl10{
    letter-spacing: 3px;
}

.stl11{
    background-color: #999999;
    /*margin-top: 150px;*/
    padding: 15px 0 20px 0;
}

.stl11 h6{
    margin-bottom: 30px;
}

.stl12{
    letter-spacing: 3px;
    color: #fff;
    font-size: 13px;
}

.stl13{
    width: 240px;
}

.stl14{
    margin-top: 120px;
}

.stl15 {
    font-size: 22px;
    /*font-family: "Myriad Pro";*/
    letter-spacing: 8px;
    color: rgb(43, 43, 43);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    padding-top: 80px;
    font-weight: 800;
}

.stl16{
    font-size: 13px;
    /*font-family: "Myriad Pro";*/
    color: rgb(43, 43, 43);
    line-height: 1.385;
    text-align: center;
    padding-top: 80px;
    letter-spacing: 4px;

}

.stl17{
    /*font-family: "Myriad Pro";*/
    letter-spacing: 4px;
    font-size: 13px;
    color: #2b2b2b !important;
}

.stl17 b{
    color: #2b2b2b !important;
    text-transform: uppercase;
    letter-spacing: 7px
}

.stl18{
    padding-top: 50px;
}

.stl18 img{
    padding-bottom: 50px;
}

.stl19{
    background-color: #ff7500;
    width: 100px;
    padding: 12px;
    position: absolute;
    left: 36%;
    bottom: -5%;
    font-weight: 800;
    letter-spacing: 2px;
}

.stl20{
    background-color: #77cb00;
    width: 100px;
    padding: 12px;
    position: absolute;
    left: 36%;
    bottom: -5%;
    font-weight: 800;
    letter-spacing: 2px;
}

.stl21{
    background-color: #ffea00;
    width: 100px;
    padding: 12px;
    position: absolute;
    left: 36%;
    bottom: -5%;
    font-weight: 800;
    letter-spacing: 2px;
}

.stl22{
    font-size: 13px;
    /*font-family: "Myriad Pro";*/
    color: rgb(43, 43, 43);
    line-height: 1.385;
    text-align: center;
    letter-spacing: 5px;

}

.stl23{
    font-size: 30px;
    /*font-family: "Myriad Pro";*/
    color: #ff7500;
    line-height: 1.385;
    text-align: center;
    letter-spacing: 5px;
    font-weight: bold;
}

.stl24{
    font-size: 30px;
    /*font-family: "Myriad Pro";*/
    color:  #77cb00;
    line-height: 1.385;
    text-align: center;
    letter-spacing: 5px;
    font-weight: bold;
}

.stl25{
    font-size: 30px;
    /*font-family: "Myriad Pro";*/
    color: #ff7500;
    line-height: 1.385;
    text-align: center;
    letter-spacing: 5px;
    font-weight: bold;
}

.stl26{
    padding-top: 20px;
}

.stl27{
    padding-top: 20px;
}

.stl30{
    padding-top: 300px; 
}

.stl30 img{
    position: absolute;
    right: 0;
    bottom: 10%;
}

.bg-stl{
    background-color: #fff;
}

.stl52{
  letter-spacing: 2px;
  font-weight: bold;
}

@media (min-width: 1200px) {

  .stl50{
    padding-top: 50px;
  }

  .stl51{
    padding-top: 50px;
    padding-bottom: 100px;
  }

}

@media (max-width: 1200px) {

    .stl0 img {
        margin-left: 0;
    }

    .timeline2-horizontal:before {
        width: 58%;
    }

}



@media (max-width: 768px) {

    .form-control{
        width: 100%;
    }
    .stl6{
        width: 100%;
    }
    .stl8 {
        font-size: 10px;
    }
    .stl0{
        padding-right: 15px;
        padding-left: 15px;
        text-align: center;
    }

    .stl19{
        left: 43%;

    }

    .stl20{
        left: 43%;

    }

    .stl21{
        left: 43%;

    }

}

@media (max-width: 550px) {


    .stl19{
        left: 40%;

    }

    .stl20{
        left: 40%;

    }

    .stl21{
        left: 40%;

    }

}

@media (max-width: 480px) {


    .stl19{
        left: 38%;

    }

    .stl20{
        left: 38%;

    }

    .stl21{
        left: 38%;

    }

    .stl23{
        font-size: 18px;
    }

    .stl24{
        font-size: 18px;
    }

    .stl25{
        font-size: 18px;
    }

}

@media (max-width: 320px) {

    .stl19{
        left: 32%;
    }
    .stl20{
        left: 32%;

    }
    .stl21{
        left: 32%;
    }
    .stl23{
        font-size: 10px;
    }

    .stl24{
        font-size: 10px;
    }

    .stl25{
        font-size: 10px;
    }
    .stl15 {
      font-size: 20px;
    }
    .stl30{
        padding-top: 300px; 
    }
    .block-title{
      font-size: 20px !important;
    }

}


/* timeline2 */

.tlstl{
    display:inline-block;
    width:100%;
    overflow-y:auto;
    margin-left: 3%;
}

.timeline2,
.timeline2-horizontal {
list-style: none;
padding: 20px;
position: relative;
}
.timeline2:before {
top: 40px;
bottom: 0;
position: absolute;
content: " ";
width: 3px;
background-color: #77cb00;
left: 50%;
margin-left: -1.5px;
}
.timeline2 .timeline2-item {
margin-bottom: 20px;
position: relative;
}
.timeline2 .timeline2-item:before,
.timeline2 .timeline2-item:after {
content: "";
display: table;
}
.timeline2 .timeline2-item:after {
clear: both;
}
.timeline2 .timeline2-item .timeline2-badge {
color: #fff;
width: 54px;
/*height: 54px;*/
line-height: 52px;
font-size: 22px;
text-align: center;
position: absolute;
top: 18px;
left: 50%;
margin-left: -25px;
/*background-color: #7c7c7c;*/
border: 3px solid #ffffff;
z-index: 100;
border-top-right-radius: 50%;
border-top-left-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
}
.timeline2 .timeline2-item .timeline2-badge i,
.timeline2 .timeline2-item .timeline2-badge .fa,
.timeline2 .timeline2-item .timeline2-badge .glyphicon {
top: 2px;
left: 0px;
}
/*.timeline2 .timeline2-item .timeline2-badge.primary {
background-color: #1f9eba;
}*/
.timeline2 .timeline2-item .timeline2-badge.info {
background-color: #5bc0de;
}
.timeline2 .timeline2-item .timeline2-badge.success {
background-color: #59ba1f;
}
.timeline2 .timeline2-item .timeline2-badge.warning {
background-color: #d1bd10;
}
.timeline2 .timeline2-item .timeline2-badge.danger {
background-color: #ba1f1f;
}
.timeline2 .timeline2-item .timeline2-panel {
position: relative;
/*width: 46%;
float: left;
right: 16px;*/
/*border: 1px solid #c0c0c0;*/
/*background: #ffffff;
border-radius: 2px;*/
/*padding: 20px;*/
/*-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/
}
/*.timeline2 .timeline2-item .timeline2-panel:before {
position: absolute;
top: 26px;
right: -16px;
display: inline-block;
border-top: 16px solid transparent;
border-left: 16px solid #c0c0c0;
border-right: 0 solid #c0c0c0;
border-bottom: 16px solid transparent;
content: " ";
}*/
.timeline2 .timeline2-item .timeline2-panel .timeline2-title {
margin-top: 0;
color: inherit;
}
.timeline2 .timeline2-item .timeline2-panel .timeline2-body &gt; p,
.timeline2 .timeline2-item .timeline2-panel .timeline2-body &gt; ul {
margin-bottom: 0;
}
.timeline2 .timeline2-item .timeline2-panel .timeline2-body &gt; p + p {
margin-top: 5px;
}
.timeline2 .timeline2-item:last-child:nth-child(even) {
float: right;
}
.timeline2 .timeline2-item:nth-child(even) .timeline2-panel {
float: right;
left: 16px;
}
.timeline2 .timeline2-item:nth-child(even) .timeline2-panel:before {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
.timeline2-horizontal {
list-style: none;
position: relative;
padding: 20px 0px 20px 0px;
display: inline-block;
}
.timeline2-horizontal:before {
height: 3px;
top: auto;
bottom: 25px;
left: 185px;
right: 0;
width: 60%;
margin-bottom: 20px;
}
.timeline2-horizontal .timeline2-item {
display: table-cell;
height: 190px;
width: 20%;
min-width: 320px;
float: none !important;
padding-left: 0px;
padding-right: 20px;
margin: 0 auto;
vertical-align: bottom;
}
.timeline2-horizontal .timeline2-item .timeline2-panel {
top: auto;
bottom: 64px;
display: inline-block;
float: none !important;
left: 0 !important;
right: 0 !important;
/*width: 30%;*/
/*margin-bottom: 20px;*/
text-align: center;
}
/*.timeline2-horizontal .timeline2-item .timeline2-panel:before {
top: auto;
bottom: -16px;
left: 28px !important;
right: auto;
border-right: 16px solid transparent !important;
border-top: 16px solid #c0c0c0 !important;
border-bottom: 0 solid #c0c0c0 !important;
border-left: 16px solid transparent !important;
}*/
.timeline2-horizontal .timeline2-item:before,
.timeline2-horizontal .timeline2-item:after {
display: none;
}
.timeline2-horizontal .timeline2-item .timeline2-badge {
top: auto;
bottom: 0px;
left: 140px;
}

.rowtimeline{
	width: 60%;
	margin: auto;
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #000;
        left: 50.5%;
		bottom: 12%;
		top: 4%;
        margin-left: -1.5px;
    }

    .timeline &gt; li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline &gt; li:before,
        .timeline &gt; li:after {
            content: " ";
            display: table;
        }

        .timeline &gt; li:after {
            clear: both;
        }

        .timeline &gt; li:before,
        .timeline &gt; li:after {
            content: " ";
            display: table;
        }

        .timeline &gt; li:after {
            clear: both;
        }

        .timeline &gt; li &gt; .timeline-panel {
            width: 46%;
            float: left;
            padding: 40px 40px 0px 40px;
            position: relative;
        }

        .timeline &gt; li &gt; .timeline-badge {
            width: 50px;
            height: 50px;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
        }

        .timeline &gt; li.timeline-inverted &gt; .timeline-panel {
            float: right;
        }

            .timeline &gt; li.timeline-inverted &gt; .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline &gt; li.timeline-inverted &gt; .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body &gt; p,
.timeline-body &gt; ul {
    margin-bottom: 0;
}

    .timeline-body &gt; p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
	.rowtimeline{
		width: 100%;
		margin: 0;
	}
	.timeline &gt; li &gt; .timeline-panel {
                padding: 20px 0px 0px 20px;
        }

    ul.timeline:before {
        left: 40px;
    }

    ul.timeline &gt; li &gt; .timeline-panel {
        width: calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: -webkit-calc(100% - 80px);
    }

    ul.timeline &gt; li &gt; .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline &gt; li &gt; .timeline-panel {
        float: right !important;
		text-align: left !important;
    }

        ul.timeline &gt; li &gt; .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline &gt; li &gt; .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
	.padtop245{
		padding-top:20px !important;
	}
	.padtop80{
		padding-top:0px !important;
	}
	.border1green{
		width: 100% !important;
		    margin-right: 0px !important;
	}
	.img_engagement{
	    float: right;
		margin-right: 0 !important;
	}
	.margtop137{
		margin-top: 30px !important;
	}
	.partener1 {
		 margin-right: 0 !important;
		     text-align: center;
	}
	.partener2 {
		margin-left: 0 !important;
		margin-top: 0 !important;
		    text-align: center;
	}
	.floatleft{
		float:none !important;
	}
	.floatright{
		float:none !important;
	}
	.tp-banner-container {
	  height: auto !important;
	}
	.slidefooter{
		font-size: 3px !important;
		margin-top: -25px !important;
		letter-spacing: 2px !important;
	}
}

.block-title{
	text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 24px;
    letter-spacing: 9px;
	padding: 0px 0px 36px 0px;
}

.parage{
	font-size: 14px;
    line-height: 1.385;
    text-align: justify;
    letter-spacing: 3px;
}
.parage2{
	    font-size: 15.1px;
    line-height: 1.385;
    text-align: justify;
    letter-spacing: 3px;
}
#pageContent{
	    margin-bottom: 100px;
}
.padtop245{
	/*padding-top:245px;*/
  padding-top:80px;
}
.padtop80{
	padding-top:80px;
}

.img_engagement{
	    float: right;
    margin-right: 24.5%;
}

.titre_engagement{
	    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 22px 14px 25px 14px;
    letter-spacing: 8px;
}

.border1green{
	 float: right;
    margin-right: 24.5%;
	border: 2px solid #77cb00;
    width: 50%;
}

.border1red{
	    border: 2px solid #ff7500;
       margin: 5px -6px -8px 2px;
}

.partener .partener_inside {
    overflow: hidden;
    width: 100%;
    top: 0;
    left: 0;
    padding-bottom: 7px;
}
.margtop137{
	margin-top: 137px;
}
.partener1 {
	 margin-right: 10%;
}
.partener2 {
	margin-left: -7%;
    margin-top: 6%;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.image-box {
    position: relative;
    min-height: 145px;
    padding: 10px 0 0 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 1300px){
	.partener {
		overflow: visible;
		z-index: 7;
		padding-bottom: 0;
	}
}
@media (min-width: 1300px){
	.partener:not(.no-hover) {
		padding-bottom: 10px;
		margin-bottom: -15px;
	}
}
.partener {
    margin-top: 137px;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.slidefooter{
	font-size: 15px;
	margin-top: -75px;
    position: absolute;
    color: #fff;
    text-align: center;
	letter-spacing: 2px;
    width: 100%;
}



.banner-arival {
    position: relative;
}
.banner-arival::before {
    position: absolute;
	transition:all 0.5s ease-out 0s;
	background:rgba(255,255,255,0.2);
	width:0;
	height:0;
	top:0;
	left:0;
	content:"";
}

.orange::after{
	  position: absolute;
	transition:all 0.5s ease-out 0s;
	width:0;
	height:0;
	bottom:0;
	right:0;
	content:"";
	    background: #ff75009c;
}
.green::after{
	  position: absolute;
	transition:all 0.5s ease-out 0s;
	width:0;
	height:0;
	bottom:0;
	right:0;
	content:"";
	    background: #a0db52b5;
}
.yellow::after{
	  position: absolute;
	transition:all 0.5s ease-out 0s;
	width:0;
	height:0;
	bottom:0;
	right:0;
	content:"";
	    background: #ffea00b8;
}

.banner-arival:hover::before,.banner-arival:hover::after{
	width:100%;
	height:100%;
}
.banner-adv-info {
    left: 0;
    margin-top: -15px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.5s ease-out 0s;
    width: 100%;
	transform:scale(0);
}
.banner-adv-info &gt; h2 {
    font-size: 18px;
	color: rgb(43, 43, 43);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
    margin: 5px 0;
	letter-spacing:6px;
}
.stl18144:hover .banner-adv-info{
	opacity:1;
	transform:scale(1);
}

.stl18144{
	margin-bottom: 65px;
}</pre></body></html>