@charset "UTF-8";
/* ==========  VARIABLES  ========== */
/* ==========  FONTS  ========== */
@font-face {
  font-family: "SVN-Gotham-Book";
  src: url(//theme.hstatic.net/200000960147/1001326397/14/bag_001_svn_gotham_book.ttf?v=210); }

/* ==========  COMMON  ========== */
html {
  font-size: 1em;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

body {
  width: 100%;
  min-height: 100%;
  margin: 0; }
  body.menu-toggled {
    overflow-y: hidden; }

a, body {
  color: #383838; }

* {
  box-sizing: border-box; }

main {
  display: block; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

a:focus, button:focus {
  outline: none; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

textarea {
  resize: vertical; }

img, iframe {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-weight: 400; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none !important; }

.text-color--success {
  color: #3c763d; }

.text-color--danger {
  color: #a94442; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

/* ==========  HELPERS  ========== */
.ega-hidden {
  display: none !important; }

.ega-inline-block {
  display: inline-block !important; }

.ega-block {
  display: block !important; }

@media (min-width: 576px) {
  .ega-hidden--sm {
    display: none !important; } }

@media (min-width: 768px) {
  .ega-hidden--md {
    display: none !important; } }

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

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

@media (min-width: 576px) {
  .ega-inline-block--sm {
    display: inline-block !important; } }

@media (min-width: 768px) {
  .ega-inline-block--md {
    display: inline-block !important; } }

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

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

@media (min-width: 576px) {
  .ega-block--sm {
    display: block !important; } }

@media (min-width: 768px) {
  .ega-block--md {
    display: block !important; } }

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

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

@media (min-width: 576px) {
  .ega-flex--sm {
    display: flex !important; } }

@media (min-width: 768px) {
  .ega-flex--md {
    display: flex !important; } }

@media (min-width: 992px) {
  .ega-flex--lg {
    display: flex !important; } }

@media (min-width: 1200px) {
  .ega-flex--xl {
    display: flex !important; } }

/* ==========  TYPOGRAPHY  ========== */
html, body {
  font-family: "SVN-Gotham-Book", "Helvetica", "Arial", sans-serif; }

p {
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 16px; }

a {
  text-decoration: none; }

/* ==========  GRID  ========== */
.ega-container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 576px) {
    .ega-container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .ega-container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .ega-container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .ega-container {
      max-width: 1230px; } }

.ega-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }

.ega-col, [class*=ega-col-] {
  padding-left: 10px;
  padding-right: 10px; }

/** Break point **/
/** Collumn **/
.ega-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.ega-col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.ega-col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.ega-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.ega-col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.ega-col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.ega-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.ega-col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.ega-col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.ega-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.ega-col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.ega-col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.ega-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.ega-col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.ega-col-30 {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%; }

.ega-col-40 {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%; }

.ega-col-60 {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%; }

.ega-col-70 {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%; }

.ega-col-80 {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%; }

.ega-col-90 {
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%; }

@media (min-width: 576px) {
  .ega-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .ega-col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .ega-order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .ega-col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .ega-order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .ega-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .ega-order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .ega-col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .ega-order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .ega-col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .ega-order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .ega-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .ega-order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .ega-col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .ega-order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .ega-col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .ega-order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .ega-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .ega-order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .ega-col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .ega-order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .ega-col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .ega-order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .ega-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .ega-order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .ega-col-ten {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .ega-col-sm-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .ega-col-sm-30 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .ega-col-sm-40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .ega-col-sm-60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .ega-col-sm-70 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .ega-col-sm-80 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .ega-col-sm-90 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; } }

@media (min-width: 768px) {
  .ega-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .ega-col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .ega-order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .ega-col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .ega-order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .ega-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .ega-order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .ega-col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .ega-order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .ega-col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .ega-order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .ega-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .ega-order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .ega-col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .ega-order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .ega-col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .ega-order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .ega-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .ega-order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .ega-col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .ega-order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .ega-col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .ega-order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .ega-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .ega-order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .ega-col-ten {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .ega-col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .ega-col-md-30 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .ega-col-md-40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .ega-col-md-60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .ega-col-md-70 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .ega-col-md-80 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .ega-col-md-90 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; } }

@media (min-width: 992px) {
  .ega-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .ega-col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .ega-order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .ega-col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .ega-order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .ega-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .ega-order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .ega-col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .ega-order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .ega-col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .ega-order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .ega-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .ega-order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .ega-col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .ega-order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .ega-col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .ega-order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .ega-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .ega-order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .ega-col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .ega-order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .ega-col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .ega-order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .ega-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .ega-order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .ega-col-ten {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .ega-col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .ega-col-lg-30 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .ega-col-lg-40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .ega-col-lg-60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .ega-col-lg-70 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .ega-col-lg-80 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .ega-col-lg-90 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; } }

@media (min-width: 1200px) {
  .ega-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .ega-col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .ega-order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .ega-col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .ega-order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .ega-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .ega-order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .ega-col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .ega-order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .ega-col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .ega-order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .ega-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .ega-order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .ega-col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .ega-order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .ega-col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .ega-order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .ega-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .ega-order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .ega-col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .ega-order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .ega-col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .ega-order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .ega-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .ega-order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .ega-col-ten {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .ega-col-xl-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .ega-col-xl-30 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .ega-col-xl-40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .ega-col-xl-60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .ega-col-xl-70 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .ega-col-xl-80 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .ega-col-xl-90 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; } }

/* ==========  MIXINS  ========== */
/** END GLOBAL CSS **/
.top-bar {
  background: #eee;
  padding: 5px 0; }
  .top-bar ul li {
    display: inline-block; }
    .top-bar ul li + li {
      margin-left: 10px; }
    .top-bar ul li a {
      color: #e32124; }

header {
  padding: 20px 0;
  border-bottom: 1px solid #7d7d7d; }
  @media (max-width: 991px) {
    header {
      padding: 0; } }
  header .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    header .menu li {
      line-height: 70px; }
      header .menu li:hover a {
        color: #5ca282; }
        header .menu li:hover a.menu__action {
          background: #5ca282;
          color: #ffffff; }
      header .menu li + li {
        padding-left: 40px; }
        @media (max-width: 1024px) {
          header .menu li + li {
            padding-left: 20px; } }
    header .menu__action {
      background: #3c82c9;
      color: #ffffff;
      padding: 10px 20px;
      border-radius: 5px; }
  header .header--mb {
    position: relative;
    height: 90px;
    padding: 0 20px;
    text-align: center; }
    header .header--mb img {
      max-height: 90px; }
    @media (max-width: 767px) {
      header .header--mb {
        height: 45px; }
        header .header--mb img {
          max-height: 45px; } }
    header .header--mb > a {
      position: relative;
      display: inline-block;
      z-index: 999;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    header .header--mb .menu--mb {
      position: absolute;
      background: #fff;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 99;
      padding-top: 45px;
      padding-bottom: 20px;
      visibility: hidden;
      opacity: 0; }
      @media (min-width: 768px) {
        header .header--mb .menu--mb {
          padding: 90px 0 40px; } }
      header .header--mb .menu--mb li {
        display: block;
        padding: 0 15px;
        margin-top: 20px; }
        header .header--mb .menu--mb li.active:before {
          content: '';
          display: inline-block;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background-color: #5ca282;
          position: relative;
          top: auto;
          margin-top: -3px;
          left: auto;
          vertical-align: middle;
          margin-right: 10px; }
    header .header--mb .toggle-nav {
      position: absolute;
      height: 30px;
      width: 40px;
      margin: 28px 0;
      z-index: 999; }
      @media (max-width: 767px) {
        header .header--mb .toggle-nav {
          height: 15px;
          width: 20px;
          margin: 15px 0; } }
      header .header--mb .toggle-nav span {
        position: absolute;
        height: 6px;
        width: 100%;
        background: #454545;
        border-radius: 9px;
        left: 0;
        transform-origin: left center;
        transition: .25s ease-out; }
        header .header--mb .toggle-nav span:nth-child(1) {
          top: 0; }
        header .header--mb .toggle-nav span:nth-child(2) {
          top: 12px; }
        header .header--mb .toggle-nav span:nth-child(3) {
          top: 24px; }
        @media (max-width: 767px) {
          header .header--mb .toggle-nav span {
            height: 3px; }
            header .header--mb .toggle-nav span:nth-child(1) {
              top: 0; }
            header .header--mb .toggle-nav span:nth-child(2) {
              top: 6px; }
            header .header--mb .toggle-nav span:nth-child(3) {
              top: 12px; } }
    header .header--mb .nav-overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 98;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    header .header--mb .icon-search {
      position: absolute;
      top: 0;
      right: 20px;
      margin: 6px 0;
      font-size: 22px; }
      @media (min-width: 768px) {
        header .header--mb .icon-search {
          margin: 15px 0;
          font-size: 40px; } }
    header .header--mb .search--mb {
      position: absolute;
      top: -100px;
      left: 20px;
      width: calc(100% - 65px);
      height: 100%;
      z-index: 999;
      padding: 2px 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      header .header--mb .search--mb.show-form {
        top: 0; }
      header .header--mb .search--mb input {
        width: 100%;
        height: 100%;
        padding: 10px 20px;
        border: 1px solid #eee; }
      header .header--mb .search--mb button {
        position: absolute;
        top: 3px;
        right: 1px;
        border: 0;
        height: 39px;
        font-size: 11px;
        background: #fafafa; }
      @media (min-width: 768px) {
        header .header--mb .search--mb {
          padding: 20px 0;
          width: calc(100% - 85px); }
          header .header--mb .search--mb input, header .header--mb .search--mb button {
            font-size: initial; }
          header .header--mb .search--mb button {
            top: 21px;
            height: 48px;
            padding: 0 20px; } }
    header .header--mb--open .toggle-nav span:nth-child(1) {
      transform: rotate(45deg); }
    header .header--mb--open .toggle-nav span:nth-child(2) {
      opacity: 0; }
    header .header--mb--open .toggle-nav span:nth-child(3) {
      transform: rotate(-45deg);
      top: 14px; }
      @media (min-width: 768px) {
        header .header--mb--open .toggle-nav span:nth-child(3) {
          top: 28px; } }
    header .header--mb--open .menu--mb {
      visibility: visible;
      opacity: 1; }
    header .header--mb--open .nav-overlay {
      visibility: visible;
      opacity: 1; }

#section-about {
  padding: 50px 0;
  min-height: 500px;
  background: url(//theme.hstatic.net/200000960147/1001326397/14/bag_001_banner_img.jpg?v=210);
  color: #ffffff;
  margin-bottom: 40px; }
  #section-about span {
    color: #ffcb1f; }
  #section-about .about__text {
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px; }
    @media (max-width: 767px) {
      #section-about .about__text {
        font-size: 15px;
        margin-bottom: 10px; } }
    #section-about .about__text--title {
      font-size: 48px; }
      @media (max-width: 767px) {
        #section-about .about__text--title {
          font-size: 20px; } }
  #section-about .about__img {
    text-align: center; }
  #section-about .about__content {
    margin-top: 60px; }
    @media (max-width: 767px) {
      #section-about .about__content {
        margin-top: 40px; } }
  #section-about .about__info p {
    position: relative;
    padding-left: 20px; }
    @media (max-width: 767px) {
      #section-about .about__info p {
        font-size: 15px; } }
    #section-about .about__info p:before {
      position: absolute;
      top: 3px;
      left: 0;
      content: '';
      display: block;
      width: 5px;
      height: 10px;
      border: solid #ffffff;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg); }
  #section-about .about__action {
    display: inline-block;
    line-height: 40px;
    background-color: #3c82c9;
    color: #ffffff;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
    font-size: 16px; }
    #section-about .about__action:hover {
      background: #5ca282;
      color: #ffffff; }

#section-inspiration {
  margin-bottom: 40px; }

#section-material {
  margin-bottom: 40px; }

.card__item {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .card__item + .card__item {
      margin-top: 20px; } }

.card__info {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 20px;
  text-align: right; }
  @media (max-width: 767px) {
    .card__info {
      flex-basis: 100%;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .card__info--order {
      -ms-flex-order: 2;
      order: 2;
      text-align: left; } }

.card__title {
  margin-bottom: 10px; }

.card__content {
  position: relative;
  display: inline-block;
  text-align: left; }
  @media (min-width: 1200px) {
    .card__content {
      width: 500px; } }
  @media (min-width: 1024px) {
    .card__content {
      width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media (max-width: 991px) {
    .card__content p {
      text-align: justify; } }

.card__img {
  flex-basis: 50%;
  max-width: 50%; }
  @media (max-width: 767px) {
    .card__img {
      flex-basis: 100%;
      max-width: 100%; } }

#section-detail {
  background: #ffffff;
  padding: 40px 0; }
  #section-detail .line-break {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #777; }
  #section-detail .product__img {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
    #section-detail .product__img--thumb {
      flex-basis: 15%;
      padding-left: 10px;
      padding-right: 10px;
      max-height: 500px;
      overflow: auto; }
      #section-detail .product__img--thumb li {
        margin-bottom: 20px;
        cursor: pointer; }
    #section-detail .product__img--main {
      flex-basis: 85%;
      padding-left: 10px;
      padding-right: 10px; }
      @media (max-width: 575px) {
        #section-detail .product__img--main {
          flex-basis: 100%;
          max-width: 100%; } }
  #section-detail .product__title {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px; }
  #section-detail .product__price ins {
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    color: red; }
  #section-detail .product__price del {
    position: relative;
    padding-left: 12px;
    margin-left: 10px;
    color: #777;
    font-size: 18px; }
    #section-detail .product__price del:before {
      position: absolute;
      content: "";
      width: 2px;
      height: 25px;
      background: #cc3737;
      top: 0;
      left: 0; }
  #section-detail .product__saved {
    font-size: 14px; }
    #section-detail .product__saved span {
      display: inline-block; }
  #section-detail .product__action {
    position: relative;
    display: inline-block;
    background: #3c82c9;
    color: #ffffff;
    border-radius: 3px;
    width: 100%;
    padding: 12px;
    text-align: center; }
    #section-detail .product__action:hover {
      background: #5ca282;
      color: #ffffff; }
    #section-detail .product__action .pointer__effect {
      width: 36px;
      height: 36px;
      top: 8px;
      right: 5px;
      position: absolute;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      border: 2px solid white;
      -webkit-animation: ega-alo-circle-anim 1.2s infinite ease-in-out;
      -moz-animation: ega-alo-circle-anim 1.2s infinite ease-in-out;
      -ms-animation: ega-alo-circle-anim 1.2s infinite ease-in-out;
      -o-animation: ega-alo-circle-anim 1.2s infinite ease-in-out;
      animation: ega-alo-circle-anim 1.2s infinite ease-in-out;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
    #section-detail .product__action .pointer__fill {
      background-color: white;
      width: 20px;
      height: 20px;
      top: 15px;
      right: 13px;
      position: absolute;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      border: 2px solid transparent;
      -webkit-animation: ega-alo-circle-fill-anim 2.3s infinite ease-in-out;
      -moz-animation: ega-alo-circle-fill-anim 2.3s infinite ease-in-out;
      -ms-animation: ega-alo-circle-fill-anim 2.3s infinite ease-in-out;
      -o-animation: ega-alo-circle-fill-anim 2.3s infinite ease-in-out;
      animation: ega-alo-circle-fill-anim 2.3s infinite ease-in-out;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
    #section-detail .product__action .pointer__img {
      width: 32px;
      height: 29px;
      top: 15px;
      right: 0px;
      position: absolute;
      background: url(//theme.hstatic.net/200000960147/1001326397/14/icon-click.png?v=210) no-repeat center left;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      border: 2px solid transparent;
      opacity: 1;
      -webkit-animation: ega-alo-circle-img-anim 1s infinite ease-in-out;
      -moz-animation: ega-alo-circle-img-anim 1s infinite ease-in-out;
      -ms-animation: ega-alo-circle-img-anim 1s infinite ease-in-out;
      -o-animation: ega-alo-circle-img-anim 1s infinite ease-in-out;
      animation: ega-alo-circle-img-anim 1s infinite ease-in-out;
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
  #section-detail .product__detail li {
    padding-left: 20px;
    position: relative; }
    #section-detail .product__detail li:before {
      position: absolute;
      content: "•";
      left: 0;
      top: 0; }
  #section-detail .product__countdown {
    padding: 5px 0 20px 0; }
    #section-detail .product__countdown > span {
      display: block;
      margin-bottom: 10px; }
    #section-detail .product__countdown ul li {
      display: inline-block;
      float: left;
      width: 100px;
      height: 100px;
      border: 3px solid #fff;
      border-radius: 50%;
      text-align: center; }
      @media (max-width: 767px) {
        #section-detail .product__countdown ul li {
          width: 50px;
          height: 50px; } }
      #section-detail .product__countdown ul li + li {
        position: relative;
        margin-left: 20px; }
        #section-detail .product__countdown ul li + li:before {
          position: absolute;
          content: ":";
          top: 50%;
          left: -17px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          font-size: 30px; }
      #section-detail .product__countdown ul li .time-part {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        #section-detail .product__countdown ul li .time-part span {
          display: block;
          font-size: 12px; }
  #section-detail .product__options {
    padding-top: 10px; }
    #section-detail .product__options label {
      font-size: 14px; }
  #section-detail .comment-block {
    margin-top: 40px;
    padding: 40px;
    background: #f6f7f8; }
    #section-detail .comment-block .fb-comments {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }

