/*** Style ***/

* {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5rem;
  letter-spacing: 0.009rem;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,html {
  height: 100%;
}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 0.01rem;
  margin: .2rem 0 1rem;
  font-size: 2.2rem;
  line-height: 2.5rem;
  display: block;
  text-transform: uppercase;
  white-space: pre-line;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 0.01rem;
  margin: 1.5rem 0 0.2rem;
  font-size: 1.6rem;
  line-height: 2rem;
  white-space: pre-line;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 0.01rem;
  margin: 1rem 0 0.2rem;
  font-size: 1.3rem;
  line-height: 2rem;
  white-space: pre-line;
}

p + h2, p + h3 {
  margin: 2rem 0 0.2rem;
}

article {
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin: 0 auto;
  padding: 0 3rem;
}

article p {
  margin: 0 0 1rem 0;
  text-align: start;
  white-space: pre-line;
}

article p + p {
  margin: 0 0 2rem 0;
}

article p a, article h2 a, article h3 a {
  text-decoration: underline;
  color: #30404d;
}

a {
  color: #2099e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  color: #1585cf;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
}

select {
  width: 100%;
  border-radius: 0;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

  a.underline {
    text-decoration: underline;
  }

  .content-container {
    min-width: 320px;
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 3rem;
    position: relative;
  }

  .content-container.width {
    max-width: 85rem;
  }


  .content-container ul,
  .content-container ol,
  .content-container dl {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside; }

  .content-container li {
    font-size: inherit;
    text-align: start;}

  .content-container ul {
    list-style-type: disc;
    margin-left: 1.25rem; }

  .content-container ol {
    margin-left: 1.25rem; }

  .content-container ul ul,.content-container  ol ul,.content-container  ul ol,.content-container  ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

  .content-container dl {
    margin-bottom: 1rem; }
  .content-container   dl dt {
      margin-bottom: 0.2rem;
      font-weight: bold; }
  .content-container  dl dd {
        margin-bottom: 1rem;
        }


/* simple-wrapper */

.simple-wrapper {
  display: block;
  position: relative;
}
.simple-wrapper::after {
  display: block;
  content: "";
  clear: both;
}
.simple-wrapper .wrapper-30, .simple-wrapper .wrapper-70,.simple-wrapper .wrapper-50 {
  float: left;
  padding: 0 5% 0 0;
}
.wrapper-30 + .wrapper-70, .wrapper-70 + .wrapper-30, .wrapper-50 + .wrapper-50 {
  padding: 0;
}
.simple-wrapper .wrapper-30 {
  width: 30%;
}
.simple-wrapper .wrapper-50 {
  width: 46%;
}
.simple-wrapper .wrapper-70 {
  width: 65%;
}

.simulation-container .simple-wrapper {
  padding: 1rem 0;
}


/*** Header ***/

.container {
  margin: auto;
  min-width: 320px !important;
  width: 100%;
  max-width: 80rem;
  box-sizing: border-box;
  padding: 0 3rem;
  position: relative;
}

#root-header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  z-index: 800;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

#root-header:after {
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -ms-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  background-color: #000000;
  opacity: 0;
  z-index: 800;
}

#root-header #main-header {
  font-family: Trebuchet MS, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: padding 400ms;
  -moz-transition: padding 400ms;
  -ms-transition: padding 400ms;
  -o-transition: padding 400ms;
  transition: padding 400ms;
  position: relative;
  z-index: 802;
  background-color: #FFFFFF;
  padding: 2.6666666667rem 0 1.8666666667rem;
  text-align: center;
}

#root-header #main-header #logo {
  -webkit-transition: width 400ms;
  -moz-transition: width 400ms;
  -ms-transition: width 400ms;
  -o-transition: width 400ms;
  transition: width 400ms;
  display: inline-block;
  width: 20.2rem;
}

#root-header #main-header #logo img {
  width: 100%;
  height: auto;
}

#root-header #main-header #shipping-control {
  position: absolute;
  top: 0.6rem;
  left: 3.3333333333rem;
  line-height: 0;
}

#root-header #main-header #shipping-control ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#root-header #main-header #shipping-control ul li {
  display: inline-block;
  float: left;
}

