@charset "UTF-8";
.breadcrumb-wrapper {
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3 !important;
  position: absolute; }
  @media (max-width: 768px) {
    .breadcrumb-wrapper {
      display: none; } }
  @media (max-width: 991px) {
    .breadcrumb-wrapper {
      position: static; } }

.breadcrumb {
  margin: 25px 0;
  list-style-type: none;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  color: #fff; }
  .breadcrumb a {
    text-decoration: none;
    color: inherit; }
  .breadcrumb > li {
    display: inline-block;
    vertical-align: middle; }
    .breadcrumb > li + li {
      margin-left: 4px; }
      .breadcrumb > li + li:before {
        font-family: 'FontAwesome';
        content: '\f105';
        margin-right: 4px;
        font-size: 16px;
        vertical-align: middle;
        position: relative;
        top: -2px; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0; }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.clearfix:before, .page-footer-social .inner:before, .tab-filter-bar:before, .article-thumbnail-header .nav:before, .clearfix:after, .page-footer-social .inner:after, .tab-filter-bar:after, .article-thumbnail-header .nav:after {
  display: table;
  content: " "; }

.clearfix:after, .page-footer-social .inner:after, .tab-filter-bar:after, .article-thumbnail-header .nav:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

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

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@font-face {
  font-family: 'habiteo';
  src: url("/fonts/Montserrat-Light/Montserrat-Light.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/Montserrat-Light/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Light/Montserrat-Light.woff") format("woff"), url("/fonts/Montserrat-Light/Montserrat-Light.ttf") format("truetype"), url("/fonts/Montserrat-Light/Montserrat-Light.svg#95d90f2cd2aa64bdfee0e9f34c516e71") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: 'habiteo';
  src: url("/fonts/Montserrat-Regular/Montserrat-Regular.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff"), url("/fonts/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype"), url("/fonts/Montserrat-Regular/Montserrat-Regular.svg#95d90f2cd2aa64bdfee0e9f34c516e71") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'habiteo';
  src: url("/fonts/Montserrat-Bold/Montserrat-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff"), url("/fonts/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype"), url("/fonts/Montserrat-Bold/Montserrat-Bold.svg#95d90f2cd2aa64bdfee0e9f34c516e71") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }

body {
  font-size: 14px;
  line-height: 1.7;
  color: #212121;
  font-family: 'habiteo', sans-serif;
  background: #f6f6f6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media (max-width: 767px) {
  .page-program-content .container {
    padding-left: 0;
    padding-left: 0; }
  .page-program-content .row {
    margin-left: 0;
    margin-left: 0; }
  .page-program-content [class^="col-"] {
    padding-left: 0;
    padding-right: 0; } }

h1, .h1 {
  font-weight: 700;
  font-size: 48px;
  margin: 50px 0;
  line-height: 1.2;
  letter-spacing: -1px; }

h2, .h2 {
  font-weight: 700;
  font-size: 40px;
  margin: 40px 0;
  line-height: 1.2;
  letter-spacing: -1px; }

h3, .h3 {
  font-weight: 700;
  font-size: 20px;
  margin: 30px 0;
  line-height: 1.2; }

h4, .h4 {
  font-weight: 700;
  font-size: 16px;
  margin: 20px 0;
  line-height: 1.2;
  letter-spacing: -1px; }

.section-titles {
  margin: 0 0 40px;
  text-align: center; }
  .section-titles .h2, .section-titles .h3 {
    margin: 0;
    line-height: 1.1;
    font-weight: 700; }
  .section-titles .h2 {
    font-size: 40px; }
  .section-titles .h3 {
    font-size: 14px;
    text-transform: uppercase; }
  .section-titles .subtitle {
    margin: 0;
    font-size: 18px;
    font-weight: 200;
    color: #757575; }
  @media (max-width: 768px) {
    .section-titles .h2 {
      font-size: 24px; }
    .section-titles .subtitle {
      font-size: 14px; } }

@media (max-width: 768px) {
  h2, .h2 {
    font-size: 30px; } }

p {
  margin: 20px 0; }

ul, ol {
  padding: 0;
  margin: 20px 0;
  list-style-position: inside; }
  ul ul, ul ol, ol ul, ol ol {
    margin: 0 0 0 35px; }

a {
  color: #1976d2;
  text-decoration: underline; }
  a:hover, a:focus {
    text-decoration: none;
    color: #1565c0; }
  a:active {
    color: #1565c0; }

blockquote {
  margin: 40px 0;
  padding: 40px;
  border: 1px solid #eff2f7;
  text-align: center;
  border-radius: 6px;
  background-color: #fff; }
  blockquote p {
    font-size: 22px;
    margin: 0;
    display: inline-block;
    position: relative; }
    blockquote p:before, blockquote p:after {
      font-size: 60px;
      color: #757575;
      position: absolute;
      line-height: 1; }
    blockquote p:before {
      content: "“";
      left: -25px;
      top: -15px; }
    blockquote p:after {
      content: "”";
      right: -30px;
      bottom: -40px; }
  blockquote cite {
    margin-top: 10px;
    display: block;
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
    color: #757575;
    text-transform: uppercase; }

hr {
  border-color: #eff2f7; }

.page {
  background-color: #fff;
  box-shadow: 0 30px 40px rgba(33, 33, 33, 0.25);
  padding: 20px; }

@media (min-width: 768px) {
  .page {
    padding: 40px; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.price-value.fr:after {
  content: '€'; }

.price-value.en:before {
  content: '€'; }

.not-active {
  pointer-events: none;
  cursor: default; }

.square-meter {
  text-transform: lowercase; }

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

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.home-section {
  background-color: #f6f6f6;
  padding: 40px 0; }
  .home-section.contrast {
    background-color: #fff; }

.section-actions {
  margin: 40px 0 0;
  text-align: center; }

@media (max-width: 579px) {
  .product-list-section .section-actions {
    margin: 10px; } }

@media (max-width: 768px) {
  .view-home .tab-filter-bar {
    display: none; } }

.partners-section {
  border: 1px solid #eff2f7;
  border-width: 1px 0; }

.partners {
  overflow: hidden;
  text-align: center;
  margin: 0;
  list-style: none; }

.partner {
  float: left;
  text-align: center;
  width: 50%;
  padding: 0 10px; }
  .partner img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }

@media screen and (max-width: 767px) {
  .partners-section .section-actions {
    margin-top: 0; } }

@media screen and (min-width: 768px) {
  .partner {
    width: 20%; } }

.how-it-work-section {
  text-align: center;
  padding: 0;
  position: relative; }
  .how-it-work-section .container {
    position: relative;
    z-index: 1; }
  .how-it-work-section .header {
    padding: 0 0 30px;
    position: relative;
    color: #fff; }
  .how-it-work-section .h2, .how-it-work-section .h3 {
    margin: 0;
    line-height: 1.1;
    font-size: 24px;
    font-weight: 700; }
  .how-it-work-section .h2 {
    text-align: center;
    margin: 30px 0; }
  .how-it-work-section .h3 strong {
    color: #252f5d;
    font-weight: 900; }
    .how-it-work-section .h3 strong:after {
      content: '©';
      font-size: 16px;
      display: none; }
  .how-it-work-section .cta {
    text-align: center;
    margin: 20px 0;
    position: relative;
    z-index: 1; }
  .how-it-work-section .text p {
    margin: 20px 0;
    font-size: 18px; }
  .how-it-work-section .background-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: hidden; }
  .how-it-work-section .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #252525 url("/img/how-it-work-section-header.jpg") 50% 50% no-repeat;
    background-size: cover;
    z-index: 0; }
    .how-it-work-section .background:before {
      content: '';
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  @media (min-width: 768px) {
    .how-it-work-section .background-wrapper {
      height: 624px; }
    .how-it-work-section .background {
      height: 724px; } }
  .how-it-work-section .modeling {
    display: none; }
  @media (min-width: 768px) {
    .how-it-work-section {
      text-align: left; }
      .how-it-work-section .header {
        height: 684px;
        padding: 0; }
      .how-it-work-section .h2, .how-it-work-section .h3 {
        font-size: 34px; }
      .how-it-work-section .h2, .how-it-work-section .cta {
        margin: 40px 0; }
      .how-it-work-section .text {
        width: 60%; }
      .how-it-work-section .modeling {
        display: block;
        position: absolute;
        z-index: 2;
        right: 0;
        top: 320px;
        width: 374px;
        height: 405px;
        background: transparent url("/img/how-it-work-section-modeling.png") 0 0 no-repeat;
        background-size: contain; } }
  @media (min-width: 992px) {
    .how-it-work-section .h2, .how-it-work-section .h3 {
      font-size: 40px; }
    .how-it-work-section .text {
      width: 50%; }
    .how-it-work-section .modeling {
      top: 210px;
      width: 542px;
      height: 595px; } }
  @media (min-width: 1200px) {
    .how-it-work-section .modeling {
      top: 150px;
      width: 642px;
      height: 695px; } }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0; }

.video-wrapper .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.home-section.key-points-section {
  padding: 20px 0 25px; }

.key-points {
  overflow: hidden;
  margin: 0;
  list-style-type: none; }

.key-point {
  font-size: 18px;
  line-height: 1;
  text-align: center; }
  .key-point .figure {
    font-size: 52px;
    font-weight: 700; }

@media (max-width: 489px) {
  .key-point + .key-point {
    margin-top: 20px; } }

@media (min-width: 490px) {
  .key-point {
    float: left;
    width: 33.3333333%; } }

@media (min-width: 768px) {
  .home-section.key-points-section {
    padding: 30px 0 40px; } }

@media (min-width: 992px) {
  .home-section.key-points-section {
    padding: 40px 0; }
  .key-points {
    width: 70%;
    margin: 0 -45px; }
  .key-point {
    padding-left: 45px;
    padding-right: 45px; } }

.edito-section {
  padding: 40px 0 60px; }

.mesh-section {
  border: 1px solid #dddddd;
  border-width: 1px 0 0 0;
  padding: 30px 0px 30px 0px;
  text-align: center; }
  @media (min-width: 768px) {
    .mesh-section .row {
      background: transparent url("/img/habiteo-logotype-color.svg") 50% 50% no-repeat;
      background-size: 60px 60px; } }
  .mesh-section a {
    color: #757575;
    font-size: 12px;
    text-decoration: none; }
  .mesh-section ul {
    list-style-type: none; }

.promotional-image {
  text-align: center;
  padding: 0;
  margin: 0; }
  .promotional-image .promotional-image-content {
    height: auto;
    width: 100%;
    margin: auto;
    margin-bottom: 20px; }
  .promotional-image .promotional-image-home {
    height: auto;
    width: 750px;
    margin: auto;
    margin-bottom: 20px; }
  @media (max-width: 768px) {
    .promotional-image .promotional-image-home {
      width: 550px; } }
  @media (max-width: 600px) {
    .promotional-image .promotional-image-home {
      width: 450px; } }
  @media (max-width: 500px) {
    .promotional-image .promotional-image-home {
      width: 350px; } }
  @media (max-width: 380px) {
    .promotional-image .promotional-image-home {
      width: 250px; } }

#coverTitle::after {
  display: none !important; }

#customerOnboardingCountryBlock {
  border: none; }

#customerOnboardingCountryBlock select {
  background-color: #f0f2f7;
  background-image: none;
  border: 1px solid #e3e8f0;
  border-radius: 40px;
  box-shadow: none;
  color: rgba(33, 33, 33, 0.54);
  height: 40px;
  padding-left: 20px; }

.customer-onboarding .steps {
  height: 800px; }

.customer-onboarding .steps .step-1 {
  height: 622px;
  background-color: #fff;
  border-radius: 6px; }

.customer-onboarding .steps .step-2 {
  height: 720px;
  background-color: #fff;
  border-radius: 6px; }

.customer-onboarding .steps .step-3 {
  height: 622px;
  background-color: #fff;
  border-radius: 6px; }

#customerOnboardingCountryAngleDown {
  z-index: 1;
  top: 10px;
  right: 15px; }

.filtersPrograms {
  min-width: 100%; }

/** Custom Select **/
.custom-select2-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  width: 100%; }

.custom-select2-wrapper select {
  display: none; }

.custom-select {
  position: relative;
  display: inline-block; }

.custom-select2 .sources {
  background-color: #f0f2f7;
  background-image: none;
  border: 1px solid #e3e8f0;
  border-radius: 40px;
  box-shadow: none;
  color: rgba(33, 33, 33, 0.54);
  height: 40px;
  padding-left: 20px;
  min-width: 100%; }

.custom-select2-trigger {
  position: relative;
  display: block;
  min-width: 100%;
  padding: 0 84px 0 22px;
  width: 100%;
  color: #fff;
  cursor: pointer;
  background-color: #f0f2f7;
  border: 1px solid #e3e8f0;
  border-radius: 40px;
  padding-left: 20px;
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgba(33, 33, 33, 0.54);
  padding-left: 20px;
  overflow: hidden; }

.custom-select2-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-bottom: 1px solid #212121;
  border-right: 1px solid #212121;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0; }

.custom-select2.opened .custom-select2-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%); }

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background: #fff;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  overflow: auto;
  max-height: 220px;
  z-index: 4; }

.custom-select2.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0); }

.option-hover:before {
  background: #212121; }

.custom-option {
  position: relative;
  display: block;
  padding: 0 10px;
  color: #b5b5b5;
  line-height: 37px;
  cursor: pointer;
  transition: .3s; }

.custom-option:first-of-type {
  border-radius: 4px 4px 0 0; }

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px; }

.custom-option:hover,
.custom-option.selection {
  background: #f0f2f7; }

#filtersHome {
  width: 100%;
  background: white;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  -moz-box-shadow: 1px -3px 20px 0px #000000;
  -webkit-box-shadow: 1px -3px 20px 0px #000000;
  box-shadow: 1px -3px 20px 0px #000000;
  padding-bottom: 30px;
  padding-top: 30px; }

#filtersHomeRow {
  width: 80%;
  margin: auto; }

#filtersTitle {
  text-align: left; }

#filtersTitle h3 {
  padding-left: 20px;
  margin: 0;
  margin-bottom: 20px; }

#filtersHomeBody {
  text-align: left; }

.pagination-wrapper {
  clear: both;
  text-align: center;
  margin: 30px 0; }

