@import 'jquery.mCustomScrollbar.min.css';
/* Reset default values */
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;
}
/* Colors */
/* Fonts */
/*---------*/
/* Helpers */
/*---------*/
.clear {
  clear: both;
}
.cf {
  display: block;
}
.cf:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.border_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
/*----------*/
/* Elements */
/*----------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  margin: 0;
}
body {
  color: #333333;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
  line-height: 2.4rem;
  margin: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
html,
body,
button {
  background: #ffffff;
}
/***********/
/* Content */
/***********/
h1,
h2,
h3,
h4 {
  color: #006983;
  font-family: 'Lato', sans-serif;
}
h1 {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 44px;
  line-height: 4.4rem;
  margin: 0 0 20px;
}
h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 35px;
  line-height: 3.5rem;
  margin: 0 0 20px;
}
h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 30px;
  line-height: 3rem;
  margin: 0 0 20px;
}
h4,
h5,
h6 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 30px;
  line-height: 3rem;
  margin: 0;
}
h5,
h6 {
  color: #666666;
}
p {
  margin: 0 0 24px;
}
a {
  background: transparent;
  color: #006983;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
img {
  border: none;
  display: block;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table th {
  padding: 0;
  text-align: left;
  vertical-align: top;
}
hr {
  -moz-box-sizing: content-box;
  border: none;
  border-top: 1px solid #666666;
  box-sizing: content-box;
  height: 0;
  margin-bottom: 16px;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/*********/
/* Forms */
/*********/
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  color: #999999;
  font: inherit;
  margin: 0;
}
input,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  box-shadow: none;
  display: block;
  font: 1.4rem 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
  padding: 5px 10px;
  width: 100%;
}
input.error,
textarea.error {
  border-color: #b42314;
  color: #b42314;
}
input[type="password"].error,
textarea[type="password"].error {
  border-color: #b2b2b2;
  color: #333333;
}
input:hover,
textarea:hover {
  border-color: #99c3cd;
  color: #22778e;
}
input:focus,
textarea:focus {
  border-color: #b2b2b2;
  color: #333333;
  outline: none;
}
:-ms-input-placeholder,
::-webkit-input-placeholder {
  color: #999999;
}
:-moz-placeholder,
::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.error:-ms-input-placeholder,
.error::-webkit-input-placeholder {
  color: #b42314;
}
.error:-moz-placeholder,
.error::-moz-placeholder {
  color: #b42314;
  opacity: 1;
}
input:hover:-ms-input-placeholder,
input:hover::-webkit-input-placeholder {
  color: #22778e;
}
input:hover:-moz-placeholder,
input:hover::-moz-placeholder {
  color: #22778e;
  opacity: 1;
}
input {
  height: 40px;
}
select {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
label {
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
textarea {
  overflow: auto;
  resize: none;
  line-height: 2.4rem;
  height: 66px;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type=checkbox],
input[type=radio] {
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -moz-box-sizing: content-box;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border-top: 1px solid #cce1e6;
  margin: 0 0 30px;
  padding: 16px 0 0;
}
fieldset:first-child {
  border-top: none;
  padding-top: 0;
}
fieldset:last-child {
  margin-bottom: 0;
}
input[type=radio],
input[type=checkbox] {
  display: none;
}
input[type=radio] + label,
input[type=checkbox] + label {
  display: block;
  line-height: 20px;
  line-height: 2rem;
  margin-left: 27px;
  position: relative;
}
input[type=radio] + label:before,
input[type=checkbox] + label:before {
  background: url('../img/bg/sprite.png') no-repeat -150px -200px;
  background-size: 500px 450px;
  content: '';
  height: 20px;
  left: -27px;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: 10;
}
input[type=checkbox] + label:before {
  background-position: -200px -200px;
}
input[type=radio] + label:hover:before {
  background-position: -150px -250px;
}
input[type=checkbox] + label:hover:before {
  background-position: -200px -250px;
}
input[type='radio']:checked + label:before,
input[type='radio']:checked + label:hover:before {
  background-position: -150px -300px;
}
input[type='checkbox']:checked + label:before,
input[type='checkbox']:checked + label:hover:before {
  background-position: -200px -300px;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
legend {
  border: 0;
  padding: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (-o-min-device-pixel-ratio: 3/2) {
  input[type=radio] + label:before,
  input[type=checkbox] + label:before {
    background-image: url('../img/bg/sprite@2x.png');
    background-size: 500px 450px;
  }
}
.hidden {
  display: none;
}
.row_wrapper {
  overflow: hidden;
}
.row_offset {
  margin-bottom: 30px;
}
.container {
  margin: 0 auto;
  max-width: 1240px;
  width: 90%;
}
.container .container {
  width: auto;
}
.row:after,
.col:after {
  clear: both;
  content: '.';
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.col {
  margin-bottom: 30px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .hidden_xs {
    display: none;
  }
  .visible_xs {
    display: block;
  }
}
/*----------------------------*/
/* 12 Column Grid 0px - 767px */
/*----------------------------*/
/* Columns */
/* Offsets */
.col_1 {
  width: 8.33333333%;
}
.col_2 {
  width: 16.66666667%;
}
.col_3 {
  width: 25%;
}
.col_4 {
  width: 33.33333333%;
}
.col_5 {
  width: 41.66666667%;
}
.col_6 {
  width: 50%;
}
.col_7 {
  width: 58.33333333%;
}
.col_8 {
  width: 66.66666667%;
}
.col_9 {
  width: 75%;
}
.col_10 {
  width: 83.33333333%;
}
.col_11 {
  width: 91.66666667%;
}
.col_12 {
  width: 100%;
}
.offset_1 {
  margin-left: 8.33333333%;
}
.offset_2 {
  margin-left: 16.66666667%;
}
.offset_3 {
  margin-left: 25%;
}
.offset_4 {
  margin-left: 33.33333333%;
}
.offset_5 {
  margin-left: 41.66666667%;
}
.offset_6 {
  margin-left: 50%;
}
.offset_7 {
  margin-left: 58.33333333%;
}
.offset_8 {
  margin-left: 66.66666667%;
}
.offset_9 {
  margin-left: 75%;
}
.offset_10 {
  margin-left: 83.33333333%;
}
.offset_11 {
  margin-left: 91.66666667%;
}
.offset_12 {
  margin-left: 100%;
}
/*-------------------------------*/
/* 12 Column Grid 768px - 1023px */
/*-------------------------------*/
@media screen and (min-width: 768px) {
  .row_offset {
    margin-bottom: 40px;
  }
  .row {
    margin: 0 -1.5%;
  }
  .col {
    margin-bottom: 40px;
    padding: 0 1.5%;
  }
  .hidden_sm {
    display: none;
  }
  .visible_sm {
    display: block;
  }
  /* Columns */
  /* Offsets */
  /* Nested columns */
  .col_sm_1 {
    width: 8.33333333%;
  }
  .col_sm_2 {
    width: 16.66666667%;
  }
  .col_sm_3 {
    width: 25%;
  }
  .col_sm_4 {
    width: 33.33333333%;
  }
  .col_sm_5 {
    width: 41.66666667%;
  }
  .col_sm_6 {
    width: 50%;
  }
  .col_sm_7 {
    width: 58.33333333%;
  }
  .col_sm_8 {
    width: 66.66666667%;
  }
  .col_sm_9 {
    width: 75%;
  }
  .col_sm_10 {
    width: 83.33333333%;
  }
  .col_sm_11 {
    width: 91.66666667%;
  }
  .col_sm_12 {
    width: 100%;
  }
  .offset_sm_1 {
    margin-left: 8.33333333%;
  }
  .offset_sm_2 {
    margin-left: 16.66666667%;
  }
  .offset_sm_3 {
    margin-left: 25%;
  }
  .offset_sm_4 {
    margin-left: 33.33333333%;
  }
  .offset_sm_5 {
    margin-left: 41.66666667%;
  }
  .offset_sm_6 {
    margin-left: 50%;
  }
  .offset_sm_7 {
    margin-left: 58.33333333%;
  }
  .offset_sm_8 {
    margin-left: 66.66666667%;
  }
  .offset_sm_9 {
    margin-left: 75%;
  }
  .offset_sm_10 {
    margin-left: 83.33333333%;
  }
  .offset_sm_11 {
    margin-left: 91.66666667%;
  }
  .offset_sm_12 {
    margin-left: 100%;
  }
  .col_sm_1 .col {
    padding: 0 18%;
  }
  .col_sm_2 .col {
    padding: 0 9%;
  }
  .col_sm_3 .col {
    padding: 0 6%;
  }
  .col_sm_4 .col {
    padding: 0 4.5%;
  }
  .col_sm_5 .col {
    padding: 0 3.6%;
  }
  .col_sm_6 .col {
    padding: 0 3%;
  }
  .col_sm_7 .col {
    padding: 0 2.57142857%;
  }
  .col_sm_8 .col {
    padding: 0 2.25%;
  }
  .col_sm_9 .col {
    padding: 0 2%;
  }
  .col_sm_10 .col {
    padding: 0 1.8%;
  }
  .col_sm_11 .col {
    padding: 0 1.63636364%;
  }
  .col_sm_12 .col {
    padding: 0 1.5%;
  }
  .col_sm_1 .row {
    margin: 0 -18%;
  }
  .col_sm_2 .row {
    margin: 0 -9%;
  }
  .col_sm_3 .row {
    margin: 0 -6%;
  }
  .col_sm_4 .row {
    margin: 0 -4.5%;
  }
  .col_sm_5 .row {
    margin: 0 -3.6%;
  }
  .col_sm_6 .row {
    margin: 0 -3%;
  }
  .col_sm_7 .row {
    margin: 0 -2.57142857%;
  }
  .col_sm_8 .row {
    margin: 0 -2.25%;
  }
  .col_sm_9 .row {
    margin: 0 -2%;
  }
  .col_sm_10 .row {
    margin: 0 -1.8%;
  }
  .col_sm_11 .row {
    margin: 0 -1.63636364%;
  }
  .col_sm_12 .row {
    margin: 0 -1.5%;
  }
}
/*----------------------------------*/
/* 12 Column Grid 1024px - Infinity */
/*----------------------------------*/
@media screen and (min-width: 1024px) {
  .row_offset {
    margin-bottom: 50px;
  }
  .hidden_md {
    display: none;
  }
  .visible_md {
    display: block;
  }
  .col {
    margin-bottom: 50px;
  }
  /* Columns */
  /* Offsets */
  /* Nested columns */
  .col_md_1 {
    width: 8.33333333%;
  }
  .col_md_2 {
    width: 16.66666667%;
  }
  .col_md_3 {
    width: 25%;
  }
  .col_md_4 {
    width: 33.33333333%;
  }
  .col_md_5 {
    width: 41.66666667%;
  }
  .col_md_6 {
    width: 50%;
  }
  .col_md_7 {
    width: 58.33333333%;
  }
  .col_md_8 {
    width: 66.66666667%;
  }
  .col_md_9 {
    width: 75%;
  }
  .col_md_10 {
    width: 83.33333333%;
  }
  .col_md_11 {
    width: 91.66666667%;
  }
  .col_md_12 {
    width: 100%;
  }
  .offset_md_1 {
    margin-left: 8.33333333%;
  }
  .offset_md_2 {
    margin-left: 16.66666667%;
  }
  .offset_md_3 {
    margin-left: 25%;
  }
  .offset_md_4 {
    margin-left: 33.33333333%;
  }
  .offset_md_5 {
    margin-left: 41.66666667%;
  }
  .offset_md_6 {
    margin-left: 50%;
  }
  .offset_md_7 {
    margin-left: 58.33333333%;
  }
  .offset_md_8 {
    margin-left: 66.66666667%;
  }
  .offset_md_9 {
    margin-left: 75%;
  }
  .offset_md_10 {
    margin-left: 83.33333333%;
  }
  .offset_md_11 {
    margin-left: 91.66666667%;
  }
  .offset_md_12 {
    margin-left: 100%;
  }
  .col_md_1 .col {
    padding: 0 18%;
  }
  .col_md_2 .col {
    padding: 0 9%;
  }
  .col_md_3 .col {
    padding: 0 6%;
  }
  .col_md_4 .col {
    padding: 0 4.5%;
  }
  .col_md_5 .col {
    padding: 0 3.6%;
  }
  .col_md_6 .col {
    padding: 0 3%;
  }
  .col_md_7 .col {
    padding: 0 2.57142857%;
  }
  .col_md_8 .col {
    padding: 0 2.25%;
  }
  .col_md_9 .col {
    padding: 0 2%;
  }
  .col_md_10 .col {
    padding: 0 1.8%;
  }
  .col_md_11 .col {
    padding: 0 1.63636364%;
  }
  .col_md_12 .col {
    padding: 0 1.5%;
  }
  .col_md_1 .row {
    margin: 0 -18%;
  }
  .col_md_2 .row {
    margin: 0 -9%;
  }
  .col_md_3 .row {
    margin: 0 -6%;
  }
  .col_md_4 .row {
    margin: 0 -4.5%;
  }
  .col_md_5 .row {
    margin: 0 -3.6%;
  }
  .col_md_6 .row {
    margin: 0 -3%;
  }
  .col_md_7 .row {
    margin: 0 -2.57142857%;
  }
  .col_md_8 .row {
    margin: 0 -2.25%;
  }
  .col_md_9 .row {
    margin: 0 -2%;
  }
  .col_md_10 .row {
    margin: 0 -1.8%;
  }
  .col_md_11 .row {
    margin: 0 -1.63636364%;
  }
  .col_md_12 .row {
    margin: 0 -1.5%;
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: #ffffff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity='65');
  padding: 0 0 18px 10px;
  color: #ffffff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity='65');
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #ffffff;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #ffffff;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
             * Remove all paddings around the image on small screen
             */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.page h1:last-child,
.page h2:last-child,
.page h3:last-child,
.page p:last-child,
.page ol:last-child,
.page ul:last-child,
.page table:last-child {
  margin-bottom: 0;
}
.error_message {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-family: 'Lato', sans-serif;
  color: #b42314;
}
.ui-helper-hidden-accessible {
  display: none !important;
}
/*********/
/* Icons */
/*********/
.icon {
  background: url('../img/bg/sprite.png') no-repeat 0 0;
  display: inline-block;
  height: 24px;
  position: relative;
  vertical-align: top;
  width: 24px;
}
.icon.icon_user {
  background-position: 3px 2px;
}
.icon.icon_search {
  background-position: 1px -47px;
}
.icon.icon_user_white {
  background-position: -47px 2px;
}
.icon.icon_search_white {
  background-position: -49px -47px;
}
.icon.icon_close {
  background-position: -44px -144px;
}
.icon.icon_cart {
  background-position: 1px -97px;
}
.icon.icon_cart_white {
  background-position: -47px -97px;
}
.icon.icon_d_arr {
  background-position: 7px -190px;
}
.icon.icon_d_arr_white {
  background-position: -43px -190px;
}
.icon.icon_l_arr {
  background-position: 9px -393px;
}
.icon.icon_remove {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -icab-border-radius: 100%;
  border-radius: 100%;
  background-color: #cccccc;
  background-position: -43px -243px;
  height: 21px;
  width: 21px;
}
.icon.icon_note {
  background-position: -86px 9px;
}
.icon.icon_cart_blue {
  background-position: 4px -244px;
}
.icon.icon_facebook {
  background-position: -150px 0;
  height: 32px;
  width: 32px;
}
.icon.icon_twitter {
  background-position: -200px 0;
  height: 32px;
  width: 32px;
}
.icon.icon_linkedin {
  background-position: -250px 0;
  height: 32px;
  width: 32px;
}
.icon.icon_l_arr_cyan {
  background-position: -92px -343px;
}
.icon.icon_doc {
  background-position: -100px -250px;
}
.icon.icon_info {
  background-position: -199px -149px;
}
.icon.icon_list {
  background-color: #33879c;
  background-position: -188px -388px;
  height: 40px;
  width: 40px;
}
.icon.icon_grid {
  background-color: #33879c;
  background-position: -288px -388px;
  height: 40px;
  width: 40px;
}
.icon.icon_l_arr_black {
  background-position: -296px -46px;
}
.icon.icon_r_arr_black {
  background-position: -296px -96px;
}
.icon.icon_d_arr_gray {
  background-position: -294px -144px;
}
.icon.icon_t_arr_gray {
  background-position: -344px -144px;
}
.icon.icon_usefull_yes {
  background-position: -300px -300px;
  height: 36px;
  width: 36px;
}
.icon.icon_usefull_no {
  background-position: -300px -350px;
  height: 36px;
  width: 36px;
}
.icon.icon_arr_down {
  background-position: -347px 3px;
}
.icon.icon_arr_up {
  background-position: -397px 3px;
}
.icon.icon_arr_down_white {
  background-position: -97px -147px;
}
.icon.icon_arr_up_white {
  background-position: -397px -147px;
}
.icon.icon_complete {
  background-position: -400px -200px;
}
.icon.icon_t_arr {
  background-position: -448px -348px;
}
.icon.icon_close {
  background-position: -44px -144px;
}
.icon.icon_service_message {
  background-position: -450px -400px;
  height: 26px;
  width: 26px;
}
a:hover .icon_facebook {
  background-position: -150px -50px;
}
a:hover .icon_twitter {
  background-position: -200px -50px;
}
a:hover .icon_linkedin {
  background-position: -250px -50px;
}
a:hover .icon_l_arr_cyan {
  background-position: -92px -393px;
}
a:hover .icon_remove {
  background-color: #999999;
}
a:hover .icon_info {
  background-position: -249px -149px;
}
a:hover .icon_list {
  background-color: #006983;
}
a:hover .icon_grid {
  background-color: #006983;
}
a:hover .icon_arr_down {
  background-position: -347px -47px;
}
a:hover .icon_arr_up {
  background-position: -397px -47px;
}
a:hover .icon_usefull_yes {
  background-position: -400px -250px;
}
a:hover .icon_usefull_no {
  background-position: -400px -350px;
}
a:active .icon_facebook {
  background-position: -150px -100px;
}
a:active .icon_twitter {
  background-position: -200px -100px;
}
a:active .icon_linkedin {
  background-position: -250px -100px;
}
a:active .icon_l_arr_cyan {
  background-position: -142px -343px;
}
a:active .icon_remove {
  background-color: #666666;
}
a:active .icon_list {
  background-color: #005469;
}
a:active .icon_grid {
  background-color: #005469;
}
a:active .icon_arr_down {
  background-position: -347px -97px;
}
a:active .icon_arr_up {
  background-position: -397px -97px;
}
a:active .icon_usefull_yes {
  background-position: -400px -300px;
}
a:active .icon_usefull_no {
  background-position: -400px -400px;
}
.active > .icon_list,
.active:hover > .icon_list,
.active:active > .icon_list {
  background-color: #b2d2d9;
  background-position: -138px -388px;
  cursor: default;
}
.active > .icon_list:hover,
.active:hover > .icon_list:hover,
.active:active > .icon_list:hover,
.active > .icon_list:active,
.active:hover > .icon_list:active,
.active:active > .icon_list:active {
  background-color: #b2d2d9;
}
.active > .icon_grid,
.active:hover > .icon_grid,
.active:active > .icon_grid {
  background-color: #b2d2d9;
  background-position: -238px -388px;
  cursor: default;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (-o-min-device-pixel-ratio: 3/2) {
  .icon {
    background-image: url('../img/bg/sprite@2x.png');
    background-size: 500px 450px;
  }
}
/***********/
/* Buttons */
/***********/
.btn {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  padding: 8px 30px;
  text-align: center;
  text-transform: uppercase;
}
.btn:hover {
  text-decoration: none;
}
.btn.cyan {
  background: #66a5b5;
  color: #ffffff;
}
.btn.cyan:hover {
  background: #33879c;
}
.btn.cyan:active {
  background: #006983;
}
.btn.cyan.disabled,
.btn.cyan.disabled:hover .btn.cyan.disabled:active {
  background: #66a5b5;
  cursor: default;
  opacity: 0.5;
}
.btn.cyan.loading,
.btn.cyan.loading:hover .btn.cyan.loading:active {
  background-image: url('loader-cyan.gif');
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #66a5b5!important;
  color: transparent!important;
  opacity: 0.5;
  cursor: default;
}
.btn.blue {
  background: #99c3cd;
  color: #006983;
}
.btn.blue:hover {
  background: #66a5b5;
  color: #ffffff;
}
.btn.blue:active {
  background: #33879c;
  color: #ffffff;
}
.btn.blue.disabled,
.btn.blue.disabled:hover .btn.blue.disabled:active {
  background: #99c3cd;
  color: #006983;
  cursor: default;
  opacity: 0.5;
}
.btn.blue.loading,
.btn.blue.loading:hover .btn.blue.loading:active {
  background-image: url('loader-blue.gif');
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #99c3cd!important;
  color: transparent!important;
  opacity: 0.5;
  cursor: default;
}
.btn.orange {
  background: #ff7800;
  color: #ffffff;
}
.btn.orange:hover {
  background: #e66b00;
}
.btn.orange:active {
  background: #cc5f00;
}
.btn.orange.disabled,
.btn.orange.disabled:hover .btn.orange.disabled:active {
  background: #ff7800;
  cursor: default;
  opacity: 0.5;
}
.btn.orange.loading,
.btn.orange.loading:hover .btn.orange.loading:active {
  background-image: url('loader-orange.gif');
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ff7800!important;
  color: transparent!important;
  opacity: 0.5;
  cursor: default;
}
.btn.green {
  background: #a3bf2b;
  color: #ffffff;
}
.btn.green:hover {
  background: #788c20;
}
.btn.green:active {
  background: #4d5915;
}
.btn.green.disabled,
.btn.green.disabled:hover .btn.green.disabled:active {
  background: #a3bf2b;
  cursor: default;
  opacity: 0.5;
}
.btn.green.loading,
.btn.green.loading:hover .btn.green.loading:active {
  background-image: url('loader-green.gif');
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #a3bf2b!important;
  color: transparent!important;
  opacity: 0.5;
  cursor: default;
}
.btn.deep_blue {
  background: #006983;
  color: #ffffff;
}
.btn.deep_blue:hover {
  background: #005469;
}
.btn.deep_blue:active {
  background: #003f4f;
}
.btn.deep_blue.disabled,
.btn.deep_blue.disabled:hover .btn.deep_blue.disabled:active {
  background: #006983;
  cursor: default;
  opacity: 0.5;
}
.btn.deep_blue.loading,
.btn.deep_blue.loading:hover .btn.deep_blue.loading:active {
  background-image: url('loader-deep_blue.gif');
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #006983!important;
  color: transparent!important;
  cursor: default;
  opacity: 0.5;
}
input[type='submit'] {
  background: #a3bf2b;
  border: none;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  padding: 0 27px;
  text-transform: uppercase;
}
input[type='submit']:hover {
  background: #788c20;
}
input[type='submit']:active {
  background: #4d5915;
}
.remove {
  display: inline-block;
  height: 21px;
  vertical-align: top;
  width: 21px;
}
.undo {
  display: inline-block;
  height: 21px;
  vertical-align: top;
  width: 21px;
}
.to_top {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -icab-border-radius: 100%;
  border-radius: 100%;
  background: #33879c;
  bottom: 10px;
  display: none;
  height: 50px;
  position: fixed;
  padding: 13px;
  right: 10px;
  width: 50px;
  z-index: 100;
}
.to_top:hover {
  background: #006983;
}
.to_top:active {
  background: #005469;
}
/*********/
/* Links */
/*********/
.underline {
  text-decoration: underline;
}
.link_orange {
  color: #ff7800;
}
.link_orange:hover {
  color: #e66b00;
}
.link_orange:active {
  color: #cc5f00;
}
.link_gray {
  color: #666666;
}
.link_gray:hover {
  color: #73c8d2;
}
.link_gray:active {
  color: #57979e;
}
.link_light_gray {
  color: #999999;
}
.link_light_gray:hover {
  color: #73c8d2;
}
.link_light_gray:active {
  color: #57979e;
}
/*********/
/* Date */
/*********/
.date {
  color: #999999;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}
/**********/
/* Blocks */
/**********/
.blue_box {
  background: #e5f0f2;
  color: #666666;
  padding: 30px;
}
.row_view {
  width: 100%;
}
/*********/
/* Hints */
/*********/
.hint {
  position: relative;
}
.hint .hint_text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  bottom: 100%;
  color: #999999;
  display: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 22px;
  line-height: 2.2rem;
  right: 50%;
  margin: 0 -20px 19px 0;
  padding: 15px 20px;
  position: absolute;
  width: 260px;
  z-index: 20;
}
.hint .hint_text:before,
.hint .hint_text:after {
  content: '';
  display: block;
  right: 20px;
  position: absolute;
  top: 100%;
}
.hint .hint_text:before {
  border: 11px solid transparent;
  border-top-color: #e5e5e5;
  margin-right: -11px;
}
.hint .hint_text:after {
  border: 9px solid transparent;
  border-top-color: #ffffff;
  margin-right: -9px;
}
.hint[data-trigger='hover']:hover .hint_text {
  display: block;
}
.hint[data-trigger='focus']:focus .hint_text {
  display: block;
}
@media (min-width: 768px) {
  .hint .hint_text {
    margin: 0 -129px 19px 0;
  }
  .hint .hint_text:before,
  .hint .hint_text:after {
    right: 50%;
  }
}
/*********/
/* Forms */
/*********/
.form label {
  display: block;
  margin-bottom: 3px;
}
.form .form_row {
  display: block;
  margin-bottom: 14px;
}
.form .form_row:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.form .form_row:last-child {
  margin-bottom: 0;
}
.form .hint {
  display: block;
  float: right;
}
.form .label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 10px;
  padding: 1px 40px 1px 0;
}
.form .label .hint {
  margin: -2px -38px 0 0;
}
.form .sub_field {
  display: inline-block;
  margin-left: 34px;
  vertical-align: top;
}
.form .sub_field:first-child {
  margin-left: 0;
}
.form .sub_field label {
  font-weight: 400;
}
.form .date_select .select_wrapper {
  margin-bottom: 10px;
}
.form .date_select .select_wrapper:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form .date_select {
    font-size: 0;
  }
  .form .date_select .select_wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    vertical-align: top;
  }
  .form .date_select .select_wrapper .select {
    margin-left: 9px;
  }
  .form .date_select .select_wrapper:first-child .select {
    margin-left: 0;
  }
  .form .date_select .day {
    width: 26%;
  }
  .form .date_select .month {
    width: 41%;
  }
  .form .date_select .year {
    width: 33%;
  }
}
/* Custom select */
.replaced_wrapper {
  position: relative;
}
.replaced {
  left: -9999px;
  position: absolute;
}
.cs_select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  padding: 5px 0;
  position: relative;
}
.cs_select .cs_text {
  color: #999999;
  display: block;
  height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
  padding: 0 60px 0 20px;
  overflow: hidden;
}
.cs_select .cs_button {
  border: 1px solid #e5e5e5;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cs_select i {
  background: url('../img/bg/sprite.png') no-repeat -89px -39px;
  background-size: 500px 450px;
  border-left: 1px solid #e5e5e5;
  display: block;
  float: right;
  height: 100%;
  width: 39px;
}
.cs_select.error .cs_text {
  color: #b42314;
}
.cs_select.error .cs_button {
  border-color: #b42314;
}
.cs_select.error i {
  background-position: -89px -189px;
  border-color: #b42314;
}
.cs_select:hover .cs_text {
  color: #22778e;
}
.cs_select:hover .cs_button {
  border-color: #99c3cd;
}
.cs_select:hover i {
  background-position: -89px -89px;
  border-color: #99c3cd;
}
.cs_select.active .cs_text {
  color: #22778e;
}
.cs_select.active .cs_button {
  border-color: #99c3cd;
}
.cs_select.active i {
  background-color: #99c3cd;
  background-position: -89px -139px;
  border-color: #99c3cd;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (-o-min-device-pixel-ratio: 3/2) {
  .cs_select .cs_button i {
    background-image: url('../img/bg/sprite@2x.png');
  }
}
.cs_options {
  background: #ffffff;
  z-index: 10;
}
.cs_options .cs_options_wrapper {
  border: 1px solid #99c3cd;
  border-top: none;
}
.cs_options a {
  color: #999999;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 7px 20px;
}
.cs_options a:hover {
  background: #cce1e6;
  color: #22778e;
  text-decoration: none;
}
.cs_options a:active {
  background: #99c3cd;
  color: #22778e;
}
.cs_options .selected a {
  background: #cce1e6;
  color: #22778e;
}
/* Fields */
.password {
  position: relative;
}
.password input {
  padding-right: 32px;
}
.password:before {
  background-color: #ffffff;
  bottom: 1px;
  content: '';
  display: block;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 32px;
}
.password:after {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -icab-border-radius: 100%;
  border-radius: 100%;
  content: '';
  display: block;
  height: 10px;
  right: 8px;
  position: absolute;
  top: 15px;
  width: 10px;
}
.password.invalid:after {
  background: #b42314;
}
.password.valid:after {
  background: #a3bf2b;
}
@media (min-width: 768px) {
  .field_xl {
    max-width: 376px;
  }
  .field_md {
    max-width: 175px;
  }
}
/******************/
/* Marketing text */
/******************/
.header_usp {
  background: #ece9e3;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 0;
}
/**********/
/* Header */
/**********/
.header_wrapper {
  height: 126px;
}
@media (min-width: 1024px) {
  .header_wrapper {
    height: 136px;
  }
}
.header {
  background: #ffffff;
  font-size: 0;
  position: relative;
  z-index: 60;
}
.header.sticky {
  left: 0;
  position: fixed;
  right: 0;
  top: -76px;
  z-index: 100;
}
.header.sticky .logo_small {
  padding: 12px 0 13px;
  float: left;
}
.header.sticky .logo_small a {
  display: block;
}
.header.sticky .logo_small img {
  height: auto;
  max-height: 25px;
  width: auto;
}
.header.sticky .nav_box {
  position: relative;
  z-index: 100;
}
.header.sticky .nav_box .main_menu {
  display: none;
}
.header.sticky .nav_box .main_menu + .row {
  display: block;
}
.header.sticky .nav_box .links,
.header.sticky .nav_box .buttons {
  color: #ffffff;
  padding: 13px 0;
}
.header.sticky .nav_box .links li:before {
  color: #ffffff;
}
.header.sticky .nav_box .links a {
  color: #ffffff;
}
.header.sticky .nav_box .buttons a {
  color: #ffffff;
}
.header.sticky .nav_box .cart a {
  color: #006983;
}
.header.sticky .nav_box .cart a.btn {
  color: #ffffff;
}
.header.sticky .nav_box .user_menu a {
  color: #666666;
}
.header.sticky .nav_box .user_menu .button a {
  color: #006983;
}
.header.sticky .fw_subs_wrapper {
  display: block !important;
}
.header .notification {
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
.header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
}
.header .col {
  margin-bottom: 0;
}
.header .logo {
  padding: 18px 0;
}
.header .logo img {
  margin: 0 auto;
  max-height: 40px;
}
.header .logo_small a {
  display: none;
}
.header .links,
.header .buttons {
  color: #ffffff;
  float: right;
  padding: 13px 0;
  font-weight: 700;
}
.header .links li:before {
  content: '|';
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.header .links li:first-child:before {
  display: none;
}
.header .links a {
  color: #ffffff;
  text-decoration: underline;
}
.header .links a:hover {
  text-decoration: none;
}
.header .links a.active {
  text-decoration: none;
  cursor: default;
}
.header .buttons a {
  color: #ffffff;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 0;
  vertical-align: top;
  margin-left: 20px;
}
.header .buttons .icon {
  margin-right: 5px;
}
.header .buttons .count {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -icab-border-radius: 100%;
  border-radius: 100%;
  background: #006983;
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  text-align: center;
  min-width: 13px;
  padding: 0 3px;
  height: 19px;
}
.header .buttons .active {
  position: relative;
  z-index: 110;
}
.header .cart a {
  color: #006983;
  font-size: 14px;
  font-size: 1.4rem;
}
.header .user_login_link.open {
  display: none;
}
.header .user_menu_link .icon_user,
.header .user_menu_link .icon_user_white {
  margin: 0 8px 0 -4px;
}
.header .user_menu_link .icon_user .count,
.header .user_menu_link .icon_user_white .count {
  left: 13px;
}
.header .user_menu_link.active .icon_user_white:after,
.header .user_menu_link.active .icon_user:after {
  background: url('../img/bg/sprite.png') no-repeat 0 -300px;
  top: 100%;
  content: '';
  display: block;
  height: 6px;
  left: 50%;
  margin: 8px 0 0 -6px;
  position: absolute;
  width: 12px;
}
.header .cart_link.active .icon_cart_white:after,
.header .cart_link.active .icon_cart:after {
  background: url('../img/bg/sprite.png') no-repeat -50px -300px;
  top: 100%;
  content: '';
  display: block;
  height: 6px;
  left: 50%;
  margin: 8px 0 0 -6px;
  position: absolute;
  width: 12px;
}
.header .user_menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #99c3cd;
  display: none;
  left: 5%;
  right: 5%;
  position: absolute;
  top: 100%;
  z-index: 100;
}
.header .user_menu ul {
  list-style: none;
  padding: 10px 0 16px;
}
.header .user_menu ul li {
  display: block;
  padding: 0;
}
.header .user_menu a {
  display: block;
  color: #666666;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 12px 22px 10px 18px;
}
.header .user_menu .count {
  float: right;
}
.header .user_menu .button {
  border-top: 1px solid #99c3cd;
  text-align: center;
}
.header .user_menu .button a {
  color: #006983;
  font-family: 'Lato', sans-serif;
  padding: 13px 0;
  text-transform: uppercase;
}
.header .cart {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #99c3cd;
  display: none;
  left: 5%;
  right: 5%;
  position: absolute;
  top: 100%;
  z-index: 100;
}
.header .cart .subtotal {
  font-weight: 700;
}
.header .cart .btn {
  display: block;
  color: #ffffff;
}
.header .cart .list {
  max-height: 155px;
  overflow: auto;
}
@media (min-width: 768px) {
  .header .cart .list {
    max-height: 235px;
  }
}
.header .icon .count {
  position: absolute;
  left: 16px;
  top: -5px;
}
.header .icon.icon_cart,
.header .icon.icon_cart_white {
  margin-right: 17px;
}
.header .icon.icon_d_arr {
  background-position: 0 -190px;
  margin-right: -3px;
  margin-left: 3px;
  width: 10px;
}
.header .icon.icon_d_arr_white {
  background-position: -48px -190px;
  margin-right: -3px;
  margin-left: 3px;
  width: 12px;
}
.header .dropdown a {
  margin-left: 0;
}
@media (min-width: 480px) {
  .header .buttons li {
    position: relative;
  }
  .header .cart {
    left: auto;
    margin: 13px 0 0;
    right: 0;
    width: 290px;
  }
  .header .user_menu {
    left: auto;
    margin: 13px 0 0;
    right: 0;
    width: 290px;
  }
}
@media (min-width: 768px) {
  .header .buttons a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .header .logo img {
    height: auto;
    margin: 0;
    max-height: 50px;
  }
  .header .links,
  .header .buttons {
    padding: 30px 0;
  }
  .header .links li:before {
    color: #999999;
  }
  .header .links a {
    color: #006983;
  }
  .header .links a.active {
    color: #666666;
  }
  .header .buttons a {
    color: #666666;
    margin-left: 40px;
  }
  .header .dropdown a {
    margin-left: 0;
  }
  .header .cart a {
    color: #006983;
  }
  .header.sticky {
    top: -86px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (-o-min-device-pixel-ratio: 3/2) {
  .header .cart_link.active .icon_cart_white:after,
  .header .cart_link.active .icon_cart:after,
  .header .user_menu_link.active .icon_user_white:after,
  .header .user_menu_link.active .icon_user:after {
    background-image: url('../img/bg/sprite@2x.png');
    background-size: 500px 450px;
  }
}
/* Cart checkout */
.cart {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #e5f0f2;
  color: #006983;
  font-weight: 400;
  padding: 11px;
}
.cart a {
  color: #006983;
  font-size: 14px;
  font-size: 1.4rem;
}
.cart .remove,
.cart .price {
  float: right;
}
.cart .price {
  color: #a3bf2b;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.cart .remove {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -icab-border-radius: 100%;
  border-radius: 100%;
  background: #cccccc;
  margin: 0 -2px 0 15px;
  height: 21px;
  width: 21px;
}
.cart .remove .icon {
  height: inherit;
  width: inherit;
}
.cart .icon_close {
  margin: 0;
}
.cart .title,
.cart .subtotal {
  overflow: hidden;
}
.cart .title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 2px;
}
.cart .subtotal {
  font-size: 16px;
  font-size: 1.6rem;
}
.cart .item {
  background: #ffffff;
  color: #2c333a;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 4px;
  padding: 7px 9px 2px 9px;
}
.cart .item:first-child {
  margin-top: 0;
}
.cart .cart_header {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 7px 10px 20px 10px;
}
.cart .cart_header p {
  margin: 0;
}
.cart .cart_footer {
  padding: 16px 10px 4px 11px;
}
.cart .button {
  padding: 13px 0 8px;
}
.cart .btn {
  display: block;
  color: #ffffff;
}
.cart .link {
  text-align: center;
  padding: 10px 0;
}
.cart .link a {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #006983;
}
.cart .link a:hover {
  border-bottom-color: transparent;
  text-decoration: none;
}
.cart .link .icon {
  margin-left: -5px;
}
.cart .empty_message {
  background: #f2f8f9;
  border: 1px dotted #99c3cd;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 24px 10px;
  text-align: center;
}
/***********/
/* Sitemap */
/***********/
.sitemap h1 {
  color: #a3bf2b;
  margin-bottom: 28px;
}
.sitemap ul {
  margin: 20px 0 25px;
  padding-left: 28px;
  position: relative;
}
.sitemap ul:before {
  border-left: 1px solid #b2b2b2;
  bottom: 17px;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 15px;
}
.sitemap ul li {
  padding: 8px 0 9px;
}
.sitemap ul ul:last-child {
  margin: 8px 0 -9px;
}
.sitemap ul ul:last-child:before {
  bottom: 16px;
  top: 18px;
}
.sitemap ul a {
  color: #666666;
}
/*******************/
/* Header Checkout */
/*******************/
.header_checkout .logo {
  padding: 18px 0;
}
.header_checkout .logo img {
  height: auto;
  margin: 0 auto;
  max-height: 40px;
}
.header_checkout .col {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .header_checkout .logo img {
    height: auto;
    margin: 0;
    max-height: 50px;
  }
}
/* Navigation box */
.nav_box {
  background: #33879c;
}
.nav_box .menu_switcher {
  display: block;
  height: 24px;
  margin: 13px 0;
  position: relative;
  width: 30px;
}
.nav_box .menu_switcher:before,
.nav_box .menu_switcher:after,
.nav_box .menu_switcher span {
  content: '';
  display: block;
  left: 0;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
}
.nav_box .menu_switcher:before {
  top: 0;
}
.nav_box .menu_switcher:after {
  bottom: 0;
}
.nav_box .menu_switcher span {
  top: 7px;
  transition: all 0.2s linear;
}
.nav_box .menu_switcher span + span {
  top: 15px;
}
.nav_box .menu_switcher.open {
  background: url(../img/bg/sprite.png) no-repeat -446px -299px;
}
.nav_box .menu_switcher.open i {
  display: block;
  border: 10px solid transparent;
  border-top-color: #33879c;
  left: 50%;
  margin: 13px 0 0 -10px;
  position: absolute;
  top: 100%;
  z-index: 100;
}
.nav_box .menu_switcher.open:after,
.nav_box .menu_switcher.open:before,
.nav_box .menu_switcher.open span {
  display: none;
}
.nav_box .markers {
  height: 0;
  overflow: hidden;
}
.nav_box .markers span {
  font-size: 1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (-o-min-device-pixel-ratio: 3/2) {
  .nav_box.open {
    background-image: url('../img/bg/sprite@2x.png');
    background-size: 500px 450px;
  }
}
/* Main menu */
.main_menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #73c8d2;
  bottom: 0;
  font-weight: 700;
  left: -320px;
  position: fixed;
  padding: 0 0 0 5%;
  top: 0;
  width: 100%;
}
.main_menu .container {
  width: 90%;
}
.main_menu ul:first-child {
  padding-top: 20px;
}
.main_menu li {
  display: block;
}
.main_menu li.fw_subs {
  padding-right: 20px;
}
.main_menu li.fw_subs > a {
  padding-right: 40px;
  min-width: 160px;
}
.main_menu li.fw_subs > a:after {
  background: url('../img/bg/sprite.png') no-repeat 11px -343px;
  content: '';
  display: block;
  height: 24px;
  position: absolute;
  right: 5px;
  top: 13px;
  width: 24px;
}
.main_menu li.fw_subs > .open:after {
  background-position: -39px -343px;
}
.main_menu a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
  padding: 13px 10px 13px 0;
  position: relative;
  letter-spacing: .01em;
}
.main_menu a.open,
.main_menu a.active {
  color: #006983;
}
.main_menu .fw_subs_wrapper {
  background: #73c8d2;
  bottom: 0;
  font-size: 0;
  left: 100%;
  overflow: auto;
  position: absolute;
  padding-top: 20px;
  top: 0;
  width: 0;
  z-index: 10;
}
.main_menu .fw_subs_wrapper li {
  display: block;
  width: auto;
}
.main_menu .fw_subs_wrapper a {
  white-space: nowrap;
}
.main_menu .fw_subs_wrapper.animate {
  z-index: 10;
}
.main_menu .back {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.main_menu .back .icon {
  margin-left: -7px;
}
.main_menu .links {
  float: none;
  font-size: 0;
  padding: 0;
}
.main_menu .links:first-child {
  padding: 0;
}
.main_menu .links li,
.main_menu .links a {
  display: inline-block;
  margin: 0;
  padding-right: 0;
  vertical-align: top;
}
.main_menu .links li:before {
  padding-top: 13px;
}
.main_menu .teaser {
  background: rgba(255, 255, 255, 0.5);
  display: block;
  margin: 30px auto 0;
  max-width: 195px;
  padding: 0;
  white-space: normal;
}
.main_menu .teaser:last-child {
  margin-bottom: 30px;
}
.main_menu .teaser img {
  margin: 10px auto;
}
.main_menu .teaser .image {
  display: block;
  height: 110px;
}
.main_menu .teaser .text {
  transition: all 0.2s ease-out;
  display: block;
  padding: 20px;

  white-space: normal;
}
.main_menu .teaser:hover {
  background: #fff;
  color: #33879c;
  text-decoration: none;
}

.main_menu .teaser:hover .text {
  transition: all 0.2s ease-out;
  color:#33879c;
}
@media (min-width: 768px) {
  .main_menu {
    width: auto;
  }
  .main_menu:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 10px;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    bottom: 0;
  }
  .main_menu ul:first-child {
    padding-top: 40px;
  }
  .main_menu li {
    margin-bottom: 20px;
  }
  .main_menu.open {
    border-right: 1px solid #4f9cac;
  }
  .main_menu .open + .fw_subs_wrapper:after {
    display: block;
  }
  .main_menu .fw_subs_wrapper {
    border-left: 1px solid #cccccc;
    overflow: visible;
    padding-top: 0;
  }
  .main_menu .fw_subs_wrapper:after {
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
    content: '';
    display: block;
    left: 100%;
    position: absolute;
    top: 0;
    width: 10px;
    display: none;
  }
  .main_menu .fw_subs_wrapper .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    overflow: auto;
    padding-top: 40px;
    width: 100%;
  }
  .main_menu .fw_subs_wrapper li {
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .main_menu.static .links_wrapper,
  .main_menu .links_wrapper {
    display: none;
  }
  .main_menu .teaser {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .main_menu:after {
    display: none;
  }
  .main_menu.static {
    background: none;
    border-right: none;
    font-weight: 400;
    padding: 0;
    position: static;
    margin-left: -10px;
    max-width: none;
  }
  .main_menu.static ul:first-child {
    padding-top: 0;
  }
  .main_menu.static li {
    display: inline-block;
    width: 20%;
  }
  .main_menu.static li.fw_subs {
    padding-right: 0;
    margin-bottom: 0;
  }
  .main_menu.static li.fw_subs > a {
    min-width: 1px;
  }
  .main_menu.static li.fw_subs > a:after,
  .main_menu.static li.fw_subs > .open:after {
    background-position: 4px -147px;
  }
  .main_menu.static a {
    display: inline-block;
    padding-left: 13px;
  }
  .main_menu.static a.open {
    color: #98c3cd;
    position: relative;
    z-index: 10;
  }
  .main_menu.static a.open:after {
    opacity: .5;
  }
  .main_menu.static a.open:before {
    content: '';
    display: block;
    border: 10px solid transparent;
    border-top-color: #33879c;
    left: 50%;
    margin: 0 0 0 -10px;
    position: absolute;
    top: 100%;
    opacity: 1;
  }
  .main_menu.static .fw_subs_wrapper {
    bottom: auto;
    display: none;
    font-weight: 700;
    height: auto;
    left: 0;
    margin: 0;
    padding-bottom: 20px;
    top: 100%;
    width: 100% !important;
  }
  .main_menu.static .fw_subs_wrapper:after {
    bottom: auto;
    height: 10px;
    left: 0;
    right: 0;
    top: 100%;
    width: auto;
  }
  .main_menu.static .fw_subs_wrapper .container {
    overflow: hidden;
    width: 90%;
  }
  .main_menu.static .fw_subs_wrapper ul {
    display: inline-block;
    vertical-align: top;
    width: 33%;
  }
  .main_menu.static .fw_subs_wrapper div + ul {
    margin-left: -10px;
  }
  .main_menu.static .fw_subs_wrapper li {
    padding-left: 0;
    width: 100%;
  }
  .main_menu.static .fw_subs_wrapper ul:first-child {
    margin-left: -10px;
  }
  .main_menu.static .open + .fw_subs_wrapper {
    border-right: none;
  }
  .main_menu.static .teaser {
    color: #33879c;
    display: block;
    float: left;
    margin: 0 1.25% 20px;
    max-width: none;
    padding: 0;
    width: 47.5%;
  }
  .main_menu.static .teaser img {
    max-width: 115px;
  }
  .main_menu.static .teaser .image {
    float: left;
    height: 80px;
    width: 140px;
  }
  .main_menu.static .teaser .text {
    overflow: hidden;
    padding: 15px;
  }
  .main_menu.static .teaser .description {
    overflow: hidden;
    padding-left: 15px;
    font-size: 1.3rem;
    font-weight:normal;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (-o-min-device-pixel-ratio: 3/2) {
  .main_menu li.fw_subs > a:after {
    background-image: url('../img/bg/sprite@2x.png');
    background-size: 500px 450px;
  }
}
/**************/
/* Login form */
/**************/
.form_login {
  background: #73c8d2;
  display: none;
  left: 0;
  right: 0;
  padding: 14px 0 15px;
  position: absolute;
  top: 100%;
}
.form_login.open {
  display: block;
}
.form_login a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
}
.form_login input {
  border-color: #67b4bd;
  font-size: 14px;
}
.form_login .form_box {
  display: block;
  position: relative;
  padding-right: 40px;
}
.form_login .form_box:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.form_login .form_row {
  display: block;
}
.form_login .form_row:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.form_login .form_row + .form_row {
  padding-top: 5px;
}
.form_login .field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form_login .field + .field {
  padding-top: 5px;
}
.form_login .btn {
  background: #33879c;
  padding: 8px 19px 8px 20px;
}
.form_login .btn:hover {
  background: #006983;
}
.form_login .form_links {
  line-height: 20px;
  overflow: hidden;
  padding-top: 10px;
}
.form_login .form_links a {
  display: inline-block;
  vertical-align: top;
  float: left;
}
.form_login .form_links a + a {
  clear: both;
}
.form_login .close {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -icab-border-radius: 100%;
  border-radius: 100%;
  display: block;
  background: #65afb8;
  margin: 5px 0;
  padding: 3px;
  position: absolute;
  right: 0;
  top: 0;
}
.form_login .close:hover {
  background: #006983;
}
@media (min-width: 480px) {
  .form_login .field {
    float: left;
    width: 50%;
    padding: 0 10px 0 0;
  }
  .form_login .field + .field {
    padding-top: 0;
  }
  .form_login .button {
    float: left;
    margin-right: 4px;
  }
  .form_login .form_links {
    padding-top: 0;
  }
  .form_login .form_links a {
    margin: 0 8px 0 6px;
  }
}
@media (min-width: 768px) {
  .form_login .form_row {
    overflow: hidden;
  }
  .form_login .form_row:first-child {
    float: left;
    width: 51%;
  }
  .form_login .form_row + .form_row {
    padding-top: 0;
  }
  .form_login .field {
    padding: 0 6px 0 2px;
  }
  .form_login .button {
    margin: 0 3%;
  }
}
@media (min-width: 1024px) {
  .form_login .form_links {
    padding: 8px 0;
    text-align: center;
  }
  .form_login .form_links a {
    float: none;
  }
}
/***************/
/* Search form */
/***************/
.form_search h1 {
  color: #a3bf2b;
}
.form_search .form_box {
  display: block;
  background: #ece9e3;
  position: relative;
}
.form_search .form_box:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.form_search .field {
  margin-right: 70px;
  padding: 5px 0;
  position: relative;
}
.form_search .field input {
  background: none;
  border: none;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 20px;
  padding-right: 41px;
}
.form_search .field input::-webkit-input-placeholder {
  color: #666666;
}
.form_search .field input:-moz-placeholder,
.form_search .field input::-moz-placeholder {
  color: #666666;
}
.form_search .remove_query {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -icab-border-radius: 100%;
  border-radius: 100%;
  display: block;
  height: 21px;
  position: absolute;
  right: 0;
  top: 15px;
}
.form_search .remove_query .icon_remove {
  background-position: -43px -243px;
  height: 21px;
  width: 21px;
}
.form_search .button {
  right: 0;
  position: absolute;
  top: 0;
}
.form_search .type {
  background: #d9d4c6;
  display: none;
  font-size: 14px;
  font-size: 1.4rem;
  left: 10px;
  padding: 32px 0 0;
  position: absolute;
  top: 10px;
}
.form_search .type li {
  display: none;
}
.form_search .type a {
  color: #666666;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  min-width: 124px;
  padding: 4px 28px 4px 10px;
}
.form_search .type a:hover {
  text-decoration: none;
  background: #ece9e3;
}
.form_search .type .active {
  background: #d9d4c6;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
.form_search .type .active:after {
  background: url('../img/bg/sprite.png') no-repeat 0 -200px;
  content: '';
  display: block;
  height: 10px;
  right: 10px;
  position: absolute;
  top: 14px;
  width: 10px;
}
.form_search .type .active a:hover {
  text-decoration: none;
  background: #d9d4c6;
}
.form_search .submit {
  background: #a3bf2b;
  display: block;
  margin-left: 20px;
  padding: 13px;
}
.form_search .submit:hover {
  background: #788c20;
}
.form_search input[type="submit"] {
  background-image: url('../img/bg/sprite.png');
  background-position: -36px -36px;
  display: block;
  height: 50px;
  margin-left: 20px;
  padding: 13px;
  width: 50px;
}
.form_search input[type="submit"]:hover {
  background-color: #788c20;
}
.form_search .results {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
.form_search .results .ui-autocomplete {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ece9e3;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
}
.form_search .results li {
  display: block;
  cursor: pointer;
  padding: 8px 20px;
}
.form_search .results li:hover {
  background: #e7e7e7;
}
.form_search.with_type_select .field input {
  padding-left: 10px;
}
.form_search.panel {
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
@media (min-width: 768px) {
  .form_search.with_type_select .field {
    margin-left: 172px;
  }
  .form_search .type {
    display: block;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (-o-min-device-pixel-ratio: 3/2) {
  .form_search .type .active:after,
  .form_search input[type="submit"] {
    background-image: url('../img/bg/sprite@2x.png');
    background-size: 500px 450px;
  }
}
.bx-controls .bx-pager {
  text-align: center;
  font-size: 0;
  padding: 20px 0 0;
  height: 16px;
}
.bx-controls .bx-pager-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 9px;
}
.bx-controls .bx-pager-link {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -icab-border-radius: 100%;
  border-radius: 100%;
  background: #ece9e3;
  display: block;
  height: 16px;
  width: 16px;
}
.bx-controls .bx-pager-link.active {
  background: #a3bf2b;
}
/******************************/
/* Teaser Header (full width) */
/******************************/
.teaser_header_full_width {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.teaser_header_full_width ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.teaser_header_full_width img {
  max-width: none;
}
.teaser_header_full_width h2 {
  text-transform: uppercase;
}
.teaser_header_full_width .image {
  height: 220px;
  overflow: hidden;
  margin-bottom: 36px;
}
.teaser_header_full_width .col {
  position: relative;
  margin-bottom: 0;
}
.teaser_header_full_width .text {
  padding-top: 20px;
  text-align: center;
}
.teaser_header_full_width .bx-controls {
  left: 0;
  position: absolute;
  top: 220px;
  width: 100%;
  z-index: 50;
}
@media (min-width: 768px) {
  .teaser_header_full_width {
    margin-bottom: 40px;
    min-height: 420px;
  }
  .teaser_header_full_width li {
    height: 420px;
  }
  .teaser_header_full_width img {
    left: 0;
    position: absolute;
    top: 0;
  }
  .teaser_header_full_width h2 {
    color: #ffffff;
    max-height: 70px;
    max-height: 7rem;
    overflow: hidden;
  }
  .teaser_header_full_width p {
    max-height: 96px;
    max-height: 9.6rem;
    overflow: hidden;
  }
  .teaser_header_full_width .bx-controls {
    position: static;
  }
  .teaser_header_full_width .image {
    height: 420px;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .teaser_header_full_width .wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    height: 420px;
    padding: 0 3%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .teaser_header_full_width .text {
    background: url('../img/bg/text-bg.png');
    color: #ffffff;
    padding: 40px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .teaser_header_full_width {
    margin-bottom: 50px;
  }
}
/***********/
/* Contact */
/***********/
.block_contact {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #e5f0f2;
  padding: 24px 19px 11px;
}
.block_contact.expanded {
  height: auto;
}
.block_contact h2 {
  margin-bottom: 8px;
}
.block_contact p {
  margin-bottom: 10px;
}
.block_contact ul {
  color: #666666;
  list-style: none;
  margin: 0;
  padding: 0;
}
.block_contact li {
  display: block;
  border-top: 1px solid #cce1e6;
  padding: 10px 0 10px 45px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  position: relative;
}
.block_contact li:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.block_contact li:first-child {
  border-top: none;
}
.block_contact a {
  color: #666666;
}
.block_contact img {
  height: 33px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 32px;
}
.block_contact strong {
  display: block;
  line-height: 18px;
}
.block_contact .callback_form {
  display: none;
  margin: 10px 0 0 -45px;
}
.block_contact .callback_form .submit {
  line-height: 24px;
  line-height: 2.4rem;
}
.block_contact .field {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .block_contact {
    height: 404px;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .block_contact {
    height: 367px;
  }
  .block_contact p {
    margin-bottom: 10px;
  }
}
/**********/
/* Teaser */
/**********/
.teaser_small {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 439px;
  margin: 0 auto;
  padding-bottom: 40px;
  position: relative;
}
.teaser_small img {
  height: auto;
  width: 100%;
}
.teaser_small h2 {
  max-height: 35px;
  margin-bottom: 13px;
  overflow: hidden;
}
.teaser_small h2 + p {
  height: 48px;
  overflow: hidden;
}
.teaser_small .image {
  /*height: 163px;*/
  margin-bottom: 22px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.teaser_small .button {
  bottom: 0;
  left: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .teaser_small {
    height: 404px;
  }
  .teaser_small h2 {
    max-height: 70px;
  }
  .teaser_small h2 + p {
    height: 72px;
  }
}
@media (min-width: 1024px) {
  .teaser_small {
    height: 367px;
  }
  .teaser_small h2 {
    max-height: 35px;
  }
  .teaser_small h2 + p {
    height: 48px;
  }
  .teaser_small .image {
    height: 185px;
  }
}
/***********/
/* Banners */
/***********/
.banner {
  overflow: hidden;
  background-color: #cccccc;
}
.banner img {
  width: 100%;
}
/*********/
/* Video */
/*********/
.embedded_video {
  position: relative;
}
.embedded_video iframe {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.embedded_video .show_video {
  position: relative;
}
.embedded_video .show_video img {
  height: auto;
  width: 100%;
}
.embedded_video .button {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
}
/***********/
/* Message */
/***********/
.block_message {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff1e4;
  padding: 20px;
}
.block_message h4 {
  color: #ff7800;
  height: 30px;
  margin-bottom: 27px;
  overflow: hidden;
}
.block_message a {
  color: #ff7800;
  text-decoration: underline;
}
.block_message a:hover {
  color: #e66b00;
}
.block_message a:active {
  color: #cc5f00;
}
.block_message a:hover {
  text-decoration: none;
}
.block_message .icon {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -icab-border-radius: 100%;
  border-radius: 100%;
  background-color: #ff7800;
  height: 30px;
  margin-right: 10px;
  width: 30px;
}
.block_message .text {
  overflow: hidden;
  max-height: 216px;
  max-height: 21.6rem;
}
.block_message.full_width .text {
  max-height: none;
}
@media (min-width: 768px) {
  .block_message {
    height: 404px;
  }
  .block_message .text {
    overflow: hidden;
    max-height: 286px;
    max-height: 28.8rem;
  }
  .block_message.full_width {
    height: auto;
  }
  .block_message.full_width .text {
    max-height: none;
  }
}
@media (min-width: 1024px) {
  .block_message {
    height: 367px;
  }
  .block_message .text {
    max-height: 235px;
    max-height: 24rem;
  }
  .block_message.full_width {
    height: auto;
  }
  .block_message.full_width .text {
    max-height: none;
  }
}
/***************************/
/* Teaser big (full width) */
/***************************/
.teaser_big ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.teaser_big img {
  margin: 0 auto;
}
.teaser_big .col {
  min-height: 1px;
  position: relative;
  margin-bottom: 0;
}
.teaser_big .bx-viewport {
  overflow: visible !important;
}
.teaser_big .wrapper {
  padding: 20px 0;
}
.teaser_big .text {
  position: relative;
}
.teaser_big .text:before {
  content: '“';
  color: #736357;
  display: inline-block;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
  float: left;
  font-size: 24px;
  font-size: 2.4rem;
  left: -16px;
  position: absolute;
  top: 4px;
}
.teaser_big p {
  line-height: 24px;
  line-height: 2.4rem;
}
.teaser_big p:first-child {
  margin-bottom: 10px;
  overflow: hidden;
}
.teaser_big p:first-child:after {
  content: '”';
  color: #736357;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  vertical-align: top;
}
.teaser_big p:first-child + p {
  color: #a3bf2b;
  max-height: 24px;
  margin-bottom: 18px;
  overflow: hidden;
}
.teaser_big.full_width {
  overflow: hidden;
  margin-bottom: 30px;
}
.teaser_big.full_width p {
  line-height: 36px;
  line-height: 3.6rem;
}
.teaser_big.full_width p:first-child {
  margin: 0;
  max-height: 144px;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
}
.teaser_big.full_width p:first-child + p {
  max-height: 36px;
}
.teaser_big.full_width li {
  background: #ece9e3;
}
.teaser_big.full_width .btn {
  padding: 8px 16px;
}
.teaser_big.full_width .icon {
  margin: 0 7px 0 -5px;
}
@media (min-width: 768px) {
  .teaser_big .wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .teaser_big .wrapper {
    left: -100%;
    height: 100%;
    padding: 0 3%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .teaser_big.full_width {
    margin-bottom: 40px;
  }
  .teaser_big.full_width .text {
    margin-left: 18px;
    padding-top: 20px;
  }
  .teaser_big.full_width .text:before {
    top: 24px;
  }
  .teaser_big.full_width img {
    float: right;
  }
  .teaser_big.teaser_big_2_3 p {
    margin-bottom: 12px;
  }
  .teaser_big.teaser_big_2_3 p:first-child {
    margin-bottom: 10px;
    max-height: 96px;
  }
  .teaser_big.teaser_big_3_4 p:first-child {
    max-height: 96px;
  }
}
@media (min-width: 1024px) {
  .teaser_big {
    padding: 40px 0 0;
  }
  .teaser_big .image {
    margin-top: -40px;
  }
  .teaser_big.full_width {
    margin-bottom: 50px;
  }
  .teaser_big.teaser_big_2_3 p {
    margin-bottom: 24px;
  }
  .teaser_big.teaser_big_2_3 p:first-child {
    margin-bottom: 10px;
  }
  .teaser_big.teaser_big_3_4 p:first-child {
    margin-bottom: 10px;
  }
}
/********/
/* Text */
/********/
.block_text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.block_text h4 {
  font-weight: 700;
  margin-bottom: 7px;
}
.block_text ul {
  list-style: disc;
  padding-left: 2em;
  margin-bottom: 24px;
}
.block_text .text {
  margin-bottom: 24px;
}
.block_text .link {
  text-decoration: underline;
}
.block_text .embedded_video {
  margin-bottom: 16px;
}
.block_text p + .embedded_video {
  margin-top: -11px;
}
.block_text.block_1_3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.block_text.block_1_3 .button {
  bottom: 0;
  left: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .block_text.block_1_3 {
    height: 404px;
  }
  .block_text.block_1_3 .text {
    max-height: 340px;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .block_text.block_1_3 {
    height: 367px;
  }
  .block_text.block_1_3 .text {
    max-height: 300px;
    margin-bottom: 27px;
    overflow: hidden;
  }
}
.text ul {
  list-style: disc;
  padding-left: 2em;
  margin-bottom: 24px;
}
/***********/
/* Cookies */
/***********/
.cookies_block {
  background: #faf8f5;
  -moz-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1) inset;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 30px;
  padding: 30px 0 20px;
}
.cookies_block .buttons .link {
  display: inline-block;
  line-height: 24px;
  margin: 8px 15px 8px 0;
  vertical-align: top;
  padding-right: 20px;
  position: relative;
}
.cookies_block .buttons .link:after {
  background: url('../img/bg/sprite.png') no-repeat -50px -400px;
  content: "";
  display: block;
  height: 11px;
  left: 100%;
  position: absolute;
  top: 7px;
  width: 6px;
}
.cookies_block .buttons .btn {
  display: block;
  margin: 0 7px 10px 0;
}
@media (min-width: 480px) {
  .cookies_block .buttons .btn {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .cookies_block {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .cookies_block {
    margin-bottom: 50px;
  }
  .cookies_block .buttons .more {
    float: left;
  }
  .cookies_block .buttons .btn {
    margin: 0 0 7px 30px;
    float: right;
  }
}
/*********************/
/* Table (3 columns) */
/*********************/
.table_3_col {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
}
.table_3_col th {
  border-bottom: 1px solid #cce1e6;
  color: #006983;
  font-weight: 700;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: .04em;
  padding: 10px;
}
.table_3_col th:first-child {
  padding-left: 0;
}
.table_3_col td {
  color: #999999;
  padding: 14px 10px;
}
.table_3_col td:first-child {
  padding-left: 0;
}
@media (min-width: 768px) {
  .table_3_col th {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*********************/
/* Table (2 columns) */
/*********************/
.table_2_col {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
}
.table_2_col td {
  color: #999999;
  padding: 14px 10px;
}
.table_2_col td:first-child {
  padding-left: 0;
}
.table_2_col strong {
  color: #2c333a;
}
@media (min-width: 768px) {
  .table_2_col {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/**************/
/* Newsletter */
/**************/
.form_newsletter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #73c8d2;
  color: #ffffff;
  padding: 29px 30px;
  position: relative;
}
.form_newsletter h2 {
  color: #ffffff;
}
.form_newsletter input {
  border-color: #67b4bd;
}
.form_newsletter input.error {
  border-color: #b42314;
}
.form_newsletter .form_row {
  display: block;
  position: relative;
}
.form_newsletter .form_row:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.form_newsletter .field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.form_newsletter .btn {
  display: block;
}
.form_newsletter .markers {
  height: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .form_newsletter {
    height: 404px;
    overflow: hidden;
  }
  .form_newsletter h2 + p {
    display: none;
    visibility: hidden;
  }
  .form_newsletter.full_width {
    height: auto;
  }
  .form_newsletter.full_width .form_row {
    margin: 0 -10px 0 -9px;
    padding-right: 150px;
  }
  .form_newsletter.full_width .field {
    width: 50%;
    float: left;
    padding: 0 9px 0 10px;
  }
  .form_newsletter.full_width .button {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .form_newsletter.full_width h2 + p {
    display: block;
  }
}
@media (min-width: 1024px) {
  .form_newsletter {
    height: 367px;
    min-height: 367px;
  }
  .form_newsletter.expanded {
    height: auto;
  }
  .form_newsletter h2 + p {
    display: block;
    visibility: visible;
  }
  .form_newsletter.full_width {
    height: auto;
    min-height: 1px;
  }
}
/**********/
/* Footer */
/**********/
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer a {
  color: #666666;
  line-height: 18px;
  line-height: 1.8rem;
}
.footer a:hover {
  color: #73c8d2;
}
.footer a:active {
  color: #57979e;
}
.footer a:hover {
  text-decoration: none;
}
.footer .col {
  margin-bottom: 0;
}
.footer .nav,
.footer .links {
  background: #ece9e3;
}
.footer .links {
  padding: 23px 0 33px;
  margin-bottom: 2px;
}
.footer .links li {
  padding: 8px 0 9px;
}
.footer .links .col {
  padding-top: 20px;
}
.footer .nav .links {
  margin: 0;
  padding: 0 0 12px;
  white-space: nowrap;
}
.footer .nav ul {
  font-size: 0;
}
.footer .nav li {
  display: inline-block;
  vertical-align: top;
  margin-left: 17px;
}
.footer .nav li:first-child {
  margin-left: 0;
}
.footer .menu {
  padding: 15px 0 16px;
  margin: 0 -10px;
}
.footer .menu a {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 13px 10px;
  vertical-align: top;
}
.footer .menu li {
  margin-left: 0;
  width: auto;
}
@media (min-width: 768px) {
  .footer .menu {
    margin: 0 15px 0 -10px;
  }
  .footer .nav .links {
    float: right;
    padding-top: 14px;
  }
}
@media (min-width: 1024px) {
  .footer .menu li {
    width: 20%;
  }
}
/***************/
/* Breadcrumbs */
/***************/
.breadcrumbs {
  border-bottom: 1px solid #ece9e3;
  border-top: 1px solid #ece9e3;
  color: #999999;
  font-size: 0;
  margin-bottom: 30px;
  padding: 18px 0;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 19px 0 24px;
  position: relative;
  vertical-align: top;
}
.breadcrumbs li:before {
  content: '';
  background: url('../img/bg/sprite.png') no-repeat -50px -400px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 11px;
}
.breadcrumbs li:first-child {
  padding-left: 0;
}
.breadcrumbs li:first-child:before {
  display: none;
}
.breadcrumbs a {
  color: #73c8d2;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  color: #006983;
}
.breadcrumbs a:active {
  color: #003f4f;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .breadcrumbs {
    margin-bottom: 50px;
  }
}
/********************/
/* Teaser checklist */
/********************/
.teaser_checklist ul {
  margin-top: -1px;
}
.teaser_checklist li {
  margin-bottom: 10px;
  padding: 10px 0 9px 48px;
  position: relative;
}
.teaser_checklist li:before {
  background: url('../img/bg/sprite.png') no-repeat -150px -150px;
  background-size: 500px 450px;
  content: '';
  display: block;
  height: 33px;
  left: 2px;
  top: 5px;
  position: absolute;
  width: 32px;
}
.teaser_checklist li:last-child {
  margin-bottom: 0;
}
.teaser_checklist.dinamic_height {
  height: auto;
}
@media (min-width: 768px) {
  .teaser_checklist {
    height: 404px;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .teaser_checklist {
    height: 367px;
  }
  .teaser_checklist ul {
    padding-top: 7px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (-o-min-device-pixel-ratio: 3/2) {
  .teaser_checklist li:before {
    background-image: url('../img/bg/sprite@2x.png');
  }
}
/************************/
/* Form - Personal info */
/************************/
.personal_info {
  color: #666666;
}
.personal_info h4 {
  font-weight: 700;
  margin-bottom: 17px;
}
.personal_info p {
  margin-bottom: 15px;
}
.personal_info dl {
  font-size: 0;
  margin-bottom: 19px;
}
.personal_info dt,
.personal_info dd {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 0;
  vertical-align: top;
  width: 100%;
}
.personal_info dt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
}
.personal_info dd {
  color: #999999;
}
.personal_info input[type='submit'] {
  margin-bottom: 10px;
  padding: 0 16px;
}
.personal_info fieldset {
  margin-top: 30px;
}
.personal_info fieldset + .form_buttons {
  margin-top: 30px;
}
.personal_info .box_part {
  display: none;
}
.personal_info .box_part:first-child {
  display: block;
}
.personal_info .checkboxes_group {
  border-top: 1px solid #cce1e6;
  margin-top: 30px;
  padding-top: 30px;
}
.personal_info .checkboxes_group .form_row {
  margin-bottom: 17px;
}
.personal_info .text {
  padding: 10px 0 9px;
}
.personal_info .form_buttons {
  border-top: 1px solid #cce1e6;
  padding-top: 20px;
}
.personal_info .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 20px;
  letter-spacing: -0.04em;
  width: 100%;
}
.personal_info.blue_box .form_buttons {
  margin: 0 -31px;
  padding: 20px 31px 0;
}
.personal_info.zorgplan .form {
  padding-top: 4px;
}
.personal_info.zorgplan .form_row {
  margin-bottom: 18px;
}
.personal_info.zorgplan .form_row:last-child {
  margin-bottom: 0;
}
.personal_info.zorgplan .field {
  font-size: 0;
}
.personal_info.zorgplan .hint_text {
  margin-right: -40px;
}
.personal_info.zorgplan .hint_text:before,
.personal_info.zorgplan .hint_text:after {
  right: 40px;
}
@media (min-width: 768px) {
  .personal_info dt {
    width: 38%;
    padding-right: 20px;
  }
  .personal_info dd {
    width: 62%;
  }
  .personal_info input[type='submit'] {
    float: right;
    margin-bottom: 0;
    width: auto;
  }
  .personal_info .btn {
    width: auto;
  }
  .personal_info.zorgplan .label {
    float: left;
    margin-bottom: 0;
    width: 70%;
  }
  .personal_info.zorgplan .field {
    float: right;
  }
  .personal_info.zorgplan .hint_text {
    margin-right: -129px;
  }
  .personal_info.zorgplan .hint_text:before,
  .personal_info.zorgplan .hint_text:after {
    right: 50%;
  }
  .personal_info .form_wrapper dd {
    text-align: right;
  }
}
/****************/
/* Form - Login */
/****************/
.login_box {
  color: #666666;
}
.login_box h1 {
  color: #a3bf2b;
  margin-bottom: 29px;
}
.login_box p {
  margin-bottom: 20px;
}
.login_box input[type='submit'] {
  height: auto;
  min-height: 40px;
  padding: 5px 20px;
  width: auto;
  white-space: normal;
}
.login_box .important_info_title {
  margin-bottom: 28px;
}
.login_box .form_buttons {
  margin-top: 20px;
}
.login_box .form_row:first-child {
  margin-bottom: 11px;
}
/***********************/
/* Form - New customer */
/***********************/
.new_customer .label {
  padding: 0;
  margin-bottom: 4px;
}
.new_customer .sub_field {
  margin-left: 11px;
}
.new_customer fieldset {
  border-top-color: #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 30px 0;
  padding: 23px 0 25px;
}
.new_customer .form {
  padding-top: 19px;
}
.new_customer .field_nieuwsbrief {
  padding-top: 10px;
  margin-bottom: 12px;
}
.new_customer .label + .important_info_title {
  margin-top: 10px;
  margin-bottom: 14px;
}
/*******************************/
/* Important information title */
/*******************************/
.important_info_title_1_3 {
  overflow: hidden;
}
@media (min-width: 768px) {
  .important_info_title_1_3 {
    height: 404px;
  }
  .important_info_title_1_3 h4 {
    max-height: 30px;
    overflow: hidden;
  }
  .important_info_title_1_3 p {
    max-height: 72px;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .important_info_title_1_3 {
    height: 367px;
  }
}
.important_info_title {
  color: #006983;
  margin-bottom: 31px;
  padding: 2px 0 0 50px;
  position: relative;
}
.important_info_title h4 {
  font-weight: 700;
}
.important_info_title:before {
  background: url('../img/bg/sprite.png') no-repeat -300px 0;
  content: '';
  display: block;
  height: 29px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 29px;
}
.important_info_title:last-child {
  margin-bottom: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (-o-min-device-pixel-ratio: 3/2) {
  .important_info_title:before {
    background-image: url('../img/bg/sprite@2x.png');
    background-size: 500px 450px;
  }
}
/**************************/
/* Form - Checkout Adress */
/**************************/
.checkout_adress input[type='radio'] + label {
  color: #006983;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 1px 39px;
  vertical-align: top;
}
.checkout_adress input[type=radio] + label:before {
  left: -39px;
}
.checkout_adress input[type='checkbox'] + label {
  margin-top: 11px;
  margin-bottom: 13px;
}
.checkout_adress label {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 3px;
}
.checkout_adress p {
  margin-bottom: 18px;
}
.checkout_adress .field + p {
  padding-top: 8px;
}
.checkout_adress .form_row {
  margin-bottom: 13px;
}
.checkout_adress .form_row:first-child input[type='checkbox'] + label {
  margin-bottom: 15px;
  margin-top: 15px;
}
.checkout_adress .form_row:last-child {
  margin-bottom: 0;
}
.checkout_adress .form_row + fieldset {
  margin-top: 30px;
}
.checkout_adress .text {
  margin: 16px 0 18px;
}
.checkout_adress .part {
  display: none;
}
/*********************************/
/* Form - Checkout delivery date */
/*********************************/
.checkout_delivery_date {
  font-size: 14px;
  font-size: 1.4rem;
}
.checkout_delivery_date h4 {
  font-weight: 700;
  margin-bottom: 2px;
}
.checkout_delivery_date p {
  margin-bottom: 2px;
}
.checkout_delivery_date label {
  display: block;
  margin-bottom: 3px;
}
.checkout_delivery_date .form_row {
  margin-bottom: 24px;
}
.checkout_delivery_date .form_row:last-child {
  margin-bottom: 0;
}
/**************/
/* Datepicker */
/**************/
.datepicker {
  position: relative;
}
.datepicker:after {
  background: url('../img/bg/sprite.png') no-repeat -238px -188px;
  border-left: 1px solid #e5e5e5;
  content: '';
  cursor: pointer;
  display: block;
  height: 38px;
  right: 1px;
  position: absolute;
  pointer-events: none;
  top: 1px;
  width: 39px;
}
.datepicker:hover:after {
  background-position: -238px -238px;
  border-color: #99c3cd;
}
.datepicker.active:after {
  background-color: #99c3cd;
  background-position: -238px -288px;
  border-color: #99c3cd;
}
.datepicker.active input {
  border-color: #99c3cd;
  color: #22778e;
}
.datepicker .hasDatepicker {
  cursor: pointer;
}
.datepicker input {
  padding-left: 20px;
  padding-right: 50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (-o-min-device-pixel-ratio: 3/2) {
  .datepicker:after {
    background-image: url('../img/bg/sprite@2x.png');
    background-size: 500px 450px;
  }
}
.datepicker .ui-datepicker {
  overflow: visible;
}
.ui-datepicker {
  background: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  left: auto !important;
  margin-left: 1px;
  overflow: hidden;
  position: relative;
  right: 0;
  top: 40px !important;
}
.ui-datepicker:after {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  left: -1px;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #99c3cd;
  border-top: none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background: url('../img/bg/sprite.png') no-repeat;
  cursor: pointer;
  display: block;
  height: 35px;
  width: 35px;
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  display: none;
}
.ui-datepicker .ui-datepicker-prev {
  background-position: -192px -342px;
  margin-left: 1%;
  float: left;
}
.ui-datepicker .ui-datepicker-next {
  background-position: -242px -342px;
  margin-right: 1%;
  float: right;
}
.ui-datepicker .ui-datepicker-title {
  color: #22778e;
  line-height: 35px;
  overflow: hidden;
  text-transform: uppercase;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  display: none;
}
.ui-datepicker th {
  color: #999999;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
}
.ui-datepicker td {
  border: 1px solid #ffffff;
  line-height: 30px;
  line-height: 3rem;
  text-align: center;
}
.ui-datepicker td a:hover {
  background: #99c3cd;
  color: #ffffff;
  text-decoration: none;
}
.ui-datepicker .ui-state-active {
  background: #99c3cd;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker .ui-datepicker-other-month,
.ui-datepicker .ui-datepicker-week-end {
  border: none;
}
.ui-datepicker .ui-state-default {
  display: block;
  min-width: 29px;
}
.ui-datepicker .ui-state-disabled {
  background: #f5f5f5;
  color: #999999;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (-o-min-device-pixel-ratio: 3/2) {
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    background-image: url('../img/bg/sprite@2x.png');
    background-size: 500px 450px;
  }
}
@media (min-width: 768px) {
  .ui-datepicker {
    left: 0 !important;
  }
  .ui-datepicker .ui-state-default {
    padding: 4px 0;
    min-width: 38px;
  }
  .ui-datepicker .ui-datepicker-prev {
    margin-left: 3%;
  }
  .ui-datepicker .ui-datepicker-next {
    margin-right: 3%;
  }
}
/**************************/
/* Form - Checkout overview */
/**************************/
.checkout_overview h4 {
  font-weight: 700;
  margin-bottom: 25px;
}
.checkout_overview h4:last-child {
  margin-bottom: 0;
}
.checkout_overview h4 a {
  text-decoration: underline;
}
.checkout_overview h4 a:hover {
  text-decoration: none;
}
.checkout_overview h4 strong {
  font-weight: 900;
}
.checkout_overview h4 + p {
  margin-top: -22px;
}
.checkout_overview p {
  margin-bottom: 17px;
}
.checkout_overview p:last-child {
  margin-bottom: 10px;
}
.checkout_overview input[type='checkbox'] + label {
  display: block;
  margin-left: 35px;
}
.checkout_overview input[type=checkbox] + label:before {
  left: -35px;
}
.checkout_overview .cart_list_item + h4 {
  padding-top: 32px;
}
.checkout_overview .part {
  border-top: 1px solid #cce1e6;
  padding: 22px 0 23px;
}
.checkout_overview .part:first-child {
  border-top: none;
  padding-top: 0;
  padding-bottom: 32px;
}
.checkout_overview .part:last-child {
  padding-bottom: 0;
}
.checkout_overview.blue_box .part {
  margin: 0 -30px;
  padding-left: 30px;
  padding-right: 30px;
}
.checkout_overview .price {
  color: #a3bf2b;
  float: right;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 30px;
  line-height: 3rem;
}
.checkout_overview .price.discount {
  color: #999999;
  margin-bottom: 10px;
}
.checkout_overview .coupon_state {
  color: #666666;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 16px;
  vertical-align: top;
  text-decoration: underline;
}
.checkout_overview .coupon_state:hover {
  color: #73c8d2;
}
.checkout_overview .coupon_state:active {
  color: #57979e;
}
.checkout_overview .coupon {
  display: none;
  font-size: 0;
}
.checkout_overview .coupon .form_row {
  display: block;
  clear: both;
  overflow: hidden;
}
.checkout_overview .coupon .form_row:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.checkout_overview .coupon .button {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 10px 0 0;
  overflow: hidden;
  width: auto;
}
.checkout_overview .coupon .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 20px;
  width: 100%;
}
.checkout_overview .coupon.visible {
  display: block;
}
.checkout_overview .form_buttons .back {
  color: #666666;
  display: inline-block;
  padding: 8px 0 0;
  vertical-align: top;
  text-decoration: underline;
}
.checkout_overview .form_buttons .back:hover {
  color: #73c8d2;
}
.checkout_overview .form_buttons .back:active {
  color: #57979e;
}
@media (min-width: 768px) {
  .checkout_overview .coupon .form_row {
    clear: none;
    max-width: 342px;
  }
  .checkout_overview .coupon .field {
    float: left;
    width: 212px;
  }
  .checkout_overview .coupon .button {
    margin: 0 0 0 10px;
    width: auto;
  }
  .checkout_overview .coupon .discount {
    margin: 0 0 0 10px;
    padding: 5px 0;
  }
  .checkout_overview .form_buttons input[type='submit'] {
    float: right;
    width: auto;
  }
  .checkout_overview .form_buttons .back {
    padding-bottom: 8px;
  }
}
/******************************/
/* List item - Product basket */
/******************************/
.cart_list_item {
  display: block;
  background: #ffffff;
  margin-bottom: 9px;
  padding-bottom: 40px;
  position: relative;
}
.cart_list_item:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.cart_list_item:last-child {
  margin-bottom: 0;
}
.cart_list_item.border {
  border: 1px solid #ece9e3;
}
.cart_list_item .image {
  float: left;
}
.cart_list_item .options {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  font-size: 0;
  position: absolute;
  right: 0;
}
.cart_list_item .quantity,
.cart_list_item .remove,
.cart_list_item .price {
  display: inline-block;
  vertical-align: top;
}
.cart_list_item .price {
  color: #a3bf2b;
  float: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 30px;
  line-height: 3rem;
  padding: 5px 0 5px 10px;
}
.cart_list_item .quantity {
  line-height: 30px;
  line-height: 3rem;
  height: 30px;
  margin: 5px 10px 5px 15px;
  padding: 0;
  text-align: center;
  width: 30px;
}
.cart_list_item .remove {
  height: 21px;
  float: right;
  margin: 9px 10px 9px 0;
  width: 21px;
}
.cart_list_item .remove .icon {
  height: 21px;
  width: 21px;
}
.cart_list_item .size {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 20px;
  vertical-align: top;
}
.cart_list_item h5 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  overflow: hidden;
  padding: 5px 10px;
  max-height: 60px;
}
.cart_list_item h5 a {
  color: #666666;
  color: #999999;
  text-decoration: none;
}
.cart_list_item h5 a:hover {
  color: #73c8d2;
}
.cart_list_item h5 a:active {
  color: #57979e;
}
@media (min-width: 768px) {
  .cart_list_item {
    padding-bottom: 0;
  }
  .cart_list_item h5 {
    max-height: none;
  }
  .cart_list_item .options {
    float: right;
    position: static;
  }
}
/*****************/
/* Order history */
/*****************/
.order_history {
  padding-bottom: 20px;
}
.order_history .cart_list_item {
  margin-left: 28px;
}
.order_history .price {
  font-size: 16px;
  font-size: 1.6rem;
}
.order_history .form_buttons {
  border-top: 1px solid #cce1e6;
  margin: 30px -30px 0;
  padding: 20px 30px 0;
}
.order_history input[type="submit"] {
  padding: 8px 20px;
  height: auto;
  width: auto;
  white-space: normal;
}
.order_history input[type="checkbox"] + label {
  left: -28px;
  position: absolute;
  top: 11px;
  width: 1px;
}
/***********************/
/* Products comparison */
/***********************/
.products_comparison {
  margin-bottom: 30px;
}
.products_comparison .remove {
  margin-bottom: 15px;
}
.products_comparison .remove .icon {
  height: 21px;
  width: 21px;
}
.products_comparison .image {
  border: 1px solid #ece9e3;
  margin: 0 auto 20px;
  width: 100px;
}
.products_comparison h4 {
  margin-bottom: 15px;
}
.products_comparison th {
  background: #e5f0f2;
  color: #006983;
  display: none;
}
.products_comparison tr:first-child .cell {
  padding: 0;
  margin-bottom: 46px;
  text-align: center;
}
.products_comparison tr:nth-child(even) td .cell {
  background: #f5f4f1;
}
.products_comparison tr tr:nth-child(odd) td .cell {
  background: #ffffff;
}
.products_comparison td {
  color: #999999;
  font-size: 14px;
  font-size: 1.4rem;
}
.products_comparison td table {
  width: 100%;
}
.products_comparison td table td {
  width: auto;
  padding: 0;
}
.products_comparison td table tr:first-child .cell {
  padding: 8px 10px;
  margin-bottom: 0;
  text-align: left;
}
.products_comparison .cell {
  display: block;
  padding: 8px 10px;
}
.products_comparison .pinned {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  padding: 0 1.5%;
}
.products_comparison .btn {
  display: block;
  padding: 8px 20px;
}
.products_comparison .mCSB_scrollTools:after {
  content: '';
  display: block;
  height: 100%;
  left: 6.5%;
  position: absolute;
  right: 6.5%;
  top: 0;
  z-index: 100;
}
.products_comparison .mCSB_container {
  margin-top: 30px;
}
.products_comparison .mCustomScrollbar .mCSB_horizontal:before,
.products_comparison .mCustomScrollbar .mCSB_horizontal:after,
.products_comparison .mCustomScrollbar.left_shadow .mCSB_horizontal:before {
  display: none;
}
.products_comparison .mCustomScrollbar .mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 3.5%;
}
.products_comparison .mCustomScrollbar .mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 3.5%;
}
.products_comparison .mCSB_scrollTools.copy {
  bottom: 30px;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .products_comparison {
    margin-bottom: 40px;
  }
  .products_comparison th {
    display: table-cell;
  }
  .products_comparison .pinned {
    display: block;
    left: 0;
    position: absolute;
    top: 30px;
    width: 25%;
  }
  .products_comparison .pinned:before,
  .products_comparison .pinned:after {
    background: #e5f0f2;
    top: 100%;
    content: "";
    display: block;
    height: 30px;
    left: 6%;
    position: absolute;
    right: 6%;
  }
  .products_comparison .pinned:before {
    bottom: 100%;
    top: auto;
  }
  .products_comparison .pinned table {
    width: 100%;
  }
  .products_comparison .pinned .cell {
    padding: 8px 20px;
    margin: 0;
  }
  .products_comparison .pinned tr:first-child .cell {
    padding: 8px 20px;
    text-align: left;
  }
  .products_comparison .table-wrapper {
    position: relative;
    overflow: hidden;
  }
  .products_comparison .table-wrapper .scrollable {
    margin-left: 25%;
  }
  .products_comparison .scrollable th {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .products_comparison {
    margin-bottom: 50px;
  }
}
.comparison_markers {
  height: 0;
  overflow: hidden;
}
/***********/
/* Product */
/***********/
.product {
  border: 1px solid #edeae5;
  padding: 16px 10px 13px;
  position: relative;
  text-align: center;
}
.product:hover {
  border-color: #73c8d2;
}
.product:hover:after {
  display: block;
}
.product:after {
  border: 1px solid #73c8d2;
  bottom: 0;
  content: "";
  display: none;
  left: 0;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
}
.product .image {
  margin-bottom: 9px;
}
.product .image a {
  display: block;
}
.product .image img {
  margin: 0 auto;
}
.product h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  height: 5.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: .02em;
  overflow: hidden;
}
.product h4 a:hover {
  text-decoration: none;
}
.product .article {
  color: #999999;
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 10px;
}
.product .more {
  padding-top: 10px;
}
.product .more a {
  color: #999999;
  text-decoration: underline;
}
.product .more a:hover {
  color: #73c8d2;
}
.product .more a:active {
  color: #57979e;
}
.product .more a:active {
  color: #003f4f;
}
.product .compare {
  display: inline-block;
  padding-top: 15px;
  position: relative;
  vertical-align: top;
}
.product .compare label {
  color: #999999;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 28px;
  line-height: 2.8rem;
  margin-left: 30px;
}
.product .compare input[type="checkbox"]:checked + label + .btn_compare {
  display: block;
}
.product .compare input[type='checkbox'] + label:before {
  top: 4px;
  left: -30px;
}
.product .compare .btn_compare {
  background: #73c8d2;
  color: #ffffff;
  display: none;
  line-height: 28px;
  line-height: 2.8rem;
  padding: 0 15px;
  position: absolute;
  left: 30px;
  top: 15px;
}
.product .compare .btn_compare:hover {
  text-decoration: none;
}
.product .quantity {
  background: #f5f4f1;
  color: #2c333a;
  font-size: 14px;
  font-size: 1.4rem;
  height: 30px;
  line-height: 30px;
  line-height: 3rem;
  margin: 16px -10px 0;
  overflow: hidden;
  padding: 5px 0;
}
.product .quantity input {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  line-height: 3rem;
  margin: 0 14px;
  padding: 0 2px;
  text-align: center;
  vertical-align: top;
  width: 30px;
}
.product .button {
  padding-top: 20px;
}
.product .button .btn {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 20px;
}
.product .button .icon {
  margin-right: 6px;
}
.product .note {
  color: #ff7800;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  padding-top: 17px;
}
.product .price {
  background: #006983;
  color: #ffffff;
  font-weight: 700;
  left: -1px;
  padding: 5px 8px;
  position: absolute;
  top: 21px;
  z-index: 10;
}
.product.small {
  border: none;
  border-bottom: 1px solid #edeae5;
  padding: 0 0 14px;
  text-align: left;
}
.product.small:hover {
  border-color: #edeae5;
}
.product.small:hover:after {
  display: none;
}
.product.small .image {
  border: 1px solid #f5f4f1;
  float: left;
  max-width: 98px;
}
.product.small .info {
  clear: both;
}
.product.small h4 {
  margin: -6px 0 0;
  overflow: hidden;
  padding-left: 20px;
}
.product.small .article,
.product.small .more,
.product.small .compare {
  padding-top: 5px;
}
.product.small .more {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
}
.product.small .compare {
  margin-left: 25px;
}
.product.small .compare label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.product.small .compare input[type='checkbox'] + label:before {
  top: 2px;
}
.product.small .compare .btn_compare {
  top: 3px;
  font-size: 14px;
  font-size: 1.4rem;
}
.product.small .options {
  display: block;
  background: #f5f4f1;
  font-size: 0;
  margin-top: 12px;
  text-align: right;
}
.product.small .options:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.product.small .quantity {
  color: #333333;
  float: left;
  margin: 0;
  padding: 5px;
}
.product.small .price {
  background: none;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
  overflow: hidden;
  position: static;
}
.product.small .button {
  padding: 0;
}
.product.small .button .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.product.small .button .icon {
  display: none;
}
.product.small .note {
  padding-top: 11px;
}
.product.detail {
  border: none;
  padding: 0 0 14px;
  text-align: left;
}
.product.detail:hover:after {
  display: none;
}
.product.detail .info {
  clear: both;
}
.product.detail .article {
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 5px;
  font-weight: 700;
  color: #2c333a;
}
.product.detail .article strong {
  color: #999999;
  margin-left: 14px;
}
.product.detail h1 {
  line-height: 50px;
  line-height: 5rem;
  margin-bottom: 35px;
}
.product.detail h1 a:hover {
  text-decoration: none;
}
.product.detail .options {
  display: block;
  background: #f5f4f1;
  font-size: 0;
  margin-top: 12px;
  text-align: right;
}
.product.detail .options:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.product.detail .category {
  color: #999999;
  margin-bottom: 11px;
}
.product.detail .category a {
  text-decoration: underline;
}
.product.detail .quantity {
  color: #2c333a;
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 5px 5px 5px 18px;
}
.product.detail .quantity input {
  margin: 0 10px;
}
.product.detail .price {
  background: none;
  color: #2c333a;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  overflow: hidden;
  position: static;
}
.product.detail .button {
  padding: 0;
}
.product.detail .button .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.product.detail .button .icon {
  display: none;
}
.product.detail .note {
  color: #a3bf2b;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 13px;
}
@media (min-width: 480px) {
  .product.small .info {
    clear: none;
    overflow: hidden;
    padding-left: 20px;
    padding-top: 2px;
  }
}
@media (min-width: 768px) {
  .product {
    padding: 5px;
  }
  .product .compare input[type="checkbox"]:checked + label {
    margin-left: 0;
  }
  .product .compare input[type="checkbox"]:checked + label + .btn_compare {
    left: 0;
  }
  .product .quantity {
    margin: 16px -5px 0;
  }
  .product .button .icon {
    display: none;
  }
  .product.small .image {
    margin: 6px 0 0;
  }
  .product.small .options {
    margin-left: -20px;
    padding-left: 15px;
  }
  .product.small .article {
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }
  .product.small .more {
    margin-left: 5px;
    padding: 0;
  }
  .product.small .compare {
    margin-left: 20px;
    padding: 0;
  }
  .product.small .compare input[type="checkbox"]:checked + label {
    margin-left: 15px;
  }
  .product.small .compare input[type="checkbox"]:checked + label + .btn_compare {
    top: -2px;
    left: 15px;
  }
  .product.small .price {
    display: inline-block;
    vertical-align: top;
  }
  .product.small .button {
    display: inline-block;
    vertical-align: top;
  }
  .product.detail .article {
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }
  .product.detail .price {
    display: inline-block;
    vertical-align: top;
  }
  .product.detail .button {
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 1024px) {
  .product {
    padding: 20px;
  }
  .product .compare input[type="checkbox"]:checked + label {
    margin-left: 30px;
  }
  .product .compare input[type="checkbox"]:checked + label + .btn_compare {
    left: 30px;
  }
  .product .quantity {
    margin: 16px -20px 0;
  }
  .product .button .icon {
    display: inline-block;
  }
  .product.small .more {
    margin-left: 24px;
  }
  .product.small .compare {
    margin-left: 25px;
  }
  .product.small .button .icon {
    display: inline-block;
  }
  .product.small .compare input[type="checkbox"]:checked + label {
    margin-left: 30px;
  }
  .product.small .compare input[type="checkbox"]:checked + label + .btn_compare {
    left: 30px;
  }
  .product.detail .button .icon {
    display: inline-block;
  }
}
/********/
/* Tabs */
/********/
.tabs .nav {
  border-bottom: 1px solid #cce1e6;
  font-size: 0;
  margin-bottom: 20px;
  position: relative;
}
.tabs .nav ul li {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Lato', sans-serif;
  line-height: 28px;
  line-height: 2.8rem;
}
.tabs .nav ul a {
  background: #cce1e6;
  border: 1px solid #cce1e6;
  border-bottom: none;
  display: none;
  font-weight: 300;
  padding: 8px 30px;
  position: relative;
}
.tabs .nav ul a:hover {
  background: #99c3cd;
  border-color: #99c3cd;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
}
.tabs .nav ul a:after {
  display: block;
  content: attr(title);
  font-weight: 400;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}
.tabs .nav ul a:active {
  background: #66a5b5;
  border-color: #66a5b5;
  color: #ffffff;
  font-weight: 400;
}
.tabs .nav ul a.active {
  display: block;
}
.tabs .nav ul a.active,
.tabs .nav ul a.active:hover,
.tabs .nav ul a.active:active {
  background: #ffffff;
  border-color: #cce1e6;
  color: #333333;
  cursor: default;
  font-weight: 300;
}
.tabs .nav.open ul a {
  display: block;
}
.tabs .nav .switcher {
  background: #ffffff;
  border: 1px solid #cce1e6;
  display: block;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
}
.tabs .nav .switcher:before,
.tabs .nav .switcher:after,
.tabs .nav .switcher span {
  background: #66a5b5;
  content: '';
  display: block;
  height: 2px;
  left: 10px;
  position: absolute;
  right: 10px;
}
.tabs .nav .switcher:before {
  top: 12px;
}
.tabs .nav .switcher:after {
  bottom: 12px;
}
.tabs .nav .switcher span {
  top: 18px;
}
.tabs .nav .switcher span + span {
  top: 24px;
}
.tabs .nav.open .switcher {
  border-bottom: none;
}
.tabs .tabs_wrapper .tab {
  display: none;
}
.tabs .tabs_wrapper .tab.active {
  display: block;
}
@media (min-width: 1024px) {
  .tabs .nav ul li {
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    vertical-align: top;
  }
  .tabs .nav ul li:first-child {
    margin-left: 0;
  }
  .tabs .nav ul a {
    display: block;
  }
  .tabs .nav ul a.active:before {
    background: #ffffff;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .tabs .nav .switcher {
    display: none;
  }
}
/********************/
/* View and sorting */
/********************/
.view_and_sorting .nav {
  margin-bottom: 0;
}
.view_and_sorting .tabs_wrapper {
  border: 1px solid #cce1e6;
  border-top: none;
  padding: 14px 15px;
}
.view_and_sorting .view_select {
  margin-bottom: 10px;
}
.view_and_sorting .products {
  padding-top: 14px;
}
@media (min-width: 480px) {
  .view_and_sorting .view_select {
    float: left;
    margin-bottom: 0;
  }
  .view_and_sorting .sort_select {
    float: right;
  }
}
/**************/
/* Pagination */
/**************/
.pagination {
  display: block;
  border-bottom: 1px solid #cce1e6;
  border-top: 1px solid #cce1e6;
  font-size: 0;
  padding: 14px 9px;
  text-align: center;
}
.pagination:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.pagination .pager {
  color: #2c333a;
  margin-bottom: 14px;
}
.pagination .pager li {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
  vertical-align: top;
}
.pagination .pager a {
  display: block;
  width: 40px;
}
.pagination .pager input {
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
  width: 50px;
}
.pagination .pager .icon {
  margin: 8px;
}
.pagination .pager .total {
  padding: 0 15px;
}
.pagination .pager_navigator label,
.pagination .pager_navigator .field {
  display: inline-block;
  vertical-align: top;
}
.pagination .pager_navigator label {
  margin-right: 20px;
  padding: 8px 0;
}
@media (min-width: 500px) {
  .pagination {
    text-align: left;
  }
  .pagination .pager {
    float: left;
    margin-bottom: 0;
  }
  .pagination .pager_navigator {
    float: right;
  }
}
/********/
/* Tags */
/********/
.tags {
  font-size: 0;
  margin: 0 -5px;
}
.tags .tag,
.tags .link {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 29px;
  line-height: 2.9rem;
  margin: 0 5px 10px;
  vertical-align: top;
}
.tags .tag {
  background: #cccccc;
  color: #ffffff;
  padding-left: 10px;
}
.tags .tag:hover {
  background: #999999;
}
.tags .tag:active {
  background: #666666;
}
.tags .tag .icon {
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -icab-border-radius: 0;
  border-radius: 0;
}
.tags .tag .icon:hover,
.tags .tag .icon:active {
  background-color: transparent;
}
.tags .tag .icon.icon_remove {
  background-position: -41px -238px;
}
.tags .tag .remove {
  float: right;
  height: 29px;
  margin-left: 3px;
  width: 25px;
}
.tags .link {
  color: #666666;
  font-weight: 700;
  text-decoration: underline;
}
.tags .link:hover {
  color: #73c8d2;
}
.tags .link:active {
  color: #57979e;
}
/**********/
/* Filter */
/**********/
.filter label {
  font-weight: 400;
}
.filter input[type=radio] + label,
.filter input[type=checkbox] + label {
  margin-left: 39px;
}
.filter input[type=radio] + label:before,
.filter input[type=checkbox] + label:before {
  left: -39px;
}
.filter h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  position: relative;
}
.filter h2 a {
  display: block;
  position: relative;
  z-index: 10;
}
.filter h2:after {
  background: url(../img/bg/sprite.png) no-repeat -288px -137px;
  content: '';
  display: block;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
}
.filter .show_filter:hover {
  text-decoration: none;
}
.filter .label {
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.filter .filter_form {
  display: none;
  padding-top: 20px;
}
.filter .selected_filters {
  display: none;
  margin-bottom: 20px;
}
.filter .blue_box {
  padding: 4px 19px 7px;
}
.filter.open h2:after {
  background-position: -338px -137px;
}
.filter.open .blue_box {
  padding: 4px 19px 19px;
}
.filter .show_more {
  color: #666666;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  padding-bottom: 2px;
  vertical-align: top;
  text-decoration: underline;
}
.filter .show_more:hover {
  color: #73c8d2;
}
.filter .show_more:active {
  color: #57979e;
}
.filter .show_more span {
  display: none;
}
.filter .show_more span:first-child {
  display: block;
}
.filter .show_more.active span {
  display: block;
}
.filter .show_more.active span:first-child {
  display: none;
}
.filter .show_more .icon {
  display: inline-block;
  height: 16px;
  margin-left: -16px;
  vertical-align: top;
  width: 16px;
}
.filter .show_more .icon_d_arr_gray {
  background-position: -294px -149px;
}
.filter .show_more .icon_t_arr_gray {
  background-position: -344px -149px;
}
.filter .show_more:hover .icon_d_arr_gray {
  background-position: -294px -199px;
}
.filter .show_more:hover .icon_t_arr_gray {
  background-position: -344px -199px;
}
.filter .show_more:active .icon_d_arr_gray {
  background-position: -294px -249px;
}
.filter .show_more:active .icon_t_arr_gray {
  background-position: -344px -249px;
}
.filter .filter_row {
  margin-bottom: 36px;
}
.filter .filter_row:last-child {
  margin-bottom: 0;
}
.filter .filter_row .label {
  margin-bottom: 11px;
}
.filter .field {
  padding-bottom: 20px;
}
.filter .field:last-child {
  padding-bottom: 0;
}
.filter .collapsed {
  display: none;
}
.filter .mobile_marker {
  height: 1px;
  left: -9999px;
  position: absolute;
}
@media (min-width: 768px) {
  .filter h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  .filter h2:after {
    display: none;
  }
  .filter.open .blue_box,
  .filter .blue_box {
    padding: 22px 19px 32px;
  }
  .filter .filter_form {
    display: block !important;
  }
  .filter .show_filter {
    cursor: text;
  }
}
@media (min-width: 1024px) {
  .filter .show_more {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/***********/
/* Submenu */
/***********/
.submenu ul {
  display: none;
}
.submenu li {
  margin-bottom: 2px;
}
.submenu li:last-child {
  margin-bottom: 0;
}
.submenu a {
  background: #e5f0f2;
  color: #666666;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 20px 11px;
  position: relative;
}
.submenu a:hover {
  background: #cce1e6;
  text-decoration: none;
}
.submenu a:after {
  border: 10px solid transparent;
  border-left-color: #73c8d2;
  content: "";
  display: none;
  position: absolute;
  left: 100%;
  margin-top: -10px;
  top: 50%;
}
.submenu h2 {
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
}
.submenu h2:after {
  background: url(../img/bg/sprite.png) no-repeat -288px -137px;
  content: '';
  display: block;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
}
.submenu.open h2:after {
  background-position: -338px -137px;
}
.submenu .active {
  background: #73c8d2;
  color: #ffffff;
}
.submenu .active:hover {
  background: #73c8d2;
}
.submenu .mobile_marker {
  height: 1px;
  left: -9999px;
  position: absolute;
}
@media (min-width: 768px) {
  .submenu ul {
    display: block !important;
  }
  .submenu h2 {
    cursor: text;
    font-size: 30px;
    font-size: 3rem;
  }
  .submenu h2:after {
    display: none;
  }
  .submenu .active:after {
    display: block;
  }
}
/************************/
/* Usefull informations */
/************************/
.usefull_info {
  background: #73c8d2;
  color: #ffffff;
  padding: 17px 29px 18px 29px;
  position: relative;
}
.usefull_info p {
  margin: 0;
}
.usefull_info .links {
  font-size: 0;
  padding-top: 10px;
}
.usefull_info .link {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
@media (min-width: 768px) {
  .usefull_info {
    padding-right: 129px;
  }
  .usefull_info .links {
    padding-top: 0;
    position: absolute;
    right: 32px;
    top: 11px;
  }
}
/*************/
/* Accordeon */
/*************/
.accordeon {
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
}
.accordeon .item {
  border-bottom: 1px solid #cccccc;
}
.accordeon .title {
  padding: 20px 0;
}
.accordeon .title a {
  display: block;
}
.accordeon .title a:hover {
  color: #73c8d2;
  text-decoration: none;
}
.accordeon .title a:active {
  color: #003f4f;
}
.accordeon .title .icon {
  float: right;
  margin: 3px 7px;
}
.accordeon .text {
  display: none;
  line-height: 22px;
  line-height: 2.2rem;
  padding: 8px 0 27px;
}
/***********************/
/* Accordeon check out */
/***********************/
.accordeon_check_out .item {
  margin-bottom: 5px;
}
.accordeon_check_out .item:last-child {
  margin-bottom: 0;
}
.accordeon_check_out .title a {
  background: #006983;
  color: #ffffff;
  display: block;
  padding: 13px 20px;
}
.accordeon_check_out .title a:hover {
  background: #005469;
  text-decoration: none;
}
.accordeon_check_out .title a:active {
  background: #003f4f;
}
.accordeon_check_out .title .icon_arr_down_white {
  float: right;
  margin: 3px 7px;
}
.accordeon_check_out .title .icon_complete {
  display: none;
  margin: 3px 18px 3px 3px;
}
.accordeon_check_out .filled .icon_complete {
  display: inline-block;
}
.accordeon_check_out .open .text {
  display: block;
}
.accordeon_check_out .text {
  display: none;
}
.accordeon_check_out .prev {
  margin-bottom: 10px;
}
.accordeon_check_out .disabled {
  opacity: .5;
}
.accordeon_check_out .disabled a:hover,
.accordeon_check_out .disabled a:active {
  background: #006983;
  cursor: default;
}
@media (min-width: 768px) {
  .accordeon_check_out .next {
    float: right;
  }
  .accordeon_check_out .prev {
    margin-bottom: 0;
  }
}
.checkout_progress {
  border: 1px solid #cccccc;
  font-family: 'Lato', sans-serif;
  font-size: 0;
  margin-right: 10px;
}
.checkout_progress li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #cccccc;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 38px;
  line-height: 3.8rem;
  padding-left: 5px;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.checkout_progress li:after {
  background: url(../img/bg/sprite.png) no-repeat -350px -350px;
  bottom: -1px;
  content: '';
  display: block;
  position: absolute;
  right: -10px;
  top: -1px;
  width: 10px;
  z-index: 10;
}
.checkout_progress li:last-child:after {
  background-position: -350px -300px;
}
.checkout_progress li:last-child.active:after {
  background-position: -350px -402px;
  right: -11px;
}
.checkout_progress .active {
  background: #cccccc;
  color: #ffffff;
}
.checkout_progress .active:after {
  background-position: -350px -402px;
  bottom: 0;
  top: 0;
}
.checkout_progress .active a {
  color: #ffffff;
}
.checkout_progress a {
  display: block;
  color: #cccccc;
}
.checkout_progress a:hover {
  text-decoration: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (-o-min-device-pixel-ratio: 3/2) {
  .checkout_progress li:after {
    background-image: url('../img/bg/sprite@2x.png');
    background-size: 500px 450px;
  }
}
/*************/
/* Carrousel */
/*************/
.carrousel {
  position: relative;
}
.carrousel .col:first-child {
  margin-left: 0 !important;
}
.carrousel .mobile_marker {
  position: absolute;
  left: -9999px;
}
.carrousel_markers {
  height: 0;
  overflow: hidden;
}
.mCustomScrollbar .mCSB_horizontal:before,
.mCustomScrollbar .mCSB_horizontal:after {
  bottom: 0;
  content: "";
  display: none;
  position: absolute;
  pointer-events: none;
  top: 0;
  width: 210px;
  z-index: 10;
}
.mCustomScrollbar .mCSB_horizontal:before {
  background: url('../img/bg/left-shadow.png') repeat-y 0 0;
  left: 0;
}
.mCustomScrollbar .mCSB_horizontal:after {
  background: url('../img/bg/right-shadow.png') repeat-y 0 0;
  right: 0;
}
.mCustomScrollbar .mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 25%;
}
.mCustomScrollbar .mCSB_scrollTools_horizontal {
  left: -1.5%;
  right: -1.5%;
  z-index: 20;
}
.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #999999;
}
.mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {
  background: #cccccc;
  height: 4px;
  margin: 6px 0;
}
.mCustomScrollbar .mCSB_scrollTools .mCSB_buttonLeft,
.mCustomScrollbar .mCSB_scrollTools .mCSB_buttonRight {
  opacity: 1;
}
.mCustomScrollbar .mCSB_buttonLeft,
.mCustomScrollbar .mCSB_buttonRight {
  background: url('../img/bg/sprite.png') no-repeat 0 0;
  height: 16px;
  width: 16px;
}
.mCustomScrollbar .mCSB_buttonLeft {
  visibility: hidden;
}
.mCustomScrollbar.left_shadow .mCSB_buttonLeft {
  visibility: visible;
}
.mCustomScrollbar.hide_right_shadow .mCSB_buttonRight {
  visibility: hidden;
}
.mCustomScrollbar .mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  background-position: -450px 0;
  left: 1.5%;
}
.mCustomScrollbar .mCSB_scrollTools_horizontal .mCSB_buttonLeft:hover {
  background-position: -450px -50px;
}
.mCustomScrollbar .mCSB_scrollTools_horizontal .mCSB_buttonLeft:active {
  background-position: -450px -100px;
}
.mCustomScrollbar .mCSB_scrollTools_horizontal .mCSB_buttonRight {
  background-position: -450px -150px;
  right: 1.5%;
}
.mCustomScrollbar .mCSB_scrollTools_horizontal .mCSB_buttonRight:hover {
  background-position: -450px -200px;
}
.mCustomScrollbar .mCSB_scrollTools_horizontal .mCSB_buttonRight:active {
  background-position: -450px -250px;
}
@media (min-width: 768px) {
  .mCustomScrollbar.left_shadow .mCSB_horizontal:before,
  .mCustomScrollbar .mCSB_horizontal:after {
    display: block;
  }
  .mCustomScrollbar.mCS_no_scrollbar .mCSB_horizontal:before,
  .mCustomScrollbar.mCS_no_scrollbar .mCSB_horizontal:after,
  .mCustomScrollbar.hide_right_shadow .mCSB_horizontal:after {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (-o-min-device-pixel-ratio: 3/2) {
  .mCustomScrollbar .mCSB_buttonLeft,
  .mCustomScrollbar .mCSB_buttonRight {
    background-image: url('../img/bg/sprite@2x.png');
    background-size: 500px 450px;
  }
}
/**********/
/* Viewer */
/**********/
.viewer {
  border: 1px solid #e6e6e6;
  position: relative;
}
.viewer a {
  outline: none;
}
.viewer img {
  width: 100%;
}
.viewer .slide {
  display: none;
}
.viewer .slide:first-child {
  display: block;
}
.viewer .thumbs {
  display: block;
  bottom: 9px;
  left: 9px;
  position: absolute;
}
.viewer .thumbs:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.viewer .thumb {
  border: 1px solid #e6e6e6;
  display: block;
  float: left;
  margin-left: 9px;
}
.viewer .thumb:hover,
.viewer .thumb.active {
  border-color: #c3d6dd;
}
/**************/
/* Styleguide */
/**************/
/* Color block */
.color_block {
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 8px 20px;
  text-align: center;
}
/* Text */
.bold {
  font-weight: 700;
}
/* Backgrounds */
.bg_1 {
  background-color: #006983;
}
.bg_2 {
  background-color: #33879c;
}
.bg_3 {
  background-color: #66a5b5;
}
.bg_4 {
  background-color: #99c3cd;
}
.bg_5 {
  background-color: #cce1e6;
}
.bg_6 {
  background-color: #e5f0f2;
}
.bg_7 {
  background-color: #cfc9b8;
}
.bg_8 {
  background-color: #d9d4c6;
}
.bg_9 {
  background-color: #e2dfd4;
}
.bg_10 {
  background-color: #ece9e3;
}
.bg_11 {
  background-color: #f5f4f1;
}
.bg_12 {
  background-color: #faf9f8;
}
.bg_13 {
  background-color: #ff7800;
}
.bg_14 {
  background-color: #a3bf2b;
}
.bg_15 {
  background-color: #73c8d2;
}
.bg_16 {
  background-color: #b42314;
}
.bg_17 {
  background-color: #333333;
}
.bg_18 {
  background-color: #666666;
}
.bg_19 {
  background-color: #999999;
}
.bg_20 {
  background-color: #cccccc;
}
.bg_21 {
  background-color: #ffffff;
}
/* Colors */
.color_1 {
  color: #006983;
}
.color_2 {
  color: #33879c;
}
.color_3 {
  color: #66a5b5;
}
.color_4 {
  color: #99c3cd;
}
.color_5 {
  color: #cce1e6;
}
.color_6 {
  color: #e5f0f2;
}
.color_7 {
  color: #cfc9b8;
}
.color_8 {
  color: #d9d4c6;
}
.color_9 {
  color: #e2dfd4;
}
.color_10 {
  color: #ece9e3;
}
.color_11 {
  color: #f5f4f1;
}
.color_12 {
  color: #faf9f8;
}
.color_13 {
  color: #ff7800;
}
.color_14 {
  color: #a3bf2b;
}
.color_15 {
  color: #73c8d2;
}
.color_16 {
  color: #b42314;
}
.color_17 {
  color: #333333;
}
.color_18 {
  color: #666666;
}
.color_19 {
  color: #999999;
}
.color_20 {
  color: #cccccc;
}
.color_21 {
  color: #ffffff;
}
/*****************/
/* Notifications */
/*****************/
.notification {
  background: #73c8d2;
  color: #ffffff;
  line-height: 30px;
  line-height: 3rem;
  margin-bottom: 30px;
  padding: 15px 0;
}
.notification .close {
  background: #65afb8;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -icab-border-radius: 100%;
  border-radius: 100%;
  display: block;
  height: 24px;
  float: right;
  width: 24px;
  padding: 3px;
}
.notification .close .icon {
  background-color: transparent;
}
.notification .close:hover {
  background: #57979e;
}
.notification .close:active {
  background: #497f85;
}
.notification.orange {
  background: #ff7800;
}
.notification.orange .close {
  background: #e66b00;
}
.notification.orange .close:hover {
  background: #cc5f00;
}
.notification.orange .close:active {
  background: #b35300;
}
.notification.red {
  background: #f19c9c;
}
.notification.red .close {
  background: #b42314;
}
.notification.red .close:hover {
  background: #a63729;
}
.notification.red .close:active {
  background: #8c2f23;
}
.notification.green {
  background: #a3bf2b;
}
.notification.green .close {
  background: #8fa826;
}
.notification.green .close:hover {
  background: #798f21;
}
.notification.green .close:active {
  background: #63751b;
}
@media (min-width: 768px) {
  .notification {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .notification {
    margin-bottom: 50px;
  }
}
/*********/
/* Popup */
/*********/
.popup_wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}
.popup_wrapper:after {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.popup_wrapper .table {
  position: relative;
  z-index: 10;
}
.popup {
  -moz-box-sizing: border-box;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  margin: 30px auto;
  max-width: 750px;
  padding: 24px 30px 26px;
  position: relative;
  width: 90%;
}
.popup h3 {
  margin-bottom: 28px;
  max-width: 90%;
}
.popup input[type="radio"] + label,
.popup input[type="checkbox"] + label {
  color: #666666;
  font-weight: 400;
}
.popup .btn {
    width: 124px;
    height: 24px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 14px;
    text-align: center;
}
.popup .popup_teasers {
  padding-top: 21px;
}
.popup .popup_teasers .col {
  margin-bottom: 30px;
}
.popup .popup_teasers a {
  border: 1px solid #ece9e3;
  display: block;
  padding: 20px 10px;
  position: relative;
  text-align: center;
}
.popup .popup_teasers a:after {
  border: 1px solid #73c8d2;
  bottom: -2px;
  content: '';
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  visibility: hidden;
}
.popup .popup_teasers a:hover {
  border-color: #73c8d2;
}
.popup .popup_teasers a:hover:after {
  visibility: visible;
}
.popup .popup_teasers img {
  margin: 0 auto;
}
.popup .popup_teasers .image {
  display: block;
  height: 64px;
  margin-bottom: 30px;
}
.popup .popup_close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.popup .popup_close i {
  display: block;
  height: 26px;
  position: relative;
  width: 26px;
}
.popup .popup_close i:before,
.popup .popup_close i:after {
  background: #333333;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.popup .popup_close i:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup .popup_close i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup .popup_close i:hover:before,
.popup .popup_close i:hover:after {
  background: #666666;
}
@media (min-width: 768px) {
  .popup {
    padding: 34px 40px 26px;
  }
  .popup .popup_close {
    right: 40px;
    top: 35px;
  }
}