#root-header #main-header #shipping-control #currency-container {
  font-family: Trebuchet MS, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.3333333333rem;
  margin-right: 2.3333333333rem;
  color: #555;
  -webkit-text-stroke: rgba(0, 0, 0, 0.1);
  vertical-align: top;
}

#root-header #main-header #shipping-control #currency-container a {
  color: #555;
  -webkit-text-stroke: rgba(0, 0, 0, 0.1);
}


#root-header #main-header #mobile-menu-toggle {
  background-image: url("../images/icons/icon-menu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.5333333333rem;
  left: 3.3333333333rem;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  cursor: pointer;
  background-size: 100%;
  display: none;
}

html.svg #root-header #main-header #mobile-menu-toggle {
  background-image: url("../images/icons/icon-menu.svg");
}

#root-header #language-container. #root-header #vision-container {
  display: none;
}

.js-off-canvas-exit {
  background-color: rgba(0, 0, 0, 0.65);
}

#left-offset-menu {
  background-color: #F6F6F6;
}

#left-offset-menu span.img {
  display: none;
}

.off-canvas.is-open+.off-canvas-content {
  overflow: hidden;
}

#root-header.scrolled {
  position: fixed;
}

@media (max-width: 767px) {
  #root-header #top-strip {
    height: 1.7857142857rem;
    padding-top: 0.2857142857rem;
  }
  #root-header #top-strip ul.strip-list li {
    font-size: 0.9285714286rem;
    line-height: 1.2142857143rem;
    display: none;
  }
  #root-header #top-strip ul.strip-list li.active {
    display: block;
  }
  #root-header #top-strip ul.strip-list li.sep {
    display: none;
  }
  #root-header #main-header {
    padding: 1.1428571429rem 0 0.7857142857rem;
  }
  #root-header #main-header:after {
    position: absolute;
    display: block;
    z-index: 801;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(150, 150, 150, 0.5);
  }
  #root-header #main-header #logo {
    width: 13.0714285714rem;
  }
  #root-header #main-header #mobile-menu-toggle {
    display: block;
    /*top: -0.2142857143rem;*/
    left: 1.2857142857rem;
    width: 1.7857142857rem;
    height: 1.7857142857rem;
  }
  #root-header #main-header #account-control {
    top: -0.2142857143rem;
    right: 1.2857142857rem;
  }
  #root-header #main-header #account-control ul li.control-items {
    display: none;
  }
  #root-header #main-header #account-control ul li#account-container {
    height: 1.7857142857rem;
  }
  #root-header #main-header #account-control ul li#account-container ul li {
    height: 1.7857142857rem;
    width: 1.7857142857rem;
  }
  #root-header #main-header #account-control ul li#account-container ul li.sep {
    display: none;
  }
  #root-header #main-header #account-control ul li#account-container ul li .text {
    font-size: 0.6428571429rem;
    line-height: 0.8571428571rem;
  }
  #root-header #main-header #account-control ul li#account-container ul li#account-wishlist {
    display: none;
  }
  #root-header #main-header #account-control ul li#account-container ul li#account-cart .text {
    bottom: 0.3571428571rem;
  }
  #root-header #navigation-menu {
    display: none;
  }
  #root-header.scrolled #main-header {
    padding: 1.1428571429rem 0 0.7857142857rem;
  }
  #root-header.scrolled #main-header #logo {
    width: 13.0714285714rem;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  #root-header #top-strip {
    height: 2.3333333333rem;
    padding-top: 0.5333333333rem;
  }
  #root-header #top-strip ul.strip-list li {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
  #root-header #main-header {
    padding: 1.6666666667rem 0;
  }
  #root-header #main-header #logo {
    width: 16.3333333333rem;
  }
  #root-header #main-header #mobile-menu-toggle {
    top: 0.0666666667rem;
    left: 2.1333333333rem;
    width: 1.8666666667rem;
    height: 1.8666666667rem;
  }
  #root-header #main-header #account-control {
    top: 0.0666666667rem;
    right: 2.1333333333rem;
  }
  #root-header #main-header #account-control ul li#account-container {
    height: 1.8666666667rem;
  }
  #root-header #main-header #account-control ul li#account-container ul li {
    height: 1.8666666667rem;
    width: 1.8666666667rem;
  }
  #root-header #main-header #account-control ul li#account-container ul li .text {
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
  #root-header #main-header #account-control ul li#account-container ul li#account-cart .text {
    bottom: 0.3333333333rem;
  }
  #root-header #main-header #account-control ul li#account-container ul li#account-cart img {
    width: 1.8666666667rem;
    height: 1.8666666667rem;
  }
  #root-header.scrolled #main-header {
    padding: 1.6666666667rem 0;
  }
  #root-header.scrolled #main-header #logo {
    width: 16.3333333333rem;
  }
  #left-offset-menu-wrapper {
    width: 271px;
  }
  #left-offset-menu-wrapper .menu-header {
    height: 56px;
  }
  #left-offset-menu-wrapper .menu-body {
    top: 56px;
  }
  #left-offset-menu-wrapper .menu-body-content {
    padding: 25px 32px 0 32px;
  }
  #left-offset-menu-wrapper p.menu-item {
    font-size: 15px;
    line-height: 45px;
  }
}

