@-webkit-keyframes pulsate_play {
  0% {
    font-size: 2.8em;
  }

  30% {
    font-size: 3.8em;
  }

  to {
    font-size: 2.8em;
  }
}

.droplvdp,
.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea,
.get-in-touch input[type="text"] {
  font-family: Roboto Slab, serif;
  width: 100%;
  letter-spacing: -0.2px;
  padding: 0.95em 1.5em;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-appearance: none;
  border-radius: 0;
  outline: 0;
}

.droplvdp:focus,
.form-group input[type="text"]:focus,
.form-group input[type="text"]:focus,
.form-group textarea:focus,
.get-in-touch input[type="text"]:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.7);
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden],
template {
  display: none;
}

.perspective,
body,
html {
  width: 100%;
  height: 100%;
}

.perspective {
  background: #aaa;
  position: relative;
}

.perspective-container {
  background: #fff;
  min-height: 100%;
  position: relative;
  outline: 1px solid transparent;
  z-index: 10;
}

.perspective-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.4s, height 0s 0.4s;
  transition: opacity 0.4s, height 0s 0.4s;
}

.perspective-wrapper {
  position: relative;
}

.component {
  margin: 0 auto;
  width: 60%;
  text-align: justify;
  font-size: 1.5em;
}

.perspective.modalview {
  position: fixed;
  -webkit-perspective: 1500px;
  perspective: 1500px;
}

.perspective.modalview .outer-nav {
  display: block;
}

.modalview .perspective-container {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) translateX(0) rotateY(0deg);
  transform: translateZ(0) translateX(0) rotateY(0deg);
}

.modalview .perspective-wrapper {
  -webkit-transform: translateZ(-1px);
}

.animate .perspective-container:after {
  opacity: 1;
  height: 101%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.outer-nav {
  position: absolute;
  height: auto;
  right: 10%;
  font-size: 2em;
  display: none;
}

.outer-nav.horizontal {
  top: 55%;
  left: 47%;
  width: 75%;
  max-width: 1000px;
  text-align: center;
  -webkit-transform: translateY(-60%) translateX(-50%);
  transform: translateY(-60%) translateX(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.outer-nav.left {
  left: 25%;
}

.outer-nav.right {
  right: 25%;
}

.outer-nav.top {
  top: 25%;
}

.outer-nav.bottom {
  bottom: 25%;
}

.outer-nav a {
  display: inline-block;
  white-space: nowrap;
  font-weight: 300;
  margin: 0 0 30px;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.outer-nav li .submenu {
  font-size: 0.85em;
  margin: 1.5em 0 0;
  padding: 0;
}

.outer-nav li .submenu li {
  margin: 0;
}

.outer-nav li.active,
.outer-nav li .submenu li.active {
  font-weight: 700;
}

.outer-nav a:hover {
  color: #ffdccd;
}

.outer-nav.vertical a {
  display: block;
}

.outer-nav.horizontal a {
  margin: 15px 20px;
}

.outer-nav a:before {
  display: inline-block;
  font-family: typicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.icon-news:before {
  content: "\E600";
}

.icon-home:before {
  content: "\E601";
}

.icon-image:before {
  content: "\E602";
}

.icon-upload:before {
  content: "\E603";
}

.icon-star:before {
  content: "\E604";
}

.icon-mail:before {
  content: "\E605";
}

.icon-lock:before {
  content: "\E606";
}

.icon-chart-pie:before {
  content: "\E607";
}

.effect-airbnb {
  background: #b8b6b4;
}

.effect-airbnb .perspective-container {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.effect-airbnb.animate .perspective-container {
  -webkit-transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
  transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
}

.no-csstransforms3d .effect-airbnb.animate .perspective-container {
  left: 75%;
}

.effect-airbnb .outer-nav a {
  opacity: 0;
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.effect-airbnb.animate .outer-nav a {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.effect-airbnb.animate .outer-nav a:nth-child(2) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}

.effect-airbnb.animate .outer-nav a:nth-child(3) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}

.effect-airbnb.animate .outer-nav a:nth-child(4) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.effect-airbnb.animate .outer-nav a:nth-child(5) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}

.effect-airbnb.animate .outer-nav a:nth-child(6) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.effect-airbnb.animate .outer-nav a:nth-child(7) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.effect-moveleft {
  background: #f4f3f1;
}

.effect-moveleft .perspective-container {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.effect-moveleft .perspective-container:after {
  background: hsla(0, 0%, 100%, 0.6);
}

.effect-moveleft.animate .perspective-container {
  -webkit-transform: translateX(-50%) rotateY(45deg) translateZ(-50px);
  transform: translateX(-50%) rotateY(45deg) translateZ(-50px);
}

.no-csstransforms3d .effect-moveleft.animate .perspective-container {
  left: -75%;
}

.effect-moveleft .outer-nav li {
  opacity: 0;
  -webkit-transform: translateX(100px) translateZ(-1000px);
  transform: translateX(100px) translateZ(-1000px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  list-style: none;
  margin: 0 0 1.7em;
  font-size: 0.95em;
}

.effect-moveleft .outer-nav li a {
  color: #333;
  text-decoration: none;
}

.effect-moveleft.animate .outer-nav li {
  opacity: 1;
  -webkit-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
}

.effect-moveleft.animate .outer-nav li:nth-child(0) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}

.effect-moveleft.animate .outer-nav li:first-child {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}

.effect-moveleft.animate .outer-nav li:nth-child(2) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.effect-moveleft.animate .outer-nav li:nth-child(3) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}

.effect-moveleft.animate .outer-nav li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.effect-moveleft.animate .outer-nav li:nth-child(5) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.effect-rotateleft {
  background: #e96e4f;
}

.effect-rotateleft .perspective-container {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.effect-rotateleft .perspective-container:after {
  background: hsla(0, 0%, 100%, 0.6);
}

.effect-rotateleft.animate .perspective-container {
  -webkit-transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
  transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
}

.no-csstransforms3d .effect-rotateleft.animate .perspective-container {
  left: -75%;
}

.effect-rotateleft .outer-nav a {
  opacity: 0;
  -webkit-transform: translateX(350px) translateZ(-1000px);
  transform: translateX(350px) translateZ(-1000px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.effect-rotateleft.animate .outer-nav a {
  opacity: 1;
  -webkit-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
}

.effect-rotateleft.animate .outer-nav a:nth-child(2) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}

.effect-rotateleft.animate .outer-nav a:nth-child(3),
.effect-rotateleft.animate .outer-nav a:nth-child(4) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}

.effect-rotateleft.animate .outer-nav a:nth-child(5) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}

.effect-rotateleft.animate .outer-nav a:nth-child(6) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.effect-rotateleft.animate .outer-nav a:nth-child(7) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.effect-movedown {
  background: #34495e;
}

.effect-movedown .perspective-container {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.effect-movedown .perspective-container:after {
  background: rgba(52, 73, 94, 0.5);
}

.effect-movedown.animate .perspective-container {
  -webkit-transform: translateY(100%) translateZ(-1500px);
  transform: translateY(100%) translateZ(-1500px);
}

.no-csstransforms3d .effect-movedown.animate .perspective-container {
  top: 75%;
}

.effect-movedown .outer-nav a {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.effect-movedown .outer-nav a:hover {
  color: #ed8151;
}

.effect-movedown.animate .outer-nav a {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.effect-movedown.animate .outer-nav a:nth-child(2) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}

.effect-movedown.animate .outer-nav a:nth-child(3) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}

.effect-movedown.animate .outer-nav a:nth-child(4) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.effect-movedown.animate .outer-nav a:nth-child(5) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}

.effect-movedown.animate .outer-nav a:nth-child(6) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.effect-movedown.animate .outer-nav a:nth-child(7) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.effect-rotatetop {
  background: #edcdbb;
}

.effect-rotatetop .perspective-container {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.effect-rotatetop .perspective-container:after {
  background: rgba(94, 59, 43, 0.6);
}

.effect-rotatetop.animate .perspective-container {
  -webkit-transform: translateZ(-1500px) translateY(-50%) rotateX(-45deg);
  transform: translateZ(-1500px) translateY(-50%) rotateX(-45deg);
}

.no-csstransforms3d .effect-rotatetop.animate .perspective-container {
  top: -75%;
}

.effect-rotatetop .outer-nav a {
  opacity: 0;
  color: #ed8151;
  -webkit-transform: translateY(200px) translateZ(-1000px);
  transform: translateY(200px) translateZ(-1000px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.effect-rotatetop .outer-nav a:hover {
  color: #777;
}

.effect-rotatetop.animate .outer-nav a {
  opacity: 1;
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
}

.effect-rotatetop.animate .outer-nav a:nth-child(2) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}

.effect-rotatetop.animate .outer-nav a:nth-child(3) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}

.effect-rotatetop.animate .outer-nav a:nth-child(4) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.effect-rotatetop.animate .outer-nav a:nth-child(5) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}

.effect-rotatetop.animate .outer-nav a:nth-child(6) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.effect-rotatetop.animate .outer-nav a:nth-child(7) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.effect-laydown {
  background: #b8b6b4;
}

.effect-laydown .perspective-container {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform-origin: 50% 150%;
  transform-origin: 50% 150%;
}

.effect-laydown.animate .perspective-container {
  -webkit-transform: translateZ(-1500px) rotateX(80deg);
  transform: translateZ(-1500px) rotateX(80deg);
}

.no-csstransforms3d .effect-laydown.animate .perspective-container {
  top: 75%;
}

.effect-laydown .outer-nav a {
  opacity: 0;
  -webkit-transform: translateY(-200px) translateZ(-1000px);
  transform: translateY(-200px) translateZ(-1000px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.effect-laydown.animate .outer-nav a {
  opacity: 1;
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
}

.effect-laydown.animate .outer-nav a:nth-child(7) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.effect-laydown.animate .outer-nav a:nth-child(6) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}

.effect-laydown.animate .outer-nav a:nth-child(5) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}

.effect-laydown.animate .outer-nav a:nth-child(4) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.effect-laydown.animate .outer-nav a:nth-child(3) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}

.effect-laydown.animate .outer-nav a:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.effect-laydown.animate .outer-nav a:first-child {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

@media screen and (max-width: 77em) {
  .outer-nav.top {
    top: 15%;
  }

  .outer-nav.bottom {
    bottom: 15%;
  }
}

@media screen and (max-height: 41.75em), screen and (max-width: 36.625em) {
  .outer-nav.top {
    top: 5%;
  }

  .outer-nav.bottom {
    bottom: 5%;
  }

  .outer-nav.horizontal {
    font-size: 1.7em;
    width: 6.2em;
  }

  .outer-nav.horizontal a {
    display: block;
    text-align: left;
  }

  .effect-rotatetop .outer-nav.horizontal {
    width: 95%;
    bottom: auto;
    top: 50%;
  }

  .effect-rotatetop .outer-nav.horizontal a {
    display: inline-block;
  }
}

@media screen and (max-height: 36.2em), screen and (max-width: 31em) {
  .outer-nav.horizontal,
  .outer-nav.vertical {
    font-size: 1.2em;
    width: 6.8em;
  }

  .outer-nav.right {
    right: auto;
    left: 40%;
  }
}

@media screen and (max-height: 31.6em) {
  .outer-nav a {
    margin-bottom: 20px;
  }
}

@font-face {
  font-family: lvdp;
  src: url(/fonts/lvdp.eot?e8ca12e00f400d5b20d874d8b7af6117);
  src: url(/fonts/lvdp.eot?e8ca12e00f400d5b20d874d8b7af6117?#iefix)
      format("embedded-opentype"),
    url(/fonts/lvdp.woff?b2c6a9a5f2d62883c65d0373278a68dc) format("woff"),
    url(/fonts/lvdp.ttf?3cd74d195def5bd26827f239b8432981) format("truetype"),
    url(/fonts/lvdp.svg?e81b59d2e23f3cf787efc0ebffdb2b88#lvdp) format("svg");
  font-weight: 400;
  font-style: normal;
}

[data-icon]:before {
  content: attr(data-icon);
}

[class*=" icon-"]:before,
[class^="icon-"]:before,
[data-icon]:before {
  font-family: lvdp !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "a";
}

.icon-facebook:before {
  content: "b";
}

.icon-twitter:before {
  content: "c";
}

.icon-instagram:before {
  content: "d";
}

.icon-gplus:before {
  content: "e";
}

.icon-phone:before {
  content: "f";
}

.icon-mail:before {
  content: "g";
}

.icon-play:before {
  content: "h";
}

.icon-heart:before {
  content: "i";
}

.icon-comment:before {
  content: "j";
}

.icon-female:before {
  content: "k";
}

.icon-male:before {
  content: "l";
}

.icon-female-symbol:before {
  content: "m";
}

.icon-male-symbol:before {
  content: "n";
}

.icon-check:before {
  content: "p";
}

.icon-paint:before {
  content: "q";
}

.icon-star:before {
  content: "r";
}

.icon-warning:before {
  content: "t";
}

.icon-angle-down:before {
  content: "o";
}

.icon-angle-up:before {
  content: "s";
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(
    hsla(0, 0%, 100%, 0.7),
    hsla(0, 0%, 100%, 0.85),
    hsla(0, 0%, 100%, 0.7)
  );
  background-image: linear-gradient(
    hsla(0, 0%, 100%, 0.7),
    hsla(0, 0%, 100%, 0.85),
    hsla(0, 0%, 100%, 0.7)
  );
  opacity: 1;
  display: none;
  z-index: 9999;
}

.sl-wrapper {
  z-index: 1000;
}

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper button:focus {
  outline: none;
}

.sl-wrapper .sl-close {
  right: 30px;
  top: 30px;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  font-size: 3rem;
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  z-index: 1015;
  color: #000;
}

.sl-wrapper .sl-counter {
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 1em 0 1.5em;
  font-size: 1rem;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 999999;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 999999;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1005;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

.sl-spinner div {
  width: 60px;
  height: 15px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1008;
  margin: -7.5px 0 0 -30px;
  background: url(/fonts/load-2.svg?9b177860f374c0d2f1d7f184302600c4) no-repeat
    100% 100%;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progress
  .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white
  .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black
  .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/*!* Safari 4+, Chrome *!*/

/*!* Chrome 10+, Safari 5.1+, iOS 5+ *!*/

/*!* Firefox 3.6-15 *!*/

/*!* Opera 11.10-12.00 *!*/

/*!* Firefox 16+, IE10, Opera 12.50+ *!*/

/*!* Safari 4+, Chrome *!*/

/*!* Chrome 10+, Safari 5.1+, iOS 5+ *!*/

/*!* Firefox 3.6-15 *!*/

/*!* Opera 11.10-12.00 *!*/

/*!* Firefox 16+, IE10, Opera 12.50+ *!*/
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
  animation: swiper-preloader-spin 1s steps(12) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.vegas-overlay,
.vegas-slide,
.vegas-slide-inner,
.vegas-timer,
.vegas-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}

.vegas-overlay {
  opacity: 0.5;
  background: transparent url(/images/02.png?351bd6828f980ec53eb3a1ad0d3b1e31)
    50% repeat;
}

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px;
}

.vegas-timer-progress {
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: width ease-out;
  transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}

.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent 50% no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
}

body .vegas-container {
  overflow: hidden !important;
  position: relative;
}

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}

body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide,
body.vegas-container > .vegas-timer {
  position: fixed;
  z-index: -1;
}

:root body.vegas-container > .vegas-overlay,
:root body.vegas-container > .vegas-slide,
_::full-page-media,
_:future {
  bottom: -76px;
}

.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px);
  filter: blur(32px);
}

.vegas-transition-blur2-in,
.vegas-transition-blur-in {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.vegas-transition-blur2-out {
  opacity: 0;
}

.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn2-in,
.vegas-transition-burn-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
  filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0;
}

.vegas-transition-fade2-in,
.vegas-transition-fade-in {
  opacity: 1;
}

.vegas-transition-fade2-out {
  opacity: 0;
}

.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}

.vegas-transition-flash2-in,
.vegas-transition-flash-in {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}

.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.vegas-transition-negative2-in,
.vegas-transition-negative-in {
  opacity: 1;
  -webkit-filter: invert(0);
  filter: invert(0);
}

.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.vegas-transition-slideDown2-in,
.vegas-transition-slideDown-in {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.vegas-transition-slideLeft2-in,
.vegas-transition-slideLeft-in {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.vegas-transition-slideLeft2-out,
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.vegas-transition-slideRight2-in,
.vegas-transition-slideRight-in {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.vegas-transition-slideUp2-in,
.vegas-transition-slideUp-in {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

.vegas-transition-swirlLeft2-in,
.vegas-transition-swirlLeft-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlLeft2-out,
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

.vegas-transition-swirlRight2-in,
.vegas-transition-swirlRight-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.vegas-transition-zoomIn2-in,
.vegas-transition-zoomIn-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomIn2-out,
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

.vegas-transition-zoomOut2-in,
.vegas-transition-zoomOut-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out;
}

@-webkit-keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }

  to {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
  }
}

@keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }

  to {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
  }
}

.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out;
}