@-Moz-Keyframes ega-alo-circle-anim {
  0% {
    -Moz-Transform: Rotate(0) Scale(0.5) Skew(1Deg);
    Opacity: .1;
    -Moz-Opacity: .1;
    -Webkit-Opacity: .1;
    -O-Opacity: .1; }
  30% {
    -Moz-Transform: Rotate(0) Scale(0.7) Skew(1Deg);
    Opacity: .5;
    -Moz-Opacity: .5;
    -Webkit-Opacity: .5;
    -O-Opacity: .5; }
  100% {
    -Moz-Transform: Rotate(0) Scale(1) Skew(1Deg);
    Opacity: .6;
    -Moz-Opacity: .6;
    -Webkit-Opacity: .6;
    -O-Opacity: .1; } }

@-Webkit-Keyframes ega-alo-circle-anim {
  0% {
    -Webkit-Transform: Rotate(0) Scale(0.5) Skew(1Deg);
    -Webkit-Opacity: .1; }
  30% {
    -Webkit-Transform: Rotate(0) Scale(0.7) Skew(1Deg);
    -Webkit-Opacity: .5; }
  100% {
    -Webkit-Transform: Rotate(0) Scale(1) Skew(1Deg);
    -Webkit-Opacity: .1; } }

@-O-Keyframes ega-alo-circle-anim {
  0% {
    -O-Transform: Rotate(0) Kscale(0.5) Skew(1Deg);
    -O-Opacity: .1; }
  30% {
    -O-Transform: Rotate(0) Scale(0.7) Skew(1Deg);
    -O-Opacity: .5; }
  100% {
    -O-Transform: Rotate(0) Scale(1) Skew(1Deg);
    -O-Opacity: .1; } }