#offset-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 900;
}

#offset-menu-overlay.is-active {
  display: block;
}

#left-offset-menu-wrapper {
  top: 0;
  position: fixed;
  height: 100%;
  width: 228px;
  background: white;
  -webkit-transform: translateX(-100%);
  /*20161219*/
  -moz-transform: translateX(-100%);
  /*20161219*/
  -ms-transform: translateX(-100%);
  /*20161219*/
  -o-transform: translateX(-100%);
  /*20161219*/
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .25s ease;
  /*20161219*/
  -moz-transition: -moz-transform .25s ease;
  /*20161219*/
  -ms-transition: -ms-transform .25s ease;
  /*20161219*/
  -o-transition: -o-transform .25s ease;
  /*20161219*/
  transition: transform .25s ease;
  /*20161219*/
  /*transition: transform ease .25s;*/
  /*20161219*/
  font-family: Trebuchet MS, sans-serif;
  z-index: 910;
  max-height: 100%;
}

#left-offset-menu-wrapper p.menu-item.primary-menu-item, #left-offset-menu-wrapper p.menu-item.sub-menu-title {
  font-weight: 100;
}

#left-offset-menu-wrapper .menu-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 42px;
  background-color: inherit;
}


#left-offset-menu-wrapper .menu-header:after {
  bottom: 1px;
  content: ' ';
  display: block;
  position: absolute;
  left: 18px;
  right: 25px;
  border-bottom: 1px solid rgba(150, 150, 150, 0.5);
}

#left-offset-menu-wrapper .menu-body {
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: inherit;
}


/*20161219 Begin*/

#left-offset-menu-wrapper .menu-body ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

#left-offset-menu-wrapper .menu-body ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}


/*20161219 End*/

#left-offset-menu-wrapper .menu-body.secondary {
  -webkit-transform: translateX(-100%);
  /*20161219*/
  -moz-transform: translateX(-100%);
  /*20161219*/
  -ms-transform: translateX(-100%);
  /*20161219*/
  -o-transform: translateX(-100%);
  /*20161219*/
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .25s ease;
  /*20161219*/
  -moz-transition: -moz-transform .25s ease;
  /*20161219*/
  -ms-transition: -ms-transform .25s ease;
  /*20161219*/
  -o-transition: -o-transform .25s ease;
  /*20161219*/
  transition: transform .25s ease;
  /*20161219*/
  transition: transform ease .25s;
  background-color: #F6F6F6;
}

#left-offset-menu-wrapper .menu-body.secondary.is-active {
  -webkit-transform: translateX(0);
  /*20161219*/
  -moz-transform: translateX(0);
  /*20161219*/
  -ms-transform: translateX(0);
  /*20161219*/
  -o-transform: translateX(0);
  /*20161219*/
  transform: translateX(0);
}

#left-offset-menu-wrapper .menu-body-content {
  padding: 16px 10% 0 18px;
  overflow-y: auto;
  height: 100%;
}

#left-offset-menu-wrapper p.menu-item {
  font-weight: 400;
  line-height: 35px;
  font-size: 14px;
  margin-bottom: 0;
  cursor: pointer;
}

#left-offset-menu-wrapper p.menu-item:hover, #left-offset-menu-wrapper p.menu-item.primary-menu-item, #left-offset-menu-wrapper p.menu-item.in-house {
  font-weight: 100;
}