@-webkit-keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }

  to {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
  }
}

@keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }

  to {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
  }
}

.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out;
}

@-webkit-keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translateY(-10%);
    transform: scale(1.5) translateY(-10%);
  }

  to {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
  }
}

@keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translateY(-10%);
    transform: scale(1.5) translateY(-10%);
  }

  to {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
  }
}

.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out;
}

@-webkit-keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%);
    transform: scale(1.5) translate(10%);
  }

  to {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
  }
}

@keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%);
    transform: scale(1.5) translate(10%);
  }

  to {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
  }
}

.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out;
}

@-webkit-keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%);
    transform: scale(1.5) translate(-10%);
  }

  to {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
  }
}

@keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%);
    transform: scale(1.5) translate(-10%);
  }

  to {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
  }
}

.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out;
}

@-webkit-keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }

  to {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
  }
}

@keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }

  to {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
  }
}

.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out;
}

@-webkit-keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }

  to {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
  }
}

@keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }

  to {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
  }
}

.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out;
}

@-webkit-keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translateY(10%);
    transform: scale(1.5) translateY(10%);
  }

  to {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
  }
}

@keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translateY(10%);
    transform: scale(1.5) translateY(10%);
  }

  to {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
  }
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.sweet-overlay {
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.sweet-alert {
  /*background-color:#fff;*/
  margin: auto;
  font-family: Roboto Slab, serif;
  width: 478px;
  padding: 17px;
  text-align: center;
  /*position:fixed;left:50%;top:46%;margin-left:-256px;margin-top:-200px;overflow:hidden;display:none;*/
  z-index: 99999;
}

@media (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}

.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  font-weight: 600;
  text-transform: none;
  margin: 25px 0;
  line-height: 40px;
  display: block;
}

.sweet-alert h2,
.sweet-alert p {
  text-align: center;
  position: relative;
  padding: 0;
}

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  font-weight: 300;
  text-align: inherit;
  float: none;
  margin: 0;
  line-height: normal;
}

.sweet-alert fieldset {
  border: none;
  position: relative;
}

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  -webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  -webkit-transition: padding 0.25s, max-height 0.25s;
  transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

.sweet-alert .sa-error-container p {
  display: inline-block;
}

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.sweet-alert .sa-input-error:after,
.sweet-alert .sa-input-error:before {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}

.sweet-alert .sa-input-error:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-input-error:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sweet-alert input:focus {
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
  -webkit-transition: opacity 0.3s ease 0.03s;
  transition: opacity 0.3s ease 0.03s;
  opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
  -webkit-transition: opacity 0.3s ease 0.03s;
  transition: opacity 0.3s ease 0.03s;
  opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s ease 0.03s;
  transition: opacity 0.3s ease 0.03s;
  opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}

.sweet-alert input::-ms-clear {
  display: none;
}

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert.show-input input {
  display: block;
}

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}

.sweet-alert button {
  padding: 0.65em 3.5em 0.75em;
  border-radius: 100em;
  font-size: 1em;
  border: none;
  box-shadow: 0 1px 0 #856f09 !important;
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.4);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  background-image: -webkit-linear-gradient(#f3d46e, #eeca50);
  background-image: linear-gradient(#f3d46e, #eeca50);
  font-family: Roboto Slab, serif;
  font-weight: 500;
  margin: 26px 5px 0;
  cursor: pointer;
}

.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
  background-color: #7ecff4;
}

.sweet-alert button:active {
  background-color: #5dc2f1;
}

.sweet-alert button.cancel {
  background-color: #c1c1c1;
}

.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}

.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}

.sweet-alert button.cancel:focus {
  box-shadow: 0 0 2px rgba(197, 205, 211, 0.8),
    inset 0 0 0 1px rgba(0, 0, 0, 0.0470588) !important;
}

.sweet-alert button[disabled] {
  opacity: 0.6;
  cursor: default;
}

.sweet-alert button.confirm[disabled] {
  color: transparent;
}

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.sweet-alert button::-moz-focus-inner {
  border: 0;
}

.sweet-alert[data-has-cancel-button="false"] button {
  box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button="false"][data-has-cancel-button="false"] {
  padding-bottom: 40px;
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
  border-color: #f27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
  border-color: #f8bb86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #f8bb86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #f8bb86;
}

.sweet-alert .sa-icon.sa-info {
  border-color: #c9dae1;
}

.sweet-alert .sa-icon.sa-info:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #c9dae1;
}

.sweet-alert .sa-icon.sa-info:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #c9dae1;
  left: 50%;
}

.sweet-alert .sa-icon.sa-success {
  border-color: #eeca51;
}

.sweet-alert .sa-icon.sa-success:after,
.sweet-alert .sa-icon.sa-success:before {
  content: "";
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success:before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success:after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(238, 202, 81, 0.2);
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #eeca51;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: 50%;
  background-repeat: no-repeat;
}

@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }

  to {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }

  to {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  to {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  to {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@-webkit-keyframes slideFromTop {
  0% {
    top: 0;
  }

  to {
    top: 50%;
  }
}

@keyframes slideFromTop {
  0% {
    top: 0;
  }

  to {
    top: 50%;
  }
}

@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }

  to {
    top: 0;
  }
}

@keyframes slideToTop {
  0% {
    top: 50%;
  }

  to {
    top: 0;
  }
}

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }

  to {
    top: 50%;
  }
}

@keyframes slideFromBottom {
  0% {
    top: 70%;
  }

  to {
    top: 50%;
  }
}

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }

  to {
    top: 70%;
  }
}

@keyframes slideToBottom {
  0% {
    top: 50%;
  }

  to {
    top: 70%;
  }
}

.showSweetAlert[data-animation="pop"] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation="none"] {
  -webkit-animation: none;
  animation: none;
}