@-Moz-Keyframes ega-alo-circle-anim {
  0% {
    Transform: Rotate(0) Scale(0.5) Skew(1Deg);
    Opacity: .1; }
  30% {
    Transform: Rotate(0) Scale(0.7) Skew(1Deg);
    Opacity: .5; }
  100% {
    Transform: Rotate(0) Scale(1) Skew(1Deg);
    Opacity: .1; } }

@-Webkit-Keyframes ega-alo-circle-anim {
  0% {
    Transform: Rotate(0) Scale(0.5) Skew(1Deg);
    Opacity: .1; }
  30% {
    Transform: Rotate(0) Scale(0.7) Skew(1Deg);
    Opacity: .5; }
  100% {
    Transform: Rotate(0) Scale(1) Skew(1Deg);
    Opacity: .1; } }

@-O-Keyframes ega-alo-circle-anim {
  0% {
    Transform: Rotate(0) Scale(0.5) Skew(1Deg);
    Opacity: .1; }
  30% {
    Transform: Rotate(0) Scale(0.7) Skew(1Deg);
    Opacity: .5; }
  100% {
    Transform: Rotate(0) Scale(1) Skew(1Deg);
    Opacity: .1; } }

@Keyframes ega-alo-circle-anim {
  0% {
    Transform: Rotate(0) Scale(0.5) Skew(1Deg);
    Opacity: .1; }
  30% {
    Transform: Rotate(0) Scale(0.7) Skew(1Deg);
    Opacity: .5; }
  100% {
    Transform: Rotate(0) Scale(1) Skew(1Deg);
    Opacity: .1; } }