#left-offset-menu-wrapper p.menu-item:hover a, #left-offset-menu-wrapper p.menu-item.primary-menu-item a, #left-offset-menu-wrapper p.menu-item.in-house a {
  font-weight: 100;
}

#left-offset-menu-wrapper p.menu-item a {
  color: inherit;
}

#left-offset-menu-wrapper .sub-menu-title {
  color: #969696;
}

#left-offset-menu-wrapper.is-active {
  -webkit-transform: translateX(0);
  /*20161219*/
  -moz-transform: translateX(0);
  /*20161219*/
  -ms-transform: translateX(0);
  /*20161219*/
  -o-transform: translateX(0);
  /*20161219*/
  transform: translateX(0);
}

@media (min-width: 640px) and (max-width: 767px) {
  #left-offset-menu-wrapper {
    width: 270px;
    font-size: 15px;
  }
  #left-offset-menu-wrapper .menu-header {
    height: 56px;
  }
  #left-offset-menu-wrapper .menu-header .offset-menu-item.back {
    background-size: 18px 14px;
    background-position: 32px 34px;
  }
  #left-offset-menu-wrapper .menu-header .offset-menu-item.back:after {
    left: 59px;
    font-size: 15px;
  }
  #left-offset-menu-wrapper .menu-header .offset-menu-item.search {
    background-position: 219px 30px;
    padding-top: 22px;
  }
  #left-offset-menu-wrapper .menu-header .offset-menu-item.search input[type=text] {
    padding-left: 32px;
  }
  #left-offset-menu-wrapper .menu-header .offset-menu-item.search .tt-menu.tt-open {
    margin-top: 1em;
    width: 270px;
    height: 1280px;
    background-color: white;
  }
  #left-offset-menu-wrapper .menu-header .offset-menu-item.search .tt-menu.tt-open .tt-suggestion {
    font-size: 15px;
    line-height: 45px;
    padding-left: 32px;
  }
  #left-offset-menu-wrapper .menu-header:after {
    left: 32px;
    right: 32px;
  }
  #left-offset-menu-wrapper .menu-body {
    top: 56px;
  }
  #left-offset-menu-wrapper p.menu-item {
    line-height: 45px;
    font-size: 15px;
  }
  #left-offset-menu-wrapper .menu-body-content {
    padding: 32px 32px 0 32px;
  }
}

#left-offset-menu-wrapper p.shipping-title {
  margin-top: 1em;
  margin-bottom: 0;
  color: #969696;
  line-height: 20px;
}

#left-offset-menu-wrapper span.currency {
  display: inline-block;
  padding-left: 1em;
}


/*
* @Author: K2 Digital ( https://k2.digital/ ) [tech@k2.digital]
* @Date:   2016-10-04 20:42:39
* @Last Modified by:   alextsoi
* @Last Modified time: 2016-10-31 16:57:43
*/

#root-footer {
  position: relative;
  background-color: #F5F5F5;
}

#root-footer:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: rgba(180, 180, 180, 0.5);
  opacity: 0.5;
}

#root-footer>.container {
  padding-top: 2.9333333333rem;
  padding-bottom: 2.3333333333rem;
}

#root-footer>.container #root-footer-back-to-top {
  display: none;
}

#root-footer>.container #root-footer-navigation {
  position: relative;
  width: 100%;
  margin-bottom: 1.2666666667rem;
}

#root-footer>.container #root-footer-navigation:after {
  display: block;
  content: "";
  clear: both;
}

#root-footer>.container #root-footer-navigation .footer-section-navigation h6 {
  font-family: Trebuchet MS, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.3333333333rem;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

#root-footer>.container #root-footer-navigation .footer-section-navigation ul {
  font-size: 1rem;
  line-height: 1.8666666667rem;
}

#root-footer>.container #root-footer-navigation .footer-section-navigation ul li {
  display: block;
  font-size: 1rem;
  line-height: 1.8666666667rem;
}

#root-footer>.container #root-footer-navigation .footer-section-navigation ul li a {
  font-family: Trebuchet MS, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.8666666667rem;
  color: #555;
  -webkit-text-stroke: rgba(0, 0, 0, 0.1);
}