.showSweetAlert[data-animation="slide-from-top"] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation="slide-from-bottom"] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation="pop"] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation="none"] {
  -webkit-animation: none;
  animation: none;
}

.hideSweetAlert[data-animation="slide-from-top"] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation="slide-from-bottom"] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  to {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  to {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }

  to {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }

  to {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }

  to {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }

  to {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate:after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }

  to {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }

  to {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }

  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }

  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }

  to {
    border-color: #f8bb86;
  }
}

@keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }

  to {
    border-color: #f8bb86;
  }
}

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #f8d486;
  }

  to {
    background-color: #f8bb86;
  }
}

@keyframes pulseWarningIns {
  0% {
    background-color: #f8d486;
  }

  to {
    background-color: #f8bb86;
  }
}

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9;
}

.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
}

/*!

 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)

 * Copyright 2015 Daniel Cardoso <@DanielCardoso>

 * Licensed under MIT

 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  box-sizing: border-box;
}

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-fall.la-dark {
  color: #333;
}

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-fall {
  width: 54px;
  height: 18px;
}

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}

.la-ball-fall > div:first-child {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  90% {
    opacity: 0.5;
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }

  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  90% {
    opacity: 0.5;
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.droplvdp,
.droplvdp * {
  box-sizing: border-box;
}

.droplvdp {
  border-color: #ddd;
  min-height: 7em;
  text-align: center;
}

.droplvdp.dz-clickable {
  cursor: pointer;
}

.droplvdp.dz-clickable * {
  cursor: default;
}

.droplvdp.dz-clickable .dz-message,
.droplvdp.dz-clickable .dz-message * {
  cursor: pointer;
}

.droplvdp.dz-started .dz-message {
  display: none;
}

.droplvdp.dz-drag-hover {
  border-style: solid;
}

.droplvdp.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.droplvdp .dz-message {
  font-size: 0.82em;
  color: #9c9b9b;
  text-align: center;
  margin: 2.4em 0 2em;
}

.droplvdp .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.droplvdp .dz-preview:hover {
  z-index: 1000;
}

.droplvdp .dz-preview.dz-file-preview .dz-image {
  background: #999;
  background: -webkit-linear-gradient(top, #eee, #ddd);
  background: linear-gradient(180deg, #eee, #ddd);
}

.droplvdp .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.droplvdp .dz-preview.dz-image-preview {
  background: #fff;
}

.droplvdp .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.droplvdp .dz-preview .dz-remove {
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #696868;
  padding: 0.8em 0 0;
  display: block;
  cursor: pointer;
  border: none;
}

.droplvdp .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.droplvdp .dz-preview:hover .dz-details {
  opacity: 1;
}

.droplvdp .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.droplvdp .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.droplvdp .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.droplvdp .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid hsla(0, 0%, 78%, 0.8);
  background-color: hsla(0, 0%, 100%, 0.8);
}

.droplvdp .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.droplvdp .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.droplvdp .dz-preview .dz-details .dz-filename span,
.droplvdp .dz-preview .dz-details .dz-size span {
  background-color: hsla(0, 0%, 100%, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.droplvdp .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.droplvdp .dz-preview .dz-image {
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.droplvdp .dz-preview .dz-image img {
  display: block;
}

.droplvdp .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.droplvdp .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.droplvdp .dz-preview .dz-error-mark,
.droplvdp .dz-preview .dz-success-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.droplvdp .dz-preview .dz-error-mark svg,
.droplvdp .dz-preview .dz-success-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.droplvdp .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.droplvdp .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.droplvdp .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.droplvdp .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: hsla(0, 0%, 100%, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.droplvdp .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-linear-gradient(top, #666, #444);
  background: linear-gradient(180deg, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.droplvdp .dz-preview.dz-error .dz-error-message {
  display: block;
}

.droplvdp .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.droplvdp .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-linear-gradient(top, #be2626, #a92222);
  background: linear-gradient(180deg, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: #fff;
}

.droplvdp .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.droplvdp .dz-preview .dz-error-message {
  top: 155px !important;
}

.select2-container {
  width: 100% !important;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  display: block;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 0.8em 1.5em;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  position: relative;
  top: -0.15em;
  background-color: #fff;
  border: 1px solid #aaa;
  font-family: Roboto Slab, sans-serif;
  font-size: 0.95em;
  width: 100%;
  height: 3.3em;
  border: 1px solid #d5d5d5;
  color: #333;
  outline: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  text-align: left;
  line-height: 3.3em;
  padding: 0 1.5em;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 1em;
  height: 3.3em;
  position: absolute;
  right: 0;
  top: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:before {
  position: absolute;
  line-height: 3em;
  right: 1.5em;
  top: 0.1em;
  font-family: lvdp !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  font-size: 1.15em;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "o";
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow:before {
  content: "s";
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder {
  float: right;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}

.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: auto;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: hsla(0, 0%, 87%, 0.3);
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #f3d46e;
  color: #333;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.pace-running > :not(.pace) {
  opacity: 0.1;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  width: 200px;
  background: #fff;
  overflow: hidden;
}

.pace .pace-progress {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #333;
}

.pace.pace-inactive {
  display: none;
}

body,
html {
  margin: 0;
  padding: 0;
}

body {
  font-size: 100%;
  font-family: Roboto Slab, serif;
  letter-spacing: -0.2px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3em;
  letter-spacing: -0.4px;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}

.logo img {
  position: relative;
  margin: 0 1em 0 0;
  width: 2em;
}

.logo .logo-content {
  text-align: left;
}

.logo .region {
  margin: 0.5em 0 0;
  font-size: 0.7em;
  display: block;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.highlight,
.section-title,
h1,
h2,
h3,
h4 {
  font-size: 1.3em;
  line-height: 1.65em;
  margin: 0 0 2em;
  color: #333;
  font-weight: 400;
}

.highlight br,
.section-title br,
h1 br,
h2 br,
h3 br,
h4 br {
  display: inline;
}

p {
  font-size: 1em;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 0;
}

h2 a,
h3 a,
h4 a,
p a,
span a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px dashed #342d08;
  padding: 0 0.2em;
}

h2 a:hover,
h3 a:hover,
h4 a:hover,
p a:hover,
span a:hover {
  color: #000;
  border-bottom-color: transparent;
}

h2 a:focus,
h3 a:focus,
h4 a:focus,
p a:focus,
span a:focus {
  outline: none;
}

@media only screen and (max-width: 380px) {
  body {
    font-size: 90%;
  }
}

@media only screen and (min-width: 976px) {
  .logo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 2em;
  }

  .logo img {
    top: 0;
  }

  h1 {
    font-size: 1.5em;
    padding: 0 4em;
  }

  h2 {
    line-height: 2em;
  }
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.form-group {
  position: relative;
  margin: 0 0 1.4em;
}

.form-group.hide {
  display: none;
}

.form-group label {
  display: block;
  text-align: left;
  font-size: 0.95em;
  letter-spacing: 0;
  color: #333;
  font-weight: 700;
  margin: 0 0 1em;
}

.form-group label.required:after {
  content: "*";
  color: #c0392b;
  margin: 0 0 0 0.5em;
}

.form-group .input-switch {
  position: relative;
  display: block;
  height: 3.3em;
  line-height: 3.3em;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 2em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-group .input-switch:before {
  width: 45%;
  height: 3.3em;
  border-bottom: 3px solid #f3d46e;
  color: #333;
  position: absolute;
  left: 2.5%;
  top: 0;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.form-group .input-switch.switch-right:before {
  left: 52.5%;
}

.form-group .input-switch span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  margin: 0 1em;
  cursor: pointer;
}

.form-group .input-switch span.active {
  font-weight: 700;
  color: #333;
}

.form-group .input-switch span i {
  display: none;
}

.form-group input[type="text"],
.form-group textarea {
  border-color: #ddd;
  color: #000;
  -webkit-text-fill-color: #000 !important;
}

.form-group input[type="text"]:focus,
.form-group textarea:focus {
  color: #333;
  -webkit-text-fill-color: #333 !important;
}

.form-group button {
  border: none;
  font-family: Roboto Slab, serif;
}
 
.form-group.has-error input[type="text"],
.form-group.has-error textarea {
  border-color: #eeca50;
  -webkit-text-fill-color: #eeca50 !important;
  color: #eeca50;
}

.form-group.has-error input[type="text"]:focus,
.form-group.has-error textarea:focus {
  border-color: #d7ab15;
  -webkit-text-fill-color: #d7ab15 !important;
  color: #d7ab15;
}

.form-group.has-error .error {
  color: #d7ab15;
  font-size: 0.8em;
  display: block;
  margin: 1.5em 0 2em;
}

@media only screen and (min-width: 976px) {
  .form-group {
    margin: 0 0 1.7em;
  }

  .form-group label {
    font-size: 0.95em;
  }

  .form-group .input-switch:before {
    top: 0.1em;
    width: 35%;
    left: 7.5%;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.12, 1.22);
    transition: all 0.3s cubic-bezier(0.25, 0.25, 0.12, 1.22);
  }

  .form-group .input-switch.switch-right:before {
    left: 57.5%;
  }

  .form-group .input-switch span i {
    display: inline;
    position: relative;
    top: 2px;
    margin: 0 1em 0 0;
  }

  .form-group.has-error .error {
    text-align: right;
  }
}

@media only screen and (min-width: 1200px) {
  .form-group .input-switch {
    width: 85%;
    left: 7.5%;
  }
}

.button,
.button-icon,
.form-group button {
  width: auto;
  display: inline-block;
  text-decoration: none;
  padding: 0.65em 3.5em 0.75em;
  border-radius: 100em;
  font-size: 1em;
  font-weight: 400;
  box-shadow: 0 1px 0 #856f09;
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.4);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  color: #000;
  background-image: -webkit-linear-gradient(#f3d46e, #eeca50);
  background-image: linear-gradient(#f3d46e, #eeca50);
}

.button + .spin,
.button-icon + .spin,
.form-group button + .spin {
  width: 0;
}

.button.proceed,
.form-group button.proceed,
.proceed.button-icon {
  display: none;
}

.button.proceed + .spin,
.form-group button.proceed + .spin,
.proceed.button-icon + .spin {
  width: 2.3em;
}

.button.large,
.form-group button.large,
.large.button-icon {
  font-size: 110%;
}

.button-icon:hover,
.button:hover,
.form-group button:hover {
  background-image: -webkit-linear-gradient(#eeca50, #f3d46e);
  background-image: linear-gradient(#eeca50, #f3d46e);
}

.button-icon:active,
.button-icon:focus,
.button:active,
.button:focus,
.form-group button:active,
.form-group button:focus {
  position: relative;
  top: 1px;
  box-shadow: 0 0 0 #856f09;
  box-shadow: inset -1px 1px 2px 2px rgba(133, 111, 9, 0.6);
  outline: none;
}

.button + .button,
.button + .button-icon,
.button-icon + .button,
.button-icon + .button-icon,
.form-group .button + button,
.form-group .button-icon + button,
.form-group button + .button,
.form-group button + .button-icon,
.form-group button + button {
  margin: 1.3em 0 0;
}

.button-icon {
  position: relative;
  padding-left: 1.8em;
  padding-right: 2.9em;
}

.button-icon i {
  position: relative;
  top: 0.25em;
  font-size: 1.3em;
  margin: 0 2em 0 0;
}

.button-icon:before {
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 0 hsla(0, 0%, 100%, 0.3);
  position: absolute;
  top: 0;
  left: 4.4em;
  content: "";
}

@media only screen and (min-width: 976px) {
  .button + .button,
  .button + .button-icon,
  .button-icon + .button,
  .button-icon + .button-icon,
  .form-group .button + button,
  .form-group .button-icon + button,
  .form-group button + .button,
  .form-group button + .button-icon,
  .form-group button + button {
    margin: 0 0 0 1.6em;
  }
}

.review {
  padding: 0 1em;
  margin: 0 0 3em;
}

.review header {
  margin: 1em 0 1.6em;
}

.review header em {
  margin: 0.6em 0 0;
  opacity: 0.6;
  display: block;
  font-style: normal;
  font-size: 0.8em;
}

.review p {
  font-size: 0.9em;
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}

.review .rating {
  margin: 1em 0 0;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  font-weight: 300;
  color: #828282;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #444;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #eeca50;
  border-color: #eeca50;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9em;
  position: relative;
}

.rating:after,
.rating:before {
  font-family: lvdp;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e0e0e0;
  letter-spacing: 2px;
  content: "rrrrr";
}

.rating:after {
  content: "";
}

.rating.grade-1:before {
  content: "r";
  color: #f1cd56;
}

.rating.grade-1:after {
  content: "rrrr";
}

.rating.grade-2:before {
  content: "rr";
  color: #f1cd56;
}

.rating.grade-2:after {
  content: "rrr";
}

.rating.grade-3:before {
  content: "rrr";
  color: #f1cd56;
}

.rating.grade-3:after {
  content: "rr";
}

.rating.grade-4:before {
  content: "rrrr";
  color: #f1cd56;
}

.rating.grade-4:after {
  content: "r";
}

.rating.grade-5:before {
  content: "rrrrr";
  color: #f1cd56;
}

.socials-sharing {
  margin: 6em 0 0;
}

.socials-sharing p {
  margin: 1.5em !important;
}

.socials-sharing a {
  display: inline-block;
  width: 2.8em;
  height: 2.8em;
  line-height: 3.1em;
  text-decoration: none;
  margin: 0 0.3em;
  background: red;
  border-radius: 100%;
}

.socials-sharing a i {
  font-size: 1.2em;
  color: #fff;
}

.socials-sharing a.facebook {
  background: #47639e;
}

.socials-sharing a.facebook:hover {
  background: #3f588c;
}

.socials-sharing a.twitter {
  background: #2aa9e0;
}

.socials-sharing a.twitter:hover {
  background: #1f9cd2;
}

.socials-sharing a.gplus {
  background: #dd4b39;
}

.socials-sharing a.gplus i {
  font-size: 1.3em;
}

.socials-sharing a.gplus:hover {
  background: #d73925;
}

@media screen and (min-width: 976px) {
  .socials-sharing p br {
    display: none;
  }
}

.container,
.container-flex {
  max-width: 1180px;
  position: relative;
  margin: 0 auto;
  padding: 0 2em;
  z-index: 100;
}

.container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 976px) {
  .container-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .container-flex > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

#header {
  width: 100%;
  position: relative;
  background: #ac9574;
  color: #fff;
  background-size: cover;
}

#header:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
}

#header.open #navigation {
  top: 0;
}

.header-content,
.header-content-page {
  padding: 4em 0 0;
  text-align: center;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.header-content-page h1,
.header-content-page p,
.header-content h1,
.header-content p {
  color: #fff;
  font-size: 2.2em;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -1px;
  margin: 0 0 0.8em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.header-content-page {
  padding: 6em 0;
}

.header-content-page h1 {
  letter-spacing: -1px !important;
}

.header-content-page .special-offer {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  line-height: 1.6em;
  padding: 1.5em 3em;
}

.header-content-page .special-offer strong {
  display: block;
}

.header-video {
  width: 100%;
  height: 180px;
  text-align: center;
}

.header-video .video {
  width: 300px;
  height: 240px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  bottom: -80px;
}

.header-video .video img {
  width: 300px;
}

.header-video .video:before {
  position: absolute;
  bottom: 4px;
  width: 100%;
  height: 200px;
  line-height: 190px;
  background: rgba(0, 0, 0, 0.6);
  font-family: lvdp;
  font-size: 2em;
  content: "h";
  color: #fff;
  z-index: 300;
  -webkit-transition: all 0.12s linear;
  transition: all 0.12s linear;
}

.header-video .video:hover:before {
  background: rgba(0, 0, 0, 0.7);
  font-size: 2.5em;
}

#header-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  overflow: hidden;
}

@media only screen and (min-width: 976px) {
  .header-content,
  .header-content-page {
    padding: 5.5em 0 0;
  }

  .header-content-page h1,
  .header-content-page p,
  .header-content h1,
  .header-content p {
    font-size: 2.5em;
    letter-spacing: -2px;
    margin: 0 0 0.7em;
  }

  .header-content-page h1 strong,
  .header-content-page p strong,
  .header-content h1 strong,
  .header-content p strong {
    letter-spacing: -1px;
  }

  .form-group .header-content-page button,
  .form-group .header-content button,
  .header-content-page .button,
  .header-content-page .button-icon,
  .header-content-page .form-group button,
  .header-content .button,
  .header-content .button-icon,
  .header-content .form-group button {
    font-size: 115%;
  }

  .header-content-page {
    padding: 7.5em 0 9em;
  }

  .header-content-page .special-offer strong {
    display: inline;
  }

  .header-video {
    height: 220px;
  }

  .header-video .video {
    display: block;
    width: 400px;
    bottom: -90px;
    cursor: pointer;
  }

  .header-video .video img {
    width: 400px;
  }

  .header-video .video:before {
    height: 100%;
    bottom: 0;
    line-height: 220px;
    font-size: 2.8em;
  }

  .header-video .video:hover:before {
    line-height: 225px;
    -webkit-animation: pulsate_play 0.8s ease-out infinite;
  }
}

@media only screen and (min-width: 1700px) {
  .header-content,
  .header-content-page {
    padding: 8em 0 0;
  }

  .header-content-page p,
  .header-content p {
    font-size: 2.9em;
    letter-spacing: -1.5px;
    line-height: 1.4em;
    margin: 0 0 0.8em;
  }

  .form-group .header-content-page button,
  .form-group .header-content button,
  .header-content-page .button,
  .header-content-page .button-icon,
  .header-content-page .form-group button,
  .header-content .button,
  .header-content .button-icon,
  .header-content .form-group button {
    font-size: 120%;
  }

  .header-content-page {
    padding: 8em 0 9.5em;
  }

  .header-video {
    height: 280px;
  }

  .header-video .video {
    width: 500px;
    height: 300px;
    bottom: -120px;
  }

  .header-video .video img {
    width: 500px;
  }

  .header-video .video:before {
    line-height: 280px;
    font-size: 3.8em;
  }

  .header-video .video:hover:before {
    line-height: 280px;
  }
}

#navigation {
  position: relative;
  padding: 2.5em 0 0;
  text-align: center;
}

#navigation ul {
  display: none;
}

@media only screen and (min-width: 976px) {
  #navigation:after {
    width: 100%;
    height: 1px;
    background: hsla(0, 0%, 100%, 0.1);
    position: absolute;
    bottom: 1.1em;
    left: 0;
    content: "";
    z-index: 100;
  }

  #navigation > .container,
  #navigation > .container-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 150;
  }

  #navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0px;
  }

  #navigation ul:hover li.active {
    border-bottom: 5px solid transparent;
  }

  #navigation ul:hover li.active.has-submenu {
    border-bottom: 5px solid #f3d46e;
  }

  #navigation ul li {
    position: relative;
    font-size: 1.11em;
    margin: 0 0.8em;
    padding: 0 0.5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    border-bottom: 0 solid transparent;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }

  #navigation ul li a {
    display: block;
    height: 2.4em;
    padding-bottom: 1em;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
  }

  #navigation ul li i {
    font-size: 1.3em;
  }

  #navigation ul li.active,
  #navigation ul li:hover {
    border-bottom: 5px solid #f3d46e;
  }

  #navigation ul li:hover .submenu {
    display: flex;
  }

  #navigation ul li .submenu {
    position: absolute;
    left: -3.85em;
    top: 0;
    min-width: 14em;
    background: hsla(0, 0%, 100%, 0.97);
    padding: 1em 0;
    margin: 4em 0 0;
    z-index: 8000 !important;
    display: none;
    flex-wrap: wrap;
    width: 850px;
    transform: translateX(-50%);
    left: 50%;
  }

  #navigation ul li .submenu2 {
    width: 550px;
  }

  #navigation ul li .submenu2 li {
    width: 33.33% !important;
  }

  #navigation ul li .submenu li {
    display: block;
    font-size: 0.78em;
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.25);
    padding: 0;
    margin: 0 0 0.3em;
    border: 1px solid #fff !important;
    width: 25%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #navigation ul li .submenu li a {
    display: block;
    padding: 1em 0 1.2em;
    height: auto;
    color: #828282;
  }

  #navigation ul li .submenu li.active,
  #navigation ul li .submenu li:hover {
    border-bottom: none;
  }

  #navigation ul li .submenu li.active,
  #navigation ul li .submenu li:hover {
    color: #333;
    background: #f3d46e;
  }

  #navigation ul li .submenu:before {
    position: absolute;
    width: 100%;
    height: 1.5em;
    top: -1.5em;
    left: 0;
    content: "";
  }
}

#main {
  text-align: center;
  padding: 8em 0 0;
  background-image: -webkit-linear-gradient(#f6f6f6, #fff 50%);
  background-image: linear-gradient(#f6f6f6, #fff 50%);
}

#main.page {
  padding: 1em 0 0;
}

#main.page h1,
#main.page h2,
#main.page h3,
#main.page p {
  margin: 3em 0;
}

#main.page h2,
#main.page h3 {
  margin-bottom: 0;
}

#main.page h2 + p,
#main.page h3 + p {
  margin-top: 1.7em;
}

#main.contact.promo {
  background: none;
}

#main .images-list section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#main .images-list footer {
  width: 100%;
  text-align: center;
  font-weight: 300;
  color: #666;
  font-size: 0.7em;
  margin: 1em 0;
}

#main .images-list img {
  width: 85%;
  margin: 1em 0;
}

#main .list {
  padding: 1em 2.4em;
}

#main .list li {
  list-style: none;
  font-weight: 300;
  line-height: 2.2em;
  color: #696868;
}

#main .list li:first-child {
  margin-top: 0;
}

#main .list li:before {
  position: relative;
  top: 0.2em;
  font-family: lvdp;
  font-size: 1.1em;
  color: #eeca50;
  content: "p";
  margin: 0 1.2em 0 0;
}

#main .list li em {
  font-size: 0.9em;
}

#main .list.no-icon li:before {
  content: "";
}

@media only screen and (min-width: 976px) {
  #main {
    padding: 9em 0 0;
  }

  #main .container-flex > h2,
  #main .container-flex > p,
  #main .container > h2,
  #main .container > p {
    padding: 0 5em;
    text-align: center;
  }

  #main .container-flex h2 + p,
  #main .container h2 + p {
    margin: 3em 0;
  }

  #main .images-list section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #main .images-list img {
    width: 24%;
    margin: 1em 3em;
  }

  #main.contact {
    padding: 3em 0 0;
  }

  #main.page:not(.contact) .container,
  #main.page:not(.contact) .container-flex {
    padding: 0 5em;
  }
}

@media only screen and (min-width: 1700px) {
  #main {
    padding: 12em 0 0;
  }
}

#footer {
  text-align: center;
  margin: 7em 0 0;
}

#footer main {
  padding: 4em 0;
  background-image: -webkit-linear-gradient(#f3d46e, #eeca50);
  background-image: linear-gradient(#f3d46e, #eeca50);
}

#footer .container,
#footer .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.society .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #342d08;
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.4);
  margin: 3.5em 0 1.5em;
}

.society p {
  color: #342d08;
  margin: 0;
}

.society .society-mail,
.society .society-phone {
  font-weight: 700;
  margin: 0.2em 0;
}

.society .society-mail i,
.society .society-phone i {
  position: relative;
  top: 0.2em;
  margin: 0 0.3em 0 0;
}

.society .society-phone {
  margin-top: 0.4em;
}

.get-in-touch {
  text-align: center;
}

.get-in-touch .footer-title {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.65em;
  color: #342d08;
  margin: 0 0 1.3em;
}

.get-in-touch .footer-title strong {
  font-weight: 900;
}

.get-in-touch form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.get-in-touch form.proceed button {
  padding: 0 0.8em;
}

.get-in-touch form.proceed button span {
  display: none;
}

.get-in-touch form.proceed button img {
  display: inline-block;
}

.get-in-touch input[type="text"] {
  box-sizing: content-box;
}

.get-in-touch button {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0;
  width: 3.7em;
  height: 3.5em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-family: Roboto Slab, serif;
  background: #342d08;
  color: #fff;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.get-in-touch button img {
  position: relative;
  top: 0.1em;
  width: 2em;
  display: none;
}

.get-in-touch button span {
  font-size: 0.9em;
  display: block;
}

.get-in-touch button:hover {
  background: #000;
}

.get-in-touch button:focus {
  outline: none;
}

.get-in-touch .socials-links {
  margin: 2em 0 0;
}

.get-in-touch .socials-links a {
  text-decoration: none;
  color: #342d08;
  font-size: 1.5em;
  margin: 0 0.25em;
}

.get-in-touch .socials-links a:hover {
  color: #000;
}

#copyright {
  font-size: 0.8em;
  padding: 1em 0;
}

#copyright ul {
  list-style: none;
  padding: 0;
}

#copyright ul a {
  display: inline-block;
  color: #342d08;
  text-decoration: none;
  margin: 0.6em 0;
}

@media only screen and (min-width: 976px) {
  #footer {
    text-align: inherit;
  }

  #footer main {
    padding: 4em 8em;
  }

  #footer .container,
  #footer .container-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .society .logo {
    margin-top: 0;
  }

  .get-in-touch {
    position: relative;
    margin: 0.5em 0 0;
    text-align: right;
  }

  .get-in-touch .footer-title {
    margin: 0 0 1.8em;
  }

  .get-in-touch input[type="text"] {
    width: 100%;
  }

  .get-in-touch form {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #copyright {
    padding: 1em 10em;
  }

  #copyright ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #copyright ul a {
    margin: 0 0 0 2em;
  }
}

@media only screen and (min-width: 1200px) {
  .get-in-touch input[type="text"] {
    width: 22em;
  }
}

.presentation h1 br {
  display: none;
}

.presentation h2,
.presentation h3 {
  margin: 2em 0;
}

.special-offer {
  background: #c0392b;
  border: 3px solid #c0392b;
  width: 80%;
  margin: 2em auto;
  padding: 2em;
  margin-bottom: 3em;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.4em;
  box-sizing: border-box;
}

.special-offer a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dashed #fff;
  color: #fff;
  padding: 0 0 0.2em;
  margin: 0.5em 0 0 0.2em;
}

.special-offer a:hover {
  color: hsla(0, 0%, 100%, 0.8);
  border-bottom-color: transparent;
}

.swiper-container {
  position: relative;
  width: 100%;
  height: 200px;
  margin: 3.5em auto 0;
  padding: 1em 0 2.3em;
}

.swiper-container.large {
  height: 300px;
  padding-bottom: 4em;
}

.swiper-container.large .swiper-slide {
  width: 100%;
}

.swiper-container.large .swiper-slide img {
  width: 300px;
}

.swiper-help {
  display: none;
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  z-index: 3000;
}

.swiper-help img {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 5em;
  margin: 0 0 0 -2.5em;
}

.swiper-slide {
  width: 170px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide img {
  width: 170px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.swiper-slide span {
  display: none;
  margin: 1em 0 2em;
  font-size: 0.8em;
  color: rgba(51, 51, 51, 0.4);
}

.swiper-slide span i {
  font-size: 0.9em;
  position: relative;
  top: 1px;
  margin: 0 0.3em 0 1.4em;
}

.swiper-slide span i:first-child {
  font-size: 1.1em;
  top: 3px;
  margin: 0 0.2em 0 0;
}

.swiper-pagination-bullet {
  background: #ddd;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: #342d08;
  opacity: 0.7;
}

.instagram,
.reviews {
  margin: 5.5em 0 0;
  padding: 3.5em 0 0;
  background-image: -webkit-linear-gradient(#f6f6f6, #fff 50%);
  background-image: linear-gradient(#f6f6f6, #fff 50%);
  border-top: 1px solid #d9d9d9;
}

.instagram header h4,
.reviews header h4 {
  margin: 0;
}

.instagram header p,
.reviews header p {
  margin: 0.6em 0 0;
}

.instagram {
  text-align: center;
}

.instagram .swiper-container {
  margin: 2em 0 3em;
}

.instagram + .presentation {
  padding: 4em 0 0;
}

.reviews header {
  margin: 0 0 3em;
}

.reviews footer {
  margin: 3em 0 0;
}

.reviews + .presentation {
  padding: 4em 0 0;
}

@media only screen and (min-width: 976px) {
  .special-offer {
    width: 70%;
  }

  .special-offer br {
    display: none;
  }

  .special-offer br.break {
    display: inherit;
  }

  .special-offer a {
    margin-top: 0;
  }

  .presentation h1 {
    margin: 1em;
  }

  .presentation h1 br {
    display: inline;
  }

  .presentation .presentation-speech {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .presentation .presentation-speech h2,
  .presentation .presentation-speech p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: justify;
    padding: 0 1.5em;
    margin-top: 0.5em;
  }

  .presentation h2,
  .presentation h3,
  .presentation p {
    padding: 0 3em;
  }

  .presentation h2 {
    margin: 2em 0;
  }

  .presentation p {
    margin: 3em 0 4em;
  }

  .swiper-help,
  .swiper-pagination {
    display: none;
  }

  .swiper-container {
    height: auto;
    padding: 0 10em;
    margin: 5em 0 4em;
    box-sizing: border-box;
  }

  .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 1010px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
  }

  .swiper-slide {
    width: 170px;
  }

  .instagram .swiper-container {
    margin: 3em 0;
  }

  .instagram .swiper-container .swiper-slide {
    margin: 0 0 1.5em;
  }

  .reviews footer,
  .reviews header {
    margin: 0;
  }

  .reviews main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .reviews main .review {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .reviews .review {
    padding: 0 2em;
  }

  .reviews .review header {
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 1200px) {
  .recommendations .recommendation {
    padding: 0 3em;
  }
}

.arrangement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 2.5em 0;
}

.arrangement .arrangement-image {
  margin: 0 0 3em;
}

.arrangement .arrangement-image img {
  border-radius: 0.5%;
  max-width: 85%;
  margin: 0 0 2em;
}

.arrangement .arrangement-content h2 {
  margin: 0 0 2.5em !important;
  position: relative;
}

.arrangement .arrangement-content h2:after {
  width: 4em;
  height: 3px;
  background: #f3d46e;
  position: absolute;
  right: 50%;
  margin: 0 -2em 0 0;
  bottom: -1.2em;
  content: "";
}

@media only screen and (min-width: 976px) {
  .arrangement {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 6em 0;
  }

  .arrangement .arrangement-image {
    width: auto;
    margin: 0;
  }

  .arrangement .arrangement-image img {
    max-width: 17em;
    margin: 0 0 2em;
  }

  .arrangement .arrangement-image.large img {
    max-width: 27em;
  }

  .arrangement .arrangement-content {
    text-align: right;
  }

  .arrangement .arrangement-content h2 {
    margin: 0 0 2.5em !important;
    position: relative;
  }

  .arrangement .arrangement-content h2:after {
    right: 0;
    margin: 0;
  }

  .arrangement .arrangement-content p {
    margin-bottom: 0 !important;
    padding: 0 0 0 8em;
  }

  .arrangement.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .arrangement.reverse .arrangement-content {
    text-align: left;
  }

  .arrangement.reverse .arrangement-content p {
    padding: 0 8em 0 0;
  }

  .arrangement.reverse .arrangement-content h2:after {
    left: 0;
  }
}

.painting-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 976px) {
  .painting-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .painting-item:first-child {
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
    text-align: left;
  }

  .painting-item:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .painting-item:last-child p {
    margin-bottom: 0 !important;
    padding: 0 1em;
  }
}

.closing-image {
  margin: 4em 0 0;
}

.closing-image img {
  max-width: 80%;
}

.closing h2 {
  margin-top: 1.5em !important;
}

@media only screen and (min-width: 976px) {
  .closings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .closing {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .closing p {
    padding: 0 3em;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
  }

  .closing-image {
    margin: 2em 0 3em;
  }

  .closing-image img {
    max-width: 12em;
  }

  .closing-image.large img {
    max-width: 16em;
  }
}

#reviews .review {
  margin: 0 0 3em;
  padding: 0 0 4em;
  border-bottom: 1px solid hsla(0, 0%, 85%, 0.3);
}

#reviews .review main span {
  margin: 1.5em 0 0;
  font-size: 0.85em;
  letter-spacing: 0;
}

#reviews .pagination {
  padding: 0;
}

@media only screen and (min-width: 976px) {
  #reviews .review {
    margin: 0;
    padding: 3em 5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #reviews .review header {
    -webkit-box-flex: 0.5;
    -ms-flex: 0.5;
    flex: 0.5;
    margin: 0;
    text-align: left;
  }

  #reviews .review main {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }

  #reviews .review main span {
    display: block;
    text-align: right;
    margin: 2.5em 0 0;
  }

  #reviews .review p {
    margin: 0;
    -moz-text-align-last: left;
    text-align-last: left;
  }

  #reviews .pagination {
    padding: 2em 0 0;
  }
}

.contact .instagram {
  margin: 0 0 5em;
  padding: 2.5em 0 0;
}

#contact-form .input-switch {
  margin: 0 0 3em;
}

#contact-form .form-group:last-child {
  margin: 4em 0 0;
  text-align: center;
}

.about-us {
  margin: 6em 0 0;
  font-size: 0.9em;
}

.about-us .special-offer {
  font-size: 1em;
  width: 100%;
}

#map {
  height: 300px;
  width: 100%;
  margin: 0 0 1.3em;
}


@media only screen and (min-width: 976px) {
  #contact-form {
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
    margin: 0 3em 0 0;
    text-align: left;
  }

  #contact-form .input-switch {
    margin: 0 0 4em;
  }

  #contact-form .form-group:last-child {
    margin: 4em 0 0;
    text-align: center;
  }

  .about-us {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 0 3em;
    text-align: center;
    font-size: 0.9em;
  }

  #map {
    height: 300px;
  }
}

/*  */

