.wrap, .header-site {
  *zoom: 1; }
  .wrap:before, .header-site:before, .wrap:after, .header-site:after {
    content: "";
    display: table; }
  .wrap:after, .header-site:after {
    clear: both; }

@media (min-width: 768px) {
  .nav-mobile {
    display: none; } }

.nav-top, .nav-main {
  display: none; }
  @media (min-width: 768px) {
    .nav-top, .nav-main {
      display: block; } }

.nav-contact a:before {
  font-family: 'FontAwesome';
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #00B2A9; }

/* Text Alignment */
.justifyleft {
  text-align: left; }

.justifyright {
  text-align: right; }

.justifyfull {
  text-align: justify; }

.justifycentre {
  text-align: center; }

.button {
  background: #FBE122;
  border: none;
  border-radius: 4px;
  color: #003B49;
  display: inline-block;
  font-family: Neris-Bold, sans-serif;
  font-size: 1.4285714286em;
  line-height: 1.4;
  padding: .35em .6em;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s linear;
  vertical-align: middle; }
  .button:hover {
    background-color: #e6cb04; }

.wrap, .header-site {
  margin-left: 5%;
  margin-right: 5%;
  width: 90%; }
  @media (min-width: 1320px) {
    .wrap, .header-site {
      margin: auto;
      width: 1200px; } }

.header-site {
  font-family: Neris-Regular, sans-serif;
  font-size: 0.875em;
  line-height: 1.2;
  word-wrap: break-word;
  padding: 15px 0;
  position: relative;
  z-index: 20; }
  .header-site img {
    display: inline-block;
    height: auto;
    max-width: 100%; }

.header_logo {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  float: left;
  max-width: 120px; }
  @media (min-width: 768px) {
    .header_logo {
      float: left;
      max-width: none;
      height: 100px;
      /* Ante temporary */ } }

.header_strapline {
  color: #003B49;
  font-family: Neris-Regular, sans-serif;
  font-size: 1.4285714286em;
  line-height: 1.1;
  margin-top: 20px;
  display: none; }
  @media (min-width: 700px) {
    .header_strapline {
      display: block;
      font-size: 2.1428571429em;
      margin-top: 0; } }
  @media (min-width: 768px) {
    .header_strapline {
      clear: both;
      margin-top: 20px; } }
  @media (min-width: 1000px) {
    .header_strapline {
      clear: none;
      margin-top: -9px;
      float: left;
      margin-left: 30px;
      padding-left: 30px;
      padding-top: 6px;
      border-left: 2px solid #003B49; } }
  .header_strapline em {
    font-style: normal;
    text-transform: uppercase; }

.header_buttons {
  text-align: center; }
  @media (max-width: 767px) {
    .header_buttons {
      display: none; } }
  @media (min-width: 700px) {
    .header_buttons {
      float: right; } }
  .header_buttons a {
    cursor: pointer; }
  .header_buttons * + * {
    margin-left: 25px; }
  .header_buttons .icon-button-basket {
    text-decoration: none;
    text-indent: 0; }
    .header_buttons .icon-button-basket.full {
      width: auto; }
    .header_buttons .icon-button-basket:before, .header_buttons .icon-button-basket:after {
      right: auto;
      bottom: auto;
      height: 17px;
      width: 23px; }
  .header_buttons .icon-button-search + * {
    margin-left: 15px; }

.mini-basket_items {
  display: block;
  padding-left: 25px; }

.nav-top {
  font-size: 0.9285714286em;
  margin-bottom: 28px;
  text-align: right; }
  @media (min-width: 1024px) {
    .nav-top {
      font-size: 1em; } }
  .nav-top ul {
    font-family: Neris-Bold, sans-serif; }
    .nav-top ul li {
      display: inline-block; }
      .nav-top ul li + li {
        margin-left: 8px; }
        @media (min-width: 1024px) {
          .nav-top ul li + li {
            margin-left: 16px; } }
    .nav-top ul a {
      color: #003B49;
      transition: color 0.5s; }
      .nav-top ul a:hover {
        color: #00B2A9; }

.nav-main {
  background-color: #003B49;
  border-radius: 6px;
  clear: both;
  font-family: Neris-Regular, sans-serif;
  font-size: 1.4285714286em;
  margin: 20px auto 0;
  max-width: 1200px;
  position: relative;
  text-align: center; }
  @media (min-width: 1000px) {
    .nav-main {
      margin-top: 0; } }
  .nav-main > ul {
    display: table;
    width: 100%; }
    @media (min-width: 1024px) {
      .nav-main > ul {
        display: block; } }
    .nav-main > ul > li {
      display: table-cell;
      vertical-align: middle; }
      @media (min-width: 1024px) {
        .nav-main > ul > li {
          display: inline-block; } }
      .nav-main > ul > li:first-child {
        border-radius: 6px 0 0 6px; }
        @media (min-width: 1024px) {
          .nav-main > ul > li:first-child {
            border-radius: 0; } }
      .nav-main > ul > li:last-child {
        border-radius: 0 6px 6px 0; }
        @media (min-width: 1024px) {
          .nav-main > ul > li:last-child {
            border-radius: 0; } }
      .nav-main > ul > li + li {
        border-left: 1px solid #FFF; }
  .nav-main li {
    transition: background-color 0.5s; }
    .nav-main li:hover, .nav-main li.touched {
      background-color: #00B2A9; }
    .nav-main li li:hover,
    .nav-main li li.touched {
      position: relative; }
    .nav-main li .parent > a:after {
      display: inline-block;
      font-size: 12px;
      margin-left: 8px;
      vertical-align: middle; }
      @media (min-width: 768px) {
        .nav-main li .parent > a:after {
          content: '>'; } }
      @media (min-width: 1024px) {
        .nav-main li .parent > a:after {
          content: normal; } }
  .nav-main a {
    background-color: transparent;
    color: #FFF;
    display: block;
    padding: 6px;
    transition: background-color 0.5s; }
    @media (min-width: 1024px) {
      .nav-main a {
        padding-left: 16px;
        padding-right: 16px; } }
  .nav-main .active {
    background-color: #00B2A9; }

.nav-mobile {
  text-align: right; }
  .nav-mobile ul {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    transition: height 0.3s linear; }
    .nav-mobile ul ul {
      padding-left: 10px; }
      .nav-mobile ul ul li:last-child {
        border-bottom: none; }
    .nav-mobile ul a {
      display: block;
      padding: 5px; }
  .nav-mobile li {
    background-image: none;
    border-bottom: 1px solid #00B2A9;
    margin: 0;
    padding: 0; }
  .nav-mobile .open > ul, .nav-mobile.open > ul {
    border-top: 1px solid #00B2A9;
    height: auto; }
    .nav-mobile .open > ul + ul, .nav-mobile.open > ul + ul {
      border-top: none; }
  .nav-mobile .nav-mobile-header,
  .nav-mobile .button {
    float: right; }
  .nav-mobile .nav-mobile-header {
    background-color: transparent;
    background-image: url(../images/navicon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    color: #FFF;
    text-align: center;
    width: 30px;
    height: 24px;
    margin-left: 20px;
    margin-top: 8px; }
  .nav-mobile .parent {
    position: relative; }
    .nav-mobile .parent:after {
      content: "+";
      line-height: 30px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 30px; }
    .nav-mobile .parent a {
      margin-right: 30px; }
    .nav-mobile .parent.open:after {
      content: "-"; }

@media (max-width: 767px) {
  .nav-contact {
    text-align: center; } }
.nav-contact a {
  background-color: #fff;
  border-radius: 50%;
  color: #003B49;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  overflow: hidden;
  text-align: center;
  transition: background-color 1s, color 1s;
  vertical-align: top; }
  @media (min-width: 768px) {
    .nav-contact a {
      height: 28px;
      width: 28px;
      line-height: 28px; } }
  .nav-contact a:hover {
    background-color: #003B49;
    color: #FFF; }
  .nav-contact a:before {
    font-size: 30px;
    position: relative; }
.nav-contact .nav-contact_tel:before {
  content: '\f095';
  font-size: 18px;
  line-height: 53px; }
  @media (min-width: 768px) {
    .nav-contact .nav-contact_tel:before {
      line-height: 28px; } }
.nav-contact .nav-contact_email:before {
  content: '\f0e0';
  font-size: 16px; }
.nav-contact .nav-contact_twitter:before {
  content: '\f099';
  font-size: 18px; }
.nav-contact .nav-contact_linkedin:before {
  content: '\f0e1';
  font-size: 18px; }
.nav-contact .nav-contact_facebook:before {
  content: '\f09a';
  font-size: 18px; }
.nav-contact .nav-contact_instagram:before {
  content: '\f16d';
  font-size: 18px; }

.nav-footer, .nav-terms {
  font-family: Neris-Regular, sans-serif;
  font-size: 0.7857142857em;
  text-align: right; }
  @media (max-width: 767px) {
    .nav-footer, .nav-terms {
      text-align: center; } }
  @media (min-width: 768px) {
    .nav-footer li, .nav-terms li {
      display: inline-block; } }
  .nav-footer a, .nav-terms a {
    display: block;
    padding: 0 8px;
    color: white; }
    @media (max-width: 767px) {
      .nav-footer a, .nav-terms a {
        padding-top: 12px;
        padding-bottom: 12px; } }
    .nav-footer a:hover, .nav-terms a:hover {
      color: #ECE6EF; }

.footer-site {
  background-color: #003B49;
  color: #FFF;
  padding: 0 0 25px 0; }
  .footer-site .form-newsletter {
    margin-top: 1em; }
    @media (min-width: 768px) {
      .footer-site .form-newsletter {
        float: left;
        width: 320px;
        margin-top: -4em; } }

.footer_details {
  margin-top: 1em;
  font-family: Neris-Regular, sans-serif; }
  .footer_details .padding {
    padding: 9px;
    background-color: #00B2A9; }
  @media (min-width: 768px) {
    .footer_details {
      margin-top: 0;
      padding-bottom: 100px;
      background: transparent url("../images/background/ft-right.png") no-repeat right top;
      background-size: 131px 128px; }
      .footer_details .padding {
        padding: 9px;
        background-color: #00B2A9;
        margin: 0 105px 0 10px; }
      .footer_details:before {
        background-size: 10px 52px;
        content: '';
        position: absolute;
        width: 10px;
        height: 52px;
        background-image: url("../images/background/ft-left.png"); } }

.footer_copyright {
  clear: both;
  font-family: Neris-Regular, sans-serif;
  font-size: 0.8571428571em;
  color: #00B2A9;
  border-top: 1px solid #00B2A9;
  padding-top: 1em; }
  .footer_copyright img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .footer_copyright img {
        float: right;
        margin-bottom: 0;
        margin-left: 20px;
        margin-right: 0; } }
  .footer_copyright span {
    display: block;
    padding-top: 10px;
    line-height: 16px; }

.form-newsletter {
  clear: both;
  padding: 0 0 3em 0; }
  .form-newsletter h2 {
    color: inherit;
    font-size: 1.4285714286em;
    float: left;
    margin-top: 5px;
    margin-right: 1em; }
  .form-newsletter .form-newsletter_row + * {
    margin-top: 16px; }
  .form-newsletter .button {
    font-size: 1.2857142857em;
    float: left;
    margin-top: 0; }

/*# sourceMappingURL=forum.css.map */