#root-footer>.container #root-footer-navigation #about-navigation {
  display: block;
  width: 18%;
  float: left;
}

#root-footer>.container #root-footer-navigation #about-navigation ul li a:hover {
  font-weight: 100;
}

#root-footer>.container #root-footer-navigation #help-navigation {
  display: block;
  width: 32%;
  float: left;
}

#root-footer>.container #root-footer-navigation #help-navigation ul li {
  display: inline-block;
  width: 35%;
  float: left;
}

#root-footer>.container #root-footer-navigation #help-navigation ul li:nth-child(2n+1) {
  margin-right: 5%;
}

#root-footer>.container #root-footer-navigation #help-navigation ul li a:hover {
  font-weight: 100;
}

#root-footer>.container #root-footer-navigation #contact-navigation {
  display: block;
  width: 45%;
  float: left;
}

#root-footer>.container #root-footer-navigation #contact-navigation h6 {
  margin-bottom: 1rem;
}

#root-footer>.container #root-footer-navigation #contact-navigation div#opening-hour {
  margin-bottom: 1.3333333333rem;
}

#root-footer>.container #root-footer-navigation #contact-navigation .contact-list li {
  font-size: 1rem;
  line-height: 1.3333333333rem;
  display: block;
  margin-bottom: 0.3333333333rem;
}

#root-footer>.container #root-footer-navigation #contact-navigation .contact-list li span {
  font-size: 0.8rem;
  height: 1.2rem;
  line-height: 1.2rem;
  display: inline-block;
  vertical-align: middle;
}

#root-footer>.container #root-footer-navigation #contact-navigation .contact-list li img {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.4rem;
  vertical-align: middle;
}

#root-footer>.container #root-footer-navigation #contact-navigation .contact-list li a:hover span {
  font-weight: 100;
}

#root-footer>.container #root-footer-navigation #subscription-and-social-navigation {
  display: block;
  width: 24.0677966102%;
  float: right;
}

#root-footer>.container #root-footer-navigation #subscription-and-social-navigation #subscription-form {
  position: relative;
  margin-bottom: 1.6666666667rem;
}

#root-footer>.container #root-footer-navigation #subscription-and-social-navigation #subscription-form #subscription-email {
  font-size: 1rem;
  line-height: 1.5333333333rem;
  color: #555;
  -webkit-text-stroke: rgba(0, 0, 0, 0.1);
  width: 100%;
  background-color: transparent;
  border-width: 0;
  border-bottom: #272727 1px solid;
}

#root-footer>.container #root-footer-navigation #subscription-and-social-navigation #subscription-form #subscription-email::-webkit-input-placeholder {
  color: #969696;
  -webkit-text-stroke: rgba(150, 150, 150, 0.1);
}

#root-footer>.container #root-footer-navigation #subscription-and-social-navigation #subscription-form #subscription-email:-moz-placeholder {
  /* Firefox 18- */
  color: #969696;
  -webkit-text-stroke: rgba(150, 150, 150, 0.1);
  opacity: 1;
}

#root-footer>.container #root-footer-navigation #subscription-and-social-navigation #subscription-form #subscription-email::-moz-placeholder {
  /* Firefox 19+ */
  color: #969696;
  -webkit-text-stroke: rgba(150, 150, 150, 0.1);
  opacity: 1;
}

#root-footer>.container #root-footer-navigation #subscription-and-social-navigation #subscription-form #subscription-email:-ms-input-placeholder {
  color: #969696;
  -webkit-text-stroke: rgba(150, 150, 150, 0.1);
}

#root-footer>.container #root-footer-navigation #subscription-and-social-navigation #subscription-form #subscription-button {
  position: absolute;
  width: 1.4rem;
  height: 1.0666666667rem;
  bottom: 0.2666666667rem;
  right: 0;
  outline: none;
  line-height: 0;
}

#root-footer>.container #root-footer-navigation #subscription-and-social-navigation #follow-us {
  margin-bottom: 0.6666666667rem;
}

#root-footer>.container #root-footer-navigation #subscription-and-social-navigation ul.footer-social-list {
  line-height: 0;
}

#root-footer>.container #root-footer-navigation #subscription-and-social-navigation ul.footer-social-list:after {
  display: block;
  content: "";
  clear: both;
}