#navigation ul li .submenu {
  margin: 3em 0 0;
}

.content-box {
  position: fixed;

  top: 150px;

  bottom: 0;

  right: 0;

  max-height: 70px;

  overflow: auto;

  padding: 5px;

  background: #fff;

  border-radius: 8px 0px 0px 8px;

  box-shadow: 0px 2px 12px 1px rgba(50, 50, 50, 0.4);

  z-index: 9999;

  text-align: center;

  font-size: 13px;
}

.content-box a {
  text-decoration: none;

  color: #333;

  overflow: hidden;

  height: 100%;

  display: flex;

  flex-direction: column;

  justify-content: space-around;
}

.content-box i {
  color: #ffdc0f;
}

#badgeschema {
  background: #107b3e;

  text-align: center;

  padding: 25px;

  margin-bottom: 20px;

  color: #fff;
}

#badgeschema b {
  font-size: 20px;
}

.top_header {
  height: 45px;
}

.top_header,
.top_header .contact_top {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.top_header .socials-links {
  display: flex;

  align-items: center;
}

.top_header .contact_top > p {
  margin-right: 20px;

  color: #333;
}

.top_header .socials-links > a {
  margin: auto 15px;

  text-decoration: none;

  color: #333;
}

.header-video .video {
  height: 300px;

  width: 560px;
}

.mytext h3,
.mytext h2 {
  margin-bottom: 15px !important;
}

.mytext > div:not(.info_text) {
  display: flex;

  justify-content: space-between;

  align-items: center;

  background-image: linear-gradient(#f1f1f1, #ffffff 95%);

  border-top: 1px solid #d9d9d9;

  padding: 20px;
}

.mytext > div:nth-of-type(odd):not(.info_text) {
  flex-direction: row-reverse;
}

.mytext > div:not(.info_text) > p {
  width: 55%;
}

.mytext > div:not(.info_text) .img_text {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  width: 43%;

  flex-direction: column;
}

.img_text img {
  width: 100%;

  height: 350px;

  margin-bottom: 15px;

  object-fit: contain;
}

.info_text {
  text-align: center;

  box-sizing: border-box;

  width: 100% !important;

  padding: 25px;

  margin-bottom: 20px;

  background-image: -webkit-linear-gradient(#dedede, #e0dfdd);

  background-image: -o-linear-gradient(#dedede, #e0dfdd);

  background-image: linear-gradient(#dedede, #e0dfdd);
}

.info_text > div {
  display: flex;

  justify-content: space-around;

  align-items: center;

  margin-bottom: 20px;

  border: 1px solid #ccc;

  padding: 10px;

  background: #fff;
}

.info_text > div > div > p {
  margin-bottom: 10px !important;

  margin-top: 10px !important;
}

.info_text table {
  text-align: right;
}

.info_text td {
  padding: 5px 15px;
}

.info_text i {
  position: relative;

  top: 2px;
}

@media only screen and (min-width: 976px) {
  #main {
    padding: 12em 0 0;
  }
}

@media only screen and (max-width: 768px) {
  #main {
    padding: 15em 0 0;
  }

  .mytext > div {
    flex-direction: column;
  }

  .mytext > div .img_text,
  .mytext > div > p {
    width: 100%;
  }

  .mytext > div {
    flex-direction: column-reverse !important;
  }
}

@media only screen and (max-width: 640px) {
  .top_header {
    height: auto;
  }

  .top_header {
    flex-direction: column;
  }

  .top_header .contact_top {
    font-size: 13px;

    justify-content: space-between;

    width: 100%;
  }

  .top_header .contact_top > p {
    margin: 0;
  }

  .top_header .socials-links {
    margin: 5px;
  }

  .header-video .video {
    width: 100%;

    height: auto;
  }

  #main {
    padding: 10em 0 0;
  }

  .mytext > div {
    flex-direction: column;
  }

  .mytext > div .img_text,
  .mytext > div > p {
    width: 100%;
  }

  .mytext > div {
    flex-direction: column-reverse !important;
  }
}

.mytext {
  text-align: justify;
}

.mytext p {
  /* -webkit-column-count: 3;

    -moz-column-count: 3;

    column-count: 3;

    -webkit-column-gap: 40px;

    -moz-column-gap: 40px;

    column-gap: 40px;

    -webkit-column-rule-style: dashed;

    -moz-column-rule-style: dashed;

    column-rule-style: dashed;

    -webkit-column-rule-width: 1px;

    -moz-column-rule-width: 1px;

    column-rule-width: 1px;

    -webkit-column-rule-color: #594433;

    -moz-column-rule-color: #594433;

    column-rule-color: #594433; */
}

/** page hoome **/

.container.text_parent {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;
}

.text_acc {
  width: 49%;

  margin-bottom: 20px;

  box-shadow: 0px 3px 20px 0 rgba(0, 0, 0, 0.1);
}

.text_acc > * {
  margin: 15px !important;

  padding: 15px !important;

  text-align: justify;
}

.text_acc > div {
  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

  width: calc(100% - 60px);
}

.text_acc > div a {
  object-fit: cover;

  width: 48%;

  height: 180px;
}

.lightgallery img#myImg {
  object-fit: cover;

  max-width: 220px;
}

@media (max-width: 448px) {
  .mytext p {
    column-count: 1;
  }

  .img_text img {
    width: 100%;

    height: 250px;

    margin-bottom: 10px;

    object-fit: contain;
  }

  .text_acc {
    width: 100%;
  }

  .text_acc > div img {
    width: 100%;

    margin-bottom: 10px;
  }

  .info_text > div,
  .text_acc > div {
    flex-direction: column;
  }

  .text_acc > div a {
    width: 100%;

    margin-bottom: 15px;
  }

  .mytext > div:not(.info_text) .img_text,
  .mytext > div:not(.info_text) > p {
    width: 100%;
  }
}

#main .sweet-alert {
  display: block;

  position: relative;

  top: 0;

  left: 0;

  margin: auto;

  background: none;
}