@-Moz-Keyframes ega-alo-circle-fill-anim {
  0% {
    Transform: Rotate(0) Scale(0.7) Skew(1Deg);
    Opacity: .2; }
  50% {
    Transform: Rotate(0) Scale(1) Skew(1Deg);
    Opacity: .2; }
  100% {
    Transform: Rotate(0) Scale(0.7) Skew(1Deg);
    Opacity: .2; } }

@-Webkit-Keyframes ega-alo-circle-fill-anim {
  0% {
    Transform: Rotate(0) Scale(0.7) Skew(1Deg);
    Opacity: .2; }
  50% {
    Transform: Rotate(0) Scale(1) Skew(1Deg);
    Opacity: .2; }
  100% {
    Transform: Rotate(0) Scale(0.7) Skew(1Deg);
    Opacity: .2; } }

@-O-Keyframes ega-alo-circle-fill-anim {
  0% {
    Transform: Rotate(0) Scale(0.7) Skew(1Deg);
    Opacity: .2; }
  50% {
    Transform: Rotate(0) Scale(1) Skew(1Deg);
    Opacity: .2; }
  100% {
    Transform: Rotate(0) Scale(0.7) Skew(1Deg);
    Opacity: .2; } }

@Keyframes ega-alo-circle-fill-anim {
  0% {
    Transform: Rotate(0) Scale(0.7) Skew(1Deg);
    Opacity: .2; }
  50% {
    Transform: Rotate(0) Scale(1) Skew(1Deg);
    Opacity: .2; }
  100% {
    Transform: Rotate(0) Scale(0.7) Skew(1Deg);
    Opacity: .2; } }