#root-footer>.container #root-footer-navigation #subscription-and-social-navigation ul.footer-social-list li {
  display: inline-block;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  margin-right: 0.4666666667rem;
  float: left;
  line-height: 0;
}

#root-footer>.container #root-footer-navigation #subscription-and-social-navigation ul.footer-social-list li a {
  line-height: 0;
  display: inline-block;
}

#root-footer>.container #root-footer-navigation #subscription-and-social-navigation ul.footer-social-list li .normal {
  display: inline-block;
}

#root-footer>.container #root-footer-navigation #subscription-and-social-navigation ul.footer-social-list li .hover {
  display: none;
}

#root-footer>.container #root-footer-navigation #subscription-and-social-navigation ul.footer-social-list li:hover .normal {
  display: none;
}

#root-footer>.container #root-footer-navigation #subscription-and-social-navigation ul.footer-social-list li:hover .hover {
  display: inline-block;
}

#root-footer>.container #root-footer-bottom:after {
  display: block;
  content: "";
  clear: both;
}

#root-footer>.container #root-footer-bottom #show-ul-ns, #root-footer>.container #root-footer-bottom #show-ul-ns-label {
  display: none;
}

#root-footer>.container #root-footer-bottom ul li {
  font-size: 0.8666666667rem;
  line-height: 1.1333333333rem;
  display: inline-block;
  float: left;
  margin-right: 2rem;
}

#root-footer>.container #root-footer-bottom ul li.disclaimer {
  margin-right: 2.6666666667rem;
}

#root-footer>.container #root-footer-bottom ul li a {
  font-size: 0.8666666667rem;
  line-height: 1.1333333333rem;
  color: #555;
  -webkit-text-stroke: rgba(0, 0, 0, 0.1);
}

#root-footer>.container #root-footer-bottom ul li a:hover {
  font-weight: 100;
}

#root-footer>.container #root-footer-bottom #copyright {
  font-size: 0.8666666667rem;
  line-height: 1.1333333333rem;
  width: 100%;
  text-align: center;
  display: inline-block;
  float: right;
  color: #969696;
  -webkit-text-stroke: rgba(150, 150, 150, 0.1);
}

@media (min-width: 640px) and (max-width: 768px) {
  #root-footer>.container {
    padding: 2rem;
  }
  #root-footer>.container #root-footer-navigation #contact-navigation {
    width: 40%;
  }
  #root-footer>.container #root-footer-navigation #contact-navigation .contact-list li, #root-footer>.container #root-footer-navigation #contact-navigation .contact-list li:first-child {
    display: block;
    margin: 0 auto 1rem;
    width: 100%;
    text-align: left;
  }
#root-footer>.container #root-footer-navigation #about-navigation, #root-footer>.container #root-footer-navigation #subscription-and-social-navigation  {
    width: 27%;
    float: left;
  }
  #root-footer>.container #root-footer-navigation .footer-section-navigation h6 {
    font-size: 1rem;
    line-height: 1rem;
  }
  #root-footer>.container #root-footer-navigation #contact-navigation h6 {
    margin-bottom: 0.7333333333rem;
  }
  #root-footer>.container #root-footer-navigation #contact-navigation .contact-list {
    padding: 0 1.3rem 0 0;
  }
  #root-footer>.container #root-footer-navigation #contact-navigation .contact-list li {
    display: inline-block;
  }
  #root-footer>.container #root-footer-navigation #contact-navigation .contact-list li span {
    font-size: 0.8rem;
    height: auto;
    line-height: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    white-space: pre-wrap;
  }

  #root-footer>.container #root-footer-navigation #contact-navigation .contact-list li:first-child {
    margin-left: 0;
  }
  #root-footer>.container #root-footer-navigation #subscription-and-social-navigation h6 {
    margin-bottom: 1.2666666667rem;
  }
  #root-footer>.container #root-footer-navigation #subscription-and-social-navigation #subscription-form {
    width: 14.9333333333rem;
    margin-bottom: 1.2666666667rem;
  }
  #root-footer>.container #root-footer-navigation #subscription-and-social-navigation #subscription-form #subscription-email {
    padding-bottom: 0.2666666667rem;
  }
  #root-footer>.container #root-footer-navigation #subscription-and-social-navigation #subscription-form #subscription-button {
    bottom: 0.4rem;
    width: 1.3333333333rem;
    height: 1rem;
  }
  #root-footer>.container #root-footer-navigation #subscription-and-social-navigation ul.footer-social-list li {
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    margin: 0 0.3333333333rem;
  }
  #root-footer>.container #root-footer-bottom #tnc #show-ul-ns-label {
    padding: 1.3333333333rem 0 1.3333333333rem;
  }
  #root-footer>.container #root-footer-bottom #tnc #show-ul-ns-label h6 {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
  #root-footer>.container #root-footer-bottom #tnc #show-ul-ns-label h6 .plus-minus {
    width: 1rem;
    height: 1rem;
    margin-left: 0.3333333333rem;
    margin-bottom: 0.1333333333rem;
  }
  #root-footer>.container #root-footer-bottom #copyright {
    font-size: 0.8666666667rem;
    line-height: 1.1333333333rem;
    padding: 1rem 0;
  }
}