.sweet-alert {
  background-color: #fff;

  font-family: Roboto Slab, serif;

  width: 478px;

  padding: 17px;

  text-align: center;

  position: fixed;

  left: 50%;

  top: 70%;

  margin-left: -256px;

  margin-top: -200px;

  overflow: hidden;

  display: none;

  z-index: 99999;

  box-shadow: 0 0 3px 0px #ccc;
}

.yesform,
.notform {
  top: 50%;
}

.error {
  color: #d7ab15;

  font-size: 0.8em;

  display: block;

  margin: 1.5em 0 2em;

  text-align: right;
}

.pagination > .active,
.pagination > .active:focus,
.pagination > .active:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;

  color: #fff;

  cursor: default;

  background-color: #eeca50;

  border-color: #eeca50;
}

.pagination > a,
.pagination > span {
  position: relative;

  float: left;

  padding: 6px 12px;

  margin-left: -1px;

  line-height: 1.42857143;

  font-weight: 300;

  color: #828282;

  text-decoration: none;

  background-color: #fff;

  border: 1px solid #ddd;
}

.pagination {
  padding: 2em 0 0;
}

.btn-sweet {
  margin-top: 35px;

  display: flex;

  justify-content: space-around;
}

.btn-sweet a {
  background: #efcc56;

  text-decoration: none;

  color: #333;

  border-radius: 8px;

  padding: 15px 20px;
}