.pagination {
  list-style: none;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  z-index: 1; }
  .pagination .item {
    color: inherit;
    text-decoration: none;
    display: block;
    width: 36px;
    height: 36px;
    background-color: #fff;
    text-align: center;
    line-height: 36px;
    transition: color 350ms ease-out, background-color 350ms ease-out;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35); }
    .pagination .item:hover, .pagination .item:focus, .pagination .item.active {
      background-color: #252525;
      color: #fff; }
    .pagination .item.active {
      cursor: default; }
  .pagination > li {
    display: inline-block;
    cursor: pointer; }
    .pagination > li + li {
      margin-left: 5px; }

.page-header {
  background-color: #252f5d;
  height: 60px;
  color: #fff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 10; }
  .page-header .topbar {
    background-color: #252f5d; }
  @media (max-width: 768px) {
    .page-header {
      text-align: center; } }
  @media (min-width: 769px) {
    .page-header {
      height: 128px; }
      .page-header .topbar {
        display: block; } }

.page-header-top-menu {
  float: left;
  width: 40%;
  margin-top: 8px; }
  .page-header-top-menu .dropdown {
    display: inline-block; }

.link-header {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #a6d7a8;
  transition: color 250ms ease-out;
  text-decoration: none; }
  .link-header:hover, .link-header:focus {
    color: #fff; }

.link-header-small {
  font-size: 11px; }

.dropdown + .link-header {
  margin-left: 10px; }

.dropdown + .link-header-small {
  margin-left: 10px; }

.page-header-phone {
  max-width: 49%;
  float: right;
  text-align: right;
  margin-top: 40px; }
  .page-header-phone .label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px; }
  @media (max-width: 991px) {
    .page-header-phone .label {
      display: none; } }
  .page-header-phone .btn-inverse.switch-colors {
    padding: 8px 14px;
    color: #388e3c;
    font-size: 14px;
    position: relative; }
  @media (max-width: 768px) {
    .page-header-phone {
      margin-top: 10px; }
      .page-header-phone .btn-inverse.switch-colors {
        font-size: 11px; } }
  @media (max-width: 425px) {
    .page-header-phone {
      display: none; } }

.page-header-social {
  text-align: center;
  float: left;
  width: 20%;
  margin-top: 7px; }
  .page-header-social .inner {
    display: inline-block; }
  .page-header-social a {
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    width: 36px;
    color: #a6d7a8;
    transition: color 250ms ease-out; }
    .page-header-social a:hover, .page-header-social a:focus {
      color: #fff; }

.page-header-logo {
  max-width: 50%;
  margin-top: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 14px; }
  .page-header-logo .baseline {
    display: inline-block;
    vertical-align: middle; }
  .page-header-logo .baseline {
    margin-left: 10px;
    margin-top: 5px; }
  .page-header-logo img[src$=".svg"] {
    width: 100%; }
  .page-header-logo .baseline {
    display: none; }
  @media (min-width: 769px) {
    .page-header-logo {
      float: left; } }
  @media (min-width: 992px) {
    .page-header-logo .baseline {
      display: inline-block; } }

@media (max-width: 425px) {
  .logo-block {
    display: flex; } }

.logo {
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  float: left;
  padding: 8px;
  margin-top: 35px; }
  .logo img {
    max-height: 60px; }
  @media (max-width: 767px) {
    .logo {
      height: 40px;
      margin-top: 10px; }
      .logo img {
        max-height: 40px; } }
  @media (max-width: 425px) {
    .logo {
      max-width: 210px;
      float: none;
      margin-left: auto;
      margin-right: auto; }
      .logo img {
        max-width: 200px; } }

.page-header-main-menu {
  margin-top: 16px; }
  .page-header-main-menu .dropdown-toggle-outline,
  .page-header-main-menu .link-header {
    color: #fff; }
  .page-header-main-menu .dropdown,
  .page-header-main-menu .link-header {
    display: none; }
  @media (max-width: 768px) {
    .page-header-main-menu {
      position: absolute;
      top: 0;
      right: 10px; } }
  @media (min-width: 769px) {
    .page-header-main-menu {
      float: right; }
      .page-header-main-menu .dropdown,
      .page-header-main-menu .link-header {
        display: inline-block; } }

.btn-search {
  border: none;
  background: #252f5d;
  padding: 10px 15px;
  margin-left: 40px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -4px;
  transition: color 350ms ease-out; }
  .btn-search .fa-search {
    font-size: 28px; }
  .btn-search:hover, .btn-search:focus {
    outline: 0;
    color: #a6d7a8; }

.switch {
  float: right;
  margin-top: 40px; }
  .switch .custom-select2-trigger {
    position: relative;
    display: block;
    min-width: 100%;
    width: 100%;
    color: #fff;
    cursor: pointer;
    background-color: white;
    border: 1px solid white;
    border-radius: 40px;
    color: rgba(33, 33, 33, 0.54);
    padding-left: 20px;
    height: 30px;
    box-shadow: 0 2px 6px 0 rgba(33, 33, 33, 0.35);
    padding: 2px 40px 0 20px;
    overflow: hidden; }

@media (max-width: 768px) {
  .switch {
    margin-top: 10px; } }

.page-footer {
  background-color: #252525;
  height: 280px;
  padding-top: 40px; }
  .page-footer .btn-phone {
    color: #212121;
    font-size: 14px; }
    .page-footer .btn-phone:hover, .page-footer .btn-phone:focus {
      color: #252f5d; }
  @media (max-width: 767px) {
    .page-footer .logo {
      float: none;
      max-width: 210px;
      margin-left: auto;
      margin-right: auto; }
      .page-footer .logo img {
        max-width: 200px; }
    .page-footer .phone-block {
      text-align: center; }
    .page-footer .logo-block {
      display: flex; } }
  @media (max-width: 991px) {
    .page-footer {
      height: auto; } }

.copyright {
  font-weight: 400;
  color: #757575; }
  .copyright.mobile {
    clear: both;
    text-align: center;
    padding: 10px 0; }

@media (max-width: 768px) {
  .copyright.desktop {
    display: none; }
  .footer-sep {
    clear: both;
    height: 1px;
    width: 80%;
    margin: 20px auto;
    background-color: rgba(255, 255, 255, 0.3); } }

@media (min-width: 769px) {
  .footer-sep,
  .copyright.mobile {
    display: none; } }

.sitemap {
  cursor: pointer;
  margin: 24px 0;
  padding: 0;
  font-weight: 700;
  list-style: none;
  line-height: 1.1;
  clear: both; }
  .sitemap a {
    color: #fff;
    text-decoration: none;
    transition: color 250ms ease-out; }
    .sitemap a:hover, .sitemap a:focus {
      color: #757575; }
  .sitemap li + li {
    margin-top: 15px; }

.sitemap-title {
  margin: 8px 0 20px;
  font-weight: 700;
  font-size: 11px;
  color: #757575;
  text-transform: uppercase; }

.footer-newsletter .title {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  margin: 6px 0 20px; }

@media (max-width: 768px) {
  .footer-newsletter {
    text-align: center; } }

.input-btn-inside {
  position: relative; }
  .input-btn-inside .form-control {
    margin: 20px 0;
    padding-right: 110px; }
  .input-btn-inside .btn {
    position: absolute;
    right: 3px;
    top: 3px;
    padding: 11px 14px 10px; }

.page-footer-social {
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-top: 30px; }
  .page-footer-social .title {
    margin-bottom: 20px;
    line-height: 1; }
  .page-footer-social a {
    display: block;
    float: left;
    text-decoration: none;
    color: inherit;
    font-size: 32px;
    line-height: 1; }
  .page-footer-social .fa {
    display: block; }
  .page-footer-social a + a {
    margin-left: 14px; }
  .page-footer-social .inner {
    display: inline-block; }

.lang-switcher label {
  display: none; }

.lang-switcher select {
  -webkit-appearance: inherit;
  background-color: #fff;
  padding: 4px 30px;
  cursor: pointer; }

.page-cover .page-cover-content {
  width: 100%; }

.search-by-terms {
  margin: 40px 0 50px; }
  .search-by-terms .context-word,
  .search-by-terms .variable-word {
    display: inline;
    vertical-align: middle;
    font-size: 36px;
    line-height: 1;
    font-weight: 200;
    letter-spacing: -1px; }
  .search-by-terms .variable-word {
    color: #5cde62;
    font-weight: 400; }
  .search-by-terms .dropdown-toggle {
    padding: 4px 8px;
    margin: 0;
    line-height: 1;
    background: transparent;
    border: 1px dashed transparent;
    border-bottom-color: #5cde62;
    border-radius: 6px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .search-by-terms .fa {
    font-size: 18px;
    vertical-align: middle;
    transition: transform 250ms ease-out; }
  .search-by-terms .dropdown-toggle:focus,
  .search-by-terms .dropdown.open .dropdown-toggle {
    outline: 0;
    border-color: #fff;
    border-style: solid; }
  .search-by-terms .dropdown.open .fa {
    transform: rotate(-180deg); }
  @media (min-width: 1199px) {
    .search-by-terms #dropdownRegion,
    .search-by-terms #dropdownCity {
      max-width: 354px; } }
  @media (max-width: 991px) {
    .search-by-terms #dropdownRegion,
    .search-by-terms #dropdownCity {
      max-width: 150px; } }
  @media (max-width: 768px) {
    .search-by-terms {
      margin: 20px auto;
      max-width: 460px; }
      .search-by-terms .variable-word {
        display: block;
        font-size: 26px; }
      .search-by-terms .variable-word + .variable-word {
        margin-top: 20px; }
      .search-by-terms .dropdown-toggle {
        display: block;
        width: 100%;
        padding: 10px 12px 11px;
        border: 1px solid transparent;
        border-color: #fff;
        color: #fff; }
      .search-by-terms .dropdown-item .left {
        white-space: normal; }
      .search-by-terms .label {
        display: block;
        width: 100%;
        text-align: left; }
      .search-by-terms .fa {
        position: absolute;
        top: 14px;
        right: 20px; }
      .search-by-terms #dropdownChoice,
      .search-by-terms #dropdownRegion,
      .search-by-terms #dropdownCity {
        max-width: none; } }

.lg-show .search-by-terms .dropdown-menu {
  left: auto;
  right: 5px; }

.search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1010;
  overflow: hidden;
  transform: translateY(-20px);
  opacity: 0; }
  .search-overlay.is-shown {
    padding-top: 10px;
    overflow-y: auto;
    bottom: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 250ms ease-out, transform 350ms ease-out; }
  @media (min-width: 992px) {
    .search-overlay.is-shown {
      padding-top: 60px; } }
  .search-overlay .context-word {
    color: #fff; }
  .search-overlay .nav-tabs > li.active:after {
    background-color: #252f5d; }
  .search-overlay .nav-tabs > li.active > a {
    color: #252f5d; }
  .search-overlay .nav-tabs a {
    color: #fff; }
  .search-overlay .nav-tabs-wrapper {
    border-bottom: 1px solid #4f534f;
    padding-top: 20px; }
  .search-overlay .ui-autocomplete {
    list-style-type: none;
    background-color: #f0f2f7;
    border: 1px solid #e3e8f0;
    border-radius: 6px; }
    .search-overlay .ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
      border: 1px solid #e3e8f0;
      background: #f0faf1;
      font-weight: normal; }

.search-header {
  color: #fff;
  text-align: center;
  position: relative; }
  .search-header:before, .search-header:after {
    content: '';
    height: 1px;
    background-color: #4f534f;
    position: absolute;
    top: 50%; }
  .search-header:before {
    left: 0;
    right: 50%;
    margin-right: 50px; }
  .search-header:after {
    left: 50%;
    right: 45px;
    margin-left: 40px; }
  .search-header .fa-search {
    font-size: 54px; }

.search-close {
  position: absolute;
  top: 7px;
  right: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  transition: opacity 350ms ease-out;
  opacity: 1; }
  .search-close:hover, .search-close:focus {
    opacity: .6;
    outline: 0; }
  .search-close .fa-times {
    font-size: 38px; }

.search-overlay .filter-results {
  color: #fff; }
  .search-overlay .filter-results .radio label, .search-overlay .filter-results .checkbox label {
    color: inherit; }

.page-cover .filters-wrapper {
  display: none; }

.search-overlay .search-by-terms {
  margin: 40px 0;
  text-align: center;
  line-height: 60px; }
  @media (max-width: 768px) {
    .search-overlay .search-by-terms {
      margin: 40px auto; } }

.filters-panel {
  display: none;
  margin: 0 0 40px; }

.filters-wrapper.is-open .filters-panel {
  display: block; }

.filters-wrapper.is-open .filter-trigger-panel .fa {
  transform: rotate(-180deg); }

.filters-wrapper.is-open .label.in {
  display: none; }

.filters-wrapper.is-open .label.out {
  display: inline; }

.filter-trigger-wrapper {
  text-align: center; }
  .filter-trigger-wrapper .label.in {
    display: inline; }
  .filter-trigger-wrapper .label.out {
    display: none; }

.filter-trigger-panel {
  padding: 0;
  background-color: transparent;
  border: none;
  color: #fff;
  margin: 0 0 40px;
  font-size: 18px;
  line-height: 1;
  opacity: 1;
  transition: opacity 350ms ease-out; }
  .filter-trigger-panel:hover, .filter-trigger-panel:focus {
    opacity: .6;
    outline: 0; }

.filter-results {
  color: inherit;
  margin: 0 0 40px; }

.filter-header {
  overflow: hidden;
  margin-bottom: 30px; }

.filter-body.scrollbox {
  overflow-y: auto;
  height: 240px; }

.filter-footer {
  margin-top: 30px; }

.filter-title {
  float: left;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  font-weight: 700; }

.filter-header-action {
  float: right;
  margin-right: 50% !important; }

.filter-more,
.filter-header-action {
  line-height: 1;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase; }

.filter-results .row {
  position: relative;
  margin-left: -30px;
  margin-right: -30px; }

.filter-results [class^="col-md-"] {
  padding-left: 30px;
  padding-right: 30px;
  position: static; }
  .filter-results [class^="col-md-"] + [class^="col-md-"]:before {
    content: '';
    border-left: 1px solid #4f534f;
    position: absolute;
    top: 0;
    bottom: 20px;
    margin-left: -30px; }

.filter-results .radio,
.filter-results .checkbox {
  margin-top: 15px;
  margin-bottom: 0; }
  .filter-results .radio + .radio,
  .filter-results .radio + .checkbox,
  .filter-results .checkbox + .radio,
  .filter-results .checkbox + .checkbox {
    margin-top: 15px; }

.form-group-select + .form-group-select {
  margin-top: 40px; }

.search-overlay .page-cover-cta {
  text-align: center;
  position: relative; }
  .search-overlay .page-cover-cta:before, .search-overlay .page-cover-cta:after {
    content: '';
    height: 1px;
    background-color: #4f534f;
    position: absolute;
    top: 50%; }
  .search-overlay .page-cover-cta:before {
    left: 0;
    right: 50%;
    margin-right: 120px; }
  .search-overlay .page-cover-cta:after {
    left: 50%;
    right: 0;
    margin-left: 120px; }

@media (max-width: 768px) {
  .lg-show {
    display: none; } }

@media (min-width: 769px) {
  .lg-hide {
    display: none; } }

#searchInput {
  padding-top: 60px; }

#search-phrase-header {
  padding-top: 0px; }

.filters-bar-module-wrapper {
  display: none; }

@media (min-width: 992px) {
  .filters-bar-module-wrapper {
    display: block; } }

.filters-bar-module-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 150px !important;
  z-index: 4; }
  @media (min-width: 992px) {
    .filters-bar-module-wrapper {
      top: 190px !important; } }

.filters-bar-module-wrapper.is-sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  background-color: #fff;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2); }
  .filters-bar-module-wrapper.is-sticky .filters-bar-header {
    display: none; }
  .filters-bar-module-wrapper.is-sticky .slot-more {
    border-right: 1px solid #eff2f7; }
  .filters-bar-module-wrapper.is-sticky .slot-controls {
    border-left: 1px solid #eff2f7; }
  .filters-bar-module-wrapper.is-sticky .filters-bar {
    box-shadow: none; }

.filters-bar {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2); }

.filters-bar-header {
  display: table;
  width: 100%;
  border-bottom: 1px solid #eff2f7;
  font-size: 11px; }
  .filters-bar-header .slot-title {
    max-width: 730px; }
  .filters-bar-header .slot-title,
  .filters-bar-header .slot-orderby {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    height: 50px;
    width: 70%; }
  .filters-bar-header .slot-orderby {
    width: 30%;
    text-align: right;
    border-left: 1px solid #eff2f7;
    white-space: nowrap; }
  .filters-bar-header .slot-orderby-label {
    color: #757575;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700; }
  .filters-bar-header .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    margin: 0; }
  .filters-bar-header .dropdown-toggle {
    font-size: 11px;
    font-weight: 700;
    border: none;
    background: transparent;
    padding: 5px;
    text-transform: uppercase; }
    .filters-bar-header .dropdown-toggle .fa {
      padding-left: 5px; }

.filters-bar-footer {
  display: table;
  width: 100%; }
  .filters-bar-footer .slot-controls,
  .filters-bar-footer .slot-more {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    height: 65px; }
  .filters-bar-footer .row {
    margin-left: -10px;
    margin-right: -10px; }
  .filters-bar-footer .dropdown,
  .filters-bar-footer .custom-select {
    width: 100%;
    display: block; }
  .filters-bar-footer .slot-component {
    float: left;
    width: 20%;
    padding-left: 10px;
    padding-right: 10px; }
  .filters-bar-footer .dropdown-toggle {
    width: 100%;
    text-align: left; }
  .filters-bar-footer .slot-more {
    padding: 0;
    width: 65px;
    border-left: 1px solid #eff2f7; }
    .filters-bar-footer .slot-more button {
      margin: 0;
      padding: 0;
      background-color: transparent;
      border: none;
      width: 65px;
      height: 65px;
      line-height: 65px;
      color: #757575;
      font-size: 20px; }
      .filters-bar-footer .slot-more button:focus {
        outline: 0; }
    .filters-bar-footer .slot-more .fa-plus {
      display: block; }
    .filters-bar-footer .slot-more .fa-minus {
      display: none; }
    .filters-bar-footer .slot-more .active .fa-plus {
      display: none; }
    .filters-bar-footer .slot-more .active .fa-minus {
      display: block; }

.filters-bar-module-wrapper .custom-select,
.filters-bar-module-wrapper .custom-select-like {
  background-color: #fff;
  border: 1px solid #eff2f7;
  font-size: 13px;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
  .filters-bar-module-wrapper .custom-select:first-letter,
  .filters-bar-module-wrapper .custom-select-like:first-letter {
    text-transform: uppercase; }

.filters-bar-module-wrapper .custom-select-like {
  padding: 6px 40px 6px 10px; }

.filters-bar-module-wrapper .filters-panel {
  margin: 0;
  padding: 40px 20px 30px;
  border-top: 1px solid #eff2f7; }
  .filters-bar-module-wrapper .filters-panel.is-shown {
    display: block; }
  .filters-bar-module-wrapper .filters-panel .filter-results {
    margin: 0; }
  .filters-bar-module-wrapper .filters-panel .row {
    margin-left: -10px;
    margin-right: -10px; }
  .filters-bar-module-wrapper .filters-panel .radio label,
  .filters-bar-module-wrapper .filters-panel .checkbox label {
    text-transform: capitalize; }

.filters-bar-module-wrapper .filter-results [class^="col-md-"] + [class^="col-md-"]:before {
  border-color: #eff2f7; }

.filters-bar-module-wrapper .filter-header-action {
  color: #252f5d; }

.filter-brigthness-black {
  filter: brightness(60%); }

.page-cover {
  position: relative;
  color: #fff;
  text-align: center; }
  .page-cover .page-cover-content {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    height: 500px; }
  @media (max-width: 425px) {
    .page-cover {
      background-attachment: initial; }
      .page-cover .page-cover-content {
        height: auto;
        padding: 30px 10px; } }
  @media (min-width: 426px) and (max-width: 679px) {
    .page-cover .page-cover-content {
      padding: 50px 10px 30px; } }
  @media (min-width: 680px) and (max-width: 768px) {
    .page-cover .page-cover-content {
      height: auto;
      padding: 50px 10px; } }

.page-cover-background-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }

.page-cover-background {
  height: 100%;
  background: #252525 url("/img/page-cover-home.jpg") 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }
  @media (min-width: 992px) {
    .page-cover-background {
      height: 600px; } }
  .page-cover-background:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.page-cover-background-video {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  background-size: cover;
  top: 0;
  left: -20px;
  right: -20px;
  bottom: -100px; }
  .page-cover-background-video:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.page-cover-titles {
  margin: 0 0 35px;
  line-height: 1;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); }
  .page-cover-titles:after {
    content: '';
    display: block;
    height: 2px;
    width: 60px;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    left: 50%;
    position: relative;
    margin-left: -30px;
    margin-top: 50px; }
  .page-cover-titles .btn, .page-cover-titles .split-btn, .page-cover-titles .dropdown {
    text-shadow: none; }

.page-cover-title {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin: 0; }

.page-cover-subtitle {
  font-size: 22px;
  letter-spacing: -0.03em;
  font-weight: 400;
  text-transform: none;
  line-height: 1; }

.page-cover-image img {
  height: 120px; }

@media (max-width: 425px) {
  .page-cover-titles {
    text-align: center;
    margin-bottom: 0; }
    .page-cover-titles:after {
      margin-top: 25px; }
  .page-cover-title {
    font-size: 22px; }
  .page-cover-subtitle {
    font-size: 16px;
    line-height: 1.3; }
  .page-cover-cta {
    text-align: center; } }

@media (min-width: 426px) and (max-width: 768px) {
  .page-cover-title {
    font-size: 36px; } }

.vertical-align {
  display: table; }
  .vertical-align > .inner {
    display: table-cell;
    vertical-align: middle; }
  .vertical-align, .vertical-align > .inner {
    width: 100%;
    height: 100%; }
  .vertical-align.top > .inner {
    vertical-align: top; }
  .vertical-align.bottom > .inner {
    vertical-align: bottom; }
  .vertical-align.center > .inner {
    text-align: center; }
  .vertical-align.right > .inner {
    text-align: right; }

.page-cover-intern {
  position: relative;
  text-align: center; }
  .page-cover-intern:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0; }
  .page-cover-intern .page-cover-content {
    position: relative;
    z-index: 1; }
  .page-cover-intern .page-cover-titles:after {
    display: none; }
  .page-cover-intern .page-cover-title {
    line-height: 1;
    font-size: 66px; }
    .page-cover-intern .page-cover-title:after {
      content: '';
      display: block;
      height: 2px;
      width: 60px;
      margin: 20px auto;
      background-color: #fff;
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
  .page-cover-intern .page-cover-subtitle {
    font-size: 32px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1;
    margin: 20px 0 32px; }
  @media (max-width: 768px) {
    .page-cover-intern .page-cover-title {
      font-size: 26px; }
    .page-cover-intern .page-cover-subtitle {
      font-size: 28px; }
    .page-cover-intern .page-cover-content {
      padding: 30px 10px 85px; }
    .program-page-t2 .page-cover-intern .page-cover-content {
      padding-bottom: 35px; } }
  .page-cover-intern .breadcrumb-wrapper {
    text-align: left;
    position: relative;
    top: 0;
    left: 0;
    right: 0; }
    .page-cover-intern .breadcrumb-wrapper .container {
      height: auto !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.page-cover-intern-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-size: cover; }
  .page-cover-intern-background:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.page-cover-buttons {
  margin: 40px auto; }
  .page-cover-buttons > .btn,
  .page-cover-buttons > .split-btn {
    min-width: 286px; }
    .page-cover-buttons > .btn > .btn,
    .page-cover-buttons > .split-btn > .btn {
      display: block;
      width: 100%;
      color: #fff; }
    .page-cover-buttons > .btn + .btn,
    .page-cover-buttons > .split-btn + .btn {
      margin-left: 20px; }
  @media (max-width: 679px) {
    .page-cover-buttons {
      margin: 40px auto 0;
      max-width: 320px; }
      .page-cover-buttons > .btn,
      .page-cover-buttons > .split-btn {
        display: block;
        width: 100%; }
        .page-cover-buttons > .btn + .btn,
        .page-cover-buttons > .split-btn + .btn {
          margin: 20px 0 0 0; } }
  @media (min-width: 769px) {
    .page-cover-buttons .mobile {
      display: none; } }
  @media (max-width: 768px) {
    .page-cover-buttons .desktop {
      display: none; } }

.dropdown {
  position: relative;
  padding-bottom: 4px; }

.dropdown.open .dropdown-menu,
.dropdown.trigger-on-hover:hover .dropdown-menu {
  visibility: visible; }

.dropdown-inline {
  display: inline-block; }

.dropdown-menu {
  visibility: hidden;
  overflow: hidden;
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  min-width: 100%;
  box-shadow: 0 20px 40px 0 rgba(33, 33, 33, 0.55); }
  .dropdown-menu.right {
    left: auto;
    right: 0; }
  .dropdown-menu.top {
    top: auto;
    bottom: 100%; }

.input-in-dropdown-menu {
  padding: 15px; }
  .input-in-dropdown-menu input::placeholder:first-letter {
    text-transform: capitalize; }
  .input-in-dropdown-menu .form-control {
    min-width: 240px; }

.dropdown-scrollbox {
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden; }

.dropdown-list {
  margin: 0;
  list-style-type: none;
  display: table;
  width: 100%; }

.dropdown-item {
  display: table-row;
  transition: background-color 250ms ease-out;
  white-space: nowrap; }
  .dropdown-item:hover {
    background-color: #f0faf1; }
  .dropdown-item.active {
    font-weight: 700;
    color: #252f5d; }
  .dropdown-item .left,
  .dropdown-item .right {
    display: table-cell;
    padding: 13px 20px;
    line-height: 1; }
  .dropdown-item .left {
    text-align: left;
    font-size: 14px; }
  .dropdown-item .right {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    text-align: right;
    color: #757575; }
  .dropdown-item.dropdown-item-checkbox .left, .dropdown-item.dropdown-item-checkbox .right {
    padding: 0px 20px; }
  .dropdown-item.dropdown-item-checkbox label {
    display: block;
    margin: 0;
    padding: 13px 0; }
  .dropdown-item.dropdown-item-checkbox input {
    margin-right: 10px; }

a.dropdown-item {
  color: black;
  cursor: pointer;
  text-decoration: none; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-custom-select-like .dropdown-toggle {
  background-color: #fff;
  border: 1px solid #e3e8f0;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #212121; }
  .dropdown-custom-select-like .dropdown-toggle .fa {
    margin-left: 10px; }

.dropdown-toggle-outline {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #a6d7a8;
  transition: color 250ms ease-out; }
  .dropdown-toggle-outline .label {
    margin-right: 8px; }

.dropdown-toggle-small {
  font-size: 11px;
  padding: 6px 10px; }

.dropdown.trigger-on-hover .dropdown-toggle-outline {
  transition: border-color 150ms ease-out; }
  .dropdown.trigger-on-hover .dropdown-toggle-outline .fa {
    transition: transform 150ms ease-out; }

.dropdown.trigger-on-hover:hover .dropdown-toggle-outline, .dropdown.trigger-on-hover:focus .dropdown-toggle-outline {
  border-color: #fff;
  color: #fff; }
  .dropdown.trigger-on-hover:hover .dropdown-toggle-outline .fa, .dropdown.trigger-on-hover:focus .dropdown-toggle-outline .fa {
    transform: rotate(-180deg); }

.page-header-main-menu .dropdown-menu {
  right: 0;
  left: auto; }

#datepicker {
  cursor: default;
  position: absolute;
  opacity: 0;
  width: 100%;
  z-index: 2; }

.datepicker {
  left: 0px !important; }
  .datepicker.datepicker-dropdown {
    min-width: 221px !important; }

.virtual-tour .switch-nav .btn-toggle {
  height: 62px; }

.virtual-tour .widget {
  margin-top: 10px; }

.nav-tabs-wrapper {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 0;
  margin: 0;
  line-height: 1; }

.nav-tabs {
  display: table;
  margin: auto; }
  .nav-tabs > li {
    display: table-cell;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .nav-tabs > li:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      height: 2px;
      background-color: transparent; }
    .nav-tabs > li.active:after {
      background-color: #252f5d; }
    .nav-tabs > li.active > a {
      z-index: 0;
      color: #252f5d;
      cursor: default; }
  .nav-tabs a {
    z-index: 1;
    border: none;
    margin: 0;
    padding: 10px 30px;
    line-height: 1.1;
    display: block;
    font-weight: 700;
    background-color: transparent;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    cursor: pointer; }
    .nav-tabs a:focus {
      outline: 0; }
    .nav-tabs a small {
      display: block; }
    @media (max-width: 480px) {
      .nav-tabs a {
        font-size: 11px; } }
  .nav-tabs.nav-tabs-pills {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.35);
    border-radius: 6px; }
    .nav-tabs.nav-tabs-pills > li:first-child a {
      border-radius: 6px 0 0 6px; }
    .nav-tabs.nav-tabs-pills > li:last-child a {
      border-radius: 0 6px 6px 0; }
    .nav-tabs.nav-tabs-pills > li + li {
      border-left: 1px solid #eff2f7; }
    .nav-tabs.nav-tabs-pills > li:after {
      display: none; }
    .nav-tabs.nav-tabs-pills a {
      background: #fff;
      border: none;
      padding: 14px 10px; }
    .nav-tabs.nav-tabs-pills .active > a {
      background-color: #252f5d;
      color: #fff; }
    .nav-tabs.nav-tabs-pills > li {
      border: none; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  padding-left: 20px; }

.modal-body-form label,
.in-modal-label {
  text-transform: uppercase;
  color: #757575;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em; }

.align-with-label {
  padding-top: 27px; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #212121; }

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 1;
  color: #212121;
  background-color: #f0f2f7;
  background-image: none;
  border: 1px solid #e3e8f0;
  border-radius: 40px;
  box-shadow: none;
  transition: background-color 250ms ease-out;
  appearance: none; }
  .form-control:focus {
    outline: 0;
    background-color: #fff;
    border-color: #5cde62;
    box-shadow: 0 0 5px 1px #5cde62; }
  .form-control::-moz-placeholder {
    color: #b9bed1;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #b9bed1; }
  .form-control::-webkit-input-placeholder {
    color: #b9bed1; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto;
  resize: vertical;
  border-radius: 20px;
  min-height: 140px;
  padding: 14px 20px;
  line-height: 1.5; }

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.select-label {
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  padding: 0;
  display: block; }

.custom-select,
.custom-select-like {
  background-color: #fff;
  color: #212121;
  position: relative;
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #e3e8f0; }
  .custom-select .fa,
  .custom-select-like .fa {
    position: absolute;
    z-index: 0;
    right: 10px;
    top: 7px;
    font-size: 20px;
    line-height: 1;
    color: #424242; }

.custom-select select, .custom-select div {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  padding: 6px 28px 6px 10px;
  width: 100%;
  position: relative;
  z-index: 1; }
  .custom-select select:focus, .custom-select div:focus {
    outline: 0; }

.double-custom-select {
  overflow: hidden; }
  .double-custom-select .custom-select {
    float: left;
    width: 50%;
    border-radius: 6px 0 0 6px; }
    .double-custom-select .custom-select + .custom-select {
      border-left: 1px solid #e3e8f0;
      border-radius: 0 6px 6px 0; }

.custom-select-round {
  padding: 2px 10px;
  border-radius: 20px;
  min-height: 41px; }
  .custom-select-round .fa {
    top: 8px;
    right: 16px; }

.form-group-dates .sep {
  margin: 0 5px; }

.form-helper {
  color: #757575; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 1; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    text-transform: normal;
    color: #212121; }
  .radio input,
  .checkbox input {
    margin-right: 10px; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 50px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
  font-size: 16px; }

.has-error .form-control {
  border-color: #ef5350;
  background-color: #fff; }
  .has-error .form-control:focus {
    box-shadow: 0 0 5px 1px #ef5350; }

.has-error label,
.has-error .form-control-feedback {
  color: #ef5350; }

.has-error .form-control-feedback-footer {
  right: 95px; }

.has-error label {
  line-height: 1.2; }

.has-error .error.footer {
  position: absolute;
  top: 43px; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

.or-separation {
  text-align: center;
  margin: 35px 0;
  height: 18px;
  position: relative; }
  .or-separation span {
    background-color: #fff;
    padding: 5px 10px;
    line-height: 1;
    position: relative;
    z-index: 1; }
  .or-separation:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    margin: 2px 0 0;
    background-color: #eff2f7; }

.input-with-icon {
  position: relative; }
  .input-with-icon .form-control {
    position: relative;
    z-index: 0;
    padding-left: 45px; }
  .input-with-icon .fa {
    position: absolute;
    z-index: 1;
    top: 11px;
    left: 20px;
    font-size: 16px;
    line-height: 1;
    color: #b9bed1; }

label.require {
  position: relative; }
  label.require:after {
    content: ' *';
    color: #a11; }

.form-type-2 .form-control {
  border-radius: 4px;
  padding: 5px 10px; }

.form-type-2 .custom-select {
  border-radius: 4px;
  display: block;
  background-color: #f0f2f7; }
  .form-type-2 .custom-select select {
    padding-top: 8px;
    padding-bottom: 7px; }
  .form-type-2 .custom-select .fa {
    top: 10px; }

.form-type-2 .form-group label {
  padding-left: 0;
  text-transform: uppercase;
  color: #b9bed1;
  white-space: nowrap;
  font-weight: 700;
  font-size: 12px; }

.form-type-2 .checkbox {
  display: inline-block;
  padding-left: 0; }
  .form-type-2 .checkbox + .checkbox {
    margin-left: 20px; }

.form-type-2 fieldset {
  margin: 60px 0; }

.form-type-2 legend {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border-bottom: none;
  padding-bottom: 0; }

.form-type-2 .btn-on-form {
  margin-top: 5px; }

.vertical-compoments .form-control + .form-control {
  margin-top: 5px; }

.custom-inputfile {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  color: #b9bed1;
  line-height: 30px; }
  .custom-inputfile input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer; }
  .custom-inputfile .label {
    font-weight: 700;
    text-transform: uppercase; }
  .custom-inputfile .fa {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px; }

.require-label {
  color: #a11; }

.submit-form {
  margin-top: 30px; }
  .submit-form .btn-wrapper {
    position: relative;
    text-align: center; }
    .submit-form .btn-wrapper:before {
      content: '';
      height: 1px;
      background-color: #e3e8f0;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0; }
    .submit-form .btn-wrapper .btn {
      position: relative;
      z-index: 1; }

.actions-in-text-large {
  margin: 50px 0;
  text-align: center; }

.actions-footer {
  margin-top: 30px;
  border: 1px solid #eff2f7;
  border-width: 1px 0 0;
  padding-top: 20px; }
  .actions-footer.center {
    text-align: center; }

.custom-form-component {
  padding: 2px;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  display: block;
  line-height: 1; }
  .custom-form-component input {
    position: absolute;
    left: -20em;
    opacity: 0; }
  .custom-form-component .alias {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #e3e8f0;
    border-radius: 2px;
    vertical-align: middle;
    top: -2px;
    margin-right: 10px; }
    .custom-form-component .alias:after {
      content: '';
      width: 8px;
      height: 8px;
      background-color: #fff;
      position: absolute;
      top: 5px;
      left: 5px; }
  .custom-form-component input:checked + .alias:after {
    background-color: #252f5d; }
  .custom-form-component input[type="radio"] + .alias,
  .custom-form-component input[type="radio"] + .alias:after {
    border-radius: 100%; }
  .custom-form-component input[type="checkbox"]:checked + .alias {
    background-color: #252f5d;
    border-color: #252f5d; }
  .custom-form-component input[type="checkbox"]:checked + .alias:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
    background-color: transparent;
    top: 3px;
    left: 3px;
    font-size: 12px; }

.form-status-indicator {
  width: 100px;
  height: 100px;
  display: block;
  margin: 40px auto;
  border: 3px solid #252f5d;
  color: #252f5d;
  border-radius: 50%; }
  .form-status-indicator:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    display: block;
    width: 36px;
    height: 36px;
    font-size: 36px;
    line-height: 1;
    margin: 28px auto; }
  .form-status-indicator.error {
    border-color: #ef5350;
    color: #ef5350; }
    .form-status-indicator.error:before {
      content: "\f00d"; }
  .form-status-indicator.bigger {
    width: 140px;
    height: 140px; }
    .form-status-indicator.bigger:before {
      margin: 48px auto; }

.slider.slider-horizontal {
  width: 100%; }

.slider-track {
  background: #eff2f7;
  box-shadow: none;
  height: 5px !important; }

.slider-selection {
  background: #252f5d; }

.slider-handle {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  top: -2px; }

.bs-slider-value-wrapper {
  font-size: 10px;
  line-height: 1;
  color: #424242; }
  .bs-slider-value-wrapper .min {
    float: left;
    margin-left: -10px; }
  .bs-slider-value-wrapper .max {
    float: right;
    margin-right: -10px; }

.slick-slide, .slick-slide * {
  outline: none !important; }

.program-galery-slide:nth-of-type(2) {
  border-radius: 6px 6px 6px 6px !important; }

.program-galery {
  border-radius: 6px 6px 6px 6px !important; }

.product-thumbnails-list {
  margin-top: -30px; }
  .product-thumbnails-list.disabled .product-thumbnails-item {
    position: relative; }
    .product-thumbnails-list.disabled .product-thumbnails-item:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(255, 0, 0, 0);
      z-index: 1; }
  .product-thumbnails-list.disabled .product-thumbnail {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%); }

.product-thumbnails-list-separator {
  clear: both;
  display: table;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  text-align: center;
  top: 30px;
  width: 100%; }
  .product-thumbnails-list-separator .phrase {
    background: white;
    border-radius: 6px;
    display: table-cell;
    text-transform: uppercase;
    vertical-align: middle; }
    .product-thumbnails-list-separator .phrase .nearby {
      font-weight: 900; }

.product-thumbnails-item {
  margin-top: 30px; }
  @media (max-width: 579px) {
    .product-thumbnails-item {
      margin: 20px; } }
  @media (min-width: 580px) {
    .product-thumbnails-item {
      width: 50%;
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 992px) {
    .product-thumbnails-item {
      width: 33.3333333%; } }
  @media (min-width: 1200px) {
    .product-thumbnails-item {
      width: 25%; } }

@media (max-width: 579px) {
  #crossSellingSidebar.program-box .program-box-body .product-thumbnails-list {
    padding: 0px 15px; } }

#crossSellingSidebar.program-box .program-box-body .product-thumbnails-item {
  float: none;
  margin: 35px auto;
  max-width: 320px;
  width: 100%; }
  @media (max-width: 991px) {
    #crossSellingSidebar.program-box .program-box-body .product-thumbnails-item {
      display: inline-block;
      max-width: none;
      width: 50%; }
      #crossSellingSidebar.program-box .program-box-body .product-thumbnails-item:nth-of-type(3) {
        display: none; } }
  @media (max-width: 579px) {
    #crossSellingSidebar.program-box .program-box-body .product-thumbnails-item {
      width: 100%; } }

.product-thumbnail {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow 250ms ease-out; }
  .product-thumbnail:hover, .product-thumbnail:focus, .product-thumbnail.active {
    color: inherit;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2), 0 0 0 4px #252f5d; }
  .product-thumbnail ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  @media (max-width: 768px) {
    .product-thumbnail {
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2); }
      .product-thumbnail:hover, .product-thumbnail:focus, .product-thumbnail.active {
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #252f5d; } }
  .product-thumbnail .btn:hover, .product-thumbnail .btn:focus {
    box-shadow: 0 2px 6px 0 rgba(33, 33, 33, 0.35); }

.product-pictures {
  height: 155px;
  position: relative;
  cursor: pointer; }
  .product-pictures .first,
  .product-pictures .second {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    background: transparent url("/img/program-default-image.png") left top no-repeat;
    background-size: cover; }
  .product-pictures .second {
    opacity: 0;
    transition: opacity 650ms ease-out; }
  .product-pictures:hover .second {
    opacity: 1; }

.product-content-wrapper {
  background-color: #fff; }

.product-short-desc {
  color: #757575;
  display: table;
  width: 100%;
  height: 50px;
  line-height: 1; }
  .product-short-desc > li {
    display: table-cell;
    vertical-align: middle; }
  .product-short-desc > li:first-child {
    padding-left: 20px; }
  .product-short-desc > li:last-child {
    padding-right: 10px; }
  .product-short-desc .price {
    text-align: center; }
  .product-short-desc small {
    display: block;
    margin-bottom: 2px;
    font-size: 9px;
    font-weight: 200;
    text-transform: uppercase; }

.product-content-wrapper {
  border-radius: 0; }

.product-body {
  border: 1px solid #eff2f7;
  border-left: none;
  border-right: none;
  padding: 14px 20px;
  height: 160px; }

.product-title {
  color: #252f5d;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 4px; }
  .product-title a {
    text-decoration: none; }

.product-key-points {
  font-size: 13px; }
  .product-key-points li {
    position: relative;
    padding-left: 17px;
    line-height: 1; }
  .product-key-points li + li {
    margin-top: 12px; }
  .product-key-points li:before {
    position: absolute;
    top: 2px;
    left: 0;
    font-family: 'FontAwesome';
    content: "\f00c";
    font-size: 11px;
    color: #252f5d; }

.product-footer {
  display: table;
  width: 100%;
  height: 50px; }

.product-cta {
  display: table-cell;
  vertical-align: middle; }

.product-cta {
  text-align: center; }
  .product-cta .btn {
    padding: 8px 14px; }

.product-place {
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.2; }

.product-delevery-date {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 3;
  padding: 8px 14px 7px;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff; }
  .product-delevery-date.instantly {
    background-color: rgba(255, 255, 255, 0.7);
    color: #e53935; }

.newsletter-signup-thumbnail {
  background-color: #252f5d;
  color: #fff; }
  .newsletter-signup-thumbnail .header {
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 20px; }
  .newsletter-signup-thumbnail .product-body {
    border: none;
    height: 360px; }
  .newsletter-signup-thumbnail .catchline {
    font-size: 20px;
    font-weight: 200;
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.1px;
    margin: 15px 0 20px; }
    .newsletter-signup-thumbnail .catchline:before {
      content: '';
      width: 37px;
      height: 64px;
      display: block;
      margin: 0 auto 10px;
      background: transparent url("/img/newsletter-signup-icon.png") left top no-repeat; }
  .newsletter-signup-thumbnail:hover, .newsletter-signup-thumbnail:focus {
    color: #fff;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2); }

.map-window .close {
  color: #757575;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 9px;
  right: 10px; }
  .map-window .close:focus {
    outline: 0; }

.map-window .product-body {
  height: auto;
  padding-right: 40px; }

.map-window .product-footer {
  border-top: 1px solid #eff2f7; }

.map-window .product-title {
  margin: 0; }
  .map-window .product-title a {
    cursor: pointer; }

.map-window .product-content-wrapper {
  border-radius: 6px; }

.map-window .product-thumbnail {
  max-width: 280px;
  min-width: 280px;
  overflow: initial; }
  .map-window .product-thumbnail:hover, .map-window .product-thumbnail:focus {
    color: inherit;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2); }
  .map-window .product-thumbnail.bottom:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -14px;
    border: 14px solid #fff;
    border-color: transparent transparent #fff transparent; }
  .map-window .product-thumbnail.top:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -14px;
    border: 14px solid #fff;
    border-color: #fff transparent transparent transparent; }
  .map-window .product-thumbnail.left:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -14px;
    border: 14px solid #fff;
    border-color: transparent transparent transparent #fff; }
  .map-window .product-thumbnail.right:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -14px;
    border: 14px solid #fff;
    border-color: transparent #fff transparent transparent; }

.product-contact-item {
  margin-bottom: 30px;
  padding-top: 30px; }

@media (max-width: 579px) {
  .product-contact-item {
    margin: 20px; } }

@media (min-width: 580px) {
  .product-contact-item {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 992px) {
  .product-contact-item {
    width: 50%; } }

.product-contact {
  padding: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  background: rgba(211, 211, 211, 0.36);
  height: 350px;
  padding-top: 45px;
  word-break: break-all; }

.product-contact-logo {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.24); }

.product-contact-name {
  font-size: 16px;
  font-weight: 200;
  color: #757575; }

.product-contact-phone {
  display: block;
  margin: 8px;
  color: #337ab7;
  text-decoration: none; }

.product-contact-mail {
  color: #337ab7;
  text-decoration: none; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: .04em;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 18px 38px;
  font-size: 16px;
  line-height: 1;
  border-radius: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none; }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn {
  text-decoration: none; }
  a.btn.disabled,
  fieldset[disabled] a.btn {
    pointer-events: none; }

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 0; }

.btn-wide {
  padding: 18px 58px;
  font-size: 16px;
  line-height: 1;
  border-radius: 40px; }

.btn-medium {
  padding: 15px 38px;
  font-size: 14px;
  line-height: 1;
  border-radius: 40px; }

.btn-medium-wide {
  padding: 15px 68px;
  font-size: 14px;
  line-height: 1;
  border-radius: 40px; }

.btn-small {
  padding: 15px 28px;
  font-size: 11px;
  line-height: 1;
  border-radius: 40px;
  white-space: nowrap; }

.btn-xsmall {
  padding: 8px 14px;
  font-size: 11px;
  line-height: 1;
  border-radius: 40px; }

.btn {
  background-color: #252f5d;
  border-color: #252f5d;
  color: #fff;
  box-shadow: 0 2px 6px 0 rgba(33, 33, 33, 0.35);
  transition: background-color 250ms ease-out, border-color 250ms ease-out, color 250ms ease-out; }
  .btn:hover, .btn:focus, .btn.focus {
    outline: 0;
    background-color: #fff;
    border-color: #fff;
    color: #252f5d; }
  .btn:active, .btn.active {
    outline: 0;
    background-color: #f0faf1;
    border-color: #f0faf1;
    color: #252f5d;
    box-shadow: 0 2px 6px 0 rgba(33, 33, 33, 0.35); }
  .btn.btn-input-like {
    background-color: #fff;
    border: 1px solid #eff2f7;
    box-shadow: none;
    border-radius: 6px;
    padding: 6px 13px;
    color: #757575;
    line-height: 1;
    height: 37px; }
    .btn.btn-input-like.active {
      color: #252f5d; }

.btn-inverse {
  background-color: #fff;
  border-color: #fff;
  color: #757575; }
  .btn-inverse:hover, .btn-inverse:focus, .btn-inverse.focus {
    color: #252f5d; }
  .btn-inverse:active, .btn-inverse.active {
    outline: 0;
    color: #252f5d;
    background-color: #f6f6f6;
    box-shadow: 0 2px 6px 0 rgba(33, 33, 33, 0.35); }
  .btn-inverse.switch-colors {
    color: #252f5d; }
    .btn-inverse.switch-colors:hover, .btn-inverse.switch-colors:focus, .btn-inverse.switch-colors.focus {
      color: #757575; }
  .btn-inverse.reassurance {
    color: #252f5d; }

.btn-reassurance {
  background-color: #252f5d;
  border-color: #252f5d;
  color: #fff; }
  .btn-reassurance:hover, .btn-reassurance:focus, .btn-reassurance.focus {
    background-color: #fff;
    border-color: #fff;
    color: #252f5d; }
  .btn-reassurance:active, .btn-reassurance.active {
    outline: 0;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    color: #252f5d;
    box-shadow: 0 2px 6px 0 rgba(33, 33, 33, 0.35); }

.btn-cta {
  background-color: #252f5d;
  border-color: #252f5d;
  color: #fff; }
  .btn-cta:hover, .btn-cta:focus, .btn-cta.focus {
    background-color: #fff;
    border-color: #fff;
    color: #252f5d; }
  .btn-cta:active, .btn-cta.active {
    outline: 0;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    color: #252f5d;
    box-shadow: 0 2px 6px 0 rgba(33, 33, 33, 0.35); }

.btn-outline {
  background: transparent;
  border: 2px solid #fff; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline.focus {
    outline: 0;
    background-color: #fff;
    border-color: #fff;
    color: #252f5d; }
  .btn-outline:active, .btn-outline.active {
    outline: 0;
    background-color: #f0faf1;
    border-color: #f0faf1;
    color: #252f5d;
    box-shadow: 0 2px 6px 0 rgba(33, 33, 33, 0.35); }

.btn-outline-inverse {
  box-shadow: none;
  border-color: #e3e8f0;
  color: #343e5c; }
  .btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse.focus {
    color: #343e5c;
    border-color: #e3e8f0; }
  .btn-outline-inverse:active, .btn-outline-inverse.active {
    border-color: #e3e8f0; }

.btn-twitter {
  background-color: #55acee;
  border-color: #55acee;
  color: #fff; }
  .btn-twitter:hover, .btn-twitter:focus, .btn-twitter.focus {
    background-color: #55acee;
    border-color: #55acee;
    color: #fff; }
  .btn-twitter:active, .btn-twitter.active {
    outline: 0;
    background-color: #55acee;
    border-color: #55acee;
    color: #fff;
    box-shadow: 0 2px 6px 0 rgba(33, 33, 33, 0.35); }

.btn-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff; }
  .btn-facebook:hover, .btn-facebook:focus, .btn-facebook.focus {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff; }
  .btn-facebook:active, .btn-facebook.active {
    outline: 0;
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff;
    box-shadow: 0 2px 6px 0 rgba(33, 33, 33, 0.35); }
  .btn-facebook i {
    position: relative;
    right: 40px; }

.btn-without-shadow {
  box-shadow: none; }

.btn-player {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  line-height: 70px; }
  .btn-player .fa-play {
    font-size: 18px;
    line-height: 1;
    margin: 26px 0 0 8px; }

.split-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .split-btn .btn {
    padding-right: 72px; }
  .split-btn .btn {
    color: #fff; }
  .split-btn .dropdown-toggle {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 5px;
    width: 54px;
    color: #fff;
    padding: 16px 4px 0 0;
    margin: 0;
    background-color: transparent;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 22px;
    line-height: 1;
    text-align: center; }
  .split-btn:hover .btn, .split-btn:focus .btn {
    background-color: #fff;
    border-color: #fff;
    color: #000 !important; }
  .split-btn:hover .dropdown-toggle, .split-btn:focus .dropdown-toggle {
    color: #000; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.tab-filter-bar {
  text-align: center;
  margin: 15px auto 30px; }
  .tab-filter-bar .bar {
    display: inline-block; }
  .tab-filter-bar .tab-link {
    text-decoration: none;
    color: inherit;
    padding: 15px 15px 14px;
    border: 1px solid #e3e8f0;
    border-left: none;
    display: block;
    float: left;
    background-color: #f6f6f6;
    transition: background-color 350ms ease-out;
    line-height: 1; }
    .tab-filter-bar .tab-link:hover, .tab-filter-bar .tab-link:active, .tab-filter-bar .tab-link.active {
      background-color: #fff; }
  .tab-filter-bar .tab-link:focus {
    outline: 0; }
  .tab-filter-bar .tab-link:first-child {
    border-left: 1px solid #e3e8f0;
    border-radius: 40px 0 0 40px;
    padding-left: 25px; }
  .tab-filter-bar .tab-link:last-child {
    border-radius: 0 40px 40px 0;
    padding: 0;
    position: relative; }
    .tab-filter-bar .tab-link:last-child .dropdown-toggle {
      padding: 15px 25px 14px 15px;
      background-color: transparent;
      border: none;
      line-height: 1; }
    .tab-filter-bar .tab-link:last-child .label {
      position: relative;
      top: -2px; }
    .tab-filter-bar .tab-link:last-child .dropdown-menu {
      left: -162px;
      text-align: left; }
      .tab-filter-bar .tab-link:last-child .dropdown-menu button.dropdown-item {
        background-color: transparent;
        border: none;
        color: black;
        text-decoration: none;
        outline: 0;
        width: 100%; }
        .tab-filter-bar .tab-link:last-child .dropdown-menu button.dropdown-item:hover {
          background-color: #f0faf1; }
        .tab-filter-bar .tab-link:last-child .dropdown-menu button.dropdown-item.active {
          font-weight: 700;
          color: #252f5d; }

.program-page-t2 .page-program-content {
  margin-top: 0; }

.program-page-t4 .page-program-content,
.program-page-t3 .page-program-content {
  margin-top: 30px; }

.page-program-content {
  margin-top: -60px; }

.program-box {
  border: 1px solid #eff2f7;
  border-radius: 6px;
  background-color: #fff;
  margin: 40px 0;
  min-height: 60px; }
  .program-box.first, .program-box.sidebar {
    margin-top: 0;
    box-shadow: 0 -3px 20px rgba(0, 0, 0, 0.3);
    border: none; }

.program-advantages-box {
  background-color: #fff;
  margin-bottom: 40px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.35); }

.program-advantages.district {
  margin: -20px 0 0; }

.program-advantages {
  background-color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%; }
  .program-advantages li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 33.3333333%;
    position: relative;
    height: 60px;
    line-height: 1;
    padding: 10px 4px; }
    .program-advantages li + li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 20px;
      bottom: 20px;
      width: 1px;
      background-color: #eff2f7; }
  .program-advantages .label {
    font-size: 13px;
    font-weight: 700;
    vertical-align: middle; }
  .program-advantages .fa {
    color: #ef5350;
    vertical-align: middle;
    font-size: 18px;
    margin-right: 2px; }
  .program-advantages.district li {
    padding: 0 14px; }
  .program-advantages.district .label {
    font-size: 14px; }
  .program-advantages.district .fa {
    color: #252f5d;
    font-size: 14px;
    padding-right: 0px; }
  .program-advantages.district .fa, .program-advantages.district .label {
    text-align: center; }
  @media (max-width: 768px) {
    .program-advantages {
      display: block;
      padding: 10px; }
      .program-advantages li {
        display: block;
        text-align: left;
        width: 100%;
        height: auto;
        padding: 0; }
        .program-advantages li + li {
          margin-top: 10px; }
      .program-advantages.district {
        border-radius: 6px;
        background: #f6f6f6;
        text-transform: none; }
        .program-advantages.district li {
          padding: 0 5px; }
        .program-advantages.district .fa {
          padding-right: 10px; } }

.pros-conditions,
.pros-conditions:hover,
.pros-conditions:focus {
  text-decoration: none;
  color: #252f5d; }

.page-cover-buttons .dropdown:hover .dropdown-menu {
  visibility: visible;
  margin-top: 0; }

.program-galery {
  background-color: #252525;
  position: relative; }
  .program-galery img {
    display: block;
    width: 100%;
    height: auto; }

#slide2 {
  width: 80%;
  margin: auto; }

.slick-list {
  height: auto !important; }

.program-galery-slide {
  position: relative;
  border-radius: 0 0 6px 6px;
  overflow: hidden; }

.program-page-t2 .program-galery-slide {
  border-radius: 6px; }

.slider-nav {
  background-color: rgba(33, 33, 33, 0.2);
  border: 2px solid #fff;
  color: #fff;
  height: 42px;
  width: 42px;
  line-height: 1;
  border-radius: 50%;
  padding: 0;
  z-index: 2;
  position: absolute;
  top: 50%;
  margin-top: -21px; }
  .slider-nav .fa {
    font-size: 22px; }
  .slider-nav:hover, .slider-nav:focus {
    outline: none;
    background-color: #fff;
    color: #212121; }
  .slider-nav.prev {
    left: 10px; }
  .slider-nav.next {
    right: 10px; }

.slick-dots {
  position: absolute;
  left: 60px;
  right: 60px;
  bottom: 10px;
  text-align: center;
  margin: 0;
  line-height: 1; }
  .slick-dots li {
    display: inline-block; }
    .slick-dots li + li {
      margin-left: 4px; }
  .slick-dots button {
    overflow: hidden;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    line-height: 1;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background-color: transparent;
    text-indent: -2000em; }
    .slick-dots button:hover, .slick-dots button:focus {
      outline: 0;
      background-color: #fff; }
  .slick-dots .slick-active button {
    background-color: #fff; }

.slider-expand {
  width: 40px;
  height: 30px;
  position: absolute;
  top: auto;
  margin-top: 0;
  bottom: 10px;
  left: 10px;
  border-radius: 4px;
  text-align: center;
  opacity: 0;
  transition: opacity 850ms ease-out; }
  .slick-current .slider-expand {
    opacity: 1; }
  .slider-expand .fa {
    font-size: 14px;
    position: relative;
    top: 6px;
    left: 1px; }

.program-box-header {
  display: table;
  width: 100%;
  border-bottom: 1px solid #eff2f7; }
  .program-box-header .slot-left,
  .program-box-header .slot-right {
    padding: 0 20px;
    display: table-cell;
    width: 50%;
    height: 60px;
    vertical-align: middle;
    white-space: nowrap; }
  .program-box-header .slot-center {
    padding: 0 20px;
    display: table-cell;
    width: 50%;
    height: 60px;
    vertical-align: middle;
    white-space: normal;
    text-align: center; }
  .program-box-header .slot-left {
    width: 70%; }
  .program-box-header .slot-right {
    text-align: right; }
  @media (max-width: 560px) {
    .program-box-header {
      display: block;
      padding: 10px; }
      .program-box-header .slot-left,
      .program-box-header .slot-right {
        padding: 0;
        display: block;
        width: auto;
        height: auto;
        text-align: center; }
      .program-box-header .slot-right {
        margin-top: 10px; }
      .program-box-header .slot-left b {
        display: block; } }

.program-box-title {
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase; }
  .program-box-title i {
    color: #757575;
    font-style: normal; }
  .program-box-title .title {
    font-size: inherit;
    display: inline-block;
    margin: 0; }
  .program-box-title img {
    max-height: 40px; }

.program-box-body {
  padding: 0 20px; }
  .program-box-body .section-titles {
    margin-top: 40px; }
  .program-box-body .section-titles + .lead {
    padding-top: 0; }
  .program-box-body .lead {
    margin: 40px 20px; }
    .program-box-body .lead > *:first-child {
      margin-top: 0; }
    .program-box-body .lead > *:last-child {
      margin-bottom: 0; }
    .program-box-body .lead + .lead {
      padding-top: 0; }
  .program-box-body p {
    font-size: 16px;
    font-weight: 200;
    color: #757575;
    line-height: 1.5;
    margin: 0; }
  .program-box-body p + p {
    margin-top: 20px; }
  .program-box-body .h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0; }
  .program-box-body .list {
    list-style-type: none; }
    .program-box-body .list li:before {
      content: '- '; }
  @media (max-width: 767px) {
    .program-box-body .lead {
      margin: 20px 0;
      font-size: 16px; }
    .program-box-body .h3 {
      text-align: center; } }

.program-box-footer {
  display: table;
  width: 100%;
  border-top: 1px solid #eff2f7; }
  .program-box-footer .slot {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 60px; }
  .program-box-footer .cta {
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #252f5d; }
  .program-box-footer .cta-fluid {
    border-radius: 0 0 6px 6px;
    box-shadow: none;
    width: 100%;
    padding: 20px 0; }

.lead.residence > .cta {
  text-align: center; }

.choose-transport {
  text-align: center; }
  .choose-transport .custom-radio {
    text-align: center;
    position: relative;
    padding: 0;
    cursor: pointer;
    margin: 0; }
    .choose-transport .custom-radio + .custom-radio {
      margin-left: 20px; }
    .choose-transport .custom-radio .alias {
      color: #cdd6e6; }
    .choose-transport .custom-radio .icon {
      display: block;
      font-size: 34px; }
    .choose-transport .custom-radio .label {
      display: block; }
    .choose-transport .custom-radio input {
      position: absolute;
      left: -20000em; }
    .choose-transport .custom-radio input:checked ~ .alias {
      color: #212121; }

.virtual-tour.virtual-tour-building {
  border-radius: 0; }

.program-release-date {
  text-align: center;
  margin: 40px 0; }

.pills {
  color: #757575;
  font-size: 11px;
  line-height: 1;
  border-radius: 20px;
  border: 1px solid #757575;
  padding: 6px 12px;
  text-transform: uppercase; }

.starting-point .form-control {
  height: 50px;
  background-color: #fff;
  padding-right: 55px; }

.starting-point .btn {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  padding: 0;
  box-shadow: none;
  right: 5px;
  top: 5px; }

.starting-point .fa {
  position: relative;
  left: 3px;
  top: -1px; }

.program-last-products {
  background-color: #fff;
  text-align: center; }

.widget-map {
  margin: 0;
  overflow: hidden; }

.widget-fullsize {
  margin: 0 -20px; }

.widget-general-view,
.widget-charts,
.widget-video,
.widget-steps {
  margin: 10px -20px;
  height: 380px;
  overflow: hidden;
  border-width: 1px 0; }

.widget-virtualtour,
.widget-plan3D {
  margin: 0;
  height: 380px; }

.widget-general-view {
  border-bottom: 1px solid #eff2f7; }

.widget-charts {
  height: 380px; }

.widget-video {
  height: 640px;
  margin: 0; }

.widget-steps,
.widget-general-view {
  height: 615px;
  margin: 10px 0px; }

.program-list-messages {
  margin: 100px 0 0 15px; }
  .program-list-messages .modal-body-message {
    padding-bottom: 50px; }

.description-collapse {
  overflow: hidden;
  height: 4.5em;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 200;
  color: #757575;
  margin: 40px 20px;
  transition: height 250ms ease-out; }

.description-extended {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 200;
  color: #757575;
  margin: 40px 20px;
  transition: height 250ms ease-out; }

.statistic-collapse {
  overflow: hidden;
  height: 450px;
  margin-top: -40px; }

.widget-video-trigger {
  position: relative; }
  .widget-video-trigger .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -32px;
    padding: 10px 24px; }

.video-thumbnail {
  background-size: cover;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  max-width: 320px;
  margin: 20px auto;
  max-height: 200px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
  display: block;
  height: 200px;
  width: 400px; }

.program-box.sidebar,
.program-box.sidebar .program-box-footer {
  border: none; }

.program-box.sidebar .program-box-body {
  min-height: 167px;
  padding: 0;
  overflow: hidden; }
  .program-box.sidebar .program-box-body.is-computed {
    min-height: 0; }

@media (min-width: 992px) and (max-width: 1200px) {
  .program-box.sidebar .program-box-body {
    min-height: 287px; } }

.program-list-small {
  margin: 0;
  padding: 0;
  list-style: none; }

.program-small {
  overflow: hidden;
  padding: 20px 0 20px 10px; }
  .program-small + .program-small {
    border-top: 1px solid #eff2f7; }
  @media (min-width: 768px) and (max-width: 991px) {
    .program-small {
      float: left;
      width: 50%;
      border-top: none; } }
  .program-small .btn-small {
    padding: 8px 14px; }
  @media (min-width: 768px) {
    .program-small .btn-popin-xs {
      display: none; } }
  @media (max-width: 768px) {
    .program-small .btn-popin-lg {
      display: none; } }
  .program-small .slot-picture,
  .program-small .slot-text {
    float: left; }
  .program-small .slot-picture {
    width: 56%;
    max-width: 190px;
    padding-right: 10px; }
  .program-small .slot-text {
    width: 44%; }
  .program-small .picture {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    height: 127px; }
    .program-small .picture > .cta {
      display: block;
      width: 45px;
      height: 45px;
      background-color: #fff;
      line-height: 45px;
      text-align: center;
      font-weight: 700;
      text-transform: uppercase;
      border-radius: 50%;
      box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -22px 0 0 -22px; }
  .program-small img {
    display: block;
    max-width: 100%;
    min-height: 127px; }
  .program-small .product-title {
    margin-bottom: 5px; }
  .program-small p {
    line-height: 1.1;
    margin: 0 2px;
    font-size: 10px;
    letter-spacing: -0.3px; }
    .program-small p strong {
      font-size: 11px;
      color: #000; }
  .program-small .price-value {
    font-weight: 700;
    color: #000; }
  .program-small .available {
    font-size: 11px;
    font-weight: 700;
    color: #757575;
    margin: 5px 0; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .program-small .slot-picture,
    .program-small .slot-text {
      float: none;
      width: 100%;
      text-align: center; }
    .program-small .slot-picture {
      margin: 0 auto 10px;
      max-width: 180px;
      padding: 0; } }

.your-future-home .tab-content {
  margin: -22px -20px 0; }

.plan-list-wrapper {
  margin: 40px -20px; }
  .plan-list-wrapper .tab-content {
    min-height: 100px;
    padding: 0px 40px 0; }

#customerOnboardingCountryBlock {
  border: none;
  margin-bottom: 12px; }

#customerOnboardingCountryBlock select {
  background-color: #f0f2f7;
  background-image: none;
  border: 1px solid #e3e8f0;
  border-radius: 40px;
  box-shadow: none;
  color: rgba(33, 33, 33, 0.54);
  height: 40px; }

.customer-onboarding .steps {
  height: 720px; }

.program-navtabs-box.is_stuck {
  position: fixed !important;
  top: 30px !important;
  bottom: none !important;
  z-index: 100; }

.program-navtabs {
  list-style: none;
  margin: 15px 0; }
  .program-navtabs a {
    text-transform: uppercase;
    text-decoration: none;
    color: #757575;
    display: block;
    padding: 10px 15px;
    background-color: #f6f6f6;
    border-left: 2px solid #f6f6f6;
    font-weight: 700;
    transition: background 150ms ease-out, border 150ms ease-out; }
    .program-navtabs a:hover {
      background-color: #ededed;
      border-color: #252f5d; }
  .program-navtabs .pills {
    padding: 2px 8px;
    color: #757575;
    border-color: #757575;
    position: relative;
    top: -1px;
    left: 4px; }
  .program-navtabs .active .tab {
    background-color: #ededed;
    border-color: #252f5d;
    color: #333333; }
    .program-navtabs .active .tab .pills {
      color: #333333;
      border-color: #333333; }

.program-navtabs-title,
.program-navtabs-subtitle {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px; }

.program-navtabs-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
  list-style-type: -0.06em; }

.program-navtabs-subtitle {
  font-size: 16px;
  line-height: 1;
  color: #757575; }

@media (min-width: 768px) {
  .program-navtabs-title {
    font-size: 30px; }
  .program-navtabs-title,
  .program-navtabs-subtitle {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px; } }

.program-navtabs-horizontal-box {
  background-color: #fff;
  text-align: center;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.35);
  overflow: hidden;
  height: 54px; }
  @media (max-width: 992px) {
    .program-navtabs-horizontal-box {
      padding: 10px;
      overflow: visible; } }
  .program-navtabs-horizontal-box.is_stuck {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100; }

.burger-menu {
  text-align: left;
  display: none; }
  @media (max-width: 992px) {
    .burger-menu {
      display: block; } }
  .burger-menu .dropdown {
    float: left; }
  .burger-menu .btn-cta {
    float: right; }
  .burger-menu .fa-bars {
    font-size: 30px; }
  .burger-menu .tab {
    display: block;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #757575;
    display: block;
    padding: 7px 10px;
    background-color: #fff;
    border-bottom: 4px solid #fff;
    font-weight: 700;
    transition: background 150ms ease-out, border 150ms ease-out; }

.program-navtabs-horizontal {
  display: table;
  overflow: hidden;
  list-style-type: none;
  margin: 0 0 -7px 0;
  padding: 0;
  line-height: 1;
  width: 100%; }
  @media (max-width: 992px) {
    .program-navtabs-horizontal {
      display: none; } }
  .program-navtabs-horizontal > li {
    display: table-cell;
    height: 54px;
    text-align: center;
    white-space: nowrap; }
    .program-navtabs-horizontal > li + li {
      margin-left: 2px; }
  .program-navtabs-horizontal:last-child {
    text-align: right; }
  .program-navtabs-horizontal .tab {
    display: block;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #757575;
    display: block;
    padding: 18px 10px;
    background-color: #fff;
    border-bottom: 4px solid #fff;
    font-weight: 700;
    transition: background 150ms ease-out, border 150ms ease-out; }
    @media (min-width: 1200px) {
      .program-navtabs-horizontal .tab {
        padding: 18px 0; } }
    .program-navtabs-horizontal .tab:hover {
      border-color: #252f5d; }
  .program-navtabs-horizontal .btn {
    margin: 5px 0; }
  .program-navtabs-horizontal .active > .tab {
    background-color: #fff;
    border-color: #252f5d;
    color: #000; }
    .program-navtabs-horizontal .active > .tab .pills {
      color: #000;
      border-color: #000; }
  .program-navtabs-horizontal .pills {
    padding: 2px 8px;
    position: relative;
    border-color: #757575;
    top: -1px;
    left: 4px; }

.your-future-home-nav {
  margin: 30px 0 30px; }
  .your-future-home-nav .col-switch {
    text-align: right; }

.plan-table-view {
  margin: 30px 0;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eff2f7; }
  .plan-table-view th, .plan-table-view td {
    border: 1px solid #eff2f7;
    color: #757575;
    padding: 20px 10px;
    font-size: 12px;
    text-align: center; }
  .plan-table-view th {
    background-color: #fafafa;
    font-weight: 700; }
  .plan-table-view td.cell-number {
    font-weight: 700;
    color: #212121; }
  .plan-table-view td.cell-plan {
    cursor: pointer; }
  .plan-table-view td.cell-price {
    white-space: nowrap; }
  .plan-table-view td.cell-surface {
    white-space: nowrap; }
  .plan-table-view td.cell-annex {
    white-space: nowrap; }

.investor-mosaic-list {
  list-style: none;
  margin: 10px -5px 0;
  overflow: hidden; }

.investor-mosaic-item {
  text-align: center;
  border: 1px solid #eff2f7;
  border-radius: 6px;
  padding: 20px;
  margin-top: 30px; }
  .investor-mosaic-item.investor {
    padding: 0; }
  .investor-mosaic-item > .title {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.1;
    height: 2.2em;
    margin-bottom: 30px; }
  .investor-mosaic-item > .text {
    line-height: 1.1;
    height: 2.2em;
    margin-bottom: 30px;
    font-size: 14px;
    overflow: hidden; }
    .investor-mosaic-item > .text > p {
      margin: 0;
      font-size: inherit;
      line-height: inherit; }
    .investor-mosaic-item > .text > p + p {
      margin-top: 10px; }

.investor-picture {
  display: table;
  width: 100%;
  height: 100%; }

.investor-picture-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center; }
  .investor-picture-cell > a {
    display: inline-block; }
  .investor-picture-cell > a > img {
    display: block;
    max-width: 100%;
    height: auto; }

.lead.investor > .cta {
  text-align: center; }

.lead-title {
  margin: 0 0 10px;
  font-size: 14px;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .investor-mosaic-item {
    height: 214px;
    padding: 30px; } }

.investor-list {
  padding: 0;
  margin: 60px -20px 20px;
  list-style-type: none; }

.investor-item:first-child {
  border-top: 1px solid #eff2f7; }

.investor-item {
  padding: 40px 40px;
  border-bottom: 1px solid #eff2f7; }

.investor-item-table {
  display: table;
  width: 100%; }

.investor-item-cell {
  vertical-align: top; }
  .investor-item-cell.cta {
    padding: 10px 0 0; }
  .investor-item-cell > .title {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 14px; }
  .investor-item-cell > .source {
    font-size: 8px;
    color: #a4a5aa;
    margin-top: 10px; }

@media (min-width: 700px) {
  .investor-item-cell {
    display: table-cell;
    height: 100%; }
    .investor-item-cell.cta {
      position: relative;
      text-align: right;
      padding: 10px 0 0 10px; }
    .investor-item-cell > .source {
      position: absolute;
      right: 0;
      bottom: -10px; } }

.modal-program {
  overflow-y: auto; }

.modal-program-dialog .row {
  margin-left: -2px;
  margin-right: -2px; }

.modal-program-dialog [class^="col-"] {
  padding-left: 2px;
  padding-right: 2px; }

.modal-program-dialog .program-box-body {
  padding: 0; }

.modal-program-dialog .close {
  background-color: transparent;
  padding: 0;
  border: none;
  color: #b2b2b2;
  position: absolute;
  right: 8px;
  top: 2px;
  line-height: 0;
  font-size: 24px;
  pointer-events: auto;
  z-index: 9999; }
  .modal-program-dialog .close:focus {
    outline: none; }

.modal-program-dialog .main-container {
  position: absolute;
  top: 10px;
  pointer-events: none; }
  @media (min-width: 992px) {
    .modal-program-dialog .main-container {
      top: 50%;
      transform: translateY(-50%); } }
  .modal-program-dialog .main-container .flap {
    pointer-events: all; }

.program-playlist {
  background-color: #353847;
  color: #a4a5aa;
  border-color: #353847;
  font-size: 11px;
  border-radius: 6px 0 0 6px;
  margin: 20px -4px 0 0;
  display: none; }
  .program-playlist .program-box-header {
    border-color: #4a4c5a;
    text-transform: uppercase;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding-left: 10px; }
  @media (min-width: 992px) {
    .program-playlist {
      display: block; } }

.program-playlist-mobile {
  text-align: center;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .program-playlist-mobile {
      display: none; } }

.program-list-xsmall {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  max-height: 540px; }

.program-xsmall {
  padding: 8px 10px;
  line-height: 1.3; }
  .program-xsmall a {
    color: #a4a5aa !important;
    text-decoration: none;
    display: block; }
  .program-xsmall + .program-xsmall {
    border-top: 1px solid #4a4c5a; }
  .program-xsmall .step {
    font-style: italic;
    font-size: 10px;
    text-align: center;
    margin-bottom: 8px;
    color: #fff; }
  .program-xsmall .picture {
    margin: 6px 0;
    height: 85px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4); }
    .program-xsmall .picture:before {
      content: '';
      position: absolute;
      z-index: 10;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-radius: 6px;
      overflow: hidden;
      box-shadow: inset 0 0 0 0 #252f5d;
      transition: box-shadow 200ms ease-out; }
  .program-xsmall img {
    display: block;
    max-width: 100%;
    height: auto; }
  .program-xsmall .rooms {
    color: #fff;
    font-size: 14px;
    font-weight: 700; }
  .program-xsmall .price-and-surface {
    overflow: hidden; }
  .program-xsmall .surface, .program-xsmall .price {
    font-size: 12px;
    float: left;
    width: 50%; }
  .program-xsmall .price {
    text-align: right; }
  .program-xsmall:hover, .program-xsmall:focus, .program-xsmall.active {
    background-color: #252732; }
    .program-xsmall:hover .picture:before, .program-xsmall:focus .picture:before, .program-xsmall.active .picture:before {
      box-shadow: inset 0 0 0 3px #252f5d; }

.virtual-tour {
  background-color: white;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.35);
  position: relative; }
  .virtual-tour .widget {
    height: 360px;
    background-color: #252525;
    margin-top: 20px; }
    .virtual-tour .widget > div {
      height: 100%;
      display: none; }
      .virtual-tour .widget > div.active {
        display: block; }
  .virtual-tour.virtual-tour-building {
    box-shadow: none;
    margin: 40px -20px 0; }
    .virtual-tour.virtual-tour-building .widget {
      height: 615px; }
  .virtual-tour .nav-tabs-wrapper {
    padding-top: 6px; }

.nav-tabs-pills > li.active {
  background-color: #252f5d !important; }

.virtualtour-infos {
  background-color: #fff; }

@media (min-width: 992px) {
  .virtual-tour:not(.virtual-tour-building) {
    min-height: 710px; }
  .virtualtour-infos {
    height: 190px; } }

.virtualtour-infos {
  padding: 25px 25px; }
  .virtualtour-infos .header {
    overflow: hidden;
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    text-transform: uppercase;
    line-height: 1;
    font-size: 11px;
    color: #757575; }
  .virtualtour-infos .name-box {
    float: left;
    width: 80%; }
  .virtualtour-infos .name {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-transform: none; }
    .virtualtour-infos .name:first-letter {
      text-transform: capitalize; }
  .virtualtour-infos .available-box {
    float: right;
    width: 20%; }
  .virtualtour-infos .plan-status {
    text-align: right; }

.customer-onboarding {
  min-width: 310px; }
  .customer-onboarding .steps {
    overflow: hidden;
    position: relative;
    height: 800px;
    min-width: 310px;
    max-width: 430px;
    margin: auto; }
    .customer-onboarding .steps .step-1 {
      height: 750px;
      background-color: #fff;
      border-radius: 6px; }
    .customer-onboarding .steps .step-2 {
      height: 750px;
      background-color: #fff;
      border-radius: 6px; }
    .customer-onboarding .steps .step-3 {
      height: 750px;
      background-color: #fff;
      border-radius: 6px; }
  .customer-onboarding .step {
    position: absolute;
    top: 0;
    width: 100%;
    transform: translateX(100%);
    opacity: 0;
    height: 100%;
    transition: transform 350ms 250ms ease-out, opacity 350ms ease-out;
    z-index: 0; }
  .customer-onboarding .step.is-shown {
    transition: transform 350ms ease-out, opacity 350ms 250ms ease-out;
    transform: translateX(0);
    opacity: 1;
    z-index: 1; }
  .customer-onboarding .header {
    border-bottom: 1px solid #eff2f7;
    font-size: 26px;
    font-weight: 700;
    padding: 40px 30px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -1px; }
    .customer-onboarding .header small {
      display: block;
      font-weight: 400;
      color: #757575;
      font-size: 12px; }
    .customer-onboarding .header .to-back {
      border: none;
      background-color: transparent;
      position: absolute;
      top: 46px;
      left: 22px;
      color: #757575; }
  .customer-onboarding .body {
    padding: 20px 15px; }
  .customer-onboarding .reassurance,
  .customer-onboarding .form-helper {
    font-size: 13px;
    line-height: 1.2;
    color: #757575;
    text-align: center;
    font-weight: 100; }
  .customer-onboarding .form-helper {
    line-height: 1;
    font-style: normal; }
  .customer-onboarding .care {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    text-align: center;
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #dedede;
    padding-top: 10px; }
  .customer-onboarding .phone {
    color: #252f5d;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400; }
  .customer-onboarding .date-collapse {
    height: 0;
    overflow: hidden;
    transition: height 150ms ease-out; }
  .customer-onboarding .date-collapse.is-shown {
    height: 39px; }
  .customer-onboarding .form-group {
    margin-bottom: 13px; }
  .customer-onboarding .step-3 {
    text-align: center; }
    .customer-onboarding .step-3 p {
      color: #757575; }
  .customer-onboarding .link {
    display: block;
    margin-top: 20px;
    color: #252f5d;
    text-transform: uppercase;
    text-decoration: none; }
  .customer-onboarding .message {
    margin: 0 0 40px 0; }
  .customer-onboarding.no-batches {
    border-radius: 6px; }

.trigger-custom {
  padding: 0 54px 0 22px; }

.trigger-custom:after {
  right: 15px; }

#customerOnboardingPhone:focus {
  box-shadow: none;
  background-color: #f0f2f7;
  border: 1px solid #e3e8f0; }

#customerOnboardingPhone:-webkit-autofill,
#customerOnboardingPhone:-webkit-autofill:hover,
#customerOnboardingPhone:-webkit-autofill:focus,
#customerOnboardingPhone:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s; }

@media (max-width: 991px) {
  .modal-program-dialog {
    padding-bottom: 20px; }
  .main-container {
    width: 800px;
    top: 10px; }
  .virtual-tour {
    border-radius: 6px 6px 0 0; }
  .customer-onboarding {
    /* .steps {
      min-width: 320px;
      max-width: 430px;
      margin: auto;
    }*/ } }

@media (max-width: 589px) {
  .modal-program-dialog .main-container {
    width: 375px;
    top: 0px; }
  .virtual-tour .col-xs-hijack,
  .virtual-tour .specifications li,
  .virtual-tour .infos .name-box,
  .virtual-tour .infos .available-box {
    width: 100%;
    display: block;
    float: none; }
  .virtual-tour .specifications li {
    margin-top: 15px; }
  .virtual-tour .infos {
    padding: 15px; }
    .virtual-tour .infos .price {
      margin: 15px 0; }
    .virtual-tour .infos .name-box,
    .virtual-tour .infos .available-box,
    .virtual-tour .infos .status {
      text-align: center; }
    .virtual-tour .infos .available-box {
      margin-top: 15px; }
    .virtual-tour .infos .name {
      margin-top: 10px; }
      .virtual-tour .infos .name:first-letter {
        text-transform: uppercase; }
    .virtual-tour .infos .header {
      padding-bottom: 15px; }
  .customer-onboarding {
    border-radius: 0 0 6px 6px; }
    .customer-onboarding .header {
      letter-spacing: -0.4px;
      font-size: 18px; }
      .customer-onboarding .header .to-back {
        top: 22px;
        left: 2px; }
      .customer-onboarding .header small {
        letter-spacing: 0; }
    .customer-onboarding .header,
    .customer-onboarding .body {
      padding: 15px; }
    .customer-onboarding .care {
      position: static;
      margin-top: 15px; } }

@media (max-width: 449px) {
  .main-container {
    width: 375px;
    top: 10px; }
  .virtual-tour .switch-nav .btn-toggle {
    padding: 0 10px;
    line-height: 1;
    height: 30px; }
    .virtual-tour .switch-nav .btn-toggle small {
      display: none; } }

@media (max-width: 320px) {
  #virtualTour .container {
    padding: 5px; }
  .modal-program-dialog .main-container {
    width: 320px;
    top: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .virtual-tour .widget {
    height: 550px; }
  .modal-program-dialog .main-container {
    width: 750px;
    top: 20px; }
  .customer-onboarding {
    border-radius: 0 0 6px 6px; } }

@media (max-height: 800px) and (min-width: 992px) {
  .virtual-container {
    top: 60% !important; } }

@media (max-height: 670px) and (min-width: 992px) {
  .virtual-container {
    top: 70% !important; } }

@media (max-height: 570px) and (min-width: 992px) {
  .virtual-container {
    top: 80% !important; } }

@media (max-height: 500px) and (min-width: 992px) {
  .virtual-container {
    top: 90% !important; } }

@media (max-height: 445px) and (min-width: 992px) {
  .virtual-container {
    top: 100% !important; } }

@media (max-height: 400px) and (min-width: 992px) {
  .virtual-container {
    top: 120% !important; } }

@media (max-height: 330px) and (min-width: 992px) {
  .virtual-container {
    top: 140% !important; } }

.program-list-container {
  max-height: 670px; }

.program-list-body {
  max-height: 630px; }

.program-list-playlist {
  max-height: 630px; }

.plan-list {
  list-style-type: none; }
  .plan-list > li {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px; }
    .plan-list > li + li {
      padding-top: 50px;
      border-top: 1px solid #eff2f7;
      margin-top: 50px; }

@media (min-width: 740px) and (max-width: 991px) {
  .plan-list {
    overflow: hidden;
    margin-top: -20px; }
    .plan-list > li:nth-child(3n) {
      clear: both; }
    .plan-list > li {
      float: left;
      width: 50%;
      margin-left: 0;
      margin-right: 0;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 40px !important;
      border-top: 1px solid #eff2f7 !important;
      margin-top: 40px !important; }
      .plan-list > li:nth-child(1), .plan-list > li:nth-child(2) {
        padding-top: 20px !important;
        border-top: none !important;
        margin-top: 0 !important; }
    .plan-list + li {
      padding-top: 0;
      border-top: none;
      margin-top: 0; } }

.plan-name {
  font-weight: 700;
  font-size: 20px;
  color: #212121;
  margin-top: 5px;
  text-transform: none; }
  .plan-name::first-letter {
    text-transform: uppercase; }

.plan-status {
  text-transform: uppercase;
  font-size: 11px; }
  .plan-status:before {
    content: '\f111';
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #252f5d; }
  .plan-status.unavailable {
    display: none; }
  .plan-status.sale:before {
    color: #ef5350; }
  .plan-status.option:before {
    color: #fdd835; }
  .plan-status.available:before {
    color: #252f5d; }

.plan-price {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0; }

.plan-download-pdf {
  margin-top: 5px;
  overflow: hidden;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase; }
  .plan-download-pdf .label {
    margin: 2px 0; }
  .plan-download-pdf a {
    text-decoration: none;
    cursor: pointer; }
  .plan-download-pdf .fa {
    float: left;
    font-size: 32px;
    margin-right: 5px;
    color: #dbdbdb; }

.plan-specifications {
  line-height: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin-top: 0px;
  font-size: 11px;
  text-transform: uppercase; }
  .plan-specifications > .two-cols {
    float: left;
    width: 50%;
    margin-top: 18px; }

.plan-specification-head {
  color: #757575;
  margin-bottom: 2px; }

.plan-specification-label {
  font-weight: 700; }

.plan-picture {
  height: 100px; }
  .plan-picture img {
    display: block;
    max-width: 100%;
    margin-top: 20px;
    border-radius: 6px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.35);
    height: 100%; }

.plan-item {
  display: table;
  width: 100%; }
  .plan-item .plan-name {
    height: 18px;
    margin-top: 0;
    line-height: 0; }
  .plan-item .plan-specifications > li + li {
    margin-top: 20px; }
  .plan-item .plan-status {
    margin-left: 1px; }

@media (max-width: 991px) {
  .plan-item-cell.plan-item-cell-radio > .custom-form-component {
    margin: 0;
    padding: 12px 10px 7px;
    background: #fff;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #eff2f7; }
    .plan-item-cell.plan-item-cell-radio > .custom-form-component:hover {
      background-color: #eff2f7; } }

.plan-item-cell + .plan-item-cell {
  margin-top: 20px; }

.plan-item-header {
  border-bottom: 1px solid #eff2f7;
  margin-bottom: 16px;
  padding-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase; }

.plan-header-empty {
  display: none; }

@media (min-width: 992px) {
  .plan-item-cell.plan-item-cell-radio {
    width: 60px;
    vertical-align: middle; }
  .plan-item-cell.plan-item-cell-radio input,
  .plan-item-cell.plan-item-cell-radio .custom-form-component {
    margin: 24px 0 0; }
  .plan-picture {
    margin-top: -10px; }
  .plan-header-empty {
    display: block; }
  .plan-item {
    display: table;
    width: 100%; }
  .plan-item-cell {
    width: auto;
    float: none;
    display: table-cell; }
    .plan-item-cell:nth-child(1), .plan-item-cell:nth-child(2) {
      height: auto; }
  .plan-item-cell.plan-item-cell-picture {
    width: 200px; }
  .plan-item-cell:first-child .plan-item-header,
  .plan-item-cell-picture .plan-item-header {
    border-color: transparent; }
  .plan-item-body {
    padding: 0 20px 0 0; } }

.plan-table-view {
  margin: 30px 0;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eff2f7; }
  .plan-table-view th, .plan-table-view td {
    background-color: #fff;
    border: 1px solid #eff2f7;
    color: #757575;
    padding: 20px 10px 16px;
    font-size: 12px; }
  .plan-table-view th {
    background-color: #fafafa;
    font-weight: 700; }
  .plan-table-view td.cell-number {
    font-weight: 700;
    color: #212121; }
  @media (max-width: 767px) {
    .plan-table-view {
      border: none; }
      .plan-table-view tr {
        display: block; }
      .plan-table-view td.cell-action {
        display: block;
        width: 100%; }
      .plan-table-view td:before {
        content: attr(data-label);
        font-weight: 700; }
      .plan-table-view th, .plan-table-view .cell-annex, .plan-table-view .cell-oriantation, .plan-table-view .cell-plan {
        display: none; }
      .plan-table-view td.cell-number, .plan-table-view td.cell-stage, .plan-table-view td.cell-price, .plan-table-view td.cell-surface {
        width: 30%; } }

.plan-table-view th.cell-null {
  background-color: #fff !important;
  border-color: transparent #eff2f7 #eff2f7 transparent !important; }

.article-thumbnail {
  height: 400px;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 6px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2); }
  .article-thumbnail .product-pictures {
    height: 190px; }
  .article-thumbnail .product-title {
    color: inherit; }
  .article-thumbnail .product-body {
    min-height: 160px; }
    .article-thumbnail .product-body p {
      font-size: 16px;
      line-height: 1.25;
      margin: 0; }
  .article-thumbnail .product-cta {
    width: 100%;
    text-align: center; }

.article-big-thumbnail {
  color: #fff;
  background: #252f5d url("/img/product-pictures-placeholder.png") center right no-repeat; }
  .article-big-thumbnail .product-title {
    font-size: 32px; }
  .article-big-thumbnail .product-catchline {
    font-size: 18px; }
  .article-big-thumbnail .product-body {
    padding: 0;
    border: none;
    height: 410px;
    margin-right: 98px; }
    .article-big-thumbnail .product-body p {
      margin: 20px 0;
      font-size: 18px; }
  .article-big-thumbnail .inner {
    padding: 0 20px; }
  @media (min-width: 768px) {
    .article-big-thumbnail .inner {
      padding-left: 50px; } }
  .article-big-thumbnail:hover, .article-big-thumbnail:focus, .article-big-thumbnail.active {
    color: #fff;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2), 0 0 0 4px #252f5d; }

.article-thumbnail-rss {
  height: auto;
  min-height: 180px;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .article-thumbnail-rss {
    height: 180px; } }

.article-thumbnail-header {
  height: 54px;
  border-bottom: 1px solid #eff2f7;
  font-size: 11px;
  text-transform: uppercase; }
  .article-thumbnail-header .title {
    padding-left: 20px;
    line-height: 54px;
    font-weight: 700;
    font-size: 11px;
    margin: 0;
    float: left; }
  .article-thumbnail-header .nav {
    display: none; }
  @media (min-width: 450px) {
    .article-thumbnail-header .nav {
      display: block; } }
  .article-thumbnail-header .nav {
    float: right;
    margin-top: 13px;
    margin-right: 20px; }
    .article-thumbnail-header .nav button {
      width: 40px;
      height: 28px;
      line-height: 28px;
      padding: 0;
      margin: 0;
      border: 1px solid #e3e8f0;
      font-size: 18px;
      float: left;
      background-color: #fff;
      transition: background-color 350ms ease-out; }
      .article-thumbnail-header .nav button:hover, .article-thumbnail-header .nav button:focus {
        background-color: #f6f6f6;
        outline: none; }
    .article-thumbnail-header .nav .fa {
      line-height: 1;
      position: relative;
      top: -1px; }
    .article-thumbnail-header .nav .prev {
      border-right: none;
      border-radius: 20px 0 0 20px; }
    .article-thumbnail-header .nav .next {
      border-radius: 0 20px 20px 0; }
    .article-thumbnail-header .nav.disabled {
      position: relative; }
      .article-thumbnail-header .nav.disabled:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 0.8);
        width: 140px;
        height: 30px;
        z-index: 1; }
  .article-thumbnail-header .more {
    float: right;
    margin-left: 10px;
    text-decoration: none;
    color: inherit;
    font-weight: 700;
    position: relative;
    top: 5px; }
  .article-thumbnail-header a.more {
    cursor: pointer; }

.article-rss-list {
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 6px 6px; }
  @media (max-width: 767px) {
    .article-rss-list {
      padding: 30px 0; } }
  .article-rss-list .article {
    display: block;
    background-color: #fff;
    padding: 0 30px;
    position: relative;
    color: inherit;
    transition: background-color 350ms ease-out; }
    .article-rss-list .article:hover {
      background-color: #f6f6f6; }
    @media (max-width: 767px) {
      .article-rss-list .article + .article {
        margin-top: 30px; } }
    @media (min-width: 768px) {
      .article-rss-list .article {
        padding: 10px;
        float: left;
        width: 33.33333333%;
        height: 126px; } }
    .article-rss-list .article .picture {
      display: none; }
    .article-rss-list .article .content {
      display: inline-block;
      vertical-align: middle; }
    @media (min-width: 992px) {
      .article-rss-list .article .picture {
        display: block;
        border-radius: 6px;
        position: absolute;
        left: 22px;
        top: 50%;
        margin-top: -30px; }
      .article-rss-list .article .content {
        padding-left: 90px; } }
    .article-rss-list .article .cat {
      text-transform: uppercase;
      font-size: 10px;
      color: #757575;
      line-height: 1;
      margin-bottom: 10px; }
    .article-rss-list .article .text {
      font-size: 16px;
      font-weight: 700;
      line-height: 1; }
    .article-rss-list .article + .article {
      border-left: 1px solid #eff2f7; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 574px; }
  .modal-lg {
    width: 90%;
    max-width: 1140px; } }

@media (min-width: 768px) {
  .modal-sm {
    width: 374px; } }

.display-it {
  display: block !important;
  background-color: rgba(0, 0, 0, 0.65) !important; }

.modal-header {
  border-color: #eff2f7;
  min-height: 42px; }

.modal-header .close {
  margin-top: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  background: transparent;
  border: none;
  color: #b9bed1;
  transition: color 250ms ease-out; }
  .modal-header .close:hover, .modal-header .close:focus {
    outline: 0;
    color: #212121; }

.modal-footer {
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 0 0 6px 6px;
  padding: 25px 15px;
  border-color: #eff2f7; }

.modal-footer-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px; }

.modal-title {
  line-height: 1;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700; }

.modal-body {
  text-align: center;
  padding: 0 70px; }
  .modal-body.without-padding {
    padding: 0; }
  .modal-sm .modal-body {
    padding: 0 20px; }
  .modal-body .link {
    color: #252f5d;
    text-transform: uppercase;
    text-decoration: none; }

.modal-body-h1,
.modal-body-h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin: 40px auto; }

.modal-body-h2 {
  font-size: 24px;
  margin: 20px auto; }

.modal-body-message {
  font-size: 16px; }

.modal-body-form {
  text-align: left;
  margin: 50px 20px; }
  .modal-body-form .radio label,
  .modal-body-form .checkbox label {
    text-transform: none;
    color: #212121;
    font-size: 14px;
    letter-spacing: 0; }

.modal-backdrop {
  opacity: .85 !important; }

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading {
  background-image: url("/img/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/img/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -28px;
  right: -2px;
  color: #fff;
  line-height: 1;
  padding: 0;
  z-index: 2;
  position: absolute;
  background: transparent;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35); }
  .fancybox-close:hover {
    color: #fff; }
  .fancybox-close:before {
    display: inline-block;
    font: normal normal normal 22px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f00d'; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  visibility: hidden;
  color: #212121;
  background: #fff;
  border: 2px solid #fff;
  height: 42px;
  width: 42px;
  line-height: 1;
  border-radius: 50%;
  padding: 0;
  z-index: 2;
  position: absolute;
  top: 50%;
  margin-top: -21px; }
  .fancybox-nav span:before {
    display: inline-block;
    font: normal normal normal 22px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 7px; }

.fancybox-prev span {
  left: 10px; }
  .fancybox-prev span:before {
    content: '\f104';
    left: 11px; }

.fancybox-next span {
  right: 10px; }
  .fancybox-next span:before {
    content: '\f105';
    left: 14px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: #000;
  background: rgba(0, 0, 0, 0.6); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

.error-page {
  position: relative;
  padding: 100px 0;
  background-color: #fff; }
  .error-page h1 {
    font-size: 54px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 24px; }
  .error-page h2 {
    font-size: 40px;
    margin: 24px 0;
    letter-spacing: -1.5px; }
  .error-page p {
    color: #757575;
    font-size: 18px;
    margin: 0; }
  .error-page p + p {
    margin-top: 4px; }
  .error-page .cta {
    margin-top: 24px; }
  .error-page .col-text {
    position: relative;
    z-index: 1; }
  .error-page .visu {
    width: 459px;
    height: 507px;
    background: transparent url(/img/404.jpg) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -255px; }
  @media (max-width: 500px) {
    .error-page {
      padding: 30px 0; }
      .error-page h1 {
        font-size: 44px; }
      .error-page h2 {
        font-size: 24px; }
      .error-page .visu {
        display: none; }
      .error-page p {
        font-size: 16px; }
      .error-page .cta {
        text-align: center; } }
  @media (max-width: 768px) {
    .error-page {
      padding: 40px 0 80px; }
      .error-page .visu {
        opacity: .15; } }
  @media (max-width: 768px) {
    .error-page {
      padding: 40px 0 80px; }
      .error-page .visu {
        opacity: .15; } }
  @media (min-width: 769px) {
    .error-page .col-text {
      width: 50%; } }
  @media (min-width: 1400px) {
    .error-page .col-text {
      width: 70%; } }
  @media (min-width: 1600px) {
    .error-page .col-text {
      width: 90%; } }

.articles .spinner {
  opacity: .2; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.tooltip-price {
  position: relative;
  display: inline-block; }

.tooltip-price .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 999;
  bottom: 125%;
  left: -35%;
  opacity: 0;
  transition: opacity 1s;
  text-transform: none; }

.tooltip-price .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent; }

.tooltip-price:hover .tooltiptext {
  visibility: visible;
  opacity: 1; }

.tooltip-price .tooltiptext-view {
  visibility: hidden;
  font-size: 10pt;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1s; }

.tooltip-price .tooltiptext-view::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent; }

.tooltip-price:hover .tooltiptext-view {
  visibility: visible;
  opacity: 1; }

.legal-notice {
  margin-top: 5px; }

.legal-notice .tooltiptext {
  left: 0; }

.mCSB_inside > .mCSB_container {
  margin-right: 4px !important; }

.mCSB_scrollTools .mCSB_draggerContainer {
  right: -10px !important; }
  .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    background-color: #252f5d !important; }

.d-rtl {
  direction: rtl !important; }

.d-ltr {
  direction: lrt !important; }

.price-protect {
  direction: lrt !important; }

body.direction-rtl {
  direction: rtl; }
  @media (min-width: 769px) {
    body.direction-rtl .page-header-logo {
      float: right; }
    body.direction-rtl .page-header-main-menu {
      float: left; } }
  body.direction-rtl .btn-search {
    margin: 0 40px 0 0; }
  body.direction-rtl .page-header-top-menu,
  body.direction-rtl .page-header-social {
    float: right;
    text-align: right; }
  body.direction-rtl .page-header-phone {
    float: left;
    text-align: left; }
    body.direction-rtl .page-header-phone .btn {
      direction: ltr; }
      body.direction-rtl .page-header-phone .btn .fa {
        float: right;
        margin-left: 5px; }
    body.direction-rtl .page-header-phone .label {
      margin-right: 0;
      margin-left: 10px; }
  body.direction-rtl .dropdown + .link-header-small {
    margin-left: 0;
    margin-right: 10px; }
  body.direction-rtl .page-header-logo .baseline {
    margin-right: 10px;
    margin-left: 0; }
  body.direction-rtl .btn-phone {
    direction: ltr !important; }
    body.direction-rtl .btn-phone .fa {
      float: right;
      margin-left: 10px; }
  body.direction-rtl .dropdown-menu {
    left: auto;
    right: 0; }
  body.direction-rtl .dropdown-menu.right {
    left: 0;
    right: auto; }
  body.direction-rtl .dropdown-toggle-outline .label {
    margin-left: 8px;
    margin-left: 8px; }
  body.direction-rtl .custom-select .fa,
  body.direction-rtl .custom-select-like .fa {
    left: 10px;
    right: auto; }
  body.direction-rtl .custom-select select, body.direction-rtl .custom-select div,
  body.direction-rtl .custom-select-like select,
  body.direction-rtl .custom-select-like div {
    padding: 6px 10px 6px 28px; }
  @media (max-width: 768px) {
    body.direction-rtl .search-by-terms .label {
      text-align: right; }
    body.direction-rtl .search-by-terms .fa {
      right: auto;
      left: 20px; } }
  body.direction-rtl .dropdown-custom-select-like .dropdown-toggle .fa {
    margin-left: 0;
    margin-right: 10px; }
  body.direction-rtl .filters-bar-module-wrapper .custom-select-like {
    padding: 6px 10px 6px 40px;
    text-align: right; }
  body.direction-rtl .filters-bar-header .dropdown-toggle .fa {
    padding-left: 0;
    padding-right: 5px; }
  body.direction-rtl .radio input[type="radio"],
  body.direction-rtl .radio-inline input[type="radio"],
  body.direction-rtl .checkbox input[type="checkbox"],
  body.direction-rtl .checkbox-inline input[type="checkbox"] {
    margin-right: -20px;
    margin-left: 0; }
  body.direction-rtl .input-with-icon .form-control {
    padding-left: 0;
    padding-right: 45px; }
  body.direction-rtl .input-with-icon .fa {
    left: auto;
    right: 20px; }
  body.direction-rtl label {
    padding-left: 0;
    padding-right: 20px; }
  body.direction-rtl .dropdown-list .right,
  body.direction-rtl .dropdown-list .left {
    text-align: right; }
  body.direction-rtl .dropdown-item.dropdown-item-checkbox input {
    margin-right: 0;
    margin-left: 10px; }
  body.direction-rtl .split-btn .dropdown-toggle {
    left: 0;
    right: auto;
    padding: 16px 0 0 4px;
    border-right: 1px solid rgba(0, 0, 0, 0.15); }
  body.direction-rtl .split-btn .btn {
    padding-right: 38px;
    padding-left: 72px; }
  body.direction-rtl .btn-facebook i {
    right: auto; }
  body.direction-rtl .product-place {
    padding-right: 20px;
    padding-left: 0; }
  body.direction-rtl .product-cta {
    text-align: left; }
  body.direction-rtl .product-delevery-date {
    right: 8px;
    left: auto; }
  body.direction-rtl .product-short-desc > li:first-child {
    padding-left: 0;
    padding-right: 20px; }
  body.direction-rtl .product-short-desc > li:last-child {
    padding-right: 0;
    padding-left: 10px; }
  body.direction-rtl .product-key-points li {
    padding-left: 0;
    padding-right: 17px; }
  body.direction-rtl .product-key-points li:before {
    right: 0;
    left: auto; }
  @media (min-width: 992px) {
    body.direction-rtl .how-it-work-section .text {
      margin-right: 50%; }
    body.direction-rtl .key-points {
      margin: 0 auto 0 -45px; } }
  @media (min-width: 768px) {
    body.direction-rtl .how-it-work-section .text {
      margin-right: 50%;
      width: 50%; } }
  body.direction-rtl .article-thumbnail-header .title {
    padding-left: 0;
    padding-right: 20px;
    float: right; }
  body.direction-rtl .article-thumbnail-header .nav {
    float: left;
    margin-right: 0;
    margin-left: 20px; }
  body.direction-rtl .article-thumbnail .product-cta {
    text-align: right; }
  body.direction-rtl .article-rss-list .article .picture {
    right: 22px;
    left: auto; }
  @media (min-width: 992px) {
    body.direction-rtl .article-rss-list .article .content {
      padding-left: 0;
      padding-right: 90px; } }
  body.direction-rtl .modal-header .close {
    left: 5px;
    right: auto; }
  body.direction-rtl .result-mobile-header .cta .fa {
    margin-left: 0;
    margin-right: 10px; }
  body.direction-rtl .map-sidebar {
    direction: ltr; }
    body.direction-rtl .map-sidebar .product-thumbnails-item {
      direction: rtl; }
  body.direction-rtl .mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
  body.direction-rtl .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: auto; }
  @media (max-width: 768px) {
    body.direction-rtl .program-advantages li {
      text-align: right; }
    body.direction-rtl .program-advantages .fa {
      margin-right: 0;
      margin-left: 2px; }
    body.direction-rtl .program-advantages.district .fa {
      margin: 0;
      padding-right: 0;
      padding-left: 10px; } }
  body.direction-rtl .map-window .close {
    right: auto;
    left: 10px; }
  body.direction-rtl .map-window .product-body {
    padding-left: 40px;
    padding-right: 10px; }
  body.direction-rtl .breadcrumb > li + li:before {
    display: none; }
  body.direction-rtl .breadcrumb > li + li:after {
    font-family: 'FontAwesome';
    content: '\F104';
    margin-right: 4px;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -2px; }
  body.direction-rtl .page-cover-intern .breadcrumb-wrapper {
    text-align: right; }
  @media (min-width: 767px) {
    body.direction-rtl .seo-text .col-sm-6 {
      margin-left: 50%; }
    body.direction-rtl .seo-text .col-sm-6.col-2 {
      margin-left: -100%; } }
  body.direction-rtl .program-small {
    padding: 20px 10px 20px 0; }
  body.direction-rtl .program-small .slot-picture {
    float: right;
    padding-right: 0;
    padding-left: 10px; }
  body.direction-rtl .program-box-header .slot-right {
    text-align: left; }
  @media (min-width: 992px) {
    body.direction-rtl .modal-program .col-list {
      position: absolute; }
    body.direction-rtl .modal-program .col-detail {
      margin-left: 33.33333%; }
    body.direction-rtl .modal-program .col-lead {
      margin-left: -83.33333%; } }
  body.direction-rtl .modal-program-dialog .close {
    left: 8px;
    right: auto; }
  body.direction-rtl .program-playlist {
    border-radius: 0 6px 6px 0; }
  body.direction-rtl .program-playlist .program-box-header {
    padding-left: 0;
    padding-right: 10px; }
  body.direction-rtl .virtualtour-infos .name-box {
    float: right; }
  body.direction-rtl .radio label, body.direction-rtl .checkbox label {
    padding-right: 20px;
    padding-left: 0; }
  body.direction-rtl .plan-download-pdf .fa {
    float: right;
    margin-right: 0;
    margin-left: 5px; }

/* ****************************** */
/* FUNNEL STEPS
/* ****************************** */
.funnel-steps-wrapper {
  text-align: center; }

.funnel-steps {
  position: relative;
  display: inline-block;
  list-style: none;
  margin: 10px 0 30px 0; }

.funnel-step {
  position: relative;
  z-index: 1;
  display: block;
  background-color: #fff;
  border: 1px solid #e4e8f0;
  border-radius: 40px;
  padding: 7px 14px 6px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1; }
  .funnel-step.active {
    background-color: #252f5d;
    border-color: #252f5d;
    color: #fff; }
  .funnel-step.passed {
    border-color: #252f5d;
    color: #252f5d; }
  .funnel-step + .funnel-step {
    margin: 10px 0 0; }

@media (min-width: 768px) {
  .funnel-steps {
    margin-bottom: 40px; }
  .funnel-step {
    display: inline-block; }
    .funnel-step + .funnel-step {
      margin: 0 0 0 40px; }
      .funnel-step + .funnel-step:before {
        content: '';
        position: absolute;
        height: 1px;
        background-color: #e4e8f0;
        left: -45px;
        width: 45px;
        top: 50%; }
      .funnel-step + .funnel-step.passed:before, .funnel-step + .funnel-step.active:before {
        background-color: #252f5d; } }

/* ****************************** */
/* SECTIONS HEADER
/* ****************************** */
.section-funnel + .section-funnel {
  margin-top: 60px; }

.section-header {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #dcdde0;
  padding: 4px 12px;
  border-radius: 4px; }

.section-content {
  padding: 30px 0 10px; }
  .section-content.tiny {
    padding-left: 50px;
    padding-right: 50px; }
    .section-content.tiny li + li {
      margin-top: 10px; }
  .section-content .nav-tabs-wrapper {
    margin-bottom: 40px; }
  .section-content .summary-list {
    color: #252f5d;
    margin: 40px 0; }

/* ****************************** */
/* COLLAPSE CTA
/* ****************************** */
.collapse-cta-wrapper {
  text-align: center;
  margin: 20px 0; }

.collapse-cta {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 0;
  text-align: center;
  background-color: #fff;
  color: #c3ccde;
  border: 1px solid #e4e8f0;
  border-radius: 50%; }
  .collapse-cta .fa {
    position: relative;
    left: 1px;
    top: 1px;
    font-size: 16px; }
  .collapse-cta .fa-plus {
    display: block; }
  .collapse-cta .fa-minus {
    display: none; }
  .collapse-cta:hover, .collapse-cta:focus, .collapse-cta:active {
    outline: none; }

.collapse.in + .collapse-cta-wrapper .collapse-cta .fa-plus {
  display: none; }

.collapse.in + .collapse-cta-wrapper .collapse-cta .fa-minus {
  display: block; }

.funnel-footer {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  z-index: 10;
  box-shadow: 0 -1px 30px 0 rgba(0, 0, 0, 0.15); }
  .funnel-footer .summary-table {
    display: inline-block; }
    .funnel-footer .summary-table .cell {
      display: table-cell;
      padding: 0 10px;
      position: relative;
      vertical-align: middle; }
      .funnel-footer .summary-table .cell-summary {
        text-align: right; }
        .funnel-footer .summary-table .cell-summary:after {
          content: '';
          width: 1px;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          background-color: #ccc; }
      .funnel-footer .summary-table .cell-price {
        text-align: left; }
    .funnel-footer .summary-table .summary-details {
      display: table;
      list-style: none;
      margin: 0;
      color: #757575;
      line-height: 1.2; }
      .funnel-footer .summary-table .summary-details li {
        display: table-row; }
      .funnel-footer .summary-table .summary-details strong,
      .funnel-footer .summary-table .summary-details span {
        display: table-cell; }
      .funnel-footer .summary-table .summary-details strong {
        padding-right: 10px; }
  .funnel-footer .total-header {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 18px; }
  .funnel-footer .total-price {
    font-size: 16px;
    font-weight: 700; }

.funnel-footer-table {
  display: table;
  width: 100%;
  text-align: center; }
  .funnel-footer-table .col {
    display: table-cell;
    vertical-align: middle;
    width: 1%; }
  .funnel-footer-table .col-summary {
    text-align: center;
    width: auto; }
  .funnel-footer-table .col-continous {
    text-align: right; }

.funnel-success-message {
  margin: 0 0 50px;
  text-align: center; }

.responsive {
  width: 100%;
  margin: 0 auto; }

.responsive.ios iframe {
  min-width: 100%;
  width: 1px; }

#cookie-banner-message {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 5px;
  font-size: 12px; }

#inform-and-consent {
  width: 300px;
  background-color: #222;
  color: white;
  repeat: scroll 0% 0% white;
  padding: 10px 10px;
  text-align: center;
  position: fixed;
  top: 30px;
  left: 50%;
  margin-top: 0px;
  margin-left: -150px;
  z-index: 100000;
  opacity: 1; }
  #inform-and-consent .group-btn {
    padding: 10px 10px;
    text-align: center; }
