@charset "UTF-8";
/* X. INITIAL WORDPRESS THEME HERE */
/* --------------------------------------------------- */
/* X. SETUP STYLING BASED 'SETTINGS' */
/* --------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,700,900");
@font-face {
  font-family: 'Signerica_Fat';
  src: url("../fonts/signerica_fat_webfont.eot");
  src: url("../fonts/signerica_fat_webfont.eot#iefix") format("embedded-opentype"), url("../fonts/signerica_fat_webfont.woff?") format("woff"), url("../fonts/signerica_fat_webfont.ttf?") format("truetype"), url("../fonts/signerica_fat_webfont.svg?") format("svg");
  font-weight: normal;
  font-style: normal; }

/* X.1 PRIMARY */
/* --------------------------------------------------- */
/* X.2 TEXT */
/* --------------------------------------------------- */
/* X.3 BACKGROUND */
/* --------------------------------------------------- */
/* X.4 BORDER */
/* --------------------------------------------------- */
.site-header-navigation ul,
.site-header-translation ul, .site-footer-nav ul, .site-footer-get-in-touch .list-get-in-touch-footer {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.rwd-menu-close, .rwd-hero-research-close, .rwd-menu-close:before, .rwd-hero-research-close:before, .rwd-menu-close:after, .rwd-hero-research-close:after, a, .btn, .form-section-hero-caption-rwd .form-field input[type="text"],
.form-section-hero-caption-rwd .form-field input[type="email"], .site-header, .item-playgrounds-slider .slick-dots li, .the-playground-slider .slick-dots li, .item-testimonials-slider .slick-dots li, .item-weekends-wrapper-rwd .slick-dots li, .the-weekends-slider .slick-dots li, .item-playgrounds h3, .item-the-playground-caption-meta a, .item-the-playground-caption-meta a:before, .item-the-playground-two .subitem-the-playground .item-the-playground-title:before, .the-playground-tabs .subitem-the-playground .item-the-playground-title:before, .item-weekends .subitem-weekends img, .item-comprend-attached, .item-comprend-attached:before, .article-section .article-section-thumbnail a img, .section-breadcrumb.breadcrumb-white span, .btn-primary svg, .btn-ghost svg {
  transition: all 300ms ease; }

.site-header-container, .site-footer-container, .section-breadcrumb-container {
  /*width: 90%;*/
  margin-left: auto;
  margin-right: auto; }

.site-header-navigation ul li,
.site-header-translation ul li, .rwd-site-header-translation ul li, .rwd-site-header-navigation ul li {
  float: left;
  margin-left: 30px; }
  .site-header-navigation ul li:hover a,
  .site-header-translation ul li:hover a, .rwd-site-header-translation ul li:hover a, .rwd-site-header-navigation ul li:hover a, .site-header-navigation ul li:focus a,
  .site-header-translation ul li:focus a, .rwd-site-header-translation ul li:focus a, .rwd-site-header-navigation ul li:focus a, .site-header-navigation ul li.active a,
  .site-header-translation ul li.active a, .rwd-site-header-translation ul li.active a, .rwd-site-header-navigation ul li.active a {
    color: #3da2a9; }
  .site-header-navigation ul li a,
  .site-header-translation ul li a, .rwd-site-header-translation ul li a, .rwd-site-header-navigation ul li a {
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    display: block; }

.site-header-translation ul li, .rwd-site-header-translation ul li {
  position: relative;
  margin-left: 15px; }
  .site-header-translation ul li:after, .rwd-site-header-translation ul li:after {
    content: '/';
    position: absolute;
    color: white;
    display: inline-block;
    right: -10px;
    font-weight: bold;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto; }
  .site-header-translation ul li:first-child, .rwd-site-header-translation ul li:first-child {
    margin-left: 0; }
  .site-header-translation ul li:last-child:after, .rwd-site-header-translation ul li:last-child:after {
    display: none; }

.rwd-menu, .rwd-hero-research {
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
  background: #212f38;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
  filter: alpha(opacity=0);
  zoom: 1;
  visibility: hidden; }

.rwd-menu-container, .rwd-hero-research-container {
  padding-top: 145px; }
  .rwd-menu-container:before, .rwd-hero-research-container:before, .rwd-menu-container:after, .rwd-hero-research-container:after {
    content: '';
    display: table;
    clear: both; }

.rwd-menu-close, .rwd-hero-research-close {
  position: fixed;
  top: 60px;
  width: 35px;
  height: 35px;
  left: 0;
  right: 0;
  cursor: pointer;
  margin: 0 auto; }
  .rwd-menu-close:hover:before, .rwd-hero-research-close:hover:before, .rwd-menu-close:hover:after, .rwd-hero-research-close:hover:after, .rwd-menu-close:focus:before, .rwd-hero-research-close:focus:before, .rwd-menu-close:focus:after, .rwd-hero-research-close:focus:after {
    background: #3da2a9; }
  .rwd-menu-close:before, .rwd-hero-research-close:before, .rwd-menu-close:after, .rwd-hero-research-close:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: .2em;
    background: white;
    top: 15px;
    left: 0; }
  .rwd-menu-close:before, .rwd-hero-research-close:before {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .rwd-menu-close:after, .rwd-hero-research-close:after {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.section-bg-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.section-bg, .section-para, .section-hero, .section-product-detail-hero.have-background-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

/* 1. GLOBALS */
/* --------------------------------------------------- */
body, html {
  height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #232027; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  cursor: inherit; }

ul {
  list-style: none; }

.cb {
  clear: both; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-initial {
  overflow: initial !important; }

.display-block {
  display: block !important; }

.display-inline-block {
  display: inline-block !important; }

.display-none {
  display: none !important; }

.container-h2o {
  width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1440px) {
    .container-h2o {
      width: 1170px; } }
  @media (max-width: 1200px) {
    .container-h2o {
      width: 1040px; } }
  @media (max-width: 1150px) {
    .container-h2o {
      width: 90%; } }
  @media (max-width: 990px) {
    .container-h2o {
      width: 767px; } }
  @media (max-width: 767px) {
    .container-h2o {
      width: 90%; } }

@media (max-width: 1440px) {
  .container {
    width: 1170px; } }

@media (max-width: 1200px) {
  .container {
    width: 1040px; } }

@media (max-width: 1150px) {
  .container {
    width: 90%; } }

@media (max-width: 990px) {
  .container {
    width: 767px; } }

@media (max-width: 767px) {
  .container {
    width: 90%; } }

.section-hero-text, .item-weekends-price, .article-section-header .article-section-title {
  font-size: 36px; }
  @media (max-width: 995px) {
    .section-hero-text, .item-weekends-price, .article-section-header .article-section-title {
      font-size: 30px; } }

.testimonials-cta-content i {
  font-size: 32px; }
  @media (max-width: 995px) {
    .testimonials-cta-content i {
      font-size: 28px; } }

.section-header-title {
  font-size: 30px; }
  @media (max-width: 995px) {
    .section-header-title {
      font-size: 26px; } }

.list-get-in-touch-hero li a, .item-product-pricing .price, .item-comprend-attached, .list-activites-item h3 {
  font-size: 28px; }
  @media (max-width: 995px) {
    .list-get-in-touch-hero li a, .item-product-pricing .price, .item-comprend-attached, .list-activites-item h3 {
      font-size: 24px; } }

.item-product-pricing-title, .comprend-detail-title {
  font-size: 24px; }
  @media (max-width: 995px) {
    .item-product-pricing-title, .comprend-detail-title {
      font-size: 21px; } }

.site-footer-to-top, .section-header-subtitle, .section-para .section-header-title, .item-the-playground-title, .item-comprend-title, .item-the-playground-caption-title, .item-the-favorite .btn, .item-weekends-title, .item-product-pricing .star-wrapper i, .comprend-detail p, .comprend-detail li, .article-section .simple-quote p {
  font-size: 21px; }
  @media (max-width: 995px) {
    .site-footer-to-top, .section-header-subtitle, .section-para .section-header-title, .item-the-playground-title, .item-comprend-title, .item-the-playground-caption-title, .item-the-favorite .btn, .item-weekends-title, .item-product-pricing .star-wrapper i, .comprend-detail p, .comprend-detail li, .article-section .simple-quote p {
      font-size: 18px; } }

.btn, .site-footer-get-in-touch .list-get-in-touch-footer li a, .section-header-subtitle-two, .item-the-playground-caption-meta a, .testimonials-cta-title, .item-weekends p, .tab-section .list-tab li a, .rwd-site-header-translation ul li > a, .rwd-site-header-navigation ul li > a {
  font-size: 18px; }
  @media (max-width: 995px) {
    .btn, .site-footer-get-in-touch .list-get-in-touch-footer li a, .section-header-subtitle-two, .item-the-playground-caption-meta a, .testimonials-cta-title, .item-weekends p, .tab-section .list-tab li a, .rwd-site-header-translation ul li > a, .rwd-site-header-navigation ul li > a {
      font-size: 16px; } }

.item-playgrounds h3 {
  font-size: 16px; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
pre,
table,
blockquote,
input,
button,
select,
textarea {
  margin: 0;
  padding: 0; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  word-wrap: break-word; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

.text-18 {
  font-size: 18px; }

.text-16 {
  font-size: 16px; }

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

.uppercase {
  text-transform: uppercase; }

.no-uppercase {
  text-transform: none !important; }

.no-italic {
  font-style: normal !important; }

.text-bold {
  font-weight: bold !important; }

.text-thin {
  font-weight: 300 !important; }

.text-no-bold {
  font-weight: 400 !important; }

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

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

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

.text-space-1 {
  letter-spacing: 1px; }

.text-space-2 {
  letter-spacing: 2px; }

.text-primary {
  color: #3da2a9; }

.text-white {
  color: #ffffff; }
      
.text-info {
  color: #212f38; }

.link-primary {
  font-weight: bold;
  color: #3da2a9; }

.link-info {
  font-weight: bold;
  color: #212f38; }
.padding-15 {
  padding: 0 15px;
}
.bg-info {
  background-color: #212f38; }

.bg-primary {
  background-color: #3da2a9; }

.bg-gray {
  background-color: #EEEDEA; }

.bg-white {
  background-color: white; }

@media (max-width: 1440px) {
  .hide-1400 {
    display: none !important; } }

@media (max-width: 1200px) {
  .hide-1200 {
    display: none !important; } }

@media (max-width: 1150px) {
  .hide-1150 {
    display: none !important; } }

@media (max-width: 995px) {
  .hide-995 {
    display: none !important; } }

@media (max-width: 990px) {
  .hide-990 {
    display: none !important; } }

@media (max-width: 950px) {
  .hide-950 {
    display: none !important; } }

@media (max-width: 767px) {
  .hide-767 {
    display: none !important; } }

@media (max-width: 690px) {
  .hide-690 {
    display: none !important; } }

@media (max-width: 570px) {
  .hide-570 {
    display: none !important; } }

@media (max-width: 480px) {
  .hide-480 {
    display: none !important; } }

  @media (max-width: 380px) {
  .hide-380 {
    display: none !important; } }

.show-1400 {
  display: none !important; }

.show-1200 {
  display: none !important; }

.show-1150 {
  display: none !important; }

.show-1080 {
  display: none !important; }

.show-995 {
  display: none !important; }

.show-990 {
  display: none !important; }

.show-950 {
  display: none !important; }

.show-890 {
  display: none !important; }

.show-767 {
  display: none !important; }

.show-690 {
  display: none !important; }

.show-570 {
  display: none !important; }

.show-480 {
  display: none !important; }

.show-380 {
  display: none !important; }

.show-350 {
  display: none !important; }

.show-280 {
  display: none !important; }

iframe {
  border: none;
  width: 100%; }

img {
  max-width: 100%; }

.space {
  width: 100%;
  display: block; }
  .space-45 {
    height: 45px; }
  .space-30 {
    height: 30px; }
  .space-15 {
    height: 15px; }

.no-offset-left {
  margin-left: 0 !important; }
  @media (max-width: 1440px) {
    .no-offset-left-1440 {
      margin-left: 0 !important; } }
  @media (max-width: 1200px) {
    .no-offset-left-1200 {
      margin-left: 0 !important; } }
  @media (max-width: 1150px) {
    .no-offset-left-1150 {
      margin-left: 0 !important; } }
  @media (max-width: 995px) {
    .no-offset-left-995 {
      margin-left: 0 !important; } }
  @media (max-width: 767px) {
    .no-offset-left-767 {
      margin-left: 0 !important; } }

.no-offset-right {
  margin-right: 0 !important; }
  @media (max-width: 1440px) {
    .no-offset-right-1440 {
      margin-right: 0 !important; } }
  @media (max-width: 1200px) {
    .no-offset-right-1200 {
      margin-right: 0 !important; } }
  @media (max-width: 1150px) {
    .no-offset-right-1150 {
      margin-right: 0 !important; } }
  @media (max-width: 995px) {
    .no-offset-right-995 {
      margin-right: 0 !important; } }
  @media (max-width: 767px) {
    .no-offset-right-767 {
      margin-right: 0 !important; } }

.fullwidth {
  width: 100%; }
  @media (max-width: 1440px) {
    .fullwidth-1440 {
      width: 100%; } }
  @media (max-width: 1200px) {
    .fullwidth-1200 {
      width: 100%; } }
  @media (max-width: 1150px) {
    .fullwidth-1150 {
      width: 100%; } }
  @media (max-width: 995px) {
    .fullwidth-995 {
      width: 100%; } }
  @media (max-width: 767px) {
    .fullwidth-767 {
      width: 100%; } }
  @media (max-width: 690px) {
    .fullwidth-690 {
      width: 100%; } }

.sprite {
  display: inline-block;
  background-image: url("../images/img-sprite.png") !important; }

.icon-sms {
  background-image: url(img-sprite.png);
  background-position: -123px 0px;
  width: 55px;
  height: 83px; }

.icon-playground-bus-parking {
  background-image: url(img-sprite.png);
  background-position: -178px 0px;
  width: 50px;
  height: 49px; }

.icon-playground-douche-toilet {
  background-image: url(img-sprite.png);
  background-position: -178px -49px;
  width: 50px;
  height: 49px; }

.icon-playground-espaces {
  background-image: url(img-sprite.png);
  background-position: -178px -98px;
  width: 50px;
  height: 49px; }

.icon-playground-restaurant {
  background-image: url(img-sprite.png);
  background-position: 0px -150px;
  width: 50px;
  height: 49px; }

.icon-playground-terrase {
  background-image: url(img-sprite.png);
  background-position: -50px -150px;
  width: 50px;
  height: 49px; }

.icon-playground-accecss-piste {
  background-image: url(img-sprite.png);
  background-position: -123px -83px;
  width: 50px;
  height: 49px; }

.icon-activity-camping {
  background-image: url(img-sprite.png);
  background-position: 0px 0px;
  width: 123px;
  height: 74px; }
  .icon-activity-camping-hover {
    background-image: url(img-sprite.png);
    background-position: 0px 0px;
    width: 123px;
    height: 74px; }

.icon-activity-deer {
  background-image: url(img-sprite.png);
  background-position: 0px -74px;
  width: 105px;
  height: 76px; }
  .icon-activity-deer-hover {
    background-image: url(img-sprite.png);
    background-position: 0px -74px;
    width: 105px;
    height: 76px; }

.video-wrapper {
  position: relative;
  width: 100%;
  display: block; }
  .video-wrapper iframe {
    width: 100% !important; }

.youtube-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .youtube-wrapper iframe {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%; }

/* 2. BUTTONS */
/* --------------------------------------------------- */
.btn {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 10px 20px;
  border: none; }
  @media (max-width: 995px) {
    .btn {
      font-size: 14px; } }
  @media (max-width: 690px) {
    .btn {
      white-space: normal; } }
  .btn:hover, .btn:focus {
    color: white; }

input[type="submit"] {
  border: none; }

.btn-white {
  background: white;
  color: #232027; }
  .btn-white:hover, .btn-white:focus {
    background: #212f38;
    color: white; }

.btn-primary {
  border: 1px solid #3da2a9;
  background: #3da2a9;
  color: white; }
  .btn-primary:hover, .btn-primary:focus {
    border: 1px solid #3da2a9;
    background: white;
    color: #3da2a9; }

  .btn-ghost {
    border: 1px solid #3da2a9;
    background: white;
    color: #3da2a9; }
    .btn-ghost:hover, .btn-ghost:focus {
      border: 1px solid #3da2a9;
      background: #3da2a9;
      color: white; }
  
.btn-ghost svg, .btn-primary:hover svg {
  fill: #3da2a9;
}
.btn-ghost:hover svg, .btn-primary svg {
  fill: white;
}

a.btn-icon svg {
  width: 24px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
a.btn-icon span{
  display: inline-block;
}

.btn-info {
  background: #212f38;
  color: white; }
  .btn-info:hover, .btn-info:focus {
    color: white;
    background: #2a3c48; }

.btn-line {
  background: transparent;
  border: 1px solid #232027; }
  .btn-line-primary {
    border-color: #3da2a9;
    color: #3da2a9; }
    .btn-line-primary:hover, .btn-line-primary:focus {
      border-color: #3da2a9;
      color: #3da2a9; }
  .btn-line-info {
    border-color: #212f38;
    color: #212f38; }
    .btn-line-info:hover, .btn-line-info:focus {
      border-color: #2a3c48;
      color: #2a3c48; }

.btn-minwidth-150 {
  min-width: 150px; }

.btn-minwidth-180 {
  min-width: 180px; }

.btn-minwidth-220 {
  min-width: 220px; }

.btn-medium {
  padding-left: 45px;
  padding-right: 45px; }

.btn-big {
  padding: 18px 60px; }

/* 3. FORMS */
/* --------------------------------------------------- */
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form input[type="search"],
form input[type="number"],
form input[type="tel"],
form input[type="range"],
form input[type="date"],
form input[type="month"],
form input[type="week"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="color"],
form select,
form textarea {
  width: 100%;
  border: none;
  padding: 8px 10px;
  outline: none; }

form textarea {
  resize: vertical; }

form input[type="radio"] {
  position: absolute;
  font-size: 0;
  color: transparent;
  z-index: -9999;
  visibility: hidden; }
  form input[type="radio"] + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    margin-right: 25px;
    font-size: 13px; }
    form input[type="radio"] + label.field-block {
      display: block; }
      form input[type="radio"] + label.field-block + input[type="radio"] + .field-block {
        margin-top: 15px; }
    form input[type="radio"] + label:before, form input[type="radio"] + label:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0; }
    form input[type="radio"] + label:before {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      top: 2px; }
    form input[type="radio"] + label:after {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      top: 5px;
      left: 3px; }

form .form-field + .form-field {
  margin-top: 15px; }

form .form-field.have-label + .form-submit .btn {
  margin-top: 12px; }

form .form-field-label {
  font-weight: bold;
  display: block; }

.form-section-hero-caption {
  position: relative;
  margin-left: -10px;
  margin-right: -10px; }
  .form-section-hero-caption:before, .form-section-hero-caption:after {
    content: '';
    display: table;
    clear: both; }
  .form-section-hero-caption .form-field,
  .form-section-hero-caption .form-submit {
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px; }
    .form-section-hero-caption .form-field ::-webkit-input-placeholder,
    .form-section-hero-caption .form-submit ::-webkit-input-placeholder {
      color: white;
      text-transform: capitalize;
      font-weight: bold; }
    .form-section-hero-caption .form-field :-ms-input-placeholder,
    .form-section-hero-caption .form-submit :-ms-input-placeholder {
      color: white;
      text-transform: capitalize;
      font-weight: bold; }
    .form-section-hero-caption .form-field ::placeholder,
    .form-section-hero-caption .form-submit ::placeholder {
      color: white;
      text-transform: capitalize;
      font-weight: bold; }
    .form-section-hero-caption .form-field ::-moz-placeholder,
    .form-section-hero-caption .form-submit ::-moz-placeholder {
      color: white;
      text-transform: capitalize;
      font-weight: bold; }
    .form-section-hero-caption .form-field + .form-field,
    .form-section-hero-caption .form-field + .form-submit,
    .form-section-hero-caption .form-submit + .form-field,
    .form-section-hero-caption .form-submit + .form-submit {
      margin-top: 0 !important; }
  .form-section-hero-caption input[type="text"],
  .form-section-hero-caption input[type="submit"] {
    padding: 6px 10px;
    font-size: 14px;
    width: 100%;
    border-radius: 2px; }
  .form-section-hero-caption input[type="text"] {
    background: #3da2a9;
    color: white; }

.form-section-hero-caption-rwd {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px; }
  .form-section-hero-caption-rwd .form-field + .form-submit,
  .form-section-hero-caption-rwd .form-field + .form-field {
    margin-top: 30px; }
  .form-section-hero-caption-rwd .form-field input[type="text"],
  .form-section-hero-caption-rwd .form-field input[type="email"] {
    border-radius: 3px;
    text-align: center;
    border: 1px solid white; }
    .form-section-hero-caption-rwd .form-field input[type="text"]:hover, .form-section-hero-caption-rwd .form-field input[type="text"]:focus,
    .form-section-hero-caption-rwd .form-field input[type="email"]:hover,
    .form-section-hero-caption-rwd .form-field input[type="email"]:focus {
      border: 1px solid #3da2a9; }
  .form-section-hero-caption-rwd .btn {
    font-size: 12px;
    min-width: 160px; }

.form-search {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto; }
  .form-search:before, .form-search:after {
    content: '';
    display: table;
    clear: both; }
  .form-search .form-field {
    margin-bottom: 30px;
    display: block; }
    .form-search .form-field input {
      width: 100%;
      border: 1px solid #c8c4cf; }
  .form-search .form-submit {
    text-align: center; }
  .form-search .btn {
    font-size: 14px;
    min-widtH: 180px; }

.form-field .bootstrap-select {
  width: 100% !important; }
  .form-field .bootstrap-select.open .dropdown-toggle {
    background: #212f38;
    color: white; }
  .form-field .bootstrap-select .dropdown-toggle {
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 2px;
    text-transform: none !important;
    background: #3da2a9;
    color: white; }
    .form-field .bootstrap-select .dropdown-toggle .filter-option {
      width: 90%;
      overflow: hidden;
      display: block;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .form-field .bootstrap-select .dropdown-toggle + .dropdown-menu {
      margin-top: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      padding-left: 0px;
      padding-right: 0px; }
  .form-field .bootstrap-select .dropdown-menu li a {
    padding-left: 10px;
    padding-right: 10px; }

/* X. DEFAULT FROM WP - ACCESSIBILITY */
/* --------------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/* X. DEFAULT FROM WP - ALIGNMENTS */
/* --------------------------------------------------- */
.alignleft {
  display: inline;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* X. DEFAULT FROM WP - MEDIA */
/* --------------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* X DEFAULT FROM WP - CAPTION */
/* --------------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* X. PARTIALS - SITE HEADER */
/* --------------------------------------------------- */
.site-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  padding-top: 15px;
  padding-bottom: 15px; }

.site-header-navigation,
.site-header-translation {
  padding-top: 10px; }
  .site-header-navigation:before, .site-header-navigation:after,
  .site-header-translation:before,
  .site-header-translation:after {
    content: '';
    display: table;
    clear: both; }
  .site-header-navigation ul,
  .site-header-translation ul {
    float: right; }

.site-header-logo a {
  display: block; }
  .site-header-logo a img {
    width: 55px; }

.site-header-navigation {
  float: left; }
  @media (max-width: 995px) {
    .site-header-navigation {
      display: none; } }
  .site-header-navigation li.current-menu-item > a {
    color: #3da2a9 !important; }

.site-header-navigation + .site-header-translation {
  margin-left: 30px; }

.site-header-translation {
  float: right; }
  @media (max-width: 995px) {
    .site-header-translation {
      display: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  animation-name: fadeInDown; }

.sticky.site-header {
  position: fixed;
  top: 0;
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: both; }

.sticky.site-header {
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .sticky.site-header .site-header-navigation li:hover > a, .sticky.site-header .site-header-navigation li:focus > a,
  .sticky.site-header .site-header-translation li:hover > a,
  .sticky.site-header .site-header-translation li:focus > a {
    color: #3da2a9; }
  .sticky.site-header .site-header-navigation li > a,
  .sticky.site-header .site-header-translation li > a {
    color: #212f38; }

.site-header-menu-rwd {
  float: right;
  display: none;
  margin-top: 10px;
  height: 20px;
  width: 30px;
  cursor: pointer;
  top: -2px;
  position: relative; }
  .site-header-menu-rwd:hover:before, .site-header-menu-rwd:focus:before {
    background: #3da2a9; }
  .site-header-menu-rwd:hover .bars:before, .site-header-menu-rwd:hover .bars:after, .site-header-menu-rwd:focus .bars:before, .site-header-menu-rwd:focus .bars:after {
    background: #3da2a9; }
  .site-header-menu-rwd:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: .3em;
    height: 2px;
    background: white;
    display: block;
    margin: auto 0;
    transition: opacity 250ms ease; }
  @media (max-width: 995px) {
    .site-header-menu-rwd {
      display: block; } }
  .site-header-menu-rwd .bars {
    position: relative;
    height: 20px;
    width: 30px;
    display: block; }
    .site-header-menu-rwd .bars:before, .site-header-menu-rwd .bars:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      border-radius: .3em;
      height: 2px;
      background: white;
      display: block;
      transition: opacity 250ms ease; }
    .site-header-menu-rwd .bars:before {
      top: 0; }
    .site-header-menu-rwd .bars:after {
      bottom: 0; }

.site-header.sticky .site-header-menu-rwd:before {
  background: #212f38; }

.site-header.sticky .site-header-menu-rwd:hover:before, .site-header.sticky .site-header-menu-rwd:focus:before {
  background: #3da2a9; }

.site-header.sticky .site-header-menu-rwd:hover .bars:before, .site-header.sticky .site-header-menu-rwd:hover .bars:after, .site-header.sticky .site-header-menu-rwd:focus .bars:before, .site-header.sticky .site-header-menu-rwd:focus .bars:after {
  background: #3da2a9; }

.site-header.sticky .site-header-menu-rwd .bars:before, .site-header.sticky .site-header-menu-rwd .bars:after {
  background: #212f38; }

/* X. PARTIALS - SITE FOOTER */
/* --------------------------------------------------- */
.site-footer {
  position: relative;
  width: 100%;
  padding: 45px 0 20px; }
  .site-footer:before, .site-footer:after {
    content: '';
    display: table;
    clear: both; }
  @media (max-width: 995px) {
    .site-footer {
      padding: 45px 0 90px; } }

.site-footer-to-top {
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 50%;
  background: #3da2a9;
  text-align: center;
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin-left: auto;
  margin-right: auto;
  z-index: 995; }
  @media (max-width: 995px) {
    .site-footer-to-top {
      top: initial;
      bottom: 15px; } }
  .site-footer-to-top:hover, .site-footer-to-top:focus {
    background: #212f38;
    color: white; }

@media (max-width: 995px) {
  .site-footer-logo {
    text-align: center; } }

.site-footer-logo a {
  display: block;
  float: left; }
  @media (max-width: 995px) {
    .site-footer-logo a {
      float: none; } }
  .site-footer-logo a svg {}

.site-footer-nav {
  margin-top: 35px; }
  .site-footer-nav:before, .site-footer-nav:after {
    content: '';
    display: table;
    clear: both; }
  .site-footer-nav ul {
    text-align: center; }
    .site-footer-nav ul li {
      display: inline-block;
      margin-left: 15px;
      margin-right: 15px; }
      .site-footer-nav ul li:hover a, .site-footer-nav ul li:focus a, .site-footer-nav ul li.active a {
        color: #212f38; }
      .site-footer-nav ul li a {
        text-transform: uppercase;
        font-weight: bold;
        color: #3da2a9;
        display: block; }

.site-footer-get-in-touch .list-get-in-touch-footer {
  margin-top: 15px;
  float: right; }
  .site-footer-get-in-touch .list-get-in-touch-footer:before, .site-footer-get-in-touch .list-get-in-touch-footer:after {
    content: '';
    display: table;
    clear: both; }
  @media (max-width: 995px) {
    .site-footer-get-in-touch .list-get-in-touch-footer {
      float: none;
      text-align: center; } }
  .site-footer-get-in-touch .list-get-in-touch-footer li {
    float: left;
    margin-left: 10px; }
    @media (max-width: 1150px) {
      .site-footer-get-in-touch .list-get-in-touch-footer li {
        margin-left: 15px; } }
    @media (max-width: 995px) {
      .site-footer-get-in-touch .list-get-in-touch-footer li {
        margin: 0 5px;
        float: none;
        display: inline-block; } }
    .site-footer-get-in-touch .list-get-in-touch-footer li:hover a, .site-footer-get-in-touch .list-get-in-touch-footer li:focus a {
      color: #212f38; }
    .site-footer-get-in-touch .list-get-in-touch-footer li a {
      color: #3da2a9;
      display: block;
    font-size: 1.9em; }

.site-footer-copyright {
  text-align: center;
  border-top: 1px solid rgba(0, 165, 71, 0.3);
  margin-top: 10px;
  padding-top: 15px; }
  .site-footer-copyright p {
    color: #3da2a9;
    font-size: 12px; }
    .site-footer-copyright p a {
      color: #3da2a9; }
      .site-footer-copyright p a:hover, .site-footer-copyright p a:focus {
        color: #212f38; }

/* X. PARTIALS - SITE MAIN - SECTION */
/* --------------------------------------------------- */
section {
  padding: 60px 0 55px;
  position: relative; }
  @media (max-width: 767px) {
    section {
      padding: 60px 0 45px; } }

.small-section {
  padding: 70px 0 40px; }
.separator {
    position: relative;
    margin-bottom: 30px;
}
.separator:after {
    content: "";
    height: 4px;
    width: 38px;
    background: #3da2a9;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}
.section-header {
  text-align: center; }
  .section-header + .row {
    margin-top: 45px; }
    @media (max-width: 995px) {
      .section-header + .row {
        margin-top: 30px; } }
  .section-header-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900; }
  .section-header-title-two {
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 52px; }
    @media (max-width: 995px) {
      .section-header-title-two {
        font-size: 38px; } }
  .section-header-subtitle {
    display: inline-block;
    padding: 5px 45px 40px;
    font-weight: initial;
    font-size: 1.7em;
    text-transform: uppercase; }
    @media (max-width: 995px) {
      .section-header-subtitle {
        font-size: 14px; } }
  .section-header-subtitle-two {
    display: inline-block;
    text-transform: uppercase;
    color: #3da2a9;
    letter-spacing: 2px; }
    .section-header-subtitle-two > span {
      position: relative;
      padding-right: 8px;
      margin-right: 8px; }
      .section-header-subtitle-two > span:last-child:after {
        display: none; }
      .section-header-subtitle-two > span:after {
        content: '';
        position: absolute;
        right: -4px;
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background: #3da2a9;
        display: block;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto; }
    @media (max-width: 995px) {
      .section-header-subtitle-two {
        font-size: 14px;
        letter-spacing: 0; } }

.section-bg-mask {
  background: rgba(0, 0, 0, 0.4); }
  .section-bg-mask + .section-bg-content {
    position: relative; }

.section-pseudo-top:before, .section-pseudo-top:after, .section-pseudo-bottom:before, .section-pseudo-bottom:after {
  content: '';
  position: absolute;
  left: 0;
  height: 40px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 995px) {
    .section-pseudo-top:before, .section-pseudo-top:after, .section-pseudo-bottom:before, .section-pseudo-bottom:after {
      display: none; } }

.section-pseudo-top:before {
  background-image: url("../images/pseudo/single_bg_top.png");
  top: -40px; }

.section-pseudo-bottom:after {
  bottom: -40px;
  background-image: url("../images/pseudo/single_bg_bottom.png"); }

.section-para {
  padding: 160px 0 120px; }
  @media (max-width: 767px) {
    .section-para {
      padding: 120px 0 75px; } }
  .section-para .section-header-para {
    position: absolute;
    left: 0;
    top: 0; }
    @media (max-width: 767px) {
      .section-para .section-header-para {
        width: 100%; } }
  .section-para .section-header-title {
    display: inline-block;
    padding: 5px 45px;
    background: #3da2a9;
    color: white;
    font-weight: bold; }
    @media (max-width: 767px) {
      .section-para .section-header-title {
        display: block;
        text-align: center;
        font-size: 18px; } }

.section-hero {
  background-position: center top;
  padding: 8% 0; }
  @media (max-width: 1200px) {
    .section-hero {
      padding: 20% 0; } }
  @media (max-width: 767px) {
    .section-hero {
      padding: 30% 0 25%; } }
  @media (max-width: 995px) {
    .section-hero-caption {
      text-align: center; } }
  .section-hero-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 62px;
    line-height: 1;
    letter-spacing: -5px; }
    @media (max-width: 995px) {
      .section-hero-title {
        font-size: 42px;
        letter-spacing: 0; } }
    @media (max-width: 767px) {
      .section-hero-title {
        font-size: 32px; } }
    .section-hero-title span {
      font-weight: normal;
      font-size: 94px;
      display: block;
      line-height: 1; }
      @media (max-width: 995px) {
        .section-hero-title span {
          font-size: 62px;
          display: inline-block; } }
      @media (max-width: 767px) {
        .section-hero-title span {
          font-size: 42px;
          display: block; } }
      .section-hero-title span + .section-hero-text {
        margin-top: 15px; }
  .section-hero-text {
    color: white;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px; }
    @media (max-width: 995px) {
      .section-hero-text {
        font-size: 18px;
        margin-top: 15px;
        line-height: 1.6; } }
    @media (max-width: 995px) {
      .section-hero-text br {
        display: none; } }
    .section-hero-text + .form-section-hero-caption {
      margin-top: 30px; }
      @media (max-width: 995px) {
        .section-hero-text + .form-section-hero-caption {
          display: none; } } 

.section-hero-fullheight {
  padding: 20% 0; }

.section-hero-caption {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 995px) {
    .section-hero-caption {
      max-width: 620px; } }
  .section-hero-caption .btn-research-rwd {
    margin-top: 30px;
    font-size: 12px;
    text-transform: none;
    display: none; }
    @media (max-width: 995px) {
      .section-hero-caption .btn-research-rwd {
        display: inline-block; } }

@media (max-width: 995px) {
  .list-get-in-touch-hero {
    display: none; } }

.list-get-in-touch-hero li {
  float: left;
  margin-right: 30px; }
  .list-get-in-touch-hero li:last-child {
    margin-right: 0; }
  .list-get-in-touch-hero li a {
    display: block;
    color: white; }
    .list-get-in-touch-hero li a:hover, .list-get-in-touch-hero li a:focus {
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
      filter: alpha(opacity=50);
      zoom: 1; }

    .get-in-touch-message a:hover, .get-in-touch-message a:focus {
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
      filter: alpha(opacity=50);
      zoom: 1; }

.section-product-detail-hero #big-video-container {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  background-color: #212f38 !important; }

.section-product-detail-hero #video-background {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto; }

.section-product-detail-hero .jquery-background-video-pauseplay {
  display: none; }

.section-product-detail-hero.have-background-image {
  background-position: center center;
  padding: 21% 0 14%; }

.section-product-detail-hero-caption.after-video {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 10% 0 20%; }
  .section-product-detail-hero-caption.after-video .section-hero-container {
    bottom: 0; }

.section-product-detail-hero-caption {
  z-index: 2;
  position: relative;
  text-align: center; }

/* X. PARTIALS - SITE MAIN - ITEMS */
/* --------------------------------------------------- */
.item-playgrounds-slider .slick-dots, .the-playground-slider .slick-dots, .item-testimonials-slider .slick-dots, .item-weekends-wrapper-rwd .slick-dots, .the-weekends-slider .slick-dots {
  text-align: center; }
  .item-playgrounds-slider .slick-dots li, .the-playground-slider .slick-dots li, .item-testimonials-slider .slick-dots li, .item-weekends-wrapper-rwd .slick-dots li, .the-weekends-slider .slick-dots li {
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 8px;
    background: #3da2a9;
    cursor: pointer;
    margin: 0 5px; }
    @media (max-width: 690px) {
      .item-playgrounds-slider .slick-dots li, .the-playground-slider .slick-dots li, .item-testimonials-slider .slick-dots li, .item-weekends-wrapper-rwd .slick-dots li, .the-weekends-slider .slick-dots li {
        margin: 0 5px; } }
    .item-playgrounds-slider .slick-dots li.slick-active, .the-playground-slider .slick-dots li.slick-active, .item-testimonials-slider .slick-dots li.slick-active, .item-weekends-wrapper-rwd .slick-dots li.slick-active, .the-weekends-slider .slick-dots li.slick-active {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
      filter: alpha(opacity=40);
      zoom: 1; }
    .item-playgrounds-slider .slick-dots li button, .the-playground-slider .slick-dots li button, .item-testimonials-slider .slick-dots li button, .item-weekends-wrapper-rwd .slick-dots li button, .the-weekends-slider .slick-dots li button {
      font-size: 0;
      color: transparent;
      text-indent: -999;
      background: transparent;
      border: none; }

.item-playgrounds, .item-the-playground, .item-the-favorite, .item-testimonials, .item-weekends, .list-tab-pricing-header .item-product-pricing, .item-comprend {
  position: relative;
  margin-bottom: 30px; }

.item-the-playground-title, .item-comprend-title {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 35px;
  margin: 0;
  padding-bottom: 15px;
  color: white;
  text-transform: uppercase;
  line-height: 1.2;
  transition: all 300ms ease-in;
  font-weight: 900; }
  @media (max-width: 995px) {
    .item-the-playground-title, .item-comprend-title {
      padding-bottom: 10px;
      bottom: 30px; } }
  @media (max-width: 767px) {
    .item-the-playground-title, .item-comprend-title {
      bottom: 15px;
      left: 15px;
      font-size: 16px; } }
  .item-the-playground-title:before, .item-comprend-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 3px;
    width: 55px;
    display: block;
    background: #3da2a9; }
    @media (max-width: 995px) {
      .item-the-playground-title:before, .item-comprend-title:before {
        height: 3px; } }
  @media (max-width: 995px) {
    .item-the-playground-title br, .item-comprend-title br {
      display: none; } }

.item-playgrounds-wrapper {
  margin-left: -5px;
  margin-right: -5px; }
  .item-playgrounds-wrapper .item-playgrounds {
    padding-left: 5px;
    padding-right: 5px; }

@media (max-width: 995px) {
  .item-playgrounds {
    width: 33.33333%;
    float: left; } }

@media (max-width: 690px) {
  .item-playgrounds {
    width: 50%;
    min-height: 125px; } }

.item-playgrounds .subitem-playground {
  display: block; }
  .item-playgrounds .subitem-playground:hover h3, .item-playgrounds .subitem-playground:focus h3 {
    color: #3da2a9; }
  .item-playgrounds .subitem-playground .icon-wrapper {
    min-height: 65px;
    display: block; }

.item-playgrounds h3 {
  color: white;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 2px; }
  @media (max-width: 995px) {
    .item-playgrounds h3 {
      font-size: 14px; } }

.item-playgrounds:nth-child(1) {
  transition-duration: 400ms !important; }

.item-playgrounds:nth-child(2) {
  transition-duration: 800ms !important; }

.item-playgrounds:nth-child(3) {
  transition-duration: 1200ms !important; }

.item-playgrounds:nth-child(4) {
  transition-duration: 1600ms !important; }

.item-playgrounds:nth-child(5) {
  transition-duration: 2000ms !important; }

.item-playgrounds:nth-child(6) {
  transition-duration: 2400ms !important; }

.item-playgrounds-slider {
  display: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 995px) {
    .item-playgrounds-slider {
      display: block; } }
  .item-playgrounds-slider .item-playgrounds {
    display: block;
    padding-left: 15px;
    padding-right: 15px; }
  .item-playgrounds-slider .slick-arrow {
    display: none !important; }

@media (max-width: 767px) {
  .item-the-playground {
    width: calc(100%/4);
    float: left; } }

@media (max-width: 690px) {
  .item-the-playground {
    width: calc(100%/2);
    min-height: 345px;
    margin-bottom: 7px; } }

@media (max-width: 590px) {
  .item-the-playground {
    min-height: 290px; } }

@media (max-width: 570px) {
  .item-the-playground {
    min-height: 275px;
    max-width: 420px; } }

@media (max-width: 520px) {
  .item-the-playground {
    min-height: 250px; } }

@media (max-width: 480px) {
  .item-the-playground {
    min-height: 208px; } }

@media (max-width: 350px) {
  .item-the-playground {
    min-height: 165px; } }

@media (max-width: 270px) {
  .item-the-playground {
    min-height: 115px; } }

.item-the-playground .subitem-the-playground {
  display: block;
  position: relative;
  overflow: hidden; }
  .item-the-playground .subitem-the-playground:hover, .item-the-playground .subitem-the-playground:focus {
    outline: none !important; }
    .item-the-playground .subitem-the-playground:hover .item-the-playground-caption, .item-the-playground .subitem-the-playground:focus .item-the-playground-caption {
      outline: none !important; }
    .item-the-playground .subitem-the-playground:hover .item-the-playground-title, .item-the-playground .subitem-the-playground:focus .item-the-playground-title {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
      filter: alpha(opacity=0);
      zoom: 1;
      visibility: hidden; }
    .item-the-playground .subitem-the-playground:hover .item-the-playground-caption, .item-the-playground .subitem-the-playground:focus .item-the-playground-caption {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
      filter: alpha(opacity=100);
      zoom: 1;
      visibility: visible; }
    .item-the-playground .subitem-the-playground:hover .item-the-playground-caption-title, .item-the-playground .subitem-the-playground:focus .item-the-playground-caption-title {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
      filter: alpha(opacity=100);
      zoom: 1;
      visibility: visible; }
    .item-the-playground .subitem-the-playground:hover .item-the-playground-caption-facility, .item-the-playground .subitem-the-playground:focus .item-the-playground-caption-facility {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
      filter: alpha(opacity=100);
      zoom: 1;
      visibility: visible; }
    .item-the-playground .subitem-the-playground:hover .item-the-playground-caption-meta, .item-the-playground .subitem-the-playground:focus .item-the-playground-caption-meta {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
      filter: alpha(opacity=100);
      zoom: 1;
      visibility: visible; }
  .item-the-playground .subitem-the-playground img {
    display: block;
    position: relative;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    width: 100%;
    height: initial !important; }

.item-the-playground-caption {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 165, 71, 0.85);
  outline: none !important;
  transition: all 300ms ease-in;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
  filter: alpha(opacity=0);
  zoom: 1;
  visibility: hidden; }
  .item-the-playground-caption-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px;
    color: white;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 900;
    margin: 0;
    transition: all 350ms ease-in;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
    filter: alpha(opacity=0);
    zoom: 1;
    visibility: hidden; }
    @media (max-width: 995px) {
      .item-the-playground-caption-title {
        padding-bottom: 15px; } }
    .item-the-playground-caption-title:before {
      content: '';
      position: absolute;
      left: 20px;
      bottom: 5px;
      height: 3px;
      width: 55px;
      display: block;
      background: #212f38; }
      @media (max-width: 995px) {
        .item-the-playground-caption-title:before {
          height: 3px; } }
    @media (max-width: 995px) {
      .item-the-playground-caption-title br {
        display: none; } }
    .item-the-playground-caption-title a {
      color: white; }
      .item-the-playground-caption-title a:hover, .item-the-playground-caption-title a:focus {
        color: #212f38; }
  .item-the-playground-caption-meta {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    transition: all 350ms ease-in;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
    filter: alpha(opacity=0);
    zoom: 1;
    visibility: hidden; }
    .item-the-playground-caption-meta a {
      display: block;
      position: relative;
      padding: 8px 20px;
      padding-left: 10px;
      text-transform: uppercase;
      color: white;
      background: #212f38; }
      .item-the-playground-caption-meta a:hover, .item-the-playground-caption-meta a:focus {
        background: #2a3c48; }
        .item-the-playground-caption-meta a:hover:before, .item-the-playground-caption-meta a:focus:before {
          border-bottom-color: #2a3c48; }
      .item-the-playground-caption-meta a:before {
        content: '';
        position: absolute;
        right: 100%;
        top: 0;
        border-bottom: 60px solid #212f38;
        border-left: 45px solid transparent; }
  .item-the-playground-caption-facility {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: block;
    transition: all 350ms ease-in;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
    filter: alpha(opacity=0);
    zoom: 1;
    visibility: hidden; }
    .item-the-playground-caption-facility li {
      float: left;
      margin-right: 15px; }
      .item-the-playground-caption-facility li a {
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: white;
        line-height: 30px;
        text-align: center;
        color: #3da2a9;
        font-size: 14px; }
        @media (max-width: 995px) {
          .item-the-playground-caption-facility li a {
            font-size: 12px; } }
        .item-the-playground-caption-facility li a:hover, .item-the-playground-caption-facility li a:focus {
          background: #212f38;
          color: white; }

.item-the-playground-two .subitem-the-playground {
  background: #3da2a9;
  display: block;
  position: relative; }
  .item-the-playground-two .subitem-the-playground:hover img, .item-the-playground-two .subitem-the-playground:focus img {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
    filter: alpha(opacity=30);
    zoom: 1; }
  .item-the-playground-two .subitem-the-playground:hover .item-the-playground-title, .item-the-playground-two .subitem-the-playground:focus .item-the-playground-title {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
    filter: alpha(opacity=100);
    zoom: 1;
    visibility: visible; }
    .item-the-playground-two .subitem-the-playground:hover .item-the-playground-title:before, .item-the-playground-two .subitem-the-playground:focus .item-the-playground-title:before {
      background: #212f38; }
  .item-the-playground-two .subitem-the-playground .item-the-playground-two-caption {
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block; }
  .item-the-playground-two .subitem-the-playground img {
    transition: opacity 450ms ease; }

.item-the-playground:nth-child(1) {
  transition-duration: .2s !important; }

.item-the-playground:nth-child(2) {
  transition-duration: .8s !important; }

.item-the-playground:nth-child(3) {
  transition-duration: 1.4s !important; }

@media (max-width: 995px) {
  .the-playground-tabs {
    float: left;
    width: 33.33333%; } }

@media (max-width: 690px) {
  .the-playground-tabs {
    width: calc(100%/2);
    min-height: 245px; } }

@media (max-width: 380px) {
  .the-playground-tabs {
    min-height: 200px; } }

@media (max-width: 270px) {
  .the-playground-tabs {
    min-height: 130px; } }

.the-playground-tabs .subitem-the-playground {
  background: #3da2a9;
  display: block; }
  .the-playground-tabs .subitem-the-playground:hover img, .the-playground-tabs .subitem-the-playground:focus img {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
    filter: alpha(opacity=30);
    zoom: 1; }
  .the-playground-tabs .subitem-the-playground:hover .item-the-playground-title, .the-playground-tabs .subitem-the-playground:focus .item-the-playground-title {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
    filter: alpha(opacity=100);
    zoom: 1;
    visibility: visible; }
    .the-playground-tabs .subitem-the-playground:hover .item-the-playground-title:before, .the-playground-tabs .subitem-the-playground:focus .item-the-playground-title:before {
      background: #212f38; }
  .the-playground-tabs .subitem-the-playground .the-playground-tabs-content {
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block; }
  .the-playground-tabs .subitem-the-playground img {
    height: 100% !important;
    transition: opacity 450ms ease; }

@media (max-width: 767px) {
  .the-playground-wrapper,
  .the-playground-tabs-wrapper {
    margin-left: -7px;
    margin-right: -7px; } }

@media (max-width: 767px) {
  .the-playground-wrapper .item-the-playground,
  .the-playground-tabs-wrapper .item-the-playground {
    padding-left: 7px;
    padding-right: 7px; } }

.the-playground-slider {
  margin-left: -15px;
  margin-right: -15px; }
  .the-playground-slider .item-the-playground {
    padding-left: 15px;
    padding-right: 15px; }
  .the-playground-slider .slick-arrow {
    display: none !important; }

.item-the-favorite-title {
  font-size: 58px;
  letter-spacing: 6px;
  line-height: 1.2;
  color: white;
  text-transform: uppercase; }
  @media (max-width: 995px) {
    .item-the-favorite-title {
      font-size: 42px; } }
  @media (max-width: 767px) {
    .item-the-favorite-title {
      font-size: 36px; } }
  @media (max-width: 690px) {
    .item-the-favorite-title {
      font-size: 23px; } }
  .item-the-favorite-title + .btn {
    margin-top: 30px; }
    @media (max-width: 690px) {
      .item-the-favorite-title + .btn {
        margin-top: 15px; } }

.item-the-favorite .btn {
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 995px) {
    .item-the-favorite .btn {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .item-the-favorite .btn {
      font-size: 14px; } }

.item-favorite-featured-slider {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto; }
  .item-favorite-featured-slider .slick-arrow,
  .item-favorite-featured-slider .slick-dots {
    display: none !important; }

.item-favorite-featured-slider-wrapper .custom-nav .nav-prev,
.item-favorite-featured-slider-wrapper .custom-nav .nav-next {
  position: absolute;
  top: 40%;
  color: white;
  font-size: 48px; }
  .item-favorite-featured-slider-wrapper .custom-nav .nav-prev:hover, .item-favorite-featured-slider-wrapper .custom-nav .nav-prev:focus,
  .item-favorite-featured-slider-wrapper .custom-nav .nav-next:hover,
  .item-favorite-featured-slider-wrapper .custom-nav .nav-next:focus {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
    filter: alpha(opacity=50);
    zoom: 1; }

.item-favorite-featured-slider-wrapper .custom-nav .nav-prev {
  left: 30px; }
  @media (max-width: 570px) {
    .item-favorite-featured-slider-wrapper .custom-nav .nav-prev {
      left: 5px; } }

.item-favorite-featured-slider-wrapper .custom-nav .nav-next {
  right: 30px; }
  @media (max-width: 570px) {
    .item-favorite-featured-slider-wrapper .custom-nav .nav-next {
      right: 5px; } }

.item-testimonials {
  text-align: center; }
  .item-testimonials-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    line-height: 1.4; }
    @media (max-width: 767px) {
      .item-testimonials-text {
        font-size: 16px; } }
    .item-testimonials-text i {
      font-size: 14px; }
    .item-testimonials-text + .sign {
      margin-top: 30px;
      display: inline-block; }
  .item-testimonials .sign {
    color: white;
    font-family: "Signerica_Fat", serif;
    font-size: 32px; }
    @media (max-width: 767px) {
      .item-testimonials .sign img {
        height: 45px !important; } }

.item-testimonials-slider {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px; }
  .item-testimonials-slider .item-testimonials {
    width: 100%; }
  .item-testimonials-slider .slick-arrow {
    display: none !important; }

.testimonials-cta {
  position: absolute;
  right: 60px;
  top: -45px;
  display: block;
  height: 145px;
  width: 145px;
  border-radius: 50%;
  right: 60px;
  top: -115px;
  background: #3da2a9;
  text-align: center; }
  @media (max-width: 767px) {
    .testimonials-cta {
      height: 90px;
      width: 90px; } }
  .testimonials-cta-content {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .testimonials-cta-content i {
      color: #232027;
      margin-bottom: 5px; }
  .testimonials-cta-title,
  .testimonials-cta p {
    color: white; }
    @media (max-width: 767px) {
      .testimonials-cta-title,
      .testimonials-cta p {
        display: none; } }
  .testimonials-cta-title {
    line-height: 1; }
  .testimonials-cta p {
    font-size: 13px; }

.item-weekends {
  min-height: 286px; }
  .item-weekends .subitem-weekends {
    display: block;
    overflow: hidden;
    position: relative;
    background: #3da2a9; }
    .item-weekends .subitem-weekends:hover img, .item-weekends .subitem-weekends:focus img {
      opacity: 0.3;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
      filter: alpha(opacity=30);
      zoom: 1; }
    .item-weekends .subitem-weekends img {
      width: 100%;
      display: block;
      position: relative;
      height: initial !important;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
  .item-weekends-caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.65) 100%); }
    .item-weekends-caption p-price, .item-weekends-caption p-title,
    .item-weekends-caption .item-weekends-price,
    .item-weekends-caption .item-weekends-title {
      color: white; }
  .item-weekends-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px; }
  .item-weekends-price {
    font-weight: 900;
    display: block;
    margin-bottom: 0px;
    line-height: 1; }
  .item-weekends-title {
    text-transform: uppercase;
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 15px;
    letter-spacing: 2px;
    font-weight: 900; }
    .item-weekends-title:before {
      content: '';
      position: absolute;
      left: 0;
      top: 100%;
      display: block;
      height: 4px;
      width: 45px;
      background: #3da2a9; }
  .item-weekends p {
    color: white;
    line-height: 1.2; }

@media (max-width: 995px) {
  .item-weekends-wrapper {
    display: none; } }

.item-weekends-wrapper-rwd {
  display: none; }
  @media (max-width: 995px) {
    .item-weekends-wrapper-rwd {
      display: block; } }

.item-weekends-wrapper-rwd {
  margin-left: -15px;
  margin-right: -15px; }
  .item-weekends-wrapper-rwd .item-weekends {
    padding-left: 15px;
    padding-right: 15px; }
  .item-weekends-wrapper-rwd .slick-arrow {
    display: none !important; }

.the-weekends-slider {
  margin-left: -15px;
  margin-right: -15px; }
  .the-weekends-slider .item-weekends {
    padding-left: 15px;
    padding-right: 15px; }
  .the-weekends-slider .slick-arrow {
    display: none !important; }

/* X. PRICING */
/* --------------------------------------------------- */
.list-tab-pricing-header {
  text-align: center; }
  .list-tab-pricing-header:before, .list-tab-pricing-header:after {
    content: '';
    display: table;
    clear: both; }
  .list-tab-pricing-header li {
    display: inline-block;
    margin: 0 60px 30px; }
    .list-tab-pricing-header li.active .item-product-pricing .box-square:before, .list-tab-pricing-header li.active .item-product-pricing .box-square:after {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
      filter: alpha(opacity=100);
      zoom: 1;
      visibility: visible; }
    .list-tab-pricing-header li.active .item-product-pricing .box-square span:before, .list-tab-pricing-header li.active .item-product-pricing .box-square span:after {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
      filter: alpha(opacity=100);
      zoom: 1;
      visibility: visible; }
    .list-tab-pricing-header li.active .item-product-pricing .price,
    .list-tab-pricing-header li.active .item-product-pricing .item-product-pricing-title {
      color: #3da2a9; }
    .list-tab-pricing-header li.active .item-product-pricing .price {
      font-size: 42px; }
    .list-tab-pricing-header li.active .item-product-pricing .item-product-pricing-title br {
      display: none; }
  .list-tab-pricing-header .item-product-pricing {
    position: relative;
    text-align: center;
    display: block;
    cursor: pointer; }
    .list-tab-pricing-header .item-product-pricing-content {
      padding-bottom: 15px;
      position: relative; }

.item-product-pricing .box-square {
  position: absolute;
  height: 190px;
  width: 190px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  .item-product-pricing .box-square:before, .item-product-pricing .box-square:after {
    content: '';
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
    filter: alpha(opacity=0);
    zoom: 1;
    visibility: hidden;
    transition: opacity 650ms ease-in-out, transform 650ms ease-in-out;
    top: 0;
    border-top: 1px solid #3da2a9; }
  .item-product-pricing .box-square:before {
    border-left: 1px solid #3da2a9;
    left: 0; }
  .item-product-pricing .box-square:after {
    right: 0;
    border-right: 1px solid #3da2a9; }
  .item-product-pricing .box-square span {
    position: relative;
    display: block;
    height: 190px;
    width: 190px; }
    .item-product-pricing .box-square span:before, .item-product-pricing .box-square span:after {
      content: '';
      position: absolute;
      display: block;
      height: 20px;
      width: 20px;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
      filter: alpha(opacity=0);
      zoom: 1;
      visibility: hidden;
      transition: opacity 650ms ease-in-out, transform 650ms ease-in-out;
      bottom: 0;
      border-bottom: 1px solid #3da2a9; }
    .item-product-pricing .box-square span:before {
      border-left: 1px solid #3da2a9;
      left: 0; }
    .item-product-pricing .box-square span:after {
      right: 0;
      border-right: 1px solid #3da2a9; }

.item-product-pricing .price,
.item-product-pricing .item-product-pricing-title {
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 4px; }

.item-product-pricing .price {
  font-weight: 900;
  margin-bottom: 5px; }

.item-product-pricing-title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.item-product-pricing .star-wrapper i {
  color: rgba(255, 255, 255, 0.6); }

.item-product-pricing .star-wrapper.one i:nth-child(1) {
  color: white; }

.item-product-pricing .star-wrapper.two i:nth-child(1) {
  color: white; }

.item-product-pricing .star-wrapper.two i:nth-child(2) {
  color: white; }

.item-product-pricing .star-wrapper.three i:nth-child(1) {
  color: white; }

.item-product-pricing .star-wrapper.three i:nth-child(2) {
  color: white; }

.item-product-pricing .star-wrapper.three i:nth-child(3) {
  color: white; }

.item-product-pricing-slider {
  text-align: center; }
  .item-product-pricing-slider:before, .item-product-pricing-slider:after {
    content: '';
    display: table;
    clear: both; }
  .item-product-pricing-slider .slick-arrow {
    display: none !important; }
  .item-product-pricing-slider .item-product-pricing {
    float: left;
    width: 33.33333%; }

.item-product-pricing-slider-wrapper .custom-nav {
  position: absolute;
  top: 35%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 995px) {
    .item-product-pricing-slider-wrapper .custom-nav {
      display: none; } }
  @media (max-width: 767px) {
    .item-product-pricing-slider-wrapper .custom-nav {
      max-width: 90%;
      display: block;
      top: 40%; } }
  .item-product-pricing-slider-wrapper .custom-nav .nav-prev,
  .item-product-pricing-slider-wrapper .custom-nav .nav-next {
    position: absolute;
    top: 0%;
    color: #3da2a9;
    font-size: 28px;
    z-index: 33; }
    @media (max-width: 1200px) {
      .item-product-pricing-slider-wrapper .custom-nav .nav-prev,
      .item-product-pricing-slider-wrapper .custom-nav .nav-next {
        height: 28px;
        width: 28px;
        line-height: 28px;
        text-align: center;
        background: #3da2a9;
        color: white; } }
    .item-product-pricing-slider-wrapper .custom-nav .nav-prev:hover, .item-product-pricing-slider-wrapper .custom-nav .nav-prev:focus,
    .item-product-pricing-slider-wrapper .custom-nav .nav-next:hover,
    .item-product-pricing-slider-wrapper .custom-nav .nav-next:focus {
      color: white; }
  .item-product-pricing-slider-wrapper .custom-nav .nav-prev {
    left: 0; }
  .item-product-pricing-slider-wrapper .custom-nav .nav-next {
    right: 0; }

.item-comprend .item-comprend-content {
  display: block;
  position: relative;
  overflow: hidden; }
  .item-comprend .item-comprend-content img {
    width: 100%;
    display: block; }

.item-comprend-title {
  position: absolute;
  left: 30px;
  bottom: 30px; }
  .item-comprend-title a {
    color: white; }
    .item-comprend-title a:hover, .item-comprend-title a:focus {
      color: #3da2a9; }

.item-comprend .badges-rate {
  position: absolute;
  top: 30px;
  left: 0;
  margin-top: 0px;
  margin-left: 30px;
  display: inline-block;
  padding: 3px 30px;
  background: #3da2a9;
  color: white; }
  .item-comprend .badges-rate .icon-title {
    font-size: 24px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle; }
  .item-comprend .badges-rate .star-wrapper i {
    color: rgba(255, 255, 255, 0.6) !important;
    vertical-align: middle; }
  .item-comprend .badges-rate .star-wrapper.one i:nth-child(1) {
    color: white !important; }
  .item-comprend .badges-rate .star-wrapper.two i:nth-child(1) {
    color: white !important; }
  .item-comprend .badges-rate .star-wrapper.two i:nth-child(2) {
    color: white !important; }
  .item-comprend .badges-rate .star-wrapper.three i:nth-child(1) {
    color: white !important; }
  .item-comprend .badges-rate .star-wrapper.three i:nth-child(2) {
    color: white !important; }
  .item-comprend .badges-rate .star-wrapper.three i:nth-child(3) {
    color: white !important; }
  .item-comprend .badges-rate .star-wrapper.four i:nth-child(1) {
    color: white !important; }
  .item-comprend .badges-rate .star-wrapper.four i:nth-child(2) {
    color: white !important; }
  .item-comprend .badges-rate .star-wrapper.four i:nth-child(3) {
    color: white !important; }
  .item-comprend .badges-rate .star-wrapper.four i:nth-child(4) {
    color: white !important; }
  .item-comprend .badges-rate .star-wrapper.five i:nth-child(1) {
    color: white !important; }
  .item-comprend .badges-rate .star-wrapper.five i:nth-child(2) {
    color: white !important; }
  .item-comprend .badges-rate .star-wrapper.five i:nth-child(3) {
    color: white !important; }
  .item-comprend .badges-rate .star-wrapper.five i:nth-child(4) {
    color: white !important; }
  .item-comprend .badges-rate .star-wrapper.five i:nth-child(5) {
    color: white !important; }
  .item-comprend .badges-rate .times {
    font-weight: 900;
    color: white;
    vertical-align: middle;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 2px; }

.item-comprend-attached {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  padding: 8px 20px;
  color: #3da2a9;
  background: #e6e6e6; }
  @media (max-width: 995px) {
    .item-comprend-attached {
      font-size: 18px; } }
  .item-comprend-attached:hover, .item-comprend-attached:focus {
    background: #f3f3f3;
    color: #3da2a9; }
    .item-comprend-attached:hover:before, .item-comprend-attached:focus:before {
      border-bottom-color: #f3f3f3; }
  .item-comprend-attached:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    border-bottom: 49px solid #e6e6e6;
    border-left: 46px solid transparent; }

.item-comprend + .item-comprend-detail {
  margin-top: 30px; }

.comprend-detail {
  margin-bottom: 30px;
  /* padding-bottom: 30px; */
  position: relative; }
  .comprend-detail-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -60%;
    width: 50px;
    height: 3px;
    background: #3da2a9; }
  .comprend-detail-title {
    color: #212f38;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    margin-bottom: 45px;
    font-size: 2.1em;
    letter-spacing: 1.1px; }
  .comprend-detail p, .comprend-detail li {
    color: #62596d; }
    @media (max-width: 995px) {
      .comprend-detail p, .comprend-detail li {
        font-size: 16px; } }

.comprend-detail.availability:before, .comprend-detail.availability:after {
  content: '';
  display: table;
  clear: both; }

.comprend-detail.availability .comprend-detail-title {
  display: block; }

.comprend-detail.availability .comprend-detail-content {
  display: block;
  width: 100%; }
  .comprend-detail.availability .comprend-detail-content + p {
    margin-top: 15px; }

.comprend-detail.availability .month-availability {
  height: 90px;
  width: 90px;
  line-height: 90px;
  border-radius: 50%;
  background: #212f38;
  text-align: center;
  display: inline-block;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 15px;
  letter-spacing: 1px; }
  .comprend-detail.availability .month-availability:last-child {
    margin-right: 0; }

.comprend-detail-supplement ul li {
  position: relative;
  padding-left: 15px; }
  .comprend-detail-supplement ul li:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0px; }

.item-product-pricing-slider-detail .slick-arrow {
  display: none !important; }

.item-comprend-cta {
  text-align: center; }
  .item-comprend-cta .btn {
    margin-bottom: 15px;
    min-width: 260px; }

/* X. ARTICLES */
/* --------------------------------------------------- */
.content-single-post-commons .section-hero {
  padding: 20% 0 25%; }

.content-single-post-commons .section-hero-caption .section-hero-title {
  color: white;
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase !important;
  letter-spacing: 2px; }
  @media (max-width: 995px) {
    .content-single-post-commons .section-hero-caption .section-hero-title {
      font-size: 26px; } }

.article-section-header {
  margin-bottom: 45px; }
  .article-section-header .article-section-title {
    margin: 0;
    padding-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
    position: relative;
    display: block; }
    @media (max-width: 995px) {
      .article-section-header .article-section-title {
        font-size: 21px;
        padding-bottom: 10px; } }
    .article-section-header .article-section-title:before {
      content: '';
      position: absolute;
      top: 100%;
      height: 3px;
      width: 55px;
      background: #3da2a9;
      left: 0; }
      @media (max-width: 995px) {
        .article-section-header .article-section-title:before {
          height: 2px; } }
    .article-section-header .article-section-title a {
      color: #212f38; }
      .article-section-header .article-section-title a:hover, .article-section-header .article-section-title a:focus {
        color: #3da2a9; }
    @media (max-width: 995px) {
      .article-section-header .article-section-title br {
        display: none; } }

.article-section .simple-quote {
  margin: 0;
    margin-bottom: 15px;
  padding: 0;
  border: none; }
  .article-section .simple-quote p {
    text-transform: uppercase;
    color: #212f38;
    font-weight: bold; }
    @media (max-width: 995px) {
      .article-section .simple-quote p {
        font-size: 16px; } }

.article-section .article-section-thumbnail a {
  display: block;
  background: #3da2a9; }
  .article-section .article-section-thumbnail a:hover img, .article-section .article-section-thumbnail a:focus img {
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
    filter: alpha(opacity=25);
    zoom: 1; }
  .article-section .article-section-thumbnail a img {
    width: 100%;
    display: block; }

.article-section .article-section-thumbnail-rwd {
  display: none;
  width: 100%;
  margin-bottom: 30px; }
  @media (max-width: 995px) {
    .article-section .article-section-thumbnail-rwd {
      display: block;
      text-align: center; } }

.article-section.light .article-section-header .article-section-title {
  color: white; }

.list-activity-small {
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 350px) {
    .list-activity-small {
      margin-left: 7px;
      margin-right: 7px; } }
    .list-activity-small li {
        float: left;
        padding: 0;
        width: 150px;
        height: 150px;
        margin-left: 85px;
        margin-right: 15px;
    }
    @media (max-width: 350px) {
      .list-activity-small li {
        margin-left: 7px;
        margin-right: 7px;
        width: 85px;
        height: 85px; } }

.item-list-activity-small {
  position: relative;
  margin-bottom: 30px; }
  @media (max-width: 350px) {
    .item-list-activity-small {
      margin-bottom: 15px; } }
  .item-list-activity-small:before, .item-list-activity-small:after {
    content: '';
    position: absolute;
    top: 0;
    width: 15px;
    height: 15px;
    border-top: 1px solid #3da2a9;
    display: block; }
  .item-list-activity-small:before {
    border-left: 1px solid #3da2a9;
    left: 0; }
  .item-list-activity-small:after {
    border-right: 1px solid #3da2a9;
    right: 0; }
  .item-list-activity-small .item-list-activity-small-content {
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%; }
    .item-list-activity-small .item-list-activity-small-content:before, .item-list-activity-small .item-list-activity-small-content:after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 15px;
      height: 15px;
      border-bottom: 1px solid #3da2a9;
      display: block; }
    .item-list-activity-small .item-list-activity-small-content:before {
      border-left: 1px solid #3da2a9;
      left: 0px; }
    .item-list-activity-small .item-list-activity-small-content:after {
      border-right: 1px solid #3da2a9;
      right: 0px; }
  .item-list-activity-small .item-list-activity-small-content {
    text-align: center; }
    .item-list-activity-small .item-list-activity-small-content .icon-wrapper {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      display: block;
      line-height: 24px;
      text-align: center;
      background: #3da2a9;
      margin-left: auto;
      margin-right: auto; }
      .item-list-activity-small .item-list-activity-small-content .icon-wrapper i {
        color: white; }
      .item-list-activity-small .item-list-activity-small-content .icon-wrapper + .list-activity-small-title {
        margin-top: 5px; }
    .item-list-activity-small .item-list-activity-small-content .list-activity-small-title {
      color: white;
      display: block;
      font-weight: bold; }
      @media (max-width: 350px) {
        .item-list-activity-small .item-list-activity-small-content .list-activity-small-title {
          font-size: 12px; } }
  .item-list-activity-small .item-list-activity-small-wrapper {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    left: 0;
    width: 100%; }

/* X. BREADCRUMBS */
/* --------------------------------------------------- */
.section-breadcrumb {
    padding-top: 20px;
    padding-left: 40px;}
  .section-breadcrumb-container a, .section-breadcrumb-container span {
    text-transform: uppercase;
    color: #212f38;
    position: relative;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px; }
  .section-breadcrumb .itemListElement + .itemListElement {
    margin-left: 5px; }

.section-breadcrumb.breadcrumb-white .breadcrumbs {
  color: rgba(255, 255, 255, 0.6) !important; }

.section-breadcrumb.breadcrumb-white a {
  color: rgba(255, 255, 255, 0.6); }
  .section-breadcrumb.breadcrumb-white a:hover, .section-breadcrumb.breadcrumb-white a:focus {
    color: #3da2a9; }
  .section-breadcrumb.breadcrumb-white a span:hover, .section-breadcrumb.breadcrumb-white a span:focus {
    color: #3da2a9; }

.section-breadcrumb.breadcrumb-white span {
  color: rgba(255, 255, 255, 0.6); }

/* X. STARS */
/* --------------------------------------------------- */
.star-wrapper {
  position: relative; }
  .star-wrapper i {
    display: inline-block;
    margin-right: 0px;
    color: #3da2a9;
    font-size: 14px; }
  .star-wrapper.one i:nth-child(1) {
    color: #3da2a9; }
  .star-wrapper.two i:nth-child(1) {
    color: #3da2a9; }
  .star-wrapper.two i:nth-child(2) {
    color: #3da2a9; }
  .star-wrapper.three i:nth-child(1) {
    color: #3da2a9; }
  .star-wrapper.three i:nth-child(2) {
    color: #3da2a9; }
  .star-wrapper.three i:nth-child(3) {
    color: #3da2a9; }
  .star-wrapper.four i:nth-child(1) {
    color: #3da2a9; }
  .star-wrapper.four i:nth-child(2) {
    color: #3da2a9; }
  .star-wrapper.four i:nth-child(3) {
    color: #3da2a9; }
  .star-wrapper.four i:nth-child(4) {
    color: #3da2a9; }
  .star-wrapper.five i:nth-child(1) {
    color: #3da2a9; }
  .star-wrapper.five i:nth-child(2) {
    color: #3da2a9; }
  .star-wrapper.five i:nth-child(3) {
    color: #3da2a9; }
  .star-wrapper.five i:nth-child(4) {
    color: #3da2a9; }
  .star-wrapper.five i:nth-child(5) {
    color: #3da2a9; }

/* X. TABS */
/* --------------------------------------------------- */
.tab-section .list-tab {
  text-align: center; }
  .tab-section .list-tab li {
    display: inline-block;
    position: relative;
    margin: 0 8px; }
    .tab-section .list-tab li:first-child {
      margin-left: 0; }
    .tab-section .list-tab li:last-child {
      margin-right: 0; }
    .tab-section .list-tab li:before, .tab-section .list-tab li:after {
      content: '';
      position: absolute;
      display: block;
      height: 20px;
      width: 20px;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
      filter: alpha(opacity=0);
      zoom: 1;
      visibility: hidden;
      transition: opacity 650ms ease-in-out, transform 650ms ease-in-out;
      top: 0;
      border-top: 1px solid #3da2a9; }
      @media (max-width: 767px) {
        .tab-section .list-tab li:before, .tab-section .list-tab li:after {
          height: 15px;
          width: 15px; } }
    .tab-section .list-tab li:before {
      border-left: 1px solid #3da2a9;
      left: 0; }
    .tab-section .list-tab li:after {
      right: 0;
      border-right: 1px solid #3da2a9; }
    .tab-section .list-tab li:hover:before, .tab-section .list-tab li:hover:after, .tab-section .list-tab li:focus:before, .tab-section .list-tab li:focus:after, .tab-section .list-tab li.active:before, .tab-section .list-tab li.active:after {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
      filter: alpha(opacity=100);
      zoom: 1;
      visibility: visible; }
    .tab-section .list-tab li:hover a, .tab-section .list-tab li:focus a, .tab-section .list-tab li.active a {
      color: #3da2a9; }
      .tab-section .list-tab li:hover a:before, .tab-section .list-tab li:hover a:after, .tab-section .list-tab li:focus a:before, .tab-section .list-tab li:focus a:after, .tab-section .list-tab li.active a:before, .tab-section .list-tab li.active a:after {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
        filter: alpha(opacity=100);
        zoom: 1;
        visibility: visible; }
    .tab-section .list-tab li a {
      display: block;
      position: relative;
      letter-spacing: 2px;
      font-weight: bold;
      text-transform: uppercase;
      color: #232027;
      height: 70px;
      line-height: 70px;
      padding-left: 45px;
      padding-right: 45px; }
      @media (max-width: 767px) {
        .tab-section .list-tab li a {
          height: initial;
          line-height: 1.2;
          padding: 10px 15px;
          margin-bottom: 5px;
          font-size: 14px;
          height: initial;
          line-height: 1.2; } }
      .tab-section .list-tab li a:before, .tab-section .list-tab li a:after {
        content: '';
        position: absolute;
        display: block;
        height: 20px;
        width: 20px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
        filter: alpha(opacity=0);
        zoom: 1;
        visibility: hidden;
        transition: opacity 650ms ease-in-out, transform 650ms ease-in-out;
        bottom: 0;
        border-bottom: 1px solid #3da2a9; }
        @media (max-width: 767px) {
          .tab-section .list-tab li a:before, .tab-section .list-tab li a:after {
            height: 15px;
            width: 15px; } }
      .tab-section .list-tab li a:before {
        border-left: 1px solid #3da2a9;
        left: 0; }
      .tab-section .list-tab li a:after {
        right: 0;
        border-right: 1px solid #3da2a9; }

.tab-section .tab-content {
  margin-top: 45px;
  width: 100%;
  display: block; }
  .tab-section .tab-content:before, .tab-section .tab-content:after {
    content: '';
    display: table;
    clear: both; }

/* X. LIST */
/* --------------------------------------------------- */
@media (max-width: 767px) {
  .list-activites-wrapper {
    width: 100%;
    float: left;
    margin-top: 15px; } }

@media (max-width: 350px) {
  .list-activites-wrapper {
    display: none; } }

.list-activites-item {
  position: relative;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .list-activites-item {
      display: inline-block;
      width: 33.33333%;
      margin-bottom: 15px; } }
  @media (max-width: 570px) {
    .overlay-content p {
      font-size: 1.2em;
      line-height: 1.4;
  }
    .list-activites-item {
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 570px) {
    .list-activites-item:last-child {
      width: 100%;
      max-width: 100%; } }
  .list-activites-item > div {
    display: block;
    text-align: center;
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 30px; }
    @media (max-width: 570px) {
      .list-activites-item > div {
        padding-top: 15px; } }
    .list-activites-item > div:before, .list-activites-item > div:after {
      content: '';
      position: absolute;
      height: 30px;
      width: 30px;
      border-top: 1px solid #3da2a9;
      top: 0;
      display: block;
      transition: opacity 350ms ease;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
      filter: alpha(opacity=0);
      zoom: 1;
      visibility: hidden; }
    .list-activites-item > div:before {
      border-left: 1px solid #3da2a9;
      left: 0; }
    .list-activites-item > div:after {
      border-right: 1px solid #3da2a9;
      right: 0; }
    .list-activites-item > div:hover:before, .list-activites-item > div:hover:after, .list-activites-item > div:focus:before, .list-activites-item > div:focus:after {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
      filter: alpha(opacity=100);
      zoom: 1;
      visibility: visible; }
    .list-activites-item > div:hover .content:before, .list-activites-item > div:hover .content:after, .list-activites-item > div:focus .content:before, .list-activites-item > div:focus .content:after {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
      filter: alpha(opacity=100);
      zoom: 1;
      visibility: visible; }
    .list-activites-item > div:hover .sprite, .list-activites-item > div:focus .sprite {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
      filter: alpha(opacity=0);
      zoom: 1;
      visibility: hidden; }
      .list-activites-item > div:hover .sprite.hover, .list-activites-item > div:focus .sprite.hover {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
        filter: alpha(opacity=100);
        zoom: 1;
        visibility: visible; }
    .list-activites-item > div .content {
      padding-bottom: 30px;
      display: block;
      position: relative; }
      @media (max-width: 570px) {
        .list-activites-item > div .content {
          padding-bottom: 15px; } }
      .list-activites-item > div .content:before, .list-activites-item > div .content:after {
        content: '';
        position: absolute;
        height: 30px;
        width: 30px;
        border-bottom: 1px solid #3da2a9;
        bottom: 0;
        display: block;
        transition: opacity 350ms ease;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
        filter: alpha(opacity=0);
        zoom: 1;
        visibility: hidden; }
      .list-activites-item > div .content:before {
        left: 0;
        border-left: 1px solid #3da2a9; }
      .list-activites-item > div .content:after {
        right: 0;
        border-right: 1px solid #3da2a9; }
  .list-activites-item .icon-wrapper {
    position: relative;
    margin-bottom: 5px;
    display: block;
    text-align: center;
    min-height: 85px; }
    .list-activites-item .icon-wrapper .sprite {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      margin-left: auto;
      margin-right: auto;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
      filter: alpha(opacity=100);
      zoom: 1;
      visibility: visible;
      transition: opacity 350ms ease; }
      .list-activites-item .icon-wrapper .sprite.hover {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin-left: auto;
        margin-right: auto;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
        filter: alpha(opacity=0);
        zoom: 1;
        visibility: hidden;
        transition: opacity 350ms ease; }
  .list-activites-item h3 { 
    color: #212f38;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 1.4; }
    @media (max-width: 995px) {
      .list-activites-item h3 {
        font-size: 18px !important; } }
    @media (max-width: 767px) {
      .list-activites-item h3 {
        font-size: 16px !important; } }
    @media (max-width: 690px) {
      .list-activites-item h3 {
        font-size: 14px !important; } }
    .list-activites-item h3 .light {
      display: block;
      font-weight: 300; }
      .list-activites-item h3 .light:before, .list-activites-item h3 .light:after {
        content: '';
        display: table;
        clear: both; }
    .list-activites-item h3 .cubic {
      font-size: 12px;
      position: relative;
      vertical-align: text-top; }

/* X. RESPONSIVE MENU */
/* --------------------------------------------------- */
.rwd-menu {
  text-align: center; }

.rwd-menu-container {
  height: 100%; }
  @media (max-width: 995px) {
    .rwd-menu-container {
      padding-top: 90px; } }

@media (max-width: 995px) {
  .rwd-menu-close {
    top: 30px; } }

.rwd-site-header-logo {
  margin-bottom: 30px; }
  .rwd-site-header-logo a {
    display: inline-block; }
  .rwd-site-header-logo img {
    width: 120px; }

.rwd-site-header-translation {
  text-align: center;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .rwd-site-header-translation {
      margin-bottom: 15px; } }
  .rwd-site-header-translation ul li {
    float: none !important;
    display: inline-block; }
    .rwd-site-header-translation ul li:after {
      top: 3px; }
    @media (max-width: 767px) {
      .rwd-site-header-translation ul li > a {
        font-size: 14px; } }

.rwd-site-header-navigation {
  text-align: center;
  margin-bottom: 30px;
  max-height: 100%;
  height: calc(100% - 174px);
  overflow-y: auto; }
  @media (max-width: 767px) {
    .rwd-site-header-navigation {
      height: calc( 100% - 155px); } }
  .rwd-site-header-navigation ul {
    height: 100%; }
    .rwd-site-header-navigation ul li {
      float: none !important;
      display: block;
      margin: 0 0 20px; }
      @media (max-width: 767px) {
        .rwd-site-header-navigation ul li {
          margin-bottom: 5px; } }
      @media (max-width: 767px) {
        .rwd-site-header-navigation ul li > a {
          font-size: 14px; } }

.rwd-site-header-logo,
.rwd-site-header-translation,
.rwd-site-header-navigation {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
  filter: alpha(opacity=0);
  zoom: 1; }

.rwd-site-header-logo {
  transition: transform 350ms ease-out, opacity 350ms ease-out;
  -ms-transform: translateY(220px);
      transform: translateY(220px); }

.rwd-site-header-translation {
  transition: transform 550ms ease-out, opacity 550ms ease-out;
  -ms-transform: translateY(260px);
      transform: translateY(260px); }

.rwd-site-header-navigation {
  transition: transform 750ms ease-out, opacity 750ms ease-out;
  -ms-transform: translateY(300px);
      transform: translateY(300px); }

.rwd-menu.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
  filter: alpha(opacity=100);
  zoom: 1;
  visibility: visible; }
  .rwd-menu.active .rwd-site-header-logo,
  .rwd-menu.active .rwd-site-header-translation,
  .rwd-menu.active .rwd-site-header-navigation {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
    filter: alpha(opacity=100);
    zoom: 1;
    -ms-transform: translateY(0);
        transform: translateY(0); }

/* X. RESPONSIVE HERO RESEARCH */
/* --------------------------------------------------- */
.rwd-hero-research {
  text-align: center; }
  .rwd-hero-research-container {
    max-width: 85%;
    height: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 995px) {
      .rwd-hero-research-container {
        padding-top: 90px; } }

.rwd-hero-research-scroller {
  max-height: 100%;
  overflow-y: auto;
  height: calc( 100% - 0px);
  padding-top: 15px;
  padding-bottom: 15px; }

@media (max-width: 995px) {
  .rwd-hero-research-close {
    top: 30px; } }

.rwd-hero-research .list-get-in-touch-hero,
.rwd-hero-research .get-in-touch-message {
  display: block;
  float: none !important; }

.rwd-hero-research .list-get-in-touch-hero {
  margin-bottom: 30px; }
  .rwd-hero-research .list-get-in-touch-hero li {
    float: none !important;
    margin: 0 15px;
    display: inline-block; }

.rwd-hero-research .get-in-touch-message {
  top: 0; }

.rwd-hero-research .form-section-hero-caption-rwd {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
  filter: alpha(opacity=0);
  zoom: 1;
  transition: transform 350ms ease-out, opacity 350ms ease-out;
  -ms-transform: translateY(220px);
      transform: translateY(220px); }

.rwd-hero-research .list-get-in-touch-hero {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
  filter: alpha(opacity=0);
  zoom: 1;
  transition: transform 550ms ease-out, opacity 550ms ease-out;
  -ms-transform: translateY(260px);
      transform: translateY(260px); }

.rwd-hero-research .get-in-touch-message {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
  filter: alpha(opacity=0);
  zoom: 1;
  transition: transform 750ms ease-out, opacity 750ms ease-out;
  -ms-transform: translateY(300px);
      transform: translateY(300px); }

.rwd-hero-research.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
  filter: alpha(opacity=100);
  zoom: 1;
  visibility: visible; }
  .rwd-hero-research.active .form-section-hero-caption-rwd,
  .rwd-hero-research.active .list-get-in-touch-hero,
  .rwd-hero-research.active .get-in-touch-message {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
    filter: alpha(opacity=100);
    zoom: 1;
    -ms-transform: translateY(0);
        transform: translateY(0); }