@font-face {
  font-family: "lvdp";

  font-display: block;

  src: local("lvdp"),
    url(/fonts/lvdp.woff?b2c6a9a5f2d62883c65d0373278a68dc) format("woff");
}

@font-face {
  font-family: "roboto";

  font-display: block;

  src: local("roboto"),
    url(https://fonts.gstatic.com/s/robotoslab/v8/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2)
      format("woff2");
}

@font-face {
  font-family: "roboto";

  font-display: block;

  src: local("roboto"),
    url(https://fonts.gstatic.com/s/robotoslab/v8/BngRUXZYTXPIvIBgJJSb6u92w7CGwR0.woff2)
      format("woff2");
}

@font-face {
  font-family: "roboto";

  font-display: block;

  src: local("roboto"),
    url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2)
      format("woff2");
}

@font-face {
  font-family: "roboto";

  font-display: block;

  src: local("roboto"),
    url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2)
      format("woff2");
}

@font-face {
  font-family: "lato";

  font-display: block;

  src: local("lato"),
    url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjx4wXg.woff2)
      format("woff2");
}

@font-face {
  font-family: "lato";

  font-display: block;

  src: local("lato"),
    url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjx4wXg.woff2)
      format("woff2");
}

@font-face {
  font-family: "roboto";

  font-display: block;

  src: local("roboto"),
    url(https://fonts.gstatic.com/s/robotoslab/v8/BngRUXZYTXPIvIBgJJSb6u9mxLCGwR0.woff2)
      format("woff2");
}

@font-face {
  font-family: "lvdp";

  font-display: block;

  src: local("lvdp"),
    url(http://les-verrieres-de-paris.prod-energiedin.com/fonts/lvdp.ttf?3cd74d195def5bd26827f239b8432981)
      format("ttf");
}

/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */

  position: fixed;
  /* Stay in place */

  z-index: 1;
  /* Sit on top */

  padding-top: 100px;
  /* Location of the box */

  left: 0;

  top: 0;

  width: 100%;
  /* Full width */

  height: 100%;
  /* Full height */

  overflow: auto;
  /* Enable scroll if needed */

  background-color: rgb(0, 0, 0);
  /* Fallback color */

  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */

  z-index: 99999;
}

/* Modal Content */

.modal-content {
  background-color: #fefefe;

  margin: auto;

  padding: 20px;

  border: 1px solid #888;

  width: 60%;

  text-align: center;

  position: relative;

  border-radius: 10px;
}

/* The Close Button */

.close {
  color: #aaaaaa;

  float: right;

  font-size: 28px;

  font-weight: bold;

  position: absolute;

  right: 10px;

  top: 3px;
}

.close:hover,
.close:focus {
  color: #000;

  text-decoration: none;

  cursor: pointer;
}

.flex_div {
  display: flex;

  justify-content: space-between;
}

.flex_div > div {
  width: 45%;
}

.modal .modal-content > p {
  border-bottom: 1px solid #ccc;

  padding-bottom: 15px;

  font-size: 20px;

  font-weight: 500;

  padding: 15px;

  color: #333;

  background-image: linear-gradient(#dedede, #e0dfdd);
}

.modal form {
  padding: 20px;
}

@media screen (max-width: 720px) {
  .swiper-container {
    height: auto;
  }

  .swiper-wrapper.lightgallery {
    flex-direction: column;

    justify-content: center;

    align-items: center;
  }

  .swiper-slide {
    margin-bottom: 5px;
  }
}

#navigation ul#menu > li:hover > a:after,
#navigation ul li.active > a:after {
  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 5px;

  background: #f3d46e;
}

#navigation ul li.active,
#navigation ul li:hover {
  border: 0px !important;
}

.bottom_btn {
  font-size: 25px !important;

  letter-spacing: 2px !important;

  margin-top: 30px !important;

  margin-bottom: 0 !important;

  text-decoration: underline;
}

.m6 {
  text-align: center;
  padding: 7px;
  background: #d20e0e;
  background: forestgreen !important;
  font-weight: bold;
  color: white;
}

#navigation ul li .submenu li {
  margin-bottom: 0;
}

#navigation ul li .submenu li a {
  padding: 1em 0;
}

#navigation ul li .submenu {
  padding: 0;
  margin: 3em 0 0;
}