@media (max-width: 639px) {
  #root-footer {
    text-align: center;
  }
  #root-footer>.container {
    padding: 0;
  }
  #root-footer>.container #root-footer-back-to-top {
    display: block;
    cursor: pointer;
    padding: 1.3571428571rem 0 1.2857142857rem;
    border-bottom: 1px solid rgba(180, 180, 180, 0.5);
  }
  #root-footer>.container #root-footer-back-to-top span, #root-footer>.container #root-footer-back-to-top img {
    font-family: Trebuchet MS, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.2857142857rem;
    letter-spacing: 1px;
    vertical-align: middle;
  }
  #root-footer>.container #root-footer-back-to-top span {
    margin-right: 0.3571428571rem;
  }
  #root-footer>.container #root-footer-back-to-top img {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    width: 1.0714285714rem;
    height: 1.0714285714rem;
  }
  #root-footer>.container #root-footer-navigation {
    margin-bottom: 0;
  }
  #root-footer>.container #root-footer-navigation .footer-section-navigation {
    padding: 1.4285714286rem 0;
    /*&::after{
						position: absolute;
						width: 100%;
						height: 1px;
						left: 0;
						bottom: 0;
						content: '';
						background-color: rgba($color_lighterGrey, 0.5);
					}*/
    border-bottom: 1px solid rgba(180, 180, 180, 0.5);
  }
  #root-footer>.container #root-footer-navigation .footer-section-navigation h6 {
    font-size: 1rem;
    line-height: 1.2857142857rem;
  }
  #root-footer>.container #root-footer-navigation .footer-section-navigation ul {
    font-size: 1rem;
    line-height: 1.4285714286rem;
  }
  #root-footer>.container #root-footer-navigation .footer-section-navigation ul li {
    font-size: 1rem;
    line-height: 1.4285714286rem;
  }
  #root-footer>.container #root-footer-navigation .footer-section-navigation ul li a {
    font-size: 1rem;
    line-height: 1.4285714286rem;
  }
  #root-footer>.container #root-footer-navigation #about-navigation, #root-footer>.container #root-footer-navigation #help-navigation {
    display: none;
  }
  #root-footer>.container #root-footer-navigation #contact-navigation, #root-footer>.container #root-footer-navigation #subscription-and-social-navigation {
    position: relative;
    width: 100%;
    float: none;
  }
  #root-footer>.container #root-footer-navigation #contact-navigation .contact-list li {
    margin-top: 0.9285714286rem;
    text-align: center;
  }
  #root-footer>.container #root-footer-navigation #contact-navigation .contact-list li:first-child {
    margin-top: 0;
  }
  #root-footer>.container #root-footer-navigation #contact-navigation .contact-list li img {
    width: 1.2857142857rem;
    height: 1.2857142857rem;
    margin-right: 0.6666666667rem;
  }
  #root-footer>.container #root-footer-navigation #subscription-and-social-navigation h6 {
    margin-bottom: 1.4285714286rem;
  }
  #root-footer>.container #root-footer-navigation #subscription-and-social-navigation #subscription-form {
    width: 15.2857142857rem;
    margin: 0 auto 1.4285714286rem;
  }
  #root-footer>.container #root-footer-navigation #subscription-and-social-navigation #subscription-form #subscription-email {
    font-size: 1rem;
    line-height: 1.2857142857rem;
    padding-bottom: 0.3571428571rem;
  }
  #root-footer>.container #root-footer-navigation #subscription-and-social-navigation #subscription-form #subscription-button {
    bottom: 0.4285714286rem;
    width: 1.4285714286rem;
    height: 1.0714285714rem;
  }
  #root-footer>.container #root-footer-navigation #subscription-and-social-navigation #follow-us {
    display: none;
  }
  #root-footer>.container #root-footer-navigation #subscription-and-social-navigation ul.footer-social-list li {
    width: 1.4285714286rem;
    height: 1.4285714286rem;
    margin: 0 0.3571428571rem;
    float: none;
  }
  #root-footer>.container #root-footer-bottom #tnc {
    position: relative;
    /*&::after{
						position: absolute;
						width: 100%;
						height: 1px;
						left: 0;
						bottom: 0;
						content: '';
						background-color: rgba($color_lighterGrey, 0.5);
					}*/
    border-bottom: 1px solid rgba(180, 180, 180, 0.5);
  }
  #root-footer>.container #root-footer-bottom #tnc #show-ul-ns:checked+#show-ul-ns-label h6 .plus-minus#plus {
    display: none;
  }
  #root-footer>.container #root-footer-bottom #tnc #show-ul-ns:checked+#show-ul-ns-label h6 .plus-minus#minus {
    display: inline-block;
  }
  #root-footer>.container #root-footer-bottom #tnc #show-ul-ns:checked+#show-ul-ns-label+ul {
    display: block;
  }
  #root-footer>.container #root-footer-bottom #tnc #show-ul-ns-label {
    display: block;
    padding: 1.4285714286rem 0 1.4285714286rem;
    margin: 0;
  }
  #root-footer>.container #root-footer-bottom #tnc #show-ul-ns-label h6 {
    font-family: Trebuchet MS, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.2857142857rem;
    margin: 0;
    letter-spacing: 1px;
  }
  #root-footer>.container #root-footer-bottom #tnc #show-ul-ns-label h6 .plus-minus {
    width: 1.0714285714rem;
    height: 1.0714285714rem;
    margin-left: 0.3571428571rem;
    margin-bottom: 0.1428571429rem;
    vertical-align: bottom;
  }
  #root-footer>.container #root-footer-bottom #tnc #show-ul-ns-label h6 .plus-minus#plus {
    display: inline-block;
  }
  #root-footer>.container #root-footer-bottom #tnc #show-ul-ns-label h6 .plus-minus#minus {
    display: none;
  }
  #root-footer>.container #root-footer-bottom #tnc ul {
    margin-top: -0.3571428571rem;
    padding-bottom: 0.6428571429rem;
    position: relative;
    display: none;
  }
  #root-footer>.container #root-footer-bottom #tnc ul li {
    font-size: 1rem;
    line-height: 2.1428571429rem;
    float: none;
    margin: 0;
    display: block;
  }
  #root-footer>.container #root-footer-bottom #copyright {
    font-size: 0.8571428571rem;
    line-height: 1.1428571429rem;
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    padding: 0.7142857143rem 0;
  }
}

#root-footer h6 {
  margin-bottom: .5rem;
}

/*** Responsive ***/

@media (min-width: 767px) and (max-width: 1279px){
  .simple-wrapper {
    display: block;
    margin: 1rem;
  }
  .simple-wrapper .wrapper-30, .simple-wrapper .wrapper-70,.simple-wrapper .wrapper-50 {
    float: none;
    width: 100%;
  }
  .content-container {
    padding: 0 1rem;
  }
  article {
    padding: 0 1rem;
  }
}

@media (max-width: 766px){
  h1 {
    display: block;
    font-size: 2rem;
    line-height: 2.2rem;
  }
  h2
  .simple-wrapper {
    display: block;
    margin: .5rem;
  }
  .simple-wrapper .wrapper-30, .simple-wrapper .wrapper-70,.simple-wrapper .wrapper-50 {
    float: none;
    width: 100%;
  }
  .content-container {
    padding: 0 1rem;
  }
}

@media (max-width: 640px){
  h1 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  h2 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  h3 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .content-container {
    padding: 0 1rem;
  }
  article {
    padding: 0 .5rem;
  }
}
}