@-Moz-Keyframes ega-alo-circle-fill-anim {
  0% {
    -Moz-Transform: Rotate(0) Scale(0.7) Skew(1Deg);
    Opacity: .2; }
  50% {
    -Moz-Transform: Rotate(0) -Moz-Scale(1) Skew(1Deg);
    Opacity: .2; }
  100% {
    -Moz-Transform: Rotate(0) Scale(0.7) Skew(1Deg);
    Opacity: .2; } }

@-Webkit-Keyframes ega-alo-circle-fill-anim {
  0% {
    -Webkit-Transform: Rotate(0) Scale(0.7) Skew(1Deg);
    Opacity: .2; }
  50% {
    -Webkit-Transform: Rotate(0) Scale(1) Skew(1Deg);
    Opacity: .2; }
  100% {
    -Webkit-Transform: Rotate(0) Scale(0.7) Skew(1Deg);
    Opacity: .2; } }

@-O-Keyframes ega-alo-circle-fill-anim {
  0% {
    -O-Transform: Rotate(0) Scale(0.7) Skew(1Deg);
    Opacity: .2; }
  50% {
    -O-Transform: Rotate(0) Scale(1) Skew(1Deg);
    Opacity: .2; }
  100% {
    -O-Transform: Rotate(0) Scale(0.7) Skew(1Deg);
    Opacity: .2; } }