@font-face {
  font-family: "lvdp";
  font-display: block;
  src: local("lvdp"),
    url(/fonts/lvdp.woff?b2c6a9a5f2d62883c65d0373278a68dc) format("woff");
}

/** new style **/
/*#header {
  padding-bottom: 150px;
}*/

/** index **/

section.presentation {
  /* background: #fafbfb; */
  margin: 100px auto;
  box-sizing: border-box;
  padding: 70px 0 0;
  position: relative;
}

section.presentation .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: unset;
}

.pre_video {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 55%;
  background-position: 50% bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}

.pre_content h1,
.presentation p {
  margin: 0;
  padding: 0;
}

.pre_content {
  width: 40%;
}

/* section.presentation:after {
    background: url(/images/verriere-interieur-paris-ile-de-france.png);
    content: "";
    position: absolute;
    right: 0;
    top: -40px;
    width: 55%;
    height: 100%;
    background-repeat: round;
} */

.a_btn {
  border: 1px solid #333;
  padding: 15px 45px 10px;
  text-decoration: none;
  color: #333;
  position: relative;
  clear: both;
  background: transparent;
  display: inline-block;
  cursor: pointer;
}

.a_btn:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 102%;
  height: 102%;
  background: #f5e5af;
  z-index: -1;
  transition: ease 0.5s;
}

.a_btn:hover:after {
  top: 0;
  left: 0;
  transition: ease 0.5s;
  width: 100%;
  height: 100%;
}

.pre_video > div {
  position: relative;
}

.pre_video iframe {
  z-index: 222;
  position: relative;
}

.pre_video > div:before {
  content: "";
  position: absolute;
  left: 40px;
  top: -50px;
  background: #f2d572;
  width: 44%;
  height: calc(100% + 160px);
  z-index: 1;
  opacity: 0.8;
}

.main {
  font-family: "Raleway";
}

.main .highlight,
.main .section-title,
.main h1,
.main h2,
.main h3,
.main h4 {
  line-height: 1em;
}

.main .big_title {
  font-family: "Amiri";
  font-weight: bold;
  margin-bottom: 70px;
  font-size: 30px;
}

.main .little_span {
  color: #dbb846;
  display: block;
  font-size: 17px;
  font-weight: lighter;
  font-family: "Raleway";
  margin-bottom: 15px;
}

.pre_content div span {
  font-family: "Raleway";
  font-weight: 500;
  display: block;
  margin-bottom: 25px;
}

.pre_content div p {
  margin-bottom: 35px;
}

section.qui_somme,
section.pourquoi {
  padding: 80px 0;
  position: relative;
}

.main .flex_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.qui_somme .big_title {
  margin-bottom: 30px;
}

.qui_somme .little_span {
  line-height: initial;
}

.qui_somme .contant {
  width: 50%;
  text-align: justify;
}

.presentation-speech {
  margin-bottom: 25px;
  text-align: justify;
}

.presentation-speech p {
  color: #000;
  line-height: 1.5em;
}

section.pourquoi {
  padding-top: 0;
  margin-top: 80px;
}

.pourquoi .container {
  position: unset;
}

.pourquoi .image {
  position: absolute;
  right: 0;
}

.image p {
  position: relative;
  margin: 0;
  line-height: 0;
}

.pourquoi .image p:after {
  position: absolute;
  content: "";
  top: -50px;
  left: -60px;
  background: #f2d572;
  width: 100%;
  height: 200px;
  z-index: -1;
}

.main .pourquoi .big_title {
  margin-bottom: 55px;
}

section.new_instagram {
  text-align: center;
  margin: 80px auto;
}

.new_instagram .big_title {
  margin-bottom: 50px;
  color: #000;
  margin-top: 0;
}

.new_instagram .insta_image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.insta_image .culomn {
  width: calc(33.33% - 15px);
}

.insta_image .culomn > div:not(:last-child) {
  margin-bottom: 15px;
}

.insta_image .culomn > div {
  overflow: hidden;
}

.insta_image .culomn img {
  transition: all ease-in-out 0.4s;
  display: block;
}

.insta_image .culomn img:hover {
  transform: scale(1.5);
  transition: all ease-in-out 0.4s;
}

.text {
  margin: 120px 0;
  position: relative;
}

.text .container {
  position: unset;
}

.text:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  background: #f2d572;
  width: 30%;
  height: 125px;
  z-index: -1;
}

.text:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #f2d572;
  width: 30%;
  height: 125px;
  z-index: -1;
}

.text .container > div {
  width: calc(50% - 15px);
  padding: 60px 20px;
  box-sizing: border-box;
}

.text .container > div:first-child {
  background: #07162f;
  color: #fff;
}

.text .container div h2 {
  font-weight: 500;
  line-height: 1.3em;
}

.text .container div:first-child h2 {
  color: #fff;
  font-size: 19px;
}

.text .container > div p {
  font-size: 15px;
  line-height: 1.4em;
  text-align: justify;
}

.text .container > div:last-child {
  background: #fafbfb;
  color: #07162f;
}

.text .container div:last-child h2,
.text .container > div:last-child p {
  color: #07162f;
}

.contacte_nous {
  background-position: center center;
  background-repeat: no-repeat;
  margin: 100px 0;
  height: 750px;
}

.contacte_nous .info {
  background: #fafbfb;
  height: calc(100% + 25px);
  width: 35%;
  padding: 0 25px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-around;
  justify-content: center;
  height: 100%;
  font-weight: 500;
}

.info div:first-child {
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
  align-content: space-between;
}

.adresse_info {
  margin-bottom: 25px;
}

.adresse_info p {
  text-align: center;
  color: #07162f;
  font-weight: 500;
  margin: 0;
}

.adresse_info p:first-child {
  margin-bottom: 10px;
}

.btn_contact {
  display: flex;
  flex-direction: column;
}

.btn_contact a:first-child {
  margin-bottom: 15px;
}

.contacte_nous tr {
  border-bottom: 1px solid #07162f;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 4px;
  color: #07162f;
}

.description {
  color: #fff;
  width: 55% !important;
}

.description span {
  font-size: 50px;
  font-family: "amiri";
  font-weight: bold;
  letter-spacing: 8px;
}

.description p {
  line-height: 1.4em;
  text-align: justify;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
}

.description p a {
  font-weight: bold;
  color: #fafbfb;
}

.contacte_nous .info:after {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background: #fafbfb;
  content: "";
}

.contacte_nous .info:before {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background: #fafbfb;
  content: "";
}

a.button_info {
  background: #07162f;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  min-width: 160px;
  text-align: center;
  transition: ease-in-out 0.5s;
  border-bottom: 1px solid #07162f;
}

a.button_info:hover {
  background: transparent;
  color: #07162f;
  border-bottom: 1px solid #07162f;
  transition: ease-in-out 0.5s;
}

.first_text > div {
  margin-bottom: 80px;
}

.first_text .content {
  text-align: justify;
  color: #07162f !important;
  width: 50%;
}

.first_text p {
  line-height: 1.5em;
}

.first_text h2 {
  font-weight: 500;
  font-size: 23px;
  line-height: 1.4;
}

.first_text .image img:first-child {
  width: 80%;
  height: auto;
  float: left;
  z-index: 111111;
}

.first_text .flex_div:nth-of-type(1) .image img:last-child {
  width: 80%;
  height: auto;
  float: right;
  margin-top: -210px;
  z-index: -1;
  position: relative;
}

.first_text .flex_div:nth-of-type(2) .content {
  width: 55%;
}

.first_text .flex_div:nth-of-type(2) .content h2 {
  margin-bottom: 5px;
}

.text_center {
  text-align: center;
}

.avis {
  margin: 120px 0;
}

.avis p.big_title {
  margin-top: 0;
}

.avis .content {
  width: 55%;
}

.avis .review p {
  text-align: left;
  text-align-last: left;
}

.avis a.a_btn {
  margin: 0 1em;
}

.last_text .content {
  background: #07162f;
  color: #fff !important;
  padding: 40px 60px;
  box-sizing: border-box;
  width: 85%;
  margin: auto;
  font-size: 15px;
  text-align: center;
}

.last_text .content p {
  line-height: 1.4em;
}

.last_text .bold {
  font-weight: bold;
}

.last_text .content:after {
  content: "";
  position: absolute;
  right: 25px;
  top: -70px;
  background: #f2d572;
  width: 40%;
  height: 100%;
  z-index: -1;
}

.last_text .content:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  background: #fafbfb;
  width: 100%;
  height: 100%;
  z-index: -1;
}

section.last_text {
  margin-top: 200px;
  margin-bottom: 150px;
}

.a_btn_fff {
  border: 1px solid #fafbfb;
  color: #fafbfb;
}

.pourquoi_inverse .container.flex_div {
  justify-content: flex-end;
}

section.pourquoi.pourquoi_inverse .image {
  right: unset;
  left: 0;
  width: 45%;
  top: 0;
}

.pourquoi_inverse .image p:after {
  right: -60px;
  left: unset;
}

.center-block {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 130px;
}

.text_image .image img {
  max-height: 680px;
  object-fit: cover;
}

.text_image .image {
  position: relative;
}

.main .text_image .flex_div {
  margin-bottom: 100px;
}

.text_image .image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f2d572;
  z-index: -1;
  top: -45px;
}

.right_bg:after {
  right: -45px;
}

.left_bg:after {
  left: -45px;
}

.margin_top50 {
  margin-top: 120px;
}

section.iframe {
  position: relative;
  margin-top: 180px;
  margin-bottom: 120px;
}

section.iframe:after {
  content: "";
  position: absolute;
  right: 0;
  top: -65px;
  background: #f2d572;
  height: 60%;
  width: 70%;
}

.flex_div .form-group.col_6 {
  width: calc(50% - 20px);
}

.form-group {
  margin: 0 !important;
}

.flex_div .form-group input,
.form-group textarea,
#image_preview,
.select2-container--default .select2-selection--single {
  background: #f7f4ef;
  border: 0 !important;
  margin-bottom: 30px;
}

.form-group label {
  color: #999;
}

.div_btn {
  text-align: center;
}

.contact_info .flex_div,
.contact_info .image {
  position: relative;
}

.contact_info .center-block {
  margin-bottom: 85px;
}

.contact_info .image img {
  min-height: 500px;
  object-fit: cover;
}

.formulaire .center-block {
  margin-bottom: 85px;
  margin-top: 150px;
}

.formulaire form {
  margin: 0 !important;
}

.flex_div-p {
  justify-content: space-evenly;
}

.flex_div-p .offre {
  font-size: 28px;
  font-weight: bold;
  line-height: normal !important;
  width: 50%;
  text-align: left;
  margin: 0;
  right: 0;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: "Amiri";
}

.s_offer2 {
  position: absolute !important;
  top: 25px;
  font-size: 28px;
  font-weight: bold;
  line-height: normal !important;
  width: 55%;
  text-align: left;
  margin: 0;
  right: 0;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: "Amiri";
}

.image .s_offer {
  position: absolute !important;
  top: 25px;
  font-size: 28px;
  color: #fff;
  text-align: right;
  font-weight: bold;
  line-height: normal !important;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: "Amiri";
}

.adresse_detail p {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.adresse_detail b {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.adresse_detail i {
  position: absolute;
  left: -30px;
  top: 2px;
}

.bottom_bg:after {
  left: -45px;
  bottom: -45px;
  top: unset !important;
  width: 90% !important;
}

.text_normal {
  margin: 90px 0;
}

.text_normal .container.flex_div {
  margin-bottom: 80px;
}

.aviss .center-block {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
}

#reviews .review {
  flex-direction: column;
  border-bottom: 1px solid #06152c;
}

#reviews .review header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.aviss .pagination {
  display: flex;
  justify-content: flex-end;
}

