@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.last-col {
  float: right !important;
  margin-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    margin-right: 3%;
    width: 100%;
    margin-right: 0;
  }

  .m-1of2 {
    float: left;
    margin-right: 3%;
    width: 48.5%;
  }

  .m-1of3 {
    float: left;
    margin-right: 3%;
    width: 31.3333333333%;
  }

  .m-2of3 {
    float: left;
    margin-right: 3%;
    width: 65.6666666667%;
  }

  .m-1of4 {
    float: left;
    margin-right: 3%;
    width: 22.75%;
  }

  .m-3of4 {
    float: left;
    margin-right: 3%;
    width: 74.25%;
  }

  .m-1of5 {
    float: left;
    margin-right: 3%;
    width: 17.6%;
  }

  .m-2of5 {
    float: left;
    margin-right: 3%;
    width: 38.2%;
  }

  .m-3of5 {
    float: left;
    margin-right: 3%;
    width: 58.8%;
  }

  .m-4of5 {
    float: left;
    margin-right: 3%;
    width: 79.4%;
  }

  .m-1of6 {
    float: left;
    margin-right: 3%;
    width: 31.3333333333%;
  }

  .m-1of7 {
    float: left;
    margin-right: 3%;
    width: 31.3333333333%;
  }

  .m-2of7 {
    float: left;
    margin-right: 3%;
    width: 26.4285714286%;
  }

  .m-3of7 {
    float: left;
    margin-right: 3%;
    width: 41.1428571429%;
  }

  .m-4of7 {
    float: left;
    margin-right: 3%;
    width: 55.8571428571%;
  }

  .m-5of7 {
    float: left;
    margin-right: 3%;
    width: 70.5714285714%;
  }

  .m-6of7 {
    float: left;
    margin-right: 3%;
    width: 85.2857142857%;
  }

  .m-1of8 {
    float: left;
    margin-right: 3%;
    width: 9.875%;
  }

  .m-1of9 {
    float: left;
    margin-right: 3%;
    width: 8.4444444444%;
  }

  .m-1of10 {
    float: left;
    margin-right: 3%;
    width: 7.3%;
  }

  .m-1of11 {
    float: left;
    margin-right: 3%;
    width: 6.3636363636%;
  }

  .m-1of12 {
    float: left;
    margin-right: 3%;
    width: 5.5833333333%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    margin-right: 3%;
    width: 100%;
    margin-right: 0;
  }

  .t-1of2 {
    float: left;
    margin-right: 3%;
    width: 48.5%;
  }

  .t-1of3 {
    float: left;
    margin-right: 3%;
    width: 31.3333333333%;
  }

  .t-2of3 {
    float: left;
    margin-right: 3%;
    width: 65.6666666667%;
  }

  .t-1of4 {
    float: left;
    margin-right: 3%;
    width: 22.75%;
  }

  .t-3of4 {
    float: left;
    margin-right: 3%;
    width: 74.25%;
  }

  .t-1of5 {
    float: left;
    margin-right: 3%;
    width: 17.6%;
  }

  .t-2of5 {
    float: left;
    margin-right: 3%;
    width: 38.2%;
  }

  .t-3of5 {
    float: left;
    margin-right: 3%;
    width: 58.8%;
  }

  .t-4of5 {
    float: left;
    margin-right: 3%;
    width: 79.4%;
  }

  .t-1of6 {
    float: left;
    margin-right: 3%;
    width: 31.3333333333%;
  }

  .t-1of7 {
    float: left;
    margin-right: 3%;
    width: 31.3333333333%;
  }

  .t-2of7 {
    float: left;
    margin-right: 3%;
    width: 26.4285714286%;
  }

  .t-3of7 {
    float: left;
    margin-right: 3%;
    width: 41.1428571429%;
  }

  .t-4of7 {
    float: left;
    margin-right: 3%;
    width: 55.8571428571%;
  }

  .t-5of7 {
    float: left;
    margin-right: 3%;
    width: 70.5714285714%;
  }

  .t-6of7 {
    float: left;
    margin-right: 3%;
    width: 85.2857142857%;
  }

  .t-1of8 {
    float: left;
    margin-right: 3%;
    width: 9.875%;
  }

  .t-1of9 {
    float: left;
    margin-right: 3%;
    width: 8.4444444444%;
  }

  .t-1of10 {
    float: left;
    margin-right: 3%;
    width: 7.3%;
  }

  .t-1of11 {
    float: left;
    margin-right: 3%;
    width: 6.3636363636%;
  }

  .t-1of12 {
    float: left;
    margin-right: 3%;
    width: 5.5833333333%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    margin-right: 3%;
    width: 100%;
    margin-right: 0;
  }

  .d-1of2 {
    float: left;
    margin-right: 3%;
    width: 48.5%;
  }

  .d-1of3 {
    float: left;
    margin-right: 3%;
    width: 31.3333333333%;
  }

  .d-2of3 {
    float: left;
    margin-right: 3%;
    width: 65.6666666667%;
  }

  .d-1of4 {
    float: left;
    margin-right: 3%;
    width: 22.75%;
  }

  .d-3of4 {
    float: left;
    margin-right: 3%;
    width: 74.25%;
  }

  .d-1of5 {
    float: left;
    margin-right: 3%;
    width: 17.6%;
  }

  .d-2of5 {
    float: left;
    margin-right: 3%;
    width: 38.2%;
  }

  .d-3of5 {
    float: left;
    margin-right: 3%;
    width: 58.8%;
  }

  .d-4of5 {
    float: left;
    margin-right: 3%;
    width: 79.4%;
  }

  .d-1of6 {
    float: left;
    margin-right: 3%;
    width: 31.3333333333%;
  }

  .d-1of7 {
    float: left;
    margin-right: 3%;
    width: 31.3333333333%;
  }

  .d-2of7 {
    float: left;
    margin-right: 3%;
    width: 26.4285714286%;
  }

  .d-3of7 {
    float: left;
    margin-right: 3%;
    width: 41.1428571429%;
  }

  .d-4of7 {
    float: left;
    margin-right: 3%;
    width: 55.8571428571%;
  }

  .d-5of7 {
    float: left;
    margin-right: 3%;
    width: 70.5714285714%;
  }

  .d-6of7 {
    float: left;
    margin-right: 3%;
    width: 85.2857142857%;
  }

  .d-1of8 {
    float: left;
    margin-right: 3%;
    width: 9.875%;
  }

  .d-1of9 {
    float: left;
    margin-right: 3%;
    width: 8.4444444444%;
  }

  .d-1of10 {
    float: left;
    margin-right: 3%;
    width: 7.3%;
  }

  .d-1of11 {
    float: left;
    margin-right: 3%;
    width: 6.3636363636%;
  }

  .d-1of12 {
    float: left;
    margin-right: 3%;
    width: 5.5833333333%;
  }
}
@font-face {
  font-family: "Slabo";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/slabo27px.eot");
  src: url("../fonts/slabo27px.eot?#iefix") format("embedded-opentype"), url("../fonts/slabo27px.woff") format("woff"), url("../fonts/slabo27px.ttf") format("truetype"), url("../fonts/slabo27px.svg") format("svg");
}
@font-face {
  font-family: "mj";
  src: url("../fonts/mj/mj.eot");
  src: url("../fonts/mj/mj.eot?#iefix") format("eot"), url("../fonts/mj/mj.woff2") format("woff2"), url("../fonts/mj/mj.woff") format("woff"), url("../fonts/mj/mj.ttf") format("truetype"), url("../fonts/mj/mj.svg#mj") format("svg");
}
.icon:before, .lb-data .lb-close:before, .lb-nav a.lb-next:before, .lb-nav a.lb-prev:before, .dk-selected:before, .ms-choice > div:before {
  font-family: "mj";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none;
}

.icon-arrow--down:before, .dk-selected:before, .ms-choice > div:before {
  content: "";
}

.icon-arrow--left:before, .lb-nav a.lb-prev:before {
  content: "";
}

.icon-arrow--right:before, .lb-nav a.lb-next:before {
  content: "";
}

.icon-arrow--up:before, .dk-select-open-down .dk-selected:before, .dk-select-open-up .dk-selected:before, .ms-choice > div.open:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-close:before, .lb-data .lb-close:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-googleplus:before {
  content: "";
}

.icon-search:before {
  content: "";
}