@-O-Keyframes ega-alo-circle-img-anim {
  0% {
    Transform: Rotate(0) Scale(1) Skew(1Deg); }
  10% {
    Transform: Rotate(-25Deg) Scale(1) Skew(1Deg); }
  20% {
    Transform: Rotate(25Deg) Scale(1) Skew(1Deg); }
  30% {
    Transform: Rotate(-25Deg) Scale(1) Skew(1Deg); }
  40% {
    Transform: Rotate(25Deg) Scale(1) Skew(1Deg); }
  50% {
    Transform: Rotate(0) Scale(1) Skew(1Deg); }
  100% {
    Transform: Rotate(0) Scale(1) Skew(1Deg); } }

@Keyframes ega-alo-circle-img-anim {
  0% {
    Transform: Rotate(0) Scale(1) Skew(1Deg); }
  10% {
    Transform: Rotate(-25Deg) Scale(1) Skew(1Deg); }
  20% {
    Transform: Rotate(25Deg) Scale(1) Skew(1Deg); }
  30% {
    Transform: Rotate(-25Deg) Scale(1) Skew(1Deg); }
  40% {
    Transform: Rotate(25Deg) Scale(1) Skew(1Deg); }
  50% {
    Transform: Rotate(0) Scale(1) Skew(1Deg); }
  100% {
    Transform: Rotate(0) Scale(1) Skew(1Deg); } }

#section-contact .contact {
  display: flex;
  flex-wrap: wrap; }
  #section-contact .contact__map {
    flex-basis: 66.66666667%; }
    @media (max-width: 991px) {
      #section-contact .contact__map {
        flex-basis: 100%;
        max-width: 100%; } }
  #section-contact .contact__info {
    flex-basis: 33.33333333%;
    background: #383c44; }
    @media (max-width: 991px) {
      #section-contact .contact__info {
        flex-basis: 100%;
        max-width: 100%; } }
  #section-contact .contact__content {
    position: relative;
    color: #fff;
    padding: 0 40px; }
    @media (min-width: 992px) {
      #section-contact .contact__content {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media (max-width: 991px) {
      #section-contact .contact__content {
        padding: 40px 20px; } }
  #section-contact .contact__item + .contact__item {
    margin-top: 10px; }
  #section-contact .contact__item span {
    display: block; }
  #section-contact .contact__title {
    margin-bottom: 20px; }

footer {
  padding: 15px 0;
  background: #000;
  color: #999; }
  @media (max-width: 767px) {
    footer {
      text-align: center; } }