.pagination > a,
.pagination > span {
  border: 0;
  color: #333;
  font-weight: bold;
}

.socials-sharing {
  margin: 6em 0 0;
  text-align: center;
}

.socials-sharing a {
  width: 1.8em;
  height: 1.8em;
  line-height: 2.1em;
  background: #06152c !important;
  border-radius: 100%;
}

.aviss .rating:after,
.aviss .rating:before {
  font-size: 1.9em;
}

.cloison_vitree .vitree_suite,
.verriere_cuisine .size_image,
.verriere_coulissante .size_image,
.cloison_verriere .size_image {
  max-height: 600px !important;
  object-fit: cover;
}

.verriere_blanche .size_image,
.verriere_aluminium .size_image {
  max-height: 400px !important;
  object-fit: cover;
}

.verriere_blanche .img2,
.verriere_aluminium .img2 {
  margin-top: 30px !important;
}

.verriere_blanche .section_devis {
  margin-top: 250px;
  text-align: center;
}

.verriere_aluminium .section_devis {
  text-align: center;
}

.amenag .pourquoi .image {
  top: 0;
  width: 45%;
}

.main.amenag .flex_div {
  min-height: 400px;
}

.main.amenag .pourquoi .image p:after {
  top: -30px;
  left: 30px;
  width: 100%;
  height: 100%;
}

.main.amenag .border_image .image p:after {
  background: transparent;
  border: 2px solid #f2d572;
  height: 100%;
  width: 100%;
  left: -30px;
  top: -30px;
}

.main.amenag .border_image_inverse .image p:after {
  top: 30px;
}

section.petit_text {
  margin: 125px 0;
}

.petit_text img {
  max-height: 500px;
  object-fit: cover;
}

section.petit_text p {
  background: #fff;
  padding: 25px;
  position: absolute;
  bottom: -29px;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

body {
  scroll-behavior: smooth;
}

[data-scrollbar] .scrollbar-thumb,
[scrollbar] .scrollbar-thumb,
scrollbar .scrollbar-thumb {
  background: #f3d46e !important;
}

@media screen and (max-width: 1024px) {
  .pre_video iframe {
    width: 400px;
    height: 250px;
  }

  .pre_video > div:before {
    height: calc(100% + 170px);
  }
}

@media screen and (min-width: 2560px) {
  section.qui_somme,
  section.pourquoi {
    margin: 200px 0;
  }
}

.sm-img {
  height: 500px !important;
  width: 100% !important;
  object-fit: cover !important;
  border: 0 !important;
}

.md-img {
  height: 650px !important;
  width: 100% !important;
  object-fit: cover !important;
  border: 0 !important;
}

.lg-img {
  height: 750px !important;
  width: 100% !important;
  object-fit: cover !important;
  border: 0 !important;
}

.xl-img {
  height: 900px !important;
  width: 100% !important;
  object-fit: cover !important;
  border: 0 !important;
}

@media screen and (max-width: 1000px) {
  .amenag .pourquoi .container {
    width: 85% !important;
  }
  .amenag .pourquoi .contant {
    width: 100% !important;
  }
  .amenag .pourquoi .image {
    position: initial !important;
    width: 85% !important;
    margin: auto !important;
    margin-bottom: 50px !important;
  }
  .amenag .pourquoi .big_title {
    text-align: center !important;
  }
  .sm-img,
  .md-img,
  .lg-img,
  .xl-img {
    height: 500px !important;
  }
  /* modify  start*/
  .contacte_nous {
    background-size: cover;
    height: auto;
  }
  .contacte_nous .flex_div {
    flex-direction: column;
  }
  .contacte_nous .flex_div .description {
    width: 70% !important;
  }
  .contacte_nous .flex_div .info {
    width: 70%;
    margin-top: 32px;
  }
  /* modify end */
}

.lightgallery a {
  padding: 0px !important;
}

#mySidenav {
  text-align: left !important;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a,
.sidenav .dropdown-btn {
  padding: 20px 8px 20px 50px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
  background-color: transparent !important;
  border: 0px !important;
}

.sidenav a:hover,
.sidenav .dropdown-btn:hover {
  color: #f1f1f1;
  border: 0px !important;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav button {
  outline: none;
  width: 100%;
  text-align: left;
}

#showSidenav {
  display: none;
}

#dropdown-container1,
#dropdown-container2 {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

.dropdown-container a {
  padding: 20px 8px 20px 60px !important;
}

.fa-caret-down {
  float: right;
  padding-right: 8px;
}

@media only screen and (max-width: 1024px) {
  #menu {
    display: none !important;
  }
  #showSidenav {
    display: block;
    font-size: 1em;
    position: relative;
    margin: 2em 0 0;
    z-index: 3000;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  }
  #navigation .logo {
    text-align: center !important;
    justify-content: center !important;
    margin: auto !important;
  }
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  cursor: pointer;
}

.flott {
  position: fixed;
  left: 0;
  font-size: 13px;
  top: 50%;
  z-index: 99999;
  transform: translateY(-50%);
}

.flott p {
  background: #f2d572;
  padding: 14px 5px;
  margin: 0;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.flott p a {
  text-decoration: none;
  padding: 0;
  border: 0;
  display: block;
}

.flott p:first-child {
  margin-bottom: 15px;
}

.flott p span,
.flott p img {
  display: block;
  text-align: center;
  margin: auto;
  font-weight: bold;
}

.flott p img {
  margin-bottom: 6px;
  width: 50px;
}

b#flott_mod {
  cursor: pointer;
}

div#myModal_rappel .modal-content {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transform: translate(0, 0);
}

.footer-maps iframe {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 600px) {
  .swiper-wrapper.lightgallery.new a {
    width: 100% !important;
    padding: 0 15px !important;
    background: transparent !important;
  }
  section.presentation .container {
    display: block !important;
  }
  .pre_video {
    position: relative !important;
    width: 100% !important;
  }
  .pre_content {
    width: 100% !important;
  }
  .main .flex_div {
    display: block !important;
  }
  .flex_div > div {
    width: 100% !important;
  }
  .flex_div {
    display: block !important;
  }
  .right_bg {
    width: 100% !important;
  }
  .container,
  .container-flex {
    max-width: initial !important;
  }
  .image img {
    max-width: 100% !important;
  }
  .image {
    margin-bottom: 30px;
  }
  .pre_video iframe {
    max-width: 100% !important;
  }
  .first_text .image img:first-child {
    width: 100% !important;
    float: none !important;
  }
  .last_text .content {
    background: #07162f;
    color: #fff !important;
    padding: 25px 10px;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    font-size: 14px;
    text-align: justify;
  }
  .p-footer {
    display: block !important;
  }
  .div-index {
    margin-bottom: 70px;
  }
  .contacte_nous .flex_div .description {
    width: 100% !important;
  }
  section.pourquoi {
    padding: 0px !important;
    margin-top: 0px !important;
  }

  section.pourquoi.pourquoi_inverse .image {
    width: 100% !important;
    position: relative;
  }
  .pourquoi .image {
    position: relative;
  }
  .text_image .image:after {
    width: 100% !important;
  }

  .pourquoi .image p:after {
    position: absolute;
    content: "";
    top: -20px;
    left: -20px;
    background: #f2d572;
    width: 100% !important;
    height: 50%;
    z-index: -1;
  }

  .main.amenag .pourquoi .image p:after {
    left: 24px;
  }

  .description span {
    letter-spacing: 5px;
  }

  .text_image .image:after {
    position: absolute;
    content: "";
    top: -20px;

    right: -14px;
    background: #f2d572;
    width: 100%;
    height: 50%;
    z-index: -1;
  }
  .pre_video > div:before {
    height: calc(73% + 170px);
  }
  section.presentation {
    margin: 10px auto !important;
  }
  .new_instagram .insta_image {
    display: block;
  }
  .culomn {
    width: 100% !important;
    margin-bottom: 18px;
  }
  .culomn div {
    max-height: 268px !important;
    width: 100% !important;
  }
  .margin_top50 {
    margin-top: 53px !important;
  }
  .presentation-speech {
    margin-bottom: 53px !important;
  }
  .contacte_nous {
    margin: 50px 0 !important;
  }
  .center-block {
    margin-bottom: 0px !important;
  }
  .main .big_title {
    margin-bottom: 46px !important;
  }
  .flott {
    font-size: 10px;
  }
  .flott p img {
    margin-bottom: 6px;
    width: 20px;
  }
}

body #header {
  background: unset;
  padding-bottom: 0;
}

body .backgroundTransition {
  position: unset;
}

body  section#banner-holder {
    padding: 35px 0 95px !important;
}

.modal_demande_devis {
    display: none;
    position: fixed;
    z-index: 999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    padding-top: 50px;
    padding-bottom: 50px;
    transition: 0.5s;
    box-sizing: border-box;
}

.modal_demande_devis .modal_content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 25px 15px;
    border: 1px solid #888;
    width: 55%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 50px;
    border: 0;
}

.modal_demande_devis #contact-form {
  box-shadow: unset;
  margin: 35px 0px 0px !important;
  padding: 0;
}

#close_modal_demande_devis {
    position: absolute;
    right: 13px;
    top: 13px;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
}

@media (max-width: 1024px) {

  .modal_demande_devis .modal_content {
    width: 85%;
  }

}

@media (max-width: 767px) {

  /*body div > iframe[title="chat widget"] {
    bottom: 50px !important;
  }*/

  .modal_demande_devis .modal_content {
      width: 90%;
      padding: 35px 20px;
  }

  .modal_demande_devis .above-the-form {
    flex-direction: column;
  }


  .modal_demande_devis .devi-grat {
    margin-bottom: 15px;
  }

  .flott {
    display: flex;
    bottom: 0;
    right: 0;
    top: unset;
    transform: unset;
    background-color: #FFF;
    padding: 15px 10px;
    justify-content: center;
    box-shadow: 0px 0px 25px -5px rgb(0 0 0 / 20%);
  }

  .flott p {
    width: 46%;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  }

  .flott p {
    padding: 0;
  }

  .flott p a,
  #flott_mod {
    padding: 18px 5px;
  }

  .flott p a:hover {
    color: unset;
  }

  .landingpage .flott p {
    width: 48% !important;
  }

  .flott p:first-child {
    margin-bottom: 0;
  }

  .flott p a {
    display: flex;
    align-items: center;justify-content: center;
  }

  .flott p img {
    margin-bottom: 0;
    margin: 0 7px;
  }

  .flott p span {
    font-size: 13px;
    margin: 0; 
  }

  b#flott_mod {
    display: flex;
    align-items: center;
  }

  .modal-content {
    width: 80%;
  }

  .modal form {
    padding: 0;
    box-shadow: unset !important;
  }

  #footer {
    padding-bottom: 50px;
  }

  .flott p:first-child {
    background: rgb(41,176,1);
    color: #FFF;
  }

}

@media (max-width: 368px) {

  .flott p {
    width: 45% !important;
  }

  .landingpage .flott p {
    width: 48%;
  }

  .flott p span {
    font-size: 10px;
  }

  .flott p img {
    margin: 0 5px;
  }

}

@media (max-width: 767px) {

  .insta_image .culomn img {
    height: 268px;
    object-fit: cover;
  }

}