@-webkit-keyframes showUp {
  0% {
    -webkit-transform: translate(0, 15%);
    -ms-transform: translate(0, 15%);
    transform: translate(0, 15%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
    opacity: 1;
  }
}
@-moz-keyframes showUp {
  0% {
    -webkit-transform: translate(0, 15%);
    -ms-transform: translate(0, 15%);
    transform: translate(0, 15%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
    opacity: 1;
  }
}
@-o-keyframes showUp {
  0% {
    -webkit-transform: translate(0, 15%);
    -ms-transform: translate(0, 15%);
    transform: translate(0, 15%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
    opacity: 1;
  }
}
@keyframes showUp {
  0% {
    -webkit-transform: translate(0, 15%);
    -ms-transform: translate(0, 15%);
    transform: translate(0, 15%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
    opacity: 1;
  }
}
@-webkit-keyframes showDown {
  0% {
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes showDown {
  0% {
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes showDown {
  0% {
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes showDown {
  0% {
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes hideDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
    opacity: 0;
  }
}
@-moz-keyframes hideDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
    opacity: 0;
  }
}
@-o-keyframes hideDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
    opacity: 0;
  }
}
@keyframes hideDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
    opacity: 0;
  }
}
@-webkit-keyframes hideUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
    opacity: 0;
  }
}
@-moz-keyframes hideUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
    opacity: 0;
  }
}
@-o-keyframes hideUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
    opacity: 0;
  }
}
@keyframes hideUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
    opacity: 0;
  }
}
@-webkit-keyframes showLeft {
  0% {
    -webkit-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    transform: translateX(-15%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes showLeft {
  0% {
    -webkit-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    transform: translateX(-15%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes showLeft {
  0% {
    -webkit-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    transform: translateX(-15%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes showLeft {
  0% {
    -webkit-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    transform: translateX(-15%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes showRight {
  0% {
    -webkit-transform: translateX(15%);
    -ms-transform: translateX(15%);
    transform: translateX(15%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes showRight {
  0% {
    -webkit-transform: translateX(15%);
    -ms-transform: translateX(15%);
    transform: translateX(15%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes showRight {
  0% {
    -webkit-transform: translateX(15%);
    -ms-transform: translateX(15%);
    transform: translateX(15%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes showRight {
  0% {
    -webkit-transform: translateX(15%);
    -ms-transform: translateX(15%);
    transform: translateX(15%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes backgroundPosition {
  0% {
    opacity: 0;
    background-position: -600px center;
  }
  100% {
    opacity: 1;
    background-position: 0 center;
  }
}
@-moz-keyframes backgroundPosition {
  0% {
    opacity: 0;
    background-position: -600px center;
  }
  100% {
    opacity: 1;
    background-position: 0 center;
  }
}
@-o-keyframes backgroundPosition {
  0% {
    opacity: 0;
    background-position: -600px center;
  }
  100% {
    opacity: 1;
    background-position: 0 center;
  }
}
@keyframes backgroundPosition {
  0% {
    opacity: 0;
    background-position: -600px center;
  }
  100% {
    opacity: 1;
    background-position: 0 center;
  }
}
/* ----------------------------------------------------------------------------
// Ezdz [izy-dizy]
// Licensed under the MIT license.
// http://github.com/jaysalvat/ezdz/
// ----------------------------------------------------------------------------
// Copyright (C) 2014 Jay Salvat
// http://jaysalvat.com/
// --------------------------------------------------------------------------*/
.ezdz-dropzone {
  position: relative;
  border-radius: 20px;
  font: bold 24px arial;
  text-align: center;
  width: 250px;
  height: 200px;
  line-height: 200px;
  border: 10px dotted lightgray;
  color: lightgray;
  overflow: hidden;
}

.ezdz-dropzone div {
  /* */
}

.ezdz-dropzone span {
  border-radius: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 13px;
  font-weight: normal;
  max-width: 90%;
  vertical-align: middle;
  padding: 4%;
  line-height: 10px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ezdz-dropzone img {
  border-radius: 5px;
  max-width: 95%;
  max-height: 95%;
  margin-top: -3px;
  vertical-align: middle;
}

.ezdz-dropzone [type=file] {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ezdz-focus {
  border: 10px dotted darkgray;
  color: darkgray;
}

.ezdz-enter {
  border: 10px solid black;
  color: black;
}

.ezdz-accept {
  border: 10px solid gray;
  color: gray;
}

.ezdz-reject {
  border: 10px solid darkred;
  color: darkred;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Login Stylesheet

This stylesheet is loaded (if admin.php is setup in your
functions file) on the login page. This way you can style
the login page. It won't affect any other page, admin or front-end.

For more info, check out the codex:
http://codex.wordpress.org/Creating_Admin_Themes

******************************************************************/
body.login h1 a {
  display: block;
  overflow: hidden;
  width: 326px;
  height: 67px;
  padding-bottom: 15px;
  text-indent: -9999px;
  background: url(../images/login-logo.png) no-repeat top center;
  /* make sure to replace this! */
}
body.login form {
  font-weight: normal;
  margin-left: 8px;
  padding: 26px 24px 46px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: white;
  box-shadow: none;
}
body.login form .input {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 200;
  width: 97%;
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 16px;
  padding: 3px;
  border: 1px solid #e5e5e5;
  outline: none;
  background: #fbfbfb;
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  body.login h1 a {
    background: url(../images/login-logo@2x.png) no-repeat top center;
    /* make sure to replace this! */
  }
}

/******************************************************************
Site Name:
Author:

Stylesheet: Admin Stylesheet

If you like living on the edge, you can add some styles here to
customize the dashboard and WordPress admin area. This stylesheet
is empty, but you can just start dropping your styles here to
start customizing. All admin functions are located in lib/admin/

******************************************************************/
/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
.ms-parent {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.ms-choice {
  font-size: 0.875em;
  line-height: 50px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 50px;
  padding: 0;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  text-decoration: none;
  color: #173a73;
  border: none;
  background-color: #ffffff;
}
.ms-choice:focus {
  outline: none;
}

.ms-choice.disabled {
  cursor: default;
  border: 1px solid #dddddd;
  background-color: #f4f4f4;
  background-image: none;
}

.ms-choice > span {
  position: absolute;
  top: 0;
  right: 20px;
  left: 0;
  display: block;
  overflow: hidden;
  padding-left: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ms-choice > span.placeholder {
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  color: #173a73;
}

.ms-choice > div {
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
  height: 25px;
}

.ms-drop {
  position: absolute;
  z-index: 1000;
  display: none;
  overflow: hidden;
  width: 100%;
  margin-top: -1px;
  margin-left: -1px;
  padding: 0;
  color: #000000;
  border-right: 1px solid #e7ebf1;
  border-left: 1px solid #e7ebf1;
  background: #ffffff;
}

.ms-drop.bottom {
  top: 100%;
  border-bottom: 1px solid #e7ebf1;
}

.ms-drop.top {
  bottom: 100%;
  border-top: 1px solid #e7ebf1;
}

.ms-search {
  position: relative;
  z-index: 10000;
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px;
  white-space: nowrap;
}

.ms-search input {
  font-family: sans-serif;
  font-size: 1em;
  width: 100%;
  height: auto !important;
  min-height: 24px;
  margin: 0;
  padding: 0 20px 0 5px;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
  background: #ffffff url("multiple-select.png") no-repeat 100% -22px;
  background: url("multiple-select.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url("multiple-select.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("multiple-select.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("multiple-select.png") no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url("multiple-select.png") no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url("multiple-select.png") no-repeat 100% -22px, linear, top, #ffffff 85%, #eeeeee 99%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.ms-search,
.ms-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 5px 20px;
}

.ms-drop ul > li {
  position: static;
  display: list-item;
  list-style: none;
  background-image: none;
}
.ms-drop ul > li.selected label {
  color: #4ec3f4;
}
.ms-drop ul > li.selected label:before {
  background-color: #4ec3f4;
}

.ms-drop ul > li .disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
  display: block;
  float: left;
}

.ms-drop ul > li.group {
  clear: both;
}

.ms-drop ul > li.multiple label {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ms-drop ul > li label {
  font-weight: normal;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.ms-drop ul > li label:before {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: background-color 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: background-color 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  position: relative;
  top: 2px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  content: "";
  background-color: #e7ebf1;
}

.ms-drop ul > li label.optgroup {
  font-weight: bold;
}

.ms-drop input[type=checkbox] {
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
}

.ms-drop .ms-no-results {
  display: none;
}

.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dk-select,
.dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 200px;
  cursor: pointer;
}

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: white;
  padding: 0 1.5em 0 20px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.dk-selected:before {
  position: absolute;
  right: 20px;
  font-size: 10px;
}

.dk-selected-disabled {
  color: #BBBBBB;
}

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
}

.dk-select-open-up .dk-select-options {
  border-radius: 0 0 0 0;
  margin-bottom: -1px;
  bottom: 100%;
}

.dk-select-open-down .dk-select-options {
  border-radius: 0 0 0 0;
  margin-top: -1px;
  top: 100%;
}

.dk-select-multi .dk-select-options {
  max-height: 10em;
}

.dk-select-options {
  background-color: white;
  border-radius: 0;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  min-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.25em 0;
  width: auto;
  z-index: 100;
  border-right: 1px solid #e7ebf1;
  border-left: 1px solid #e7ebf1;
  border-bottom: 1px solid #e7ebf1;
}

.dk-option-selected {
  background-color: #ffffff;
  color: #4ec3f4;
}

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit;
}

.dk-option {
  padding: 0 20px;
}

.dk-select-options .dk-option-highlight {
  background-color: #ffffff;
  color: #4ec3f4;
}

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent;
}

.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em;
}
.dk-optgroup + .dk-option {
  margin-top: 0.25em;
}
.dk-optgroup + .dk-optgroup {
  border-top-width: 0;
  margin-top: 0;
}
.dk-optgroup:nth-child(2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}
.dk-optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%;
}

.dk-optgroup-options {
  list-style: none;
  padding-left: 0;
}
.dk-optgroup-options li {
  padding-left: 1.2em;
}

.dk-select-open-up .dk-selected {
  border-right: 1px solid #e7ebf1;
  border-left: 1px solid #e7ebf1;
  border-top: 1px solid #e7ebf1;
}

.dk-select-open-down .dk-selected {
  border-right: 1px solid #e7ebf1;
  border-left: 1px solid #e7ebf1;
  border-bottom: 1px solid #e7ebf1;
}

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  display: block;
}

.dk-select-multi:hover,
.dk-select-multi:focus {
  outline: none;
}

.dk-selected:hover,
.dk-selected:focus {
  outline: none;
}

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed;
}
.dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
  border-color: inherit;
}
.dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
  border-top-color: inherit;
}
.dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
  border-left-color: inherit;
}

select[data-dkcacheid] {
  display: none;
}

.btn, .product-single__btn {
  font-size: 15px;
  line-height: 58px;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  color: #173a73;
  margin-bottom: 0em;
  background: transparent;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -khtml-border-radius: 32px;
  border-radius: 32px;
  height: 64px;
  padding: 0 40px;
  display: inline-block;
  border: 3px solid #173a73;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 450px) {
  .btn, .product-single__btn {
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  .btn, .product-single__btn {
    font-size: 12px;
    padding: 0 20px;
  }
}
.btn:hover, .product-single__btn:hover {
  text-decoration: none;
  background: #173a73;
  color: #ffffff;
}
.btn--small {
  font-size: 15px;
  line-height: 50px;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0em;
  padding: 0 40px;
}
.btn--reset, .product-single__close {
  font-size: 15px;
  line-height: 21px;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  color: #173a73;
  margin-bottom: 0em;
  position: relative;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
}
.btn--reset:focus, .product-single__close:focus {
  outline: none;
}
.btn--icon__search {
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0.5;
  color: #ffffff;
}
.btn--icon__search:hover {
  opacity: 1;
}
.btn--show-maps {
  font-size: 14px;
  line-height: 21px;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  color: #173a73;
  margin-bottom: 0em;
  -webkit-transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  padding-left: 33px;
}
.btn--show-maps::before {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 21px;
  position: absolute;
  top: 50%;
  left: 0;
}
.btn--show-maps:hover {
  color: #4ec3f4;
}

.form:before, .form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form:after {
  clear: both;
}
.form--searchbar {
  overflow: hidden;
  max-height: 0;
}
.form .field {
  position: relative;
}
.form .select {
  font-size: 14px;
  line-height: 50;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  color: #173a73;
  margin-bottom: 0em;
  -webkit-appearance: "none";
  -moz-appearance: "none";
  appearance: "none";
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: 50px;
  line-height: 3.5714285714em;
  display: block;
  padding: 0 1.4285714286em;
  border: none;
}
.form .select:focus {
  outline: none;
}
.form .select option {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 3.5714285714em;
  display: block;
  height: 3.5714285714em;
  padding: 0;
}
.form .select--multi {
  padding: 0;
}
.form .select--multi option {
  height: auto;
  padding: 1.2142857143em 1.4285714286em;
}
.form--filters {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), top 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), top 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), top 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: absolute;
  top: 0;
  width: 100%;
  padding: 30px 0;
  background-color: #e7ebf1;
}
.form--filters--is-fixed {
  position: fixed;
  z-index: 90;
  top: 73px;
}
.form--filters--no-tansition {
  -webkit-transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), top 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), top 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), top 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.form--filters--is-hide {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.form--filters .field {
  width: 16.1904761905%;
  float: left;
}
.form--filters .field:nth-child(5n+1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.form--filters .field:nth-child(5n+2) {
  margin-left: 20.9523809524%;
  margin-right: -100%;
  clear: none;
}
.form--filters .field:nth-child(5n+3) {
  margin-left: 41.9047619048%;
  margin-right: -100%;
  clear: none;
}
.form--filters .field:nth-child(5n+4) {
  margin-left: 62.8571428571%;
  margin-right: -100%;
  clear: none;
}
.form--filters .field:nth-child(5n+5) {
  margin-left: 83.8095238095%;
  margin-right: -100%;
  clear: none;
}
.form--filters .field:before, .form--filters .field:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form--filters .field:after {
  clear: both;
}
.form--filters .field:nth-child(1) {
  margin-bottom: 1.25em;
}
.form--filters .field:nth-child(2) {
  margin-bottom: 1.25em;
}
.form--filters .field:nth-child(3) {
  margin-bottom: 1.25em;
}
.form--filters .field:nth-child(4) {
  margin-bottom: 1.25em;
}
.form--filters .field:nth-child(5) {
  margin-bottom: 1.25em;
}
.form--filters .field--more-elm .dk-select {
  float: left;
  width: 45.2380952381%;
  padding: 0;
}
.form--filters .field--more-elm .dk-select#dk0 {
  margin-right: 4.7619047619%;
}
.form--filters .field--more-elm .dk-select#dk1 {
  margin-left: 4.7619047619%;
}
.form--filters .field--more-elm select[data-dkcacheid] {
  display: none;
}

.ninja-forms-cont .ninja-forms-required-items {
  font-size: 0.875em;
  margin-bottom: 1.25em;
}
.ninja-forms-cont .ninja-forms-field-error {
  font-size: 0.875em;
  margin-top: 5px;
}
.ninja-forms-cont .field-wrap .ninja-forms-field {
  font-size: 0.875em;
  line-height: 3.5714285714em;
  width: 100%;
  height: 3.5714285714em;
  padding: 0 1.4285714286em;
  border: none;
  background-color: #ffffff;
}
.ninja-forms-cont .field-wrap .ninja-forms-field:focus {
  outline: none;
}
.ninja-forms-cont .field-wrap .ninja-forms-field.dk-select {
  padding: 0;
}
@media screen and (max-width: 600px) {
  .ninja-forms-cont .field-wrap.textarea-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 601px) {
  .ninja-forms-cont .field-wrap.textarea-wrap {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 48%;
  }
}
.ninja-forms-cont .field-wrap.textarea-wrap .input-counter {
  margin-top: 10px;
}
.ninja-forms-cont .field-wrap textarea {
  min-height: 120px;
  line-height: 2 !important;
  resize: vertical;
  padding-top: 0.75em !important;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif !important;
}
.ninja-forms-cont .field-wrap.upload-wrap label span {
  font-size: 12px;
  font-weight: normal;
}
.ninja-forms-cont .field-wrap.submit-wrap:before, .ninja-forms-cont .field-wrap.submit-wrap:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ninja-forms-cont .field-wrap.submit-wrap:after {
  clear: both;
}
.ninja-forms-cont .field-wrap.submit-wrap input {
  -webkit-transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: inline-block;
  float: right;
  width: auto;
  padding: 0 2.5em;
  cursor: pointer;
  color: #ffffff;
  background-color: #173a73;
}
.ninja-forms-cont .field-wrap.submit-wrap input:hover {
  background-color: #4ec3f4;
}
.ninja-forms-cont .ninja-forms-error-msg {
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
  margin-bottom: 30px;
  color: #de4646 !important;
}
.ninja-forms-cont .ninja-forms-success-msg {
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
  color: green !important;
}
.ninja-forms-cont .input-counter {
  font-size: 12px;
}
.ninja-forms-cont .hidden-wrap {
  display: none !important;
  width: 0px !important;
  background: none !important;
  padding: 0 !important;
  float: left !important;
}

.product-single .field-wrap .ninja-forms-field-error {
  bottom: 5px !important;
  left: 20px !important;
}
.product-single .input-counter {
  font-size: 12px !important;
}
.product-single .ninja-forms-error-msg {
  position: absolute;
  bottom: 25px;
  left: 30px;
}

/* --------------------------------------------------- */
/* ---------------->>> SLIDER <<<--------------------- */
/* --------------------------------------------------- */
/* Slider moving years --------------------------------------------------- */
.slider {
  margin-top: 0;
  min-height: 350px;
  padding-top: 135px;
  overflow: hidden;
  transition: 0.3s ease-in-out all;
}

.slider-wrapper {
  position: relative;
}

.slider-steps-wrapper {
  margin: 0 auto;
  overflow: hidden;
  height: 52px;
  position: relative;
  z-index: 9999;
}
.slider-steps-wrapper:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  background: #e8e8e8;
  transform: translateY(-50%);
  z-index: -1;
}

.slider-steps {
  height: 45px;
  position: relative;
  margin: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slider-steps:before {
  content: "";
  display: block;
  height: 2px;
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  background: #4ec3f4;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.slider-steps__item {
  float: left;
  width: 58px;
  position: absolute;
  left: 0;
}
.slider-steps__item:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  z-index: -1;
  height: 3px;
}
.slider-steps__item button {
  border: 0;
  width: 100%;
  height: 45px;
  background: #e8e8e8;
  text-align: center;
  border-radius: 14px;
  font-size: 12px;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.42, 0, 0.21, 1.32) transform, 0.3s ease-in-out background, 0.3s ease-in-out color;
}
.slider-steps__item:hover button {
  background: #173a73;
  color: white;
}
.slider-steps__item.is-active button {
  background: #4ec3f4;
  color: white;
  transform: scale(1.15);
}
.slider-steps__item.is-active:before {
  opacity: 0;
}

/* Slider controlers --------------------------------------------------- */
.slider-controllers {
  text-align: center;
  position: absolute;
  width: 400px;
  left: 50%;
  transform: translateX(-50%);
  top: -87px;
  height: 87px;
  z-index: 1;
}

.slider-controllers__item {
  height: 45px;
  width: 25px;
  background: none;
  font-size: 0;
  position: absolute;
  top: 0;
  border: 0;
  padding: 0;
  transition: all ease-in-out 0.2s;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.slider-controllers__item:active {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.slider-controllers__item:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: block;
  height: 100%;
  font-size: 60px;
  line-height: 50px;
  color: #4ec3f4;
  text-align: center;
}
.slider-controllers__item.prev {
  left: 0;
}
.slider-controllers__item.prev:before {
  content: "";
}
.slider-controllers__item.next {
  right: 0;
}
.slider-controllers__item.next:before {
  content: "";
}
.slider-controllers__item.is-hidden {
  opacity: 0;
  pointer-events: none;
}

/* Slider content --------------------------------------------------- */
.slider-content__item {
  max-width: 515px;
  width: 100%;
  height: 350px;
  text-align: center;
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  /* anim active item --------------------------------------------------- */
}
.slider-content__item .slider-content__img, .slider-content__item .slider-content__txt {
  position: absolute;
  left: 0;
  width: 100%;
}
.slider-content__item .slider-content__img {
  top: 0;
  width: 263px;
  height: 167px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.slider-content__item .slider-content__img img {
  max-width: 100%;
  position: relative;
}
.slider-content__item .slider-content__txt {
  top: 220px;
  transition: 0.2s ease-in-out all;
  padding: 0 30px;
}
.slider-content__item .slider-content__txt .slider-content__title {
  color: rgba(23, 58, 115, 0.5);
  margin-bottom: 24px;
}
.slider-content__item .slider-content__txt p {
  font-size: 16px;
  line-height: 27px;
}
.slider-content__item .slider-content__txt a {
  color: #DCAF29;
}
.slider-content__item .slider-content__txt a:hover {
  text-decoration: underline;
}
.slider-content__item .slider-content__img {
  transform: translateY(-100%) translateX(-50%);
  opacity: 0;
  transition: 0.7s cubic-bezier(0.42, 0, 0.17, 1.04) transform, 0.4s linear opacity;
}
.slider-content__item .slider-content__txt {
  transform: translateY(100%);
  opacity: 0;
  transition: 0.7s cubic-bezier(0.42, 0, 0.17, 1.04) transform, 0.4s linear opacity;
}
.slider-content__item.is-active {
  pointer-events: inherit;
}
.slider-content__item.is-active .slider-content__img {
  transform: translateY(0) translateX(-50%);
  opacity: 1;
}
.slider-content__item.is-active .slider-content__txt {
  transform: translateY(0);
  opacity: 1;
  pointer-events: inherit;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  opacity: 0.8;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.lightbox {
  font-weight: normal;
  line-height: 0;
  position: absolute;
  z-index: 10000;
  left: 0;
  width: 100%;
  text-align: center;
}

.lightbox .lb-image {
  display: block;
  max-width: inherit;
  height: auto;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background-color: white;
  *zoom: 1;
}

.lb-outerContainer:after {
  display: table;
  clear: both;
  content: "";
}

.lb-container {
  padding: 10px;
}

.lb-loader {
  line-height: 0;
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  height: 25%;
  text-align: center;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  display: block;
  height: 100%;
  cursor: pointer;
}

.lb-nav a.lb-prev {
  position: relative;
  left: 0;
  float: left;
  width: 34%;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.lb-nav a.lb-prev:before {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: -60px;
  color: #ffffff;
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.lb-nav a.lb-next {
  position: relative;
  right: 0;
  float: right;
  width: 64%;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.lb-nav a.lb-next:before {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 32px;
  position: absolute;
  top: 50%;
  right: -60px;
  color: #ffffff;
}

.lb-nav a.lb-next:hover {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.lb-dataContainer {
  width: 100%;
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
}

.lb-dataContainer:after {
  display: table;
  clear: both;
  content: "";
}

.lb-data {
  padding: 0 4px;
  color: #cccccc;
}

.lb-data .lb-details {
  line-height: 1.1em;
  float: left;
  width: 85%;
  text-align: left;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  font-size: 12px;
  display: block;
  clear: left;
  padding-bottom: 1em;
  color: #999999;
}

.lb-data .lb-close {
  position: relative;
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-align: right;
  opacity: 0.7;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
.lb-data .lb-close:hover {
  text-decoration: none;
}
.lb-data .lb-close:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/loading.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9 ;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.cookie-message {
  display: none;
  position: fixed;
  background-color: rgba(23, 58, 115, 0.95);
  z-index: 99999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  border-radius: 8px;
  bottom: 20px;
  left: 20px;
  padding: 20px 40px 20px 20px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  max-width: 365px;
}
.cookie-message .wysiwyg {
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
  margin-right: 5px;
  font-weight: 500;
}
.cookie-message .wysiwyg a {
  font-weight: bold;
}
.cookie-message .wysiwyg a * {
  font-weight: bold;
  color: #4ec3f4;
  opacity: 0.75;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.cookie-message .wysiwyg a *:focus, .cookie-message .wysiwyg a *:hover {
  opacity: 1;
}
.cookie-message__close {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 20px;
  height: 20px;
  opacity: 0.75;
  font-size: 0;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.cookie-message__close:focus, .cookie-message__close:hover {
  opacity: 1;
}
.cookie-message__close:before, .cookie-message__close:after {
  position: absolute;
  left: 9px;
  content: " ";
  height: 21px;
  width: 2px;
  background-color: #ffffff;
}
.cookie-message__close:before {
  transform: rotate(45deg);
}
.cookie-message__close:after {
  transform: rotate(-45deg);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: normal;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  color: #173a73;
  margin-bottom: 0em;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body .wrapper {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  padding: 0 40px;
  min-height: 100%;
}
body .wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 1100px) {
  body .wrapper {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 970px) {
  body .wrapper {
    width: 100%;
    padding: 0 20px;
  }
}
body .cf:before, body .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body .cf:after {
  clear: both;
}
body .content {
  margin-top: 0px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body .content {
    margin-top: 35px;
  }
}
@media screen and (max-width: 600px) {
  body .content {
    margin-top: 35px;
  }
}
body .collapse-content__link {
  position: relative;
  display: block;
  padding-left: 20px;
  cursor: pointer;
}
body .collapse-content__link::before {
  content: "+";
  display: block;
  position: absolute;
  line-height: 10px;
  height: 10px;
  width: 10px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
body .collapse-content__link.opened::before {
  content: "-";
}
body .collapse-content__hidden {
  display: none;
  padding: 25px;
  background: #e7ebf1;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
body .left {
  float: left;
}
body .right {
  float: right;
}
body .vcenter {
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);
  position: absolute;
  top: 50%;
}

html img.svg {
  display: none;
}
html.svg img.svg {
  display: inline-block;
}
html.svg img.not-svg {
  display: none;
}

.main--with-aside {
  width: 65.3543307087%;
  float: left;
  margin-left: 0;
}
@media screen and (max-width: 970px) {
  .main--with-aside {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.main--last {
  width: 65.3543307087%;
  float: right;
  margin-left: 3.937007874%;
}
@media screen and (max-width: 970px) {
  .main--last {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.sidebar {
  width: 22.0472440945%;
  float: right;
  margin-left: 3.937007874%;
}
@media screen and (max-width: 970px) {
  .sidebar {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.sidebar--first {
  width: 22.0472440945%;
  float: left;
  margin-left: 0;
}
@media screen and (max-width: 970px) {
  .sidebar--first {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

a {
  text-decoration: none;
  color: #173a73;
}
a:hover {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 1.25em;
  line-height: 24px;
}
p:last-child {
  margin-bottom: 0;
}

strong, b {
  font-weight: bold;
}

.content--home strong, .content--home b {
  color: #4ec3f4;
}

i, em {
  font-style: italic;
}

h1 {
  font-size: 54px;
  line-height: 81px;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  color: #173a73;
  margin-bottom: 0em;
}
h1.title-h1 {
  font-size: 54px;
  line-height: 81px;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  color: #173a73;
  margin-bottom: 0.9259259259em;
}
h1.title-h1--light {
  color: #ffffff;
  line-height: 60px;
}

.mobile .title-h2--underlined::before {
  content: "";
  display: block;
  width: 8px !important;
  height: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  background: #4ec3f4;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  position: absolute;
  top: 26px;
  left: -15px;
  z-index: -1;
}
@media screen and (max-width: 374px) {
  .mobile .title-h2--underlined::before {
    top: 18px;
  }
}

h2,
.title-h2 {
  font-size: 34px;
  line-height: 42px;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  color: #173a73;
  margin-bottom: 1.1764705882em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 374px) {
  h2,
.title-h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
h2--light,
.title-h2--light {
  color: #ffffff;
}
h2--centered,
.title-h2--centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
h2--underlined::before,
.title-h2--underlined::before {
  content: "";
  display: block;
  width: 8px !important;
  height: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  background: #4ec3f4;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  position: absolute;
  bottom: 11px;
  left: -15px;
  z-index: -1;
}
@media screen and (max-width: 374px) {
  h2--underlined::before,
.title-h2--underlined::before {
    top: 18px;
  }
}
h2__link,
.title-h2__link {
  line-height: 40px;
  display: inline-block;
  min-height: 40px;
  margin-bottom: 0;
  color: #173a73;
}
h2__link span,
.title-h2__link span {
  font-size: 0.3636363636em;
  display: block;
  float: right;
  min-height: 40px;
  margin-left: 25px;
  padding-left: 25px;
  color: #173a73;
  border-left: 3px solid #e7ebf1;
}
h2__link span .icon, h2__link span .ms-choice > div, h2__link span .dk-selected:before, h2__link span .lb-nav a.lb-prev, .lb-nav h2__link span a.lb-prev, h2__link span .lb-nav a.lb-next, .lb-nav h2__link span a.lb-next, h2__link span .lb-data .lb-close, .lb-data h2__link span .lb-close,
.title-h2__link span .icon,
.title-h2__link span .ms-choice > div,
.title-h2__link span .dk-selected:before,
.title-h2__link span .lb-nav a.lb-prev,
.lb-nav .title-h2__link span a.lb-prev,
.title-h2__link span .lb-nav a.lb-next,
.lb-nav .title-h2__link span a.lb-next,
.title-h2__link span .lb-data .lb-close,
.lb-data .title-h2__link span .lb-close {
  -webkit-transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 0.6875em;
  position: relative;
  left: 0;
  margin-left: 10px;
}
h2__link:hover,
.title-h2__link:hover {
  text-decoration: none;
}
h2__link:hover .icon, h2__link:hover .ms-choice > div, h2__link:hover .dk-selected:before, h2__link:hover .lb-nav a.lb-prev, .lb-nav h2__link:hover a.lb-prev, h2__link:hover .lb-nav a.lb-next, .lb-nav h2__link:hover a.lb-next, h2__link:hover .lb-data .lb-close, .lb-data h2__link:hover .lb-close,
.title-h2__link:hover .icon,
.title-h2__link:hover .ms-choice > div,
.title-h2__link:hover .dk-selected:before,
.title-h2__link:hover .lb-nav a.lb-prev,
.lb-nav .title-h2__link:hover a.lb-prev,
.title-h2__link:hover .lb-nav a.lb-next,
.lb-nav .title-h2__link:hover a.lb-next,
.title-h2__link:hover .lb-data .lb-close,
.lb-data .title-h2__link:hover .lb-close {
  left: 10px;
}
h2--section,
.title-h2--section {
  margin-bottom: 50px;
}

h3, .title-h3 {
  font-size: 21px;
  line-height: 32px;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  color: #173a73;
  margin-bottom: 0em;
  position: relative;
}
h3--light, .title-h3--light {
  color: #ffffff;
}
h3--underlined, .title-h3--underlined {
  font-size: 26px;
  line-height: 42px;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  color: #173a73;
  margin-bottom: 1.5384615385em;
}
h3--underlined::before, .title-h3--underlined::before {
  content: "";
  display: block;
  width: 8px !important;
  height: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  background: #4ec3f4;
  position: absolute;
  bottom: 13px;
  left: -15px;
  z-index: -1;
}

h4 {
  font-size: 18px;
  line-height: 27px;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  color: #173a73;
  margin-bottom: 0.8333333333em;
  -webkit-transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

h6 {
  font-size: 14px;
  line-height: 21px;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  color: #173a73;
  margin-bottom: 1.0714285714em;
}
h6.title-h6 {
  font-size: 14px;
  line-height: 21px;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  color: #173a73;
  margin-bottom: 1.0714285714em;
}
h6.title-h6--subtitle {
  margin-bottom: 0;
}
h6 a {
  -webkit-transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: #173a73;
  text-decoration: none;
}
h6 a:hover {
  color: #173a73;
  text-decoration: none;
}

.text-content h3:not(.title-h3) {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #173a73;
  margin-bottom: 0.9375em;
  margin-top: 1.875em;
}
.text-content h3:not(.title-h3):first-child {
  margin-top: 0px !important;
}
.text-content hr {
  margin: 1.875em 0;
  border-color: #e7ebf1;
}
.text-content img {
  margin-bottom: 1.875em;
}
.text-content img.alignleft {
  float: left;
  margin-right: 1.875em;
}
.text-content img.alignright {
  float: right;
  margin-left: 1.875em;
}
.text-content img.aligncenter {
  margin: 0 auto 1.875em;
  max-width: 100%;
  height: auto;
}
.text-content img.size-full {
  margin: 0 auto 1.875em;
  max-width: 100%;
  height: auto;
}
.text-content .wp-caption {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 1.875em;
}
.text-content .wp-caption .wp-caption-text {
  font-size: 0.75em;
  text-align: right;
}
.text-content .wp-caption img {
  margin-bottom: 0;
}
.text-content ul {
  margin-bottom: 2.5em;
}
.text-content ul li {
  padding-left: 20px;
  position: relative;
  line-height: 24px;
  margin-bottom: 0.625em;
}
.text-content ul li.dk-option:before {
  display: none;
}
.text-content ul li:last-child {
  margin-bottom: 0px;
}
.text-content ul li::before {
  width: 4px;
  height: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  content: "";
  display: block;
  position: relative;
  left: -15px;
  top: 14px;
  background-color: rgba(23, 58, 115, 0.3);
}
.text-content ul li ul {
  margin-top: 0.9375em;
}
.text-content ol {
  margin-bottom: 2.5em;
  counter-reset: section;
}
.text-content ol li {
  padding-left: 20px;
  position: relative;
  line-height: 24px;
  margin-bottom: 0.625em;
  counter-increment: section;
}
.text-content ol li:last-child {
  margin-bottom: 0px;
}
.text-content ol li::before {
  content: counter(section) ".";
  display: block;
  position: absolute;
  left: 0px;
  top: 0;
  color: rgba(23, 58, 115, 0.3);
}
.text-content ol li ol {
  margin-top: 0.9375em;
}

@media screen and (max-width: 600px) {
  .page-template-default main, .search main {
    padding-top: 5em;
  }
}
.page-template-default main > .wrapper > article, .search main > .wrapper > article {
  width: 100%;
  /*max-width: 780px;*/
  margin: 0 auto 40px auto;
}
.page-template-default main > .wrapper > article:last-child, .search main > .wrapper > article:last-child {
  margin-bottom: 0px;
}

.search article h2 {
  margin-bottom: 10px;
  font-size: 28px;
}
.search article .read-more {
  margin-top: 15px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(23, 58, 115, 0.8);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  pointer-events: none;
  z-index: 9999;
  cursor: pointer;
}
.overlay.is-active {
  pointer-events: inherit;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.section-content {
  padding: 5em 0;
}
.section-content:before, .section-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.section-content:after {
  clear: both;
}
@media screen and (max-width: 600px) {
  .section-content {
    padding: 1.875em 0;
  }
}
.section-content--light {
  background-color: #e7ebf1;
}
.section-content--dark {
  background-color: #173a73;
}
.section-content--separator {
  position: relative;
}
.section-content--separator:before {
  content: "";
  display: block;
  width: 2px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #173a73;
}
.section-content--nopaddingtop {
  padding-top: 0px;
}
.section-content .text-content {
  max-width: 37rem;
  margin: auto;
}

#contact .text-content, #cookies .text-content {
  max-width: none;
}
#contact .text-content ul li span, #cookies .text-content ul li span {
  word-break: break-word;
}

.read-more--block {
  width: auto;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  color: #173a73;
  margin-bottom: 0em;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  padding: 0 2.8125em;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.88);
}
.read-more--link {
  font-size: 16px;
  line-height: 50px;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  color: #173a73;
  margin-bottom: 0em;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 50px;
  padding: 0 30px;
  color: #173a73;
  background: transparent;
}
.read-more--link::before {
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  -moz-transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 50%;
  width: 0px;
  height: 3px;
  content: "";
  background: #173a73;
}
.read-more--link:hover {
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -moz-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  text-decoration: none;
  color: #ffffff;
}
.read-more--link:hover::before {
  -webkit-transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -moz-transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  width: 100%;
  height: 100%;
}
.read-more--return {
  font-size: 14px;
  line-height: 24px;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  color: #173a73;
  margin-bottom: 0em;
  display: block;
  text-align: right;
}
.read-more--return .icon, .read-more--return .ms-choice > div, .read-more--return .dk-selected:before, .read-more--return .lb-nav a.lb-prev, .lb-nav .read-more--return a.lb-prev, .read-more--return .lb-nav a.lb-next, .lb-nav .read-more--return a.lb-next, .read-more--return .lb-data .lb-close, .lb-data .read-more--return .lb-close {
  -webkit-transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 0.6875em;
  position: relative;
  left: 0;
  margin-right: 10px;
}
.read-more--return:hover {
  text-decoration: none;
}
.read-more--return:hover .icon, .read-more--return:hover .ms-choice > div, .read-more--return:hover .dk-selected:before, .read-more--return:hover .lb-nav a.lb-prev, .lb-nav .read-more--return:hover a.lb-prev, .read-more--return:hover .lb-nav a.lb-next, .lb-nav .read-more--return:hover a.lb-next, .read-more--return:hover .lb-data .lb-close, .lb-data .read-more--return:hover .lb-close {
  left: -10px;
}

.slider {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
.heading .slider {
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
}
.slider:not(.heading--is-loaded) .slider__slides__slide__body__title {
  position: relative;
  top: 10px;
  opacity: 0;
}
.slider:not(.heading--is-loaded) .slider__slides__slide__body__subtitle {
  position: relative;
  top: 10px;
  opacity: 0;
}
.slider:not(.heading--is-loaded) .slider__slides__slide__body .btn, .slider:not(.heading--is-loaded) .slider__slides__slide__body .product-single__btn {
  position: relative;
  top: 10px;
  opacity: 0;
}
.heading--is-loaded .slider {
  opacity: 1;
}
.heading--is-loaded .slider .slider__slides__slide__body__title {
  position: relative;
  top: 10px;
  opacity: 0;
}
.heading--is-loaded .slider .slider__slides__slide__body__subtitle {
  position: relative;
  top: 10px;
  opacity: 0;
}
.heading--is-loaded .slider .slider__slides__slide__body .btn, .heading--is-loaded .slider .slider__slides__slide__body .product-single__btn {
  position: relative;
  top: 10px;
  opacity: 0;
}
.heading--is-loaded .slider .slider__slides__slide--current {
  z-index: 10;
  opacity: 1;
}
.heading--is-loaded .slider .slider__slides__slide--current .slider__slides__slide__body__title {
  position: relative;
  top: 0px;
  opacity: 1;
}
.heading--is-loaded .slider .slider__slides__slide--current .slider__slides__slide__body__subtitle {
  position: relative;
  top: 0px;
  opacity: 1;
}
.heading--is-loaded .slider .slider__slides__slide--current .slider__slides__slide__body .btn, .heading--is-loaded .slider .slider__slides__slide--current .slider__slides__slide__body .product-single__btn {
  position: relative;
  top: 0px;
  opacity: 1;
}
.slider__slides {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slider__slides__slide {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0;
  background-position: center center;
}
.slider__slides__slide__body {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
}
.slider__slides__slide__body:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 374px) {
  .slider__slides__slide__body {
    padding: 0 50px;
  }
}
.slider__slides__slide__body__title {
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-size: 56px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 0.3s ease 0.5s;
  -moz-transition: all 0.3s ease 0.5s;
  transition: all 0.3s ease 0.5s;
}
@media screen and (max-width: 800px) {
  .slider__slides__slide__body__title {
    font-size: 42px;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .slider__slides__slide__body__title {
    font-size: 38px;
  }
}
.slider__slides__slide__body__subtitle {
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 0.3s ease 0.7s;
  -moz-transition: all 0.3s ease 0.7s;
  transition: all 0.3s ease 0.7s;
}
@media screen and (max-width: 800px) {
  .slider__slides__slide__body__subtitle {
    font-size: 30px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 600px) {
  .slider__slides__slide__body__subtitle {
    font-size: 24px;
  }
}
.slider__slides__slide__body .btn, .slider__slides__slide__body .product-single__btn {
  -webkit-transition: all 0.3s ease 0.9s, background 0.3s ease, color 0.3s ease;
  -moz-transition: all 0.3s ease 0.9s, background 0.3s ease, color 0.3s ease;
  transition: all 0.3s ease 0.9s, background 0.3s ease, color 0.3s ease;
  position: relative;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -khtml-border-radius: 32px;
  border-radius: 32px;
  height: 64px;
  line-height: 58px;
  border: 3px solid #ffffff;
  color: #ffffff;
  background: transparent;
  text-transform: uppercase;
}
@media screen and (max-width: 550px) {
  .slider__slides__slide__body .btn, .slider__slides__slide__body .product-single__btn {
    font-size: 13px;
  }
}
.slider__slides__slide__body .btn:hover, .slider__slides__slide__body .product-single__btn:hover {
  background: #ffffff !important;
  color: #173a73 !important;
}
.slider__slides__slide__link span:first-child {
  display: none;
}
@media screen and (max-width: 550px) {
  .slider__slides__slide__link span:first-child {
    display: block;
  }
}
.slider__slides__slide__link span:last-child {
  display: block;
}
@media screen and (max-width: 550px) {
  .slider__slides__slide__link span:last-child {
    display: none;
  }
}
.slider--news {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider--news__slides {
  width: 100%;
  height: 100%;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
}
.slider--news__slides--no-transition {
  -webkit-transition: left 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: left 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0s cubic-bezier(0.19, 1, 0.22, 1);
}
.slider--news__slides__slide {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}
.slider__navigation-point {
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 20px;
}
.slider__navigation-point__item {
  width: 14px;
  height: 14px;
  margin: 5px 0;
  cursor: pointer;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -khtml-border-radius: 14px;
  border-radius: 14px;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.slider__navigation-point__item:hover {
  border-color: #ffffff;
}
.slider__navigation-point__item--current {
  background-color: #ffffff;
  border-color: #ffffff;
}
.slider__navigation {
  display: none;
  width: 60px;
  height: 60px;
  -webkit-transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  position: absolute;
  z-index: 20;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 374px) {
  .slider__navigation {
    width: 44px;
    height: 44px;
  }
}
.slider__navigation::before {
  line-height: 60px;
  display: block;
  width: 60px;
  height: 60px;
  font-family: fontawesome;
  font-size: 1.75em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 374px) {
  .slider__navigation::before {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}
.slider__navigation--left {
  left: 0;
}
.slider__navigation--left--small {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  bottom: 0;
  left: initial;
  background-color: rgba(255, 255, 255, 0.8);
}
.slider__navigation--left--small::before {
  width: 30px;
  height: 30px;
  font-size: 0.5em;
  line-height: 30px;
  color: #173a73;
}
.slider__navigation--left--small:hover::before {
  color: #ffffff;
}
.slider__navigation--left::before {
  content: "";
}
.slider__navigation--right {
  right: 0;
}
.slider__navigation--right--small {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.slider__navigation--right--small::before {
  width: 30px;
  height: 30px;
  font-size: 0.5em;
  line-height: 30px;
  color: #173a73;
}
.slider__navigation--right--small:hover::before {
  color: #ffffff;
}
.slider__navigation--right::before {
  content: "";
}
.slider__navigation:hover {
  background-color: #173a73;
}

.heading {
  position: relative;
  height: 250px;
  max-width: 1500px;
  background-color: #060f1e;
  margin: auto;
}
.heading .slider:before {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  z-index: 100;
  bottom: 40px;
  left: 50%;
  opacity: 0;
  display: none;
  width: 18px;
  height: 28px;
  background: transparent;
  border: 2px solid #ffffff;
  content: "";
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease 1s;
  -moz-transition: all 0.3s ease 1s;
  transition: all 0.3s ease 1s;
}
.heading .slider:after {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  animation: slideOpacity 1s infinite 1.5s;
  position: absolute;
  z-index: 100;
  bottom: 58px;
  left: 50%;
  opacity: 0;
  display: none;
  width: 4px;
  height: 4px;
  background: #4ec3f4;
  content: "";
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease 1.5s;
  -moz-transition: all 0.3s ease 1.5s;
  transition: all 0.3s ease 1.5s;
}
@keyframes slideOpacity {
  0% {
    opacity: 1;
    bottom: 50px;
  }
  50% {
    opacity: 1;
  }
  70% {
    bottom: 44px;
  }
  80% {
    opacity: 0;
    bottom: 44px;
  }
  100% {
    opacity: 0;
    bottom: 44px;
  }
}
.heading__title-h1 {
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 55px;
  line-height: 60px;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 0em;
  -webkit-transition: all 0.3s ease 0.5s;
  -moz-transition: all 0.3s ease 0.5s;
  transition: all 0.3s ease 0.5s;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 0px;
  margin-top: 10px;
  opacity: 0;
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .heading__title-h1 {
    font-size: 32px;
  }
}
.heading--home {
  height: 560px;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.heading__cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-position: center center;
}
.heading--is-loaded .heading__cover {
  opacity: 1;
}
.heading--is-loaded .heading__title-h1 {
  opacity: 1;
  margin-top: 0px;
}
.heading--is-loaded .slider:before {
  opacity: 1;
  bottom: 30px;
}
.heading--is-loaded .slider:after {
  opacity: 1;
  bottom: 48px;
}

.list-img__item {
  width: 22.0472440945%;
  float: left;
  margin-right: 3.937007874%;
  text-align: center;
}
.list-img__item:last-child {
  width: 22.0472440945%;
  float: right;
  margin-right: 0;
}
.list-img__item a .list-img__name {
  transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.list-img__item a:hover {
  text-decoration: none;
  color: #4ec3f4;
}
.list-img__item a:hover .listing-products__item__img-container {
  background: #4ec3f4;
}
.list-img__item a:hover .listing-products__item__img-container .list-img__img {
  opacity: 0.2;
  border: 2px solid #4ec3f4;
}
.list-img__item a:hover .list-img__name {
  color: #4ec3f4;
}
@media screen and (max-width: 1100px) {
  .list-img__item {
    width: 48.031496063%;
    float: left;
    margin-right: 3.937007874%;
    margin-bottom: 30px;
  }
  .list-img__item:nth-child(2n+2) {
    width: 48.031496063%;
    float: right;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .list-img__item {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .list-img__item:nth-child(2n+2) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .list-img__item__excerpt, .list-img__item__excerpt:last-of-type {
    height: auto !important;
  }
}
.list-img__item .listing-products__item__img-container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  background: #173a73;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.list-img__item .listing-products__item__img-container .list-img__img {
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 2px solid #173a73;
  width: 100%;
  object-fit: cover;
}
.list-img__item__title {
  font-size: 18px;
  line-height: normal;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  color: #173a73;
  margin-bottom: 0em;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.list-img__item__excerpt, .list-img__item__excerpt:last-of-type {
  font-size: 16px;
  line-height: 26px;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  color: #173a73;
  margin-bottom: 0em;
  height: 110px;
  margin-bottom: 30px;
}

.page-template-location .cd-quick-view {
  display: block;
  position: fixed;
  max-width: 900px;
  visibility: hidden;
  /* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: left, top, width;
  z-index: 1;
}
.page-template-location .list-img__item:nth-child(1) {
  position: relative;
  animation: showUp 0.5s 0.1s both cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.page-template-location .list-img__item:nth-child(2) {
  position: relative;
  animation: showUp 0.5s 0.2s both cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.page-template-location .list-img__item:nth-child(3) {
  position: relative;
  animation: showUp 0.5s 0.3s both cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.page-template-location .list-img__item:nth-child(4) {
  position: relative;
  animation: showUp 0.5s 0.4s both cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.page-template-location .list-img__item:nth-child(5) {
  position: relative;
  animation: showUp 0.5s 0.5s both cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.page-template-location .list-img__item:nth-child(6) {
  position: relative;
  animation: showUp 0.5s 0.6s both cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.page-template-location .list-img__item:nth-child(7) {
  position: relative;
  animation: showUp 0.5s 0.7s both cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.page-template-location .list-img__item:nth-child(8) {
  position: relative;
  animation: showUp 0.5s 0.8s both cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.page-template-location .list-img__item:nth-child(9) {
  position: relative;
  animation: showUp 0.5s 0.9s both cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.page-template-location .list-img__item:nth-child(10) {
  position: relative;
  animation: showUp 0.5s 1s both cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.page-template-location .list-img__item:nth-child(11) {
  position: relative;
  animation: showUp 0.5s 1.1s both cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.page-template-location .list-img__item:nth-child(12) {
  position: relative;
  animation: showUp 0.5s 1.2s both cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.page-template-location .list-img__item:nth-child(13) {
  position: relative;
  animation: showUp 0.5s 1.3s both cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.page-template-location .list-img__item:nth-child(14) {
  position: relative;
  animation: showUp 0.5s 1.4s both cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.page-template-location .list-img__item:nth-child(15) {
  position: relative;
  animation: showUp 0.5s 1.5s both cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.page-template-location .list-img__item:nth-child(16) {
  position: relative;
  animation: showUp 0.5s 1.6s both cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.page-template-location .list-img__item:nth-child(17) {
  position: relative;
  animation: showUp 0.5s 1.7s both cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.page-template-location .list-img__item:nth-child(18) {
  position: relative;
  animation: showUp 0.5s 1.8s both cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.page-template-location .list-img__item:nth-child(19) {
  position: relative;
  animation: showUp 0.5s 1.9s both cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@-webkit-keyframes showUp {
  0% {
    opacity: 0;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@-moz-keyframes showUp {
  0% {
    opacity: 0;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@-o-keyframes showUp {
  0% {
    opacity: 0;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@keyframes showUp {
  0% {
    opacity: 0;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
.backtotop {
  -webkit-transition: color 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: color 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: color 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  font-size: 15px;
  position: fixed;
  z-index: 300;
  right: 30px;
  bottom: 20px;
  display: none;
  color: #4ec3f4;
}
.backtotop:hover {
  text-decoration: none;
  color: #173a73;
}

.list-activites__item,
.list-metiers__item,
.list-categories__item {
  margin-bottom: 10px;
}
.list-activites__item__link,
.list-metiers__item__link,
.list-categories__item__link {
  font-size: 16px;
  line-height: 50px;
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0px;
  color: #ffffff;
  color: #173a73;
  background: #e7ebf1;
}
.list-activites__item__link span,
.list-metiers__item__link span,
.list-categories__item__link span {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 16px;
  font-size: 15px;
  padding: 0 70px 0 20px;
}
.list-activites__item__link:after,
.list-metiers__item__link:after,
.list-categories__item__link:after {
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 50px;
  height: 50px;
  content: "";
  text-align: center;
  opacity: 0.5;
  color: #ffffff;
  background: #173a73;
}
.list-activites__item__link:hover,
.list-metiers__item__link:hover,
.list-categories__item__link:hover {
  text-decoration: none;
}
.list-activites__item__link:hover:after,
.list-metiers__item__link:hover:after,
.list-categories__item__link:hover:after {
  opacity: 1;
}
.list-activites__item__link--current,
.list-metiers__item__link--current,
.list-categories__item__link--current {
  color: #ffffff;
  background: #4ec3f4;
}
.list-activites__item__link--current:after,
.list-metiers__item__link--current:after,
.list-categories__item__link--current:after {
  opacity: 1;
  background: #4ec3f4;
}
.list-activites__item__link__img-container,
.list-metiers__item__link__img-container,
.list-categories__item__link__img-container {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  width: 40px;
  margin-right: 10px;
}
.list-activites__item__link__img-container__img,
.list-metiers__item__link__img-container__img,
.list-categories__item__link__img-container__img {
  height: 20px;
  width: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.content-activites__item__header,
.content-metiers__item__header,
.content-blog__item__header {
  position: relative;
}
.content-activites__item__header--img .title-h2,
.content-metiers__item__header--img .title-h2,
.content-blog__item__header--img .title-h2 {
  position: absolute;
  top: 50px;
  left: -25px;
}

.ninja-forms-cont {
  padding: 25px;
  margin-top: 40px;
  background: #e7ebf1;
}
.ninja-forms-cont .ninja-forms-req-symbol, .ninja-forms-cont .ninja-forms-req-symbol strong, .ninja-forms-cont .ninja-forms-field-error {
  color: #de4646 !important;
}
.ninja-forms-cont .field-wrap {
  width: 50%;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 0px;
}
.ninja-forms-cont .field-wrap .ninja-forms-field-error {
  position: absolute;
  bottom: 10px;
  left: 0px;
  font-size: 12px !important;
  margin: 0px;
}
.ninja-forms-cont .field-wrap .ninja-forms-field-error p {
  font-size: 12px !important;
  line-height: 15px !important;
}
.ninja-forms-cont .field-wrap.upload-wrap label {
  font-size: 16px;
  color: #173a73;
  text-align: left;
  background: transparent;
  border: none;
  padding: 0px;
  line-height: normal;
  font-weight: bold;
}
.ninja-forms-cont .field-wrap input[type=text], .ninja-forms-cont .field-wrap textarea {
  border: 2px solid #ffffff;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.ninja-forms-cont .field-wrap input[type=text]:focus, .ninja-forms-cont .field-wrap textarea:focus {
  border: 2px solid #173a73;
}
.ninja-forms-cont .field-wrap textarea {
  line-height: 24px;
  padding: 1.42857em;
}
.ninja-forms-cont .field-wrap.half-width-wrap {
  width: 50%;
  float: left;
  clear: both;
}
@media screen and (max-width: 600px) {
  .ninja-forms-cont .field-wrap.half-width-wrap {
    width: 100%;
    float: none;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 600px) {
  .ninja-forms-cont .field-wrap.half-width-wrap:nth-child(odd) {
    width: 100%;
    float: none;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.ninja-forms-cont .field-wrap label {
  margin-bottom: 10px;
}
.ninja-forms-cont .field-wrap.list-dropdown-wrap select {
  padding: 0 1.42857em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
.ninja-forms-cont .field-wrap.submit-wrap {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.ezdz-dropzone {
  border: 2px dotted #173a73;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  height: auto;
  line-height: 44px;
  padding: 0 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.ezdz-dropzone div {
  color: #173a73;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

@-webkit-keyframes lineHeight {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 80px;
  }
}
@-moz-keyframes lineHeight {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 80px;
  }
}
@-o-keyframes lineHeight {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 80px;
  }
}
@keyframes lineHeight {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 80px;
  }
}
#cookies .text-content h2 {
  margin-top: 30px;
  margin-bottom: 15px;
}
#cookies .text-content h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#cookies .text-content h4 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.header {
  position: relative;
  height: 280px;
  width: 100%;
  overflow: visible;
  z-index: 9999;
}
.header:before, .header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.header:after {
  clear: both;
}
@media screen and (max-width: 550px) {
  .header {
    height: auto;
  }
}
.header__pre-header {
  background: #e7ebf1;
  height: 48px;
  line-height: 48px;
}
@media screen and (max-width: 550px) {
  .header__pre-header {
    height: auto;
    line-height: 2;
    padding: 15px 0;
  }
}
.header__pre-header a {
  transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.header__pre-header a:focus, .header__pre-header a:hover {
  color: #4ec3f4;
}
.header__pre-header__tel {
  width: 48.031496063%;
  float: left;
  margin-right: 3.937007874%;
  line-height: 48px;
  font-size: 14px;
}
@media screen and (max-width: 550px) {
  .header__pre-header__tel {
    width: 100%;
    margin: 0;
    line-height: 2;
    text-align: center;
    margin: 5px 0;
  }
}
.header__pre-header__facebook {
  width: 48.031496063%;
  float: right;
  margin-right: 0;
  line-height: 48px;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 550px) {
  .header__pre-header__facebook {
    width: 100%;
    margin: 0;
    line-height: 2;
    text-align: center;
    margin: 5px 0;
  }
}
.header__pre-header__facebook i {
  margin-right: 10px;
}
.header__content {
  width: 100%;
  height: 162px;
  padding: 0 0 0 0;
}
.header__navigation-primary {
  width: 100%;
  height: 70px;
  position: relative;
  top: 35px;
}
.header__navigation-primary__container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 600px) {
  .header__navigation-primary__container {
    height: auto;
  }
}
.header__navigation-primary__container > .wrapper {
  background: #173a73;
}
@media screen and (max-width: 600px) {
  .header__navigation-primary__container > .wrapper {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
}
.header__navigation-primary__container--is-fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
@media screen and (max-width: 600px) {
  .header__navigation-primary__container--is-fixed {
    position: relative;
  }
}
.header__navigation-primary__container--is-hide {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
@media screen and (max-width: 600px) {
  .header__navigation-primary__container--is-hide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.header__logo {
  background-image: url("../img/mjLogo.png");
  display: block;
  margin: 0 auto;
  width: 190px;
  height: 190px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  position: relative;
  top: -48px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header__logo {
    background-image: url("../img/mjLogo@2x.png");
    background-size: 190px 190px;
  }
}
@media screen and (max-width: 550px) {
  .header__logo {
    top: -35px;
  }
}
.header .menu {
  text-align: center;
  font-size: 0px;
}
.header .menu-btn {
  display: none;
  cursor: pointer;
  height: 70px;
  width: 100%;
  background-size: cover;
  background-color: transparent;
  display: none;
  z-index: 99;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  transition: 0.2s ease;
}
.header .menu-btn i.icon, .header .menu-btn i.dk-selected:before, .header .menu-btn .lb-data i.lb-close, .lb-data .header .menu-btn i.lb-close {
  font-size: 34px;
  line-height: 70px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .header .menu-btn {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .header .menu {
    height: 0;
    overflow: hidden;
    transform: translateX(-100%);
    display: flex;
    flex-direction: column;
  }
  .header .menu li:before {
    left: 20% !important;
    right: 20% !important;
    width: inherit !important;
  }
}
.header .menu--open {
  transform: translateX(0%);
  height: auto;
}
.header .menu:hover li {
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header .menu:hover li.current_page_item a, .header .menu:hover li.current-menu-item a {
  opacity: 0.5 !important;
}
.header .menu:hover li.current_page_item a:hover, .header .menu:hover li.current-menu-item a:hover {
  opacity: 1 !important;
}
.header .menu:hover li a {
  opacity: 0.5 !important;
}
.header .menu:hover li a:hover {
  opacity: 1 !important;
}
.header .menu li, .header .menu__item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: relative;
  display: inline-block;
}
.header .menu li:last-child::before, .header .menu__item:last-child::before {
  display: none;
}
.header .menu li a, .header .menu li__link, .header .menu__item a, .header .menu__item__link {
  font-size: 18px;
  line-height: normal;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0em;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  line-height: 70px;
  height: 70px;
  position: relative;
  display: block;
  padding: 0 25px;
  opacity: 0.7;
}
.header .menu li a:hover, .header .menu li__link:hover, .header .menu__item a:hover, .header .menu__item__link:hover {
  text-decoration: none;
  opacity: 1;
}
@media screen and (max-width: 970px) {
  .header .menu li a, .header .menu li__link, .header .menu__item a, .header .menu__item__link {
    padding: 0 14px;
  }
}
@media screen and (max-width: 680px) and (min-width: 600px) {
  .header .menu li a, .header .menu li__link, .header .menu__item a, .header .menu__item__link {
    font-size: 14px;
  }
}
.header .menu li.current_page_item::before, .header .menu li.current-menu-item::before, .header .menu__item.current_page_item::before, .header .menu__item.current-menu-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #4ec3f4;
}
.header .menu li.current_page_item a, .header .menu li.current-menu-item a, .header .menu__item.current_page_item a, .header .menu__item.current-menu-item a {
  opacity: 1;
}
.header .menu li--magnify, .header .menu__item--magnify {
  margin-right: 45px;
}
.header .menu li--magnify button, .header .menu__item--magnify button {
  width: auto;
  height: 47px;
  color: #173a73;
  line-height: 47px;
}
.header--with-bg {
  background-color: #ffffff;
}
.header--with-bg .menu__item--magnify button {
  color: #173a73;
}
.header--with-bg .language-switcher button {
  color: #173a73;
}
@media screen and (max-width: 374px) {
  .header .left {
    float: none;
  }
}
.header .right {
  height: 50px;
  position: relative;
  top: 13px;
}
@media screen and (max-width: 374px) {
  .header .right {
    width: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 0px;
  }
}
@media screen and (max-width: 374px) {
  .header .right .header__navigation--secondary {
    display: none;
  }
}
.header .right .header__navigation--secondary .menu {
  margin: 0 15px 0 0;
}
@media screen and (max-width: 970px) {
  .header .right .header__navigation--secondary .menu {
    margin: 0px;
  }
}
.header .right .header__navigation--secondary .menu li a {
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  padding: 0 15px;
  color: #173a73;
}
.header .right .btn--icon__search {
  line-height: 50px;
  height: 50px;
  display: inline-block;
  font-size: 22px;
  color: #173a73;
  opacity: 0.5;
  margin: 0;
}
.header .right .btn--icon__search:hover {
  opacity: 1;
}
.header .right .btn--small {
  margin: 0 0 0 30px;
  padding: 0 40px;
}
.header .right .btn--small::before {
  display: none;
  content: "";
}
@media screen and (max-width: 970px) {
  .header .right .btn--small {
    margin: 0 0 0 20px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 374px) {
  .header .right .btn--small {
    padding: 0 15px;
    margin: 0 0 0 15px;
  }
}

.single-activite .menu li.activites-menu-item a {
  opacity: 1;
}

.single-metier .menu li.metiers-menu-item a {
  opacity: 1;
}

.language-switcher {
  margin: 0 15px 0 30px;
  z-index: 9999;
  position: relative;
}
@media screen and (max-width: 970px) {
  .language-switcher {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 374px) {
  .language-switcher {
    display: inline-block;
    float: none;
  }
}
.language-switcher__listing {
  -webkit-transition: max-height 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: max-height 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: max-height 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  position: absolute;
  top: 50px;
  left: -15px;
  width: 127px;
  max-height: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 9999;
  padding: #ffffff;
}
.language-switcher__listing li {
  background-color: #e7ebf1;
  line-height: normal;
  padding: 10px 20px;
}
.language-switcher__listing li a {
  opacity: 0.5;
  color: #173a73;
  font-size: 14px;
}
.language-switcher__listing li a:hover {
  opacity: 1;
  text-decoration: none;
}
.language-switcher__listing li:first-child {
  padding-top: 15px;
}
.language-switcher__listing li:last-child {
  padding-bottom: 15px;
}
.language-switcher--is-open .language-switcher__listing {
  max-height: 3000px;
  pointer-events: inherit;
  opacity: 1;
}
.language-switcher--is-open .language-switcher__button .icon, .language-switcher--is-open .language-switcher__button .ms-choice > div, .language-switcher--is-open .language-switcher__button .dk-selected:before, .language-switcher--is-open .language-switcher__button .lb-nav a.lb-prev, .lb-nav .language-switcher--is-open .language-switcher__button a.lb-prev, .language-switcher--is-open .language-switcher__button .lb-nav a.lb-next, .lb-nav .language-switcher--is-open .language-switcher__button a.lb-next, .language-switcher--is-open .language-switcher__button .lb-data .lb-close, .lb-data .language-switcher--is-open .language-switcher__button .lb-close {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.language-switcher__button {
  width: auto;
  height: 50px;
  font-size: 14px;
  line-height: 0px;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  color: #173a73;
  margin-bottom: 0em;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  transition: color 0.5s ease;
  opacity: 0.7;
  text-transform: uppercase;
}
.language-switcher__button:hover {
  opacity: 1;
}
.language-switcher__button .icon, .language-switcher__button .ms-choice > div, .language-switcher__button .dk-selected:before, .language-switcher__button .lb-nav a.lb-prev, .lb-nav .language-switcher__button a.lb-prev, .language-switcher__button .lb-nav a.lb-next, .lb-nav .language-switcher__button a.lb-next, .language-switcher__button .lb-data .lb-close, .lb-data .language-switcher__button .lb-close {
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: inline-block;
  font-size: 8px;
  margin-left: 8px;
  opacity: 0.5;
}

.search-area {
  margin: 0 15px;
  height: 50px;
  min-width: 22px;
  padding-left: 32px;
  position: relative;
}
@media screen and (max-width: 970px) {
  .search-area {
    display: none;
  }
}
.search-area .btn--icon__search {
  position: absolute;
  left: 0px;
  top: 0px;
}
.search-area .btn--icon__search::before {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.search-area .searchform {
  display: inline-block;
  width: 0px;
  -webkit-transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.search-area .searchform label {
  display: none;
}
.search-area .searchform input[type=search] {
  height: 50px;
  width: 100%;
  line-height: 24px;
  padding: 12px 0px;
  border: none;
  background: transparent;
  position: relative;
  -moz-appearance: textfield !important;
  -webkit-appearance: textfield !important;
  appearance: textfield !important;
}
.search-area .searchform input[type=search]:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.search-area .searchform #searchsubmit {
  display: none;
}
.search-area.active .btn--icon__search {
  color: #173a73;
  opacity: 1 !important;
}
.search-area.active::before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #173a73;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.search-area.active .searchform {
  width: 150px;
}

.blog #menu-menu-secondaire li.news a, .archive.post #menu-menu-secondaire li.news a, .archive.category #menu-menu-secondaire li.news a, .archive.date #menu-menu-secondaire li.news a, .single-post #menu-menu-secondaire li.news a {
  opacity: 1;
}

.tax-documents_taxonomy #menu-menu-secondaire li.documents a {
  opacity: 1;
}

.single-job #menu-menu-secondaire li.jobs a {
  opacity: 1;
}

.section-content--cta {
  position: relative;
  z-index: 9998;
  padding: 0px !important;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-bottom: -105px;
  margin-top: 105px;
}
.section-content--cta__container {
  height: 210px;
  padding: 0px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-content--cta__container div {
  width: 90%;
}
@media screen and (max-width: 600px) {
  .section-content--cta__container div {
    width: 95%;
  }
}
.section-content--cta__container h4 {
  color: #ffffff;
  font-size: 32px;
  line-height: 38px;
}
.section-content--cta__container .btn, .section-content--cta__container .product-single__btn {
  background: #4ec3f4;
  border-color: #4ec3f4;
  color: #ffffff;
}
.section-content--cta__container .btn:hover, .section-content--cta__container .product-single__btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #4ec3f4;
}
.section-content--decalage {
  margin-top: 0;
}

.footer {
  padding: 20px 0;
  background: #ffffff;
  color: #173a73;
  font-size: 14px;
}
.footer:before, .footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.footer:after {
  clear: both;
}
.footer__socials {
  width: 48.031496063%;
  float: left;
  margin-right: 3.937007874%;
}
@media screen and (max-width: 500px) {
  .footer__socials {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.footer__socials__facebook {
  line-height: 48px;
  text-align: left;
  font-size: 14px;
  transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.footer__socials__facebook:focus, .footer__socials__facebook:hover {
  color: #4ec3f4;
}
.footer__socials__facebook i {
  margin-right: 10px;
}
.footer__link {
  opacity: 0.75;
  transition: 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.footer__link:focus, .footer__link:hover {
  opacity: 1;
}
.footer__copyright {
  text-align: right;
  width: 48.031496063%;
  float: right;
  margin-right: 0;
}
@media screen and (max-width: 500px) {
  .footer__copyright {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.footer__copyright .by {
  font-size: 13px;
  line-height: 47px;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  color: rgba(23, 58, 115, 0.4);
  margin-bottom: 0em;
}
.footer__copyright .by .noomia {
  position: relative;
  display: inline-block;
  width: 81px;
  height: 14px;
  text-indent: -9999px;
}
.footer__copyright .by .noomia:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.7;
  background: url(../img/logo-noomia.png) no-repeat;
  background-position: left center;
  background-size: 81px 14px;
}
.svg .footer__copyright .by .noomia:before {
  background: url(../img/logo-noomia.svg) no-repeat;
}
.footer__copyright .by .noomia:after {
  -webkit-transition: width 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: width 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: width 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  content: "";
  background: url(../img/logo-noomia.png) no-repeat;
  background-position: left center;
  background-size: 81px 14px;
}
.svg .footer__copyright .by .noomia:after {
  background: url(../img/logo-noomia.svg) no-repeat;
}
.footer__copyright .by .noomia:hover:after {
  width: 100%;
}
.footer__copyright .by .noomia {
  position: relative;
  top: 2px;
  margin-left: 10px;
  overflow: hidden;
}

.sidebar__return {
  height: 4.125em;
  margin-bottom: 2.5em;
}
.sidebar__block {
  padding: 1.875em;
  margin-bottom: 1.875em;
  background-color: #e7ebf1;
}
.sidebar__block__title {
  margin-bottom: 1.4285714286em;
}
.sidebar__block__content {
  font-size: 0.875em;
}
.sidebar__block:last-of-type {
  margin-bottom: 0;
}
.sidebar__block--infos ul li {
  margin-bottom: 0.7142857143em;
  padding-left: 1.25em;
  position: relative;
}
.sidebar__block--infos ul li:before {
  width: 5px;
  height: 5px;
  content: "";
  display: block;
  background-color: #173a73;
  position: absolute;
  left: 0;
  top: 7px;
}
.sidebar__block--infos ul li:last-child {
  margin-bottom: 0;
}

#home .section-content {
  position: relative;
}
#home .section-content--works {
  background: #e7ebf1;
}
#home .section-content--works .wrapper .metiers__item__txt {
  zoom: 1;
  transform: translate3d(0, 0, 0);
}
#home .section-content--brands .bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#home .section-content--brands .bx-wrapper img {
  height: auto;
}
#home .section-content--products {
  z-index: 9000;
  padding-top: 5em;
  padding-bottom: calc(5em + 105px);
  text-align: center;
}
#home .section-content--products .btn, #home .section-content--products .product-single__btn {
  margin-top: 1.875em;
}
#home .section-content--what__content {
  text-align: center;
  width: 100%;
}
#home .section-content--what__content__title {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
#home .section-content--what__content__title h2 {
  font-size: 26px;
  line-height: 36px;
}
@media screen and (max-width: 650px) {
  #home .section-content--what__content__title h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
#home .section-content--what__content__title h2 a, #home .section-content--what__content__title h2 a * {
  transition: 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  color: #4ec3f4;
}
#home .section-content--what__content__title h2 a:focus, #home .section-content--what__content__title h2 a:hover, #home .section-content--what__content__title h2 a *:focus, #home .section-content--what__content__title h2 a *:hover {
  color: rgba(23, 58, 115, 0.8);
}
#home .section-content--what__content__title .btn, #home .section-content--what__content__title .product-single__btn {
  margin-top: 30px;
}
#home .section-content--what__content__links {
  margin-top: 60px;
}
#home .section-content--what__content__links a {
  width: 48.031496063%;
  float: left;
  margin-right: 3.937007874%;
}
@media screen and (max-width: 650px) {
  #home .section-content--what__content__links a {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
#home .section-content--what__content__links a img {
  border: 3px solid #173a73;
}
#home .section-content--what__content__links a:last-child {
  width: 48.031496063%;
  float: right;
  margin-right: 0;
}
@media screen and (max-width: 650px) {
  #home .section-content--what__content__links a:last-child {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
#home .section-content--what__content__links a .btn, #home .section-content--what__content__links a .product-single__btn {
  background: #ffffff;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 800px) {
  #home .section-content--what__content__links a .btn, #home .section-content--what__content__links a .product-single__btn {
    font-size: 13px;
    padding: 0 20px;
  }
}
#home .section-content--what__content__links a .btn:hover, #home .section-content--what__content__links a .product-single__btn:hover {
  background: #173a73;
}
#home .section-content--what__content__links a:hover .btn, #home .section-content--what__content__links a:hover .product-single__btn {
  color: #ffffff;
  background: #173a73;
}

#event .section-content__container {
  margin: 50px 100px;
}
@media screen and (max-width: 1000px) {
  #event .section-content__container {
    margin: 50px 0;
  }
}
#event .section-content__list li:last-child {
  margin-bottom: 0;
}
#event .section-content__list__elt {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  color: #ffffff;
  background: #E9EDF2;
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  #event .section-content__list__elt {
    flex-direction: column;
  }
}
#event .section-content__list__img {
  min-width: 400px;
  width: 50%;
}
@media screen and (max-width: 800px) {
  #event .section-content__list__img {
    min-width: 0;
    width: 33%;
  }
}
@media screen and (max-width: 500px) {
  #event .section-content__list__img {
    width: 100%;
  }
}
#event .section-content__list__contentContainer {
  width: 50%;
}
@media screen and (max-width: 800px) {
  #event .section-content__list__contentContainer {
    width: 67%;
  }
}
@media screen and (max-width: 500px) {
  #event .section-content__list__contentContainer {
    width: 100%;
  }
}
#event .section-content__list__date span {
  background: #173a73;
  display: inline-block;
  padding: 10px 50px;
  text-align: center;
  min-width: 200px;
}
#event .section-content__list__title {
  color: #173a73;
  font-style: 22px;
  margin: 20px 30px;
  margin-bottom: 0;
}
#event .section-content__list__content {
  margin: 10px 30px;
  margin-bottom: 20px;
  color: #173a73;
}
#event .section-content__list__link {
  display: inline-block;
  font-size: 14px;
  transition: 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  margin: 0 30px;
  margin-bottom: 30px;
}
#event .section-content__list__link:focus, #event .section-content__list__link:hover {
  color: #4ec3f4;
}
#event .section-content__list__link i {
  margin-right: 10px;
}

#temoignages .section-content__container {
  margin: 50px 100px;
}
@media screen and (max-width: 1000px) {
  #temoignages .section-content__container {
    margin: 50px 0;
  }
}
#temoignages .section-content__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#temoignages .section-content__list li:last-child {
  margin-bottom: 0;
}
#temoignages .section-content__list__elt {
  width: calc(50% - 15px);
  background: #E9EDF2;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  #temoignages .section-content__list__elt {
    width: 100%;
  }
}
#temoignages .section-content__list__elt--passed {
  opacity: 0.5;
}
#temoignages .section-content__list__title {
  color: #173a73;
  font-style: 22px;
  margin: 20px 30px;
  margin-bottom: 0;
}
#temoignages .section-content__list__content {
  margin: 10px 30px;
  margin-bottom: 20px;
  color: #173a73;
  position: relative;
}
#temoignages .section-content__list__content > p:first-child:before {
  position: relative;
  font-size: 50px;
  color: #ffffff;
  color: #c9d3df;
  vertical-align: sub;
  margin-right: 10px;
  top: 3px;
  content: "«";
}
#temoignages .section-content__list__content > p:last-child:after {
  position: relative;
  font-size: 50px;
  color: #ffffff;
  color: #c9d3df;
  vertical-align: sub;
  margin-left: 10px;
  bottom: -3px;
  content: "»";
}

@media screen and (max-width: 600px) {
  #contact .section-content--contact {
    padding-top: 5em;
  }
}
@media screen and (max-width: 970px) {
  #contact .section-content--contact .contact__sidebar {
    margin-top: 30px;
  }
}
#contact .section-content--contact .contact__sidebar h2 {
  font-size: 26px;
}
#contact .section-content--contact .contact__sidebar h2:before {
  top: 24px;
}
#contact .section-content--contact .contact__sidebar__element {
  margin-bottom: 60px;
}
#contact .section-content--contact .contact__sidebar a {
  transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#contact .section-content--contact .contact__sidebar a:focus, #contact .section-content--contact .contact__sidebar a:hover {
  color: #4ec3f4;
}
#contact .ninja-forms-cont .textarea-wrap {
  right: 25px;
  width: 44%;
  top: inherit;
}
@media screen and (max-width: 600px) {
  #contact .ninja-forms-cont .textarea-wrap {
    width: 100%;
    right: 0;
  }
}
@media screen and (min-width: 601px) {
  #contact .ninja-forms-cont .textarea-wrap textarea {
    height: 380px;
    resize: none;
  }
}
#contact .ninja-forms-cont .submit-wrap {
  right: 0;
  width: 100%;
  clear: both;
}
#contact .ninja-forms-cont .g_recaptcha-wrap label {
  display: none !important;
}

.content-blog article {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .content-blog article {
    margin-bottom: 30px;
  }
}
.content-blog article:last-child {
  margin-bottom: 0px;
}
.content-blog__item__date {
  font-size: 13px;
  color: #4ec3f4;
}
.content-blog__item h2 {
  margin-bottom: 20px;
}
.content-blog .gallery {
  margin: 0 auto 18px;
}
.content-blog .gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.content-blog .gallery-columns-2 .gallery-item {
  width: 50%;
}
.content-blog .gallery-columns-4 .gallery-item {
  width: 25%;
}
.content-blog .gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.content-blog .gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.content-blog .gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}
.content-blog .gallery dl, .content-blog .gallery dt {
  margin: 0;
}
.content-blog .gallery br + br {
  display: none;
}

.blog .sidebar-sticky, .archive.post .sidebar-sticky, .archive.category .sidebar-sticky, .archive.date .sidebar-sticky, .single-metier .sidebar-sticky, .single-activite .sidebar-sticky, .single-post .sidebar-sticky {
  margin-top: 100px;
}
@media screen and (max-width: 970px) {
  .blog .sidebar-sticky, .archive.post .sidebar-sticky, .archive.category .sidebar-sticky, .archive.date .sidebar-sticky, .single-metier .sidebar-sticky, .single-activite .sidebar-sticky, .single-post .sidebar-sticky {
    margin-top: 0px;
    position: static !important;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .blog .sidebar-sticky, .archive.post .sidebar-sticky, .archive.category .sidebar-sticky, .archive.date .sidebar-sticky, .single-metier .sidebar-sticky, .single-activite .sidebar-sticky, .single-post .sidebar-sticky {
    margin-top: 40px;
  }
}
.blog .sidebar-sticky .title-h3, .archive.post .sidebar-sticky .title-h3, .archive.category .sidebar-sticky .title-h3, .archive.date .sidebar-sticky .title-h3, .single-metier .sidebar-sticky .title-h3, .single-activite .sidebar-sticky .title-h3, .single-post .sidebar-sticky .title-h3 {
  margin-bottom: 20px;
}
.blog .sidebar-sticky ul, .archive.post .sidebar-sticky ul, .archive.category .sidebar-sticky ul, .archive.date .sidebar-sticky ul, .single-metier .sidebar-sticky ul, .single-activite .sidebar-sticky ul, .single-post .sidebar-sticky ul {
  margin-bottom: 60px;
}
.blog .sidebar-sticky ul:last-child, .archive.post .sidebar-sticky ul:last-child, .archive.category .sidebar-sticky ul:last-child, .archive.date .sidebar-sticky ul:last-child, .single-metier .sidebar-sticky ul:last-child, .single-activite .sidebar-sticky ul:last-child, .single-post .sidebar-sticky ul:last-child {
  margin-bottom: 0px;
}
.blog .content-blog, .archive.post .content-blog, .archive.category .content-blog, .archive.date .content-blog, .single-metier .content-blog, .single-activite .content-blog, .single-post .content-blog {
  margin-top: 100px;
}
@media screen and (max-width: 970px) {
  .blog .content-blog, .archive.post .content-blog, .archive.category .content-blog, .archive.date .content-blog, .single-metier .content-blog, .single-activite .content-blog, .single-post .content-blog {
    margin-top: 0px;
  }
}
.blog .section-content .wrapper, .archive.post .section-content .wrapper, .archive.category .section-content .wrapper, .archive.date .section-content .wrapper, .single-metier .section-content .wrapper, .single-activite .section-content .wrapper, .single-post .section-content .wrapper {
  margin-top: -100px;
}
@media screen and (max-width: 970px) {
  .blog .section-content .wrapper, .archive.post .section-content .wrapper, .archive.category .section-content .wrapper, .archive.date .section-content .wrapper, .single-metier .section-content .wrapper, .single-activite .section-content .wrapper, .single-post .section-content .wrapper {
    margin-top: 0px;
  }
}

/* --------------------------------------------------- */
/* ---------->>> PRODUCT PAGE SPECEFIC <<<------------ */
/* --------------------------------------------------- */
#products .page-head {
  max-width: 744px;
}
#products .ninja-forms-cont .ninja-forms-response-msg.ninja-forms-error-msg, #products .ninja-forms-cont .ninja-forms-response-msg.ninja-forms-success-msg {
  margin-bottom: 0;
  position: absolute;
  right: 55px;
  top: -37px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
}

/* --------------------------------------------------- */
/* ---------------->>> CATEGORY NAV <<<--------------- */
/* --------------------------------------------------- */
.category-nav {
  margin-bottom: 57px;
  position: relative;
  padding: 0 30px;
  text-align: center;
}

.category-nav__item {
  -webkit-transition: 0.3s 0.3s ease-in-out all;
  -moz-transition: 0.3s 0.3s ease-in-out all;
  transition: 0.3s 0.3s ease-in-out all;
  border-bottom: 3px solid transparent;
  width: auto;
  margin: 10px;
  display: inline-block;
}
.category-nav__item img {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 7px auto;
  opacity: 0.2;
  transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.category-nav__item:hover img {
  opacity: 1;
}
.category-nav__item:hover .category-nav__name {
  color: #173a73;
}
.category-nav__item.is-active {
  border-bottom: 3px solid #4ec3f4;
}
.category-nav__item.is-active img {
  opacity: 1;
}
.category-nav__item.is-active .category-nav__name {
  color: rgba(23, 58, 115, 0.5);
}

.category-nav__item:nth-child(1) {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
}
.category-nav__item:nth-child(2) {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
}
.category-nav__item:nth-child(3) {
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  opacity: 0;
}
.category-nav__item:nth-child(4) {
  -webkit-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
  opacity: 0;
}
.category-nav__item:nth-child(5) {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
}
.category-nav__item:nth-child(6) {
  -webkit-transform: translateY(60%);
  -ms-transform: translateY(60%);
  transform: translateY(60%);
  opacity: 0;
}
.category-nav__item:nth-child(7) {
  -webkit-transform: translateY(70%);
  -ms-transform: translateY(70%);
  transform: translateY(70%);
  opacity: 0;
}
.category-nav__item:nth-child(8) {
  -webkit-transform: translateY(80%);
  -ms-transform: translateY(80%);
  transform: translateY(80%);
  opacity: 0;
}
.category-nav__item:nth-child(9) {
  -webkit-transform: translateY(90%);
  -ms-transform: translateY(90%);
  transform: translateY(90%);
  opacity: 0;
}

.category-nav.anim-it .category-nav__item {
  transition: 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.category-nav.anim-it .category-nav__item:nth-child(1) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.category-nav.anim-it .category-nav__item:nth-child(2) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.category-nav.anim-it .category-nav__item:nth-child(3) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.category-nav.anim-it .category-nav__item:nth-child(4) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.category-nav.anim-it .category-nav__item:nth-child(5) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.category-nav.anim-it .category-nav__item:nth-child(6) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.category-nav.anim-it .category-nav__item:nth-child(7) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.category-nav.anim-it .category-nav__item:nth-child(8) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.category-nav.anim-it .category-nav__item:nth-child(9) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.category-nav__link {
  display: block;
}

.category-nav__name {
  letter-spacing: 1px;
  font-size: 14px;
  text-align: center;
  color: rgba(23, 58, 115, 0.5);
  transition: 0.1s ease-in-out all;
  line-height: 1.4;
  font-weight: bold;
}

@media only screen and (max-width: 870px) {
  .category-nav__item {
    width: 20%;
  }
  .category-nav__item:nth-child(6) {
    clear: left;
  }
}
@media only screen and (max-width: 600px) {
  .category-nav {
    display: none;
  }
}
/* --------------------------------------------------- */
/* ---------------->>> CATEGORY SELECT <<<----------- */
/* --------------------------------------------------- */
.category-select-wrapper {
  display: none;
  position: relative;
  width: 100%;
}
.category-select-wrapper label {
  margin-bottom: 10px;
  display: block;
}
.category-select-wrapper:after {
  font: normal normal normal 14px/1 FontAwesome;
  color: #173a73;
  content: "";
  position: absolute;
  right: 45px;
  top: 28px;
  line-height: 44px;
  display: inline-block;
  height: 44px;
  width: 9px;
}

.category-select {
  -webkit-appearance: "none";
  -moz-appearance: "none";
  appearance: "none";
  border-radius: 0;
  height: 44px;
  width: 100%;
  display: block;
  border: 0;
  border-bottom: 1px solid rgba(23, 58, 115, 0.5);
  font-size: 16px;
  font-family: "Proxima Nova", "proxima-nova", "Helvetica", "Arial", sans-serif;
  background: #e7ebf1;
  margin-bottom: 30px;
  padding-left: 15px;
  color: #173a73;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .category-select-wrapper {
    display: block;
  }
}
/* --------------------------------------------------- */
/* ---------------->>> LIST-IMG PRODUCT <<<--------------- */
/* --------------------------------------------------- */
.list-img.products {
  /* PRODUCT LIST WITHOUT :HOVER ON MOBILE --------------------------------------------------- */
}
.list-img.products .listing-products {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.list-img.products .list-img__link {
  min-height: 386px;
  opacity: 0.3;
  transition: 0.75s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.list-img.products .list-img__item {
  z-index: 0;
  width: 22.6%;
  margin: 10px auto;
  order: 2;
  transform: scale(0);
  width: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s, margin 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
}
.list-img.products .list-img__item *, .list-img.products .list-img__item .list-img__name {
  opacity: 0;
}
@media screen and (max-width: 500px) {
  .list-img.products .list-img__item .list-img__name {
    height: 0;
  }
}
.list-img.products .list-img__item.is-active {
  width: 22.6%;
  transform: scale(1);
  width: 22.6%;
  margin: 10px 1%;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s, transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s, width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), margin 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.list-img.products .list-img__item.is-active *, .list-img.products .list-img__item.is-active .list-img__name {
  opacity: 1;
}
.list-img.products .list-img__item.is-active .list-img__link {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .list-img.products .list-img__item.is-active {
    width: 48% !important;
  }
}
@media screen and (max-width: 500px) {
  .list-img.products .list-img__item.is-active {
    width: 100% !important;
    margin-bottom: 35px;
  }
  .list-img.products .list-img__item.is-active .list-img__name {
    height: auto;
  }
}
.list-img.products .list-img__item .listing-products__item__img-container:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #173a73;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.25s 0s ease-in-out all;
  -moz-transition: 0.25s 0s ease-in-out all;
  transition: 0.25s 0s ease-in-out all;
}
.list-img.products .list-img__item .listing-products__item__img-container.empty-box:after {
  opacity: 1;
}
.list-img.products .list-img__item .listing-products__item__img-container.empty-box .list-img__name, .list-img.products .list-img__item .listing-products__item__img-container.empty-box .list-img__count {
  opacity: 0;
  transition-delay: 0.2s;
}
.list-img.products .list-img__item .list-img__name, .list-img.products .list-img__item .list-img__count {
  opacity: 1;
}
.list-img.products .list-img__item .list-img__name {
  opacity: 0;
}
.list-img.products .list-img__item .listing-products__item__img-container img {
  height: auto;
}
@media screen and (min-width: 501px) {
  .list-img.products .list-img__item .listing-products__item__img-container img {
    height: 150px;
  }
}
@media screen and (min-width: 601px) {
  .list-img.products .list-img__item .listing-products__item__img-container img {
    height: 350px;
  }
}
@media screen and (min-width: 801px) {
  .list-img.products .list-img__item .listing-products__item__img-container img {
    height: 200px;
  }
}
@media screen and (min-width: 1001px) {
  .list-img.products .list-img__item .listing-products__item__img-container img {
    height: 200px;
  }
}
@media screen and (min-width: 1301px) {
  .list-img.products .list-img__item .listing-products__item__img-container img {
    height: 250px;
  }
}

/* --------------------------------------------------- */
/* ---------------->>> PRODUCT LOADER <<<--------------- */
/* --------------------------------------------------- */
.mjevent-loader {
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: 50%;
  top: 35%;
  margin-left: -1rem;
  margin-top: -1rem;
  opacity: 0;
  color: #c54223;
  -webkit-transition: 0.25s ease-in-out all;
  -moz-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.mjevent-loader::before {
  position: fixed;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 4px;
  display: block;
  content: "";
  background: #4ec3f4;
  box-shadow: 1.25rem 0 0 #4ec3f4, 1.25rem 1.25rem 0 #4ec3f4, 0 1.25rem 0 #4ec3f4;
  transform-origin: 1rem 1rem;
}
.mjevent-loader.is-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mjevent-loader.is-active:before {
  animation: move 0.7s infinite ease-in-out;
}

@keyframes move {
  0% {
    transform: translateX(0);
    box-shadow: 1.25rem 0 0 #4ec3f4, 1.25rem 1.25rem 0 #4ec3f4, 0 1.25rem 0 #4ec3f4;
  }
  100% {
    transform: translateX(1.25rem);
    box-shadow: 0 1.25rem 0 #4ec3f4, -1.25rem 1.25rem 0 #4ec3f4, -1.25rem 0 0 #4ec3f4;
  }
}
/* --------------------------------------------------- */
/* ---------------->>> PRODUCT SINGLE <<<--------------- */
/* --------------------------------------------------- */
.product-single {
  min-height: 600px;
  overflow: hidden;
  padding: 0px;
  position: fixed;
  display: block;
  background-color: white;
  z-index: 9999;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}
.product-single.is-done {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
}

.product-single__content, .product-single__img {
  width: 50%;
  position: absolute;
}

.product-single__content {
  opacity: 0;
  transition: 0.25s linear all;
  right: 0;
  text-align: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-single__content {
    margin-top: 50px;
  }
}
.product-single__content div, .product-single__content p, .product-single__content ul, .product-single__content li {
  text-align: left;
}
@media screen and (min-width: 880px) {
  .product-single__content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .product-single__content {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.product-single__content ul {
  list-style-type: disc;
}
.product-single__content ul li {
  margin-left: 20px;
  line-height: 1.5;
}

.product-single__img {
  left: 0;
  padding-top: 0px;
}

.add-content .product-single__content {
  opacity: 1;
}
.add-content .product-single__img {
  width: 50%;
}
.add-content .product-single__mention {
  opacity: 1;
}

.add-content .product-single__img {
  width: 50%;
}

.product-single__hg h1 {
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 0;
}

.product-spec {
  margin-bottom: 36px;
}
.product-spec li {
  margin-bottom: 20px;
}
.product-spec li:before, .product-spec li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product-spec li:after {
  clear: both;
}
.product-spec .product-spec__title {
  float: left;
}
.product-spec .product-spec__small {
  float: right;
}

.product-spec__title {
  font-size: 16px;
}

.product-single__small, .product-spec .product-spec__small {
  font-size: 16px;
  color: rgba(23, 58, 115, 0.6);
}

.product-single__btn {
  margin-top: 15px;
  transform: scale(0.9);
}
@media screen and (min-width: 881px) {
  .product-single__btn {
    transform: scale(0.75);
  }
}
.product-single__mention {
  color: rgba(23, 58, 115, 0.6);
  clear: left;
  font-size: 12px;
  line-height: normal;
  padding-top: 20px;
  padding-left: 0px;
  opacity: 0;
}

.product-single__close {
  font-size: 0;
  cursor: pointer;
  color: #4ec3f4;
  text-align: right;
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0;
  -webkit-transition: 0.2s cubic-bezier(0.42, 0, 0.21, 1.32) all;
  -moz-transition: 0.2s cubic-bezier(0.42, 0, 0.21, 1.32) all;
  transition: 0.2s cubic-bezier(0.42, 0, 0.21, 1.32) all;
}
.product-single__close:before, .product-single__close:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product-single__close:after {
  clear: both;
}
.product-single__close.is-active {
  opacity: 1;
}
.product-single__close .icon, .product-single__close .ms-choice > div, .product-single__close .dk-selected:before, .product-single__close .lb-nav a.lb-prev, .lb-nav .product-single__close a.lb-prev, .product-single__close .lb-nav a.lb-next, .lb-nav .product-single__close a.lb-next, .product-single__close .lb-data .lb-close, .lb-data .product-single__close .lb-close {
  font-size: 15px;
  float: right;
}
.product-single__close:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.single-product-page {
  margin-top: 143px;
}

/* --------------------------------------------------- */
/* ---------->>> PRODUCT SINGLE WRAPPERS <<<---------- */
/* --------------------------------------------------- */
.product-single__wrapper-product, .product-single__wrapper-form {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  padding: 0px;
  background: white;
  overflow-y: auto;
  overflow-x: hidden;
}
.product-single__wrapper-product .ajax-container, .product-single__wrapper-form .ajax-container {
  min-height: 100%;
  width: 100%;
}
@media screen and (min-width: 880px) {
  .product-single__wrapper-product .ajax-container, .product-single__wrapper-form .ajax-container {
    display: flex;
    align-items: flex-start;
    padding: 40px 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-single__wrapper-product .ajax-container, .product-single__wrapper-form .ajax-container {
    display: block;
  }
}
.product-single__wrapper-product .ajax-container .product-single__img img, .product-single__wrapper-form .ajax-container .product-single__img img {
  margin: auto;
}
.product-single__wrapper-product.is-active, .product-single__wrapper-form.is-active {
  pointer-events: inherit;
}

.product-single__wrapper-product, .product-single__wrapper-form {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s 0s linear all;
  -moz-transition: 0.3s 0s linear all;
  transition: 0.3s 0s linear all;
}

.product-single__wrapper-product.is-active, .product-single__wrapper-form.is-active {
  opacity: 1;
  pointer-events: inherit;
}

.product-single__wrapper-form .product-single__prev-btn {
  margin: 0 0 20px 30px;
  border: 0;
  background: none;
  color: #4ec3f4;
  padding: 0;
  margin: 10px;
  height: 25px;
}
.product-single__wrapper-form .product-single__prev-btn .icon, .product-single__wrapper-form .product-single__prev-btn .ms-choice > div, .product-single__wrapper-form .product-single__prev-btn .dk-selected:before, .product-single__wrapper-form .product-single__prev-btn .lb-nav a.lb-prev, .lb-nav .product-single__wrapper-form .product-single__prev-btn a.lb-prev, .product-single__wrapper-form .product-single__prev-btn .lb-nav a.lb-next, .lb-nav .product-single__wrapper-form .product-single__prev-btn a.lb-next, .product-single__wrapper-form .product-single__prev-btn .lb-data .lb-close, .lb-data .product-single__wrapper-form .product-single__prev-btn .lb-close {
  font-size: 13px;
  margin-right: 10px;
  vertical-align: middle;
}
.product-single__wrapper-form .ninja-forms-required-items {
  display: none;
}
.product-single__wrapper-form .ninja-forms-cont {
  max-width: initial;
  margin: 0 auto;
  height: 100%;
  padding: 14px 15px 0 15px;
  height: calc(100% - 25px);
}
.product-single__wrapper-form .field-wrap {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px !important;
  float: left;
}
.product-single__wrapper-form .textarea-wrap textarea {
  height: 270px !important;
  resize: none;
}
.product-single__wrapper-form .submit-wrap {
  width: initial;
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: 0;
  cursor: pointer;
}
.product-single__wrapper-form .submit-wrap .ninja-forms-field {
  cursor: pointer;
}
.product-single__wrapper-form .g_recaptcha-wrap {
  right: -8px;
  margin-top: 6px;
}
.product-single__wrapper-form .g_recaptcha-wrap label {
  display: none !important;
}
.product-single__wrapper-form .ninja-forms-error-msg {
  bottom: 0 !important;
}
.product-single__wrapper-form .ninja-forms-success-msg {
  bottom: 25px !important;
}
@media only screen and (max-width: 880px) {
  .product-single__wrapper-form .field-wrap {
    width: 100%;
    float: none;
  }
  .product-single__wrapper-form .submit-wrap {
    bottom: inherit;
    top: 500px;
  }
}
@media only screen and (max-width: 880px) and (max-width: 600px) {
  .product-single__wrapper-form .submit-wrap {
    position: relative;
    top: inherit;
  }
}
@media only screen and (max-width: 880px) {
  .product-single__wrapper-form .g_recaptcha-wrap {
    right: 0px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 880px) and (max-width: 600px) {
  .product-single__wrapper-form .g_recaptcha-wrap {
    padding-left: 0;
  }
}

/* --------------------------------------------------- */
/* ------->>> MOBILE MODAL & PRODUCT LIST <<<--------- */
/* --------------------------------------------------- */
@media only screen and (max-width: 880px) {
  .product-single {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    opacity: 0 !important;
    max-height: none !important;
    min-height: 100% !important;
    overflow: scroll;
    padding-top: 0;
    padding-bottom: 0;
    pointer-events: none;
    max-width: initial;
    background: white !important;
    -webkit-transition: 0.3s 0s ease-in-out all;
    -moz-transition: 0.3s 0s ease-in-out all;
    transition: 0.3s 0s ease-in-out all;
  }
  .product-single .product-single__close {
    top: 6px;
  }
  .product-single .product-single__img {
    height: auto;
  }
  .product-single .product-single__img img {
    margin: auto;
    width: 80%;
  }
}
@media only screen and (max-width: 880px) and (max-width: 400px) {
  .product-single .product-single__img img {
    width: 100%;
  }
}
@media only screen and (max-width: 880px) {
  .product-single .product-single__wrapper-product, .product-single .product-single__wrapper-form {
    background: white !important;
    pointer-events: none;
    top: 0;
    bottom: 0;
    height: 100%;
    padding: 36px 0 0 0;
    opacity: 0;
    transition: 0.3s ease-in-out all;
  }
}
@media only screen and (max-width: 880px) {
  .product-single .product-single__wrapper-form {
    min-height: 100%;
  }
  .product-single .product-single__wrapper-form .ninja-forms-cont {
    min-height: 115%;
  }
}
@media only screen and (max-width: 880px) and (max-width: 400px) {
  .product-single .product-single__wrapper-form .ninja-forms-cont {
    overflow: hidden;
    height: auto;
  }
}
@media only screen and (max-width: 880px) {
  .product-single .product-single__prev-btn {
    position: absolute;
    top: -4px;
  }
}
@media only screen and (max-width: 880px) {
  .product-single.is-active {
    visibility: visible;
    pointer-events: inherit;
    opacity: 1 !important;
  }
  .product-single.is-active .product-single__wrapper-product, .product-single.is-active .product-single__wrapper-form {
    pointer-events: none;
  }
  .product-single.is-active .product-single__wrapper-product.is-active, .product-single.is-active .product-single__wrapper-form.is-active {
    opacity: 1;
    pointer-events: inherit;
  }
}
@media only screen and (max-width: 880px) {
  .product-single.is-visibility, .product-single.is-done {
    opacity: 1 !important;
  }
}
@media only screen and (max-width: 880px) {
  .product-single .product-single__mention {
    position: relative;
    bottom: 0;
    opacity: 1;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 880px) {
  .product-single .product-single__content, .product-single .product-single__img {
    opacity: 1;
    float: none;
    width: 100%;
    position: relative;
    background: white;
    padding: 0;
  }
}
@media only screen and (max-width: 880px) {
  .product-single .product-single__content {
    padding: 30px 5%;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 880px) {
  .product-single .product-single__close {
    opacity: 1;
    pointer-events: inherit;
  }
}
@media only screen and (max-width: 880px) {
  .product-single .textarea-wrap textarea {
    height: 400px !important;
  }
}
@media only screen and (max-width: 880px) and (max-width: 600px) {
  .product-single .textarea-wrap textarea {
    height: 250px !important;
  }
}
@media only screen and (max-width: 880px) and (max-width: 600px) {
  .product-single .product-single__wrapper-form .ninja-forms-response-msg {
    position: relative;
    margin: 20px auto;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 880px) and (min-width: 601px) {
  .product-single .product-single__wrapper-form .ninja-forms-response-msg {
    height: 0px !important;
    top: 525px;
  }
}
@media screen and (max-width: 600px) {
  .product-single .textarea-wrap {
    padding-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .product-single__wrapper-form .ninja-forms-cont {
    overflow: hidden;
    height: auto;
  }
}

@media only screen and (max-width: 400px) {
  .product-single .product-single__spec__title, .product-single .product-single__small, .product-single .product-spec .product-spec__small, .product-spec .product-single .product-spec__small {
    float: none;
  }
  .product-single .product-single__content {
    padding: 30px;
    padding-bottom: 0;
  }
}



/* ========================================================================== */
/* NINJA FORMS V3 - MODAL PRODUCT FORM */
/* ========================================================================== */
.product-single__wrapper-form .ninja-forms-cont {
  max-width: initial;
  margin: 0 auto;
  height: max-content;
  padding: 14px 15px 0 15px;
}
.product-single__wrapper-form .nf-form-cont,
.product-single__wrapper-form .nf-form-wrap,
.product-single__wrapper-form .nf-form-content {
  max-width: initial;
  margin: 0 auto;
  height: max-content;
  padding: 0;
}
.product-single__wrapper-form .nf-form-fields-required {
  display: none;
}
/* Reset des anciens styles field-wrap */
.product-single__wrapper-form .field-wrap {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  position: static !important;
}
.product-single__wrapper-form .nf-field-container {
  width: 100%;
  padding: 0 7px;
  margin-bottom: 30px !important;
  clear: both;
  box-sizing: border-box;
}
/* Champs en 50% - Colonne 1 et 2 */
.product-single__wrapper-form .nf-field-container.textbox-container,
.product-single__wrapper-form .nf-field-container.firstname-container,
.product-single__wrapper-form .nf-field-container.email-container {
  width: 50%;
  float: left;
  clear: none;
}
.product-single__wrapper-form .nf-field-container .nf-field-label label {
  font-size: 0.875em;
  color: #163336;
  margin-bottom: 5px;
  display: block;
  width: 100%;
}
.product-single__wrapper-form .nf-field-container .nf-field-element {
  width: 100%;
}
.product-single__wrapper-form
  .nf-field-container
  .nf-field-element
  input[type="text"],
.product-single__wrapper-form
  .nf-field-container
  .nf-field-element
  input[type="email"],
.product-single__wrapper-form
  .nf-field-container
  .nf-field-element
  input[type="tel"],
.product-single__wrapper-form
  .nf-field-container
  .nf-field-element
  input[type="number"],
.product-single__wrapper-form .nf-field-container .nf-field-element select {
  font-size: 0.875em;
  line-height: 3.57143em;
  width: 100%;
  height: 3.57143em;
  padding: 0 1.42857em;
  border: none;
  background-color: #fff;
  box-sizing: border-box;
}
.product-single__wrapper-form
  .nf-field-container
  .nf-field-element
  input[type="text"]:focus,
.product-single__wrapper-form
  .nf-field-container
  .nf-field-element
  input[type="email"]:focus,
.product-single__wrapper-form
  .nf-field-container
  .nf-field-element
  input[type="tel"]:focus,
.product-single__wrapper-form
  .nf-field-container
  .nf-field-element
  input[type="number"]:focus,
.product-single__wrapper-form
  .nf-field-container
  .nf-field-element
  select:focus {
  outline: none;
}
.product-single__wrapper-form .nf-field-container .nf-error-msg {
  font-size: 0.875em;
  color: #ff0000;
  margin-top: 5px;
}
.product-single__wrapper-form .nf-field-container.textarea-container {
  width: 100% !important;
  clear: both;
  float: none;
}
.product-single__wrapper-form .nf-field-container.textarea-container textarea {
  min-height: 270px !important;
  height: 270px !important;
  resize: none;
  line-height: 2 !important;
  padding: 0.75em 1.25em !important;
  font-family: "Open Sans", sans-serif !important;
  width: 100%;
  border: none;
  background-color: #fff;
  box-sizing: border-box;
}
.product-single__wrapper-form
  .nf-field-container.textarea-container
  textarea:focus {
  outline: none;
}
.product-single__wrapper-form .nf-field-container.recaptcha-container {
  width: 100% !important;
  clear: both;
  float: none;
  margin-top: 6px;
}
.product-single__wrapper-form .nf-field-container.submit-container,
.product-single__wrapper-form .submit-wrap {
  width: 100%;
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: 0;
  float: none;
}
.product-single__wrapper-form
  .nf-field-container.submit-container
  input[type="button"],
.product-single__wrapper-form
  .nf-field-container.submit-container
  input[type="submit"],
.product-single__wrapper-form .nf-field-container.submit-container .nf-element,
.product-single__wrapper-form .submit-wrap input[type="button"],
.product-single__wrapper-form .submit-wrap input[type="submit"],
.product-single__wrapper-form .submit-wrap .nf-element {
  -webkit-transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: inline-block;
  width: auto;
  padding: 0 2.5em;
  cursor: pointer;
  color: #fff;
  background-color: #173a73;
  font-size: 15px;
  line-height: 58px;
  height: 64px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}
.product-single__wrapper-form
  .nf-field-container.submit-container
  input[type="button"]:hover,
.product-single__wrapper-form
  .nf-field-container.submit-container
  input[type="submit"]:hover,
.product-single__wrapper-form
  .nf-field-container.submit-container
  .nf-element:hover,
.product-single__wrapper-form .submit-wrap input[type="button"]:hover,
.product-single__wrapper-form .submit-wrap input[type="submit"]:hover,
.product-single__wrapper-form .submit-wrap .nf-element:hover {
  background-color: #163336;
  border-color: #163336;
}
.product-single__wrapper-form .nf-response-msg,
.product-single__wrapper-form .nf-error-msg,
.product-single__wrapper-form .nf-success-msg {
  position: absolute;
  bottom: 25px;
  left: 30px;
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
}
.product-single__wrapper-form .nf-error-msg,
.product-single__wrapper-form .nf-form-errors {
  color: #ff0000 !important;
}
.product-single__wrapper-form .nf-success-msg {
  color: #00ff00 !important;
}
.product-single__wrapper-form .nf-form-hp {
  display: none;
}





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