/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/*
     FILE ARCHIVED ON 02:48:35 Jul 07, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:46:34 Jul 27, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.645
  captures_list: 0.705
  exclusion.robots: 0.078
  exclusion.robots.policy: 0.06
  esindex: 0.011
  cdx.remote: 62.209
  LoadShardBlock: 351.736 (3)
  PetaboxLoader3.resolve: 539.654 (4)
  PetaboxLoader3.datanode: 798.908 (4)
  load_resource: 1103.192
*/


.fa,
.fas,
.far,
.fal,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
}

.fa-xs {
    font-size: .75em;
}

.fa-sm {
    font-size: .875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
    content: "\f26e";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-accusoft:before {
    content: "\f369";
}

.fa-acquisitions-incorporated:before {
    content: "\f6af";
}

.fa-ad:before {
    content: "\f641";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-card:before {
    content: "\f2bb";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-adn:before {
    content: "\f170";
}

.fa-adobe:before {
    content: "\f778";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

.fa-air-freshener:before {
    content: "\f5d0";
}

.fa-algolia:before {
    content: "\f36c";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-alipay:before {
    content: "\f642";
}

.fa-allergies:before {
    content: "\f461";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-amilia:before {
    content: "\f36d";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-android:before {
    content: "\f17b";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angry:before {
    content: "\f556";
}

.fa-angrycreative:before {
    content: "\f36e";
}

.fa-angular:before {
    content: "\f420";
}

.fa-ankh:before {
    content: "\f644";
}

.fa-app-store:before {
    content: "\f36f";
}

.fa-app-store-ios:before {
    content: "\f370";
}

.fa-apper:before {
    content: "\f371";
}

.fa-apple:before {
    content: "\f179";
}

.fa-apple-alt:before {
    content: "\f5d1";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-archive:before {
    content: "\f187";
}

.fa-archway:before {
    content: "\f557";
}

.fa-arrow-alt-circle-down:before {
    content: "\f358";
}

.fa-arrow-alt-circle-left:before {
    content: "\f359";
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-arrows-alt-h:before {
    content: "\f337";
}

.fa-arrows-alt-v:before {
    content: "\f338";
}

.fa-artstation:before {
    content: "\f77a";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-atlas:before {
    content: "\f558";
}

.fa-atlassian:before {
    content: "\f77b";
}

.fa-atom:before {
    content: "\f5d2";
}

.fa-audible:before {
    content: "\f373";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-award:before {
    content: "\f559";
}

.fa-aws:before {
    content: "\f375";
}

.fa-baby:before {
    content: "\f77c";
}

.fa-baby-carriage:before {
    content: "\f77d";
}

.fa-backspace:before {
    content: "\f55a";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-band-aid:before {
    content: "\f462";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-baseball-ball:before {
    content: "\f433";
}

.fa-basketball-ball:before {
    content: "\f434";
}

.fa-bath:before {
    content: "\f2cd";
}

.fa-battery-empty:before {
    content: "\f244";
}

.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-bed:before {
    content: "\f236";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bezier-curve:before {
    content: "\f55b";
}

.fa-bible:before {
    content: "\f647";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-biohazard:before {
    content: "\f780";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitcoin:before {
    content: "\f379";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-blackberry:before {
    content: "\f37b";
}

.fa-blender:before {
    content: "\f517";
}

.fa-blender-phone:before {
    content: "\f6b6";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-blog:before {
    content: "\f781";
}

.fa-blogger:before {
    content: "\f37c";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-bold:before {
    content: "\f032";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-bone:before {
    content: "\f5d7";
}

.fa-bong:before {
    content: "\f55c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-book-dead:before {
    content: "\f6b7";
}

.fa-book-open:before {
    content: "\f518";
}

.fa-book-reader:before {
    content: "\f5da";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-bowling-ball:before {
    content: "\f436";
}

.fa-box:before {
    content: "\f466";
}

.fa-box-open:before {
    content: "\f49e";
}

.fa-boxes:before {
    content: "\f468";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-brain:before {
    content: "\f5dc";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-briefcase-medical:before {
    content: "\f469";
}

.fa-broadcast-tower:before {
    content: "\f519";
}

.fa-broom:before {
    content: "\f51a";
}

.fa-brush:before {
    content: "\f55d";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-bug:before {
    content: "\f188";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-burn:before {
    content: "\f46a";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-bus:before {
    content: "\f207";
}

.fa-bus-alt:before {
    content: "\f55e";
}

.fa-business-time:before {
    content: "\f64a";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-calendar:before {
    content: "\f133";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-calendar-check:before {
    content: "\f274";
}

.fa-calendar-day:before {
    content: "\f783";
}

.fa-calendar-minus:before {
    content: "\f272";
}

.fa-calendar-plus:before {
    content: "\f271";
}

.fa-calendar-times:before {
    content: "\f273";
}

.fa-calendar-week:before {
    content: "\f784";
}

.fa-camera:before {
    content: "\f030";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-campground:before {
    content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
    content: "\f785";
}

.fa-candy-cane:before {
    content: "\f786";
}

.fa-cannabis:before {
    content: "\f55f";
}

.fa-capsules:before {
    content: "\f46b";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-car-alt:before {
    content: "\f5de";
}

.fa-car-battery:before {
    content: "\f5df";
}

.fa-car-crash:before {
    content: "\f5e1";
}

.fa-car-side:before {
    content: "\f5e4";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-caret-square-down:before {
    content: "\f150";
}

.fa-caret-square-left:before {
    content: "\f191";
}

.fa-caret-square-right:before {
    content: "\f152";
}

.fa-caret-square-up:before {
    content: "\f151";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-carrot:before {
    content: "\f787";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cash-register:before {
    content: "\f788";
}

.fa-cat:before {
    content: "\f6be";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-centos:before {
    content: "\f789";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-chair:before {
    content: "\f6c0";
}

.fa-chalkboard:before {
    content: "\f51b";
}

.fa-chalkboard-teacher:before {
    content: "\f51c";
}

.fa-charging-station:before {
    content: "\f5e7";
}

.fa-chart-area:before {
    content: "\f1fe";
}

.fa-chart-bar:before {
    content: "\f080";
}

.fa-chart-line:before {
    content: "\f201";
}

.fa-chart-pie:before {
    content: "\f200";
}

.fa-check:before {
    content: "\f00c";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-check-double:before {
    content: "\f560";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-chess:before {
    content: "\f439";
}

.fa-chess-bishop:before {
    content: "\f43a";
}

.fa-chess-board:before {
    content: "\f43c";
}

.fa-chess-king:before {
    content: "\f43f";
}

.fa-chess-knight:before {
    content: "\f441";
}

.fa-chess-pawn:before {
    content: "\f443";
}

.fa-chess-queen:before {
    content: "\f445";
}

.fa-chess-rook:before {
    content: "\f447";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-church:before {
    content: "\f51d";
}

.fa-circle:before {
    content: "\f111";
}

.fa-circle-notch:before {
    content: "\f1ce";
}

.fa-city:before {
    content: "\f64f";
}

.fa-clipboard:before {
    content: "\f328";
}

.fa-clipboard-check:before {
    content: "\f46c";
}

.fa-clipboard-list:before {
    content: "\f46d";
}

.fa-clock:before {
    content: "\f017";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-closed-captioning:before {
    content: "\f20a";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-cloud-download-alt:before {
    content: "\f381";
}

.fa-cloud-meatball:before {
    content: "\f73b";
}

.fa-cloud-moon:before {
    content: "\f6c3";
}

.fa-cloud-moon-rain:before {
    content: "\f73c";
}

.fa-cloud-rain:before {
    content: "\f73d";
}

.fa-cloud-showers-heavy:before {
    content: "\f740";
}

.fa-cloud-sun:before {
    content: "\f6c4";
}

.fa-cloud-sun-rain:before {
    content: "\f743";
}

.fa-cloud-upload-alt:before {
    content: "\f382";
}

.fa-cloudscale:before {
    content: "\f383";
}

.fa-cloudsmith:before {
    content: "\f384";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-cocktail:before {
    content: "\f561";
}

.fa-code:before {
    content: "\f121";
}

.fa-code-branch:before {
    content: "\f126";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cog:before {
    content: "\f013";
}

.fa-cogs:before {
    content: "\f085";
}

.fa-coins:before {
    content: "\f51e";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-comment:before {
    content: "\f075";
}

.fa-comment-alt:before {
    content: "\f27a";
}

.fa-comment-dollar:before {
    content: "\f651";
}

.fa-comment-dots:before {
    content: "\f4ad";
}

.fa-comment-slash:before {
    content: "\f4b3";
}

.fa-comments:before {
    content: "\f086";
}

.fa-comments-dollar:before {
    content: "\f653";
}

.fa-compact-disc:before {
    content: "\f51f";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-compress:before {
    content: "\f066";
}

.fa-compress-arrows-alt:before {
    content: "\f78c";
}

.fa-concierge-bell:before {
    content: "\f562";
}

.fa-confluence:before {
    content: "\f78d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-cookie:before {
    content: "\f563";
}

.fa-cookie-bite:before {
    content: "\f564";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-couch:before {
    content: "\f4b8";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-creative-commons-by:before {
    content: "\f4e7";
}

.fa-creative-commons-nc:before {
    content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-creative-commons-nd:before {
    content: "\f4eb";
}

.fa-creative-commons-pd:before {
    content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.fa-creative-commons-remix:before {
    content: "\f4ee";
}

.fa-creative-commons-sa:before {
    content: "\f4ef";
}

.fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-creative-commons-share:before {
    content: "\f4f2";
}

.fa-creative-commons-zero:before {
    content: "\f4f3";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-critical-role:before {
    content: "\f6c9";
}

.fa-crop:before {
    content: "\f125";
}

.fa-crop-alt:before {
    content: "\f565";
}

.fa-cross:before {
    content: "\f654";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-crow:before {
    content: "\f520";
}

.fa-crown:before {
    content: "\f521";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-css3-alt:before {
    content: "\f38b";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-cut:before {
    content: "\f0c4";
}

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-d-and-d-beyond:before {
    content: "\f6ca";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-deaf:before {
    content: "\f2a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-democrat:before {
    content: "\f747";
}

.fa-deploydog:before {
    content: "\f38e";
}

.fa-deskpro:before {
    content: "\f38f";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-dev:before {
    content: "\f6cc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-dharmachakra:before {
    content: "\f655";
}

.fa-dhl:before {
    content: "\f790";
}

.fa-diagnoses:before {
    content: "\f470";
}

.fa-diaspora:before {
    content: "\f791";
}

.fa-dice:before {
    content: "\f522";
}

.fa-dice-d20:before {
    content: "\f6cf";
}

.fa-dice-d6:before {
    content: "\f6d1";
}

.fa-dice-five:before {
    content: "\f523";
}

.fa-dice-four:before {
    content: "\f524";
}

.fa-dice-one:before {
    content: "\f525";
}

.fa-dice-six:before {
    content: "\f526";
}

.fa-dice-three:before {
    content: "\f527";
}

.fa-dice-two:before {
    content: "\f528";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-digital-tachograph:before {
    content: "\f566";
}

.fa-directions:before {
    content: "\f5eb";
}

.fa-discord:before {
    content: "\f392";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-divide:before {
    content: "\f529";
}

.fa-dizzy:before {
    content: "\f567";
}

.fa-dna:before {
    content: "\f471";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-docker:before {
    content: "\f395";
}

.fa-dog:before {
    content: "\f6d3";
}

.fa-dollar-sign:before {
    content: "\f155";
}

.fa-dolly:before {
    content: "\f472";
}

.fa-dolly-flatbed:before {
    content: "\f474";
}

.fa-donate:before {
    content: "\f4b9";
}

.fa-door-closed:before {
    content: "\f52a";
}

.fa-door-open:before {
    content: "\f52b";
}

.fa-dot-circle:before {
    content: "\f192";
}

.fa-dove:before {
    content: "\f4ba";
}

.fa-download:before {
    content: "\f019";
}

.fa-draft2digital:before {
    content: "\f396";
}

.fa-drafting-compass:before {
    content: "\f568";
}

.fa-dragon:before {
    content: "\f6d5";
}

.fa-draw-polygon:before {
    content: "\f5ee";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-dribbble-square:before {
    content: "\f397";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-drum:before {
    content: "\f569";
}

.fa-drum-steelpan:before {
    content: "\f56a";
}

.fa-drumstick-bite:before {
    content: "\f6d7";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-dumbbell:before {
    content: "\f44b";
}

.fa-dumpster:before {
    content: "\f793";
}

.fa-dumpster-fire:before {
    content: "\f794";
}

.fa-dungeon:before {
    content: "\f6d9";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-ebay:before {
    content: "\f4f4";
}

.fa-edge:before {
    content: "\f282";
}

.fa-edit:before {
    content: "\f044";
}

.fa-eject:before {
    content: "\f052";
}

.fa-elementor:before {
    content: "\f430";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-ello:before {
    content: "\f5f1";
}

.fa-ember:before {
    content: "\f423";
}

.fa-empire:before {
    content: "\f1d1";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-text:before {
    content: "\f658";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-envira:before {
    content: "\f299";
}

.fa-equals:before {
    content: "\f52c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-erlang:before {
    content: "\f39d";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-ethernet:before {
    content: "\f796";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-euro-sign:before {
    content: "\f153";
}

.fa-exchange-alt:before {
    content: "\f362";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-expand:before {
    content: "\f065";
}

.fa-expand-arrows-alt:before {
    content: "\f31e";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-external-link-alt:before {
    content: "\f35d";
}

.fa-external-link-square-alt:before {
    content: "\f360";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-dropper:before {
    content: "\f1fb";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-fantasy-flight-games:before {
    content: "\f6dc";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-feather:before {
    content: "\f52d";
}

.fa-feather-alt:before {
    content: "\f56b";
}

.fa-fedex:before {
    content: "\f797";
}

.fa-fedora:before {
    content: "\f798";
}

.fa-female:before {
    content: "\f182";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-figma:before {
    content: "\f799";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-alt:before {
    content: "\f15c";
}

.fa-file-archive:before {
    content: "\f1c6";
}

.fa-file-audio:before {
    content: "\f1c7";
}

.fa-file-code:before {
    content: "\f1c9";
}

.fa-file-contract:before {
    content: "\f56c";
}

.fa-file-csv:before {
    content: "\f6dd";
}

.fa-file-download:before {
    content: "\f56d";
}

.fa-file-excel:before {
    content: "\f1c3";
}

.fa-file-export:before {
    content: "\f56e";
}

.fa-file-image:before {
    content: "\f1c5";
}

.fa-file-import:before {
    content: "\f56f";
}

.fa-file-invoice:before {
    content: "\f570";
}

.fa-file-invoice-dollar:before {
    content: "\f571";
}

.fa-file-medical:before {
    content: "\f477";
}

.fa-file-medical-alt:before {
    content: "\f478";
}

.fa-file-pdf:before {
    content: "\f1c1";
}

.fa-file-powerpoint:before {
    content: "\f1c4";
}

.fa-file-prescription:before {
    content: "\f572";
}

.fa-file-signature:before {
    content: "\f573";
}

.fa-file-upload:before {
    content: "\f574";
}

.fa-file-video:before {
    content: "\f1c8";
}

.fa-file-word:before {
    content: "\f1c2";
}

.fa-fill:before {
    content: "\f575";
}

.fa-fill-drip:before {
    content: "\f576";
}

.fa-film:before {
    content: "\f008";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-fingerprint:before {
    content: "\f577";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-fire-alt:before {
    content: "\f7e4";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-first-aid:before {
    content: "\f479";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-first-order-alt:before {
    content: "\f50a";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-fish:before {
    content: "\f578";
}

.fa-fist-raised:before {
    content: "\f6de";
}

.fa-flag:before {
    content: "\f024";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-flag-usa:before {
    content: "\f74d";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-flipboard:before {
    content: "\f44d";
}

.fa-flushed:before {
    content: "\f579";
}

.fa-fly:before {
    content: "\f417";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-minus:before {
    content: "\f65d";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-folder-plus:before {
    content: "\f65e";
}

.fa-font:before {
    content: "\f031";
}

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-font-awesome-alt:before {
    content: "\f35c";
}

.fa-font-awesome-flag:before {
    content: "\f425";
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-football-ball:before {
    content: "\f44e";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-frog:before {
    content: "\f52e";
}

.fa-frown:before {
    content: "\f119";
}

.fa-frown-open:before {
    content: "\f57a";
}

.fa-fulcrum:before {
    content: "\f50b";
}

.fa-funnel-dollar:before {
    content: "\f662";
}

.fa-futbol:before {
    content: "\f1e3";
}

.fa-galactic-republic:before {
    content: "\f50c";
}

.fa-galactic-senate:before {
    content: "\f50d";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-gas-pump:before {
    content: "\f52f";
}

.fa-gavel:before {
    content: "\f0e3";
}

.fa-gem:before {
    content: "\f3a5";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-ghost:before {
    content: "\f6e2";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-gifts:before {
    content: "\f79c";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-github:before {
    content: "\f09b";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-gitkraken:before {
    content: "\f3a6";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-gitter:before {
    content: "\f426";
}

.fa-glass-cheers:before {
    content: "\f79f";
}

.fa-glass-martini:before {
    content: "\f000";
}

.fa-glass-martini-alt:before {
    content: "\f57b";
}

.fa-glass-whiskey:before {
    content: "\f7a0";
}

.fa-glasses:before {
    content: "\f530";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-globe-africa:before {
    content: "\f57c";
}

.fa-globe-americas:before {
    content: "\f57d";
}

.fa-globe-asia:before {
    content: "\f57e";
}

.fa-globe-europe:before {
    content: "\f7a2";
}

.fa-gofore:before {
    content: "\f3a7";
}

.fa-golf-ball:before {
    content: "\f450";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-google-play:before {
    content: "\f3ab";
}

.fa-google-plus:before {
    content: "\f2b3";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-gopuram:before {
    content: "\f664";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-gratipay:before {
    content: "\f184";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-greater-than:before {
    content: "\f531";
}

.fa-greater-than-equal:before {
    content: "\f532";
}

.fa-grimace:before {
    content: "\f57f";
}

.fa-grin:before {
    content: "\f580";
}

.fa-grin-alt:before {
    content: "\f581";
}

.fa-grin-beam:before {
    content: "\f582";
}

.fa-grin-beam-sweat:before {
    content: "\f583";
}

.fa-grin-hearts:before {
    content: "\f584";
}

.fa-grin-squint:before {
    content: "\f585";
}

.fa-grin-squint-tears:before {
    content: "\f586";
}

.fa-grin-stars:before {
    content: "\f587";
}

.fa-grin-tears:before {
    content: "\f588";
}

.fa-grin-tongue:before {
    content: "\f589";
}

.fa-grin-tongue-squint:before {
    content: "\f58a";
}

.fa-grin-tongue-wink:before {
    content: "\f58b";
}

.fa-grin-wink:before {
    content: "\f58c";
}

.fa-grip-horizontal:before {
    content: "\f58d";
}

.fa-grip-lines:before {
    content: "\f7a4";
}

.fa-grip-lines-vertical:before {
    content: "\f7a5";
}

.fa-grip-vertical:before {
    content: "\f58e";
}

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-guitar:before {
    content: "\f7a6";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-hacker-news-square:before {
    content: "\f3af";
}

.fa-hackerrank:before {
    content: "\f5f7";
}

.fa-hammer:before {
    content: "\f6e3";
}

.fa-hamsa:before {
    content: "\f665";
}

.fa-hand-holding:before {
    content: "\f4bd";
}

.fa-hand-holding-heart:before {
    content: "\f4be";
}

.fa-hand-holding-usd:before {
    content: "\f4c0";
}

.fa-hand-lizard:before {
    content: "\f258";
}

.fa-hand-paper:before {
    content: "\f256";
}

.fa-hand-peace:before {
    content: "\f25b";
}

.fa-hand-point-down:before {
    content: "\f0a7";
}

.fa-hand-point-left:before {
    content: "\f0a5";
}

.fa-hand-point-right:before {
    content: "\f0a4";
}

.fa-hand-point-up:before {
    content: "\f0a6";
}

.fa-hand-pointer:before {
    content: "\f25a";
}

.fa-hand-rock:before {
    content: "\f255";
}

.fa-hand-scissors:before {
    content: "\f257";
}

.fa-hand-spock:before {
    content: "\f259";
}

.fa-hands:before {
    content: "\f4c2";
}

.fa-hands-helping:before {
    content: "\f4c4";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-hanukiah:before {
    content: "\f6e6";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-hat-wizard:before {
    content: "\f6e8";
}

.fa-haykal:before {
    content: "\f666";
}

.fa-hdd:before {
    content: "\f0a0";
}

.fa-heading:before {
    content: "\f1dc";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-headphones-alt:before {
    content: "\f58f";
}

.fa-headset:before {
    content: "\f590";
}

.fa-heart:before {
    content: "\f004";
}

.fa-heart-broken:before {
    content: "\f7a9";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-helicopter:before {
    content: "\f533";
}

.fa-highlighter:before {
    content: "\f591";
}

.fa-hiking:before {
    content: "\f6ec";
}

.fa-hippo:before {
    content: "\f6ed";
}

.fa-hips:before {
    content: "\f452";
}

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-history:before {
    content: "\f1da";
}

.fa-hockey-puck:before {
    content: "\f453";
}

.fa-holly-berry:before {
    content: "\f7aa";
}

.fa-home:before {
    content: "\f015";
}

.fa-hooli:before {
    content: "\f427";
}

.fa-hornbill:before {
    content: "\f592";
}

.fa-horse:before {
    content: "\f6f0";
}

.fa-horse-head:before {
    content: "\f7ab";
}

.fa-hospital:before {
    content: "\f0f8";
}

.fa-hospital-alt:before {
    content: "\f47d";
}

.fa-hospital-symbol:before {
    content: "\f47e";
}

.fa-hot-tub:before {
    content: "\f593";
}

.fa-hotel:before {
    content: "\f594";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-start:before {
    content: "\f251";
}

.fa-house-damage:before {
    content: "\f6f1";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-hryvnia:before {
    content: "\f6f2";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-icicles:before {
    content: "\f7ad";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-id-card-alt:before {
    content: "\f47f";
}

.fa-igloo:before {
    content: "\f7ae";
}

.fa-image:before {
    content: "\f03e";
}

.fa-images:before {
    content: "\f302";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-industry:before {
    content: "\f275";
}

.fa-infinity:before {
    content: "\f534";
}

.fa-info:before {
    content: "\f129";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-intercom:before {
    content: "\f7af";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-invision:before {
    content: "\f7b0";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-italic:before {
    content: "\f033";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-java:before {
    content: "\f4e4";
}

.fa-jedi:before {
    content: "\f669";
}

.fa-jedi-order:before {
    content: "\f50e";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-jira:before {
    content: "\f7b1";
}

.fa-joget:before {
    content: "\f3b7";
}

.fa-joint:before {
    content: "\f595";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-journal-whills:before {
    content: "\f66a";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-js-square:before {
    content: "\f3b9";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-kaaba:before {
    content: "\f66b";
}

.fa-kaggle:before {
    content: "\f5fa";
}

.fa-key:before {
    content: "\f084";
}

.fa-keybase:before {
    content: "\f4f5";
}

.fa-keyboard:before {
    content: "\f11c";
}

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-khanda:before {
    content: "\f66d";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-kiss:before {
    content: "\f596";
}

.fa-kiss-beam:before {
    content: "\f597";
}

.fa-kiss-wink-heart:before {
    content: "\f598";
}

.fa-kiwi-bird:before {
    content: "\f535";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-landmark:before {
    content: "\f66f";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-laptop-code:before {
    content: "\f5fc";
}

.fa-laravel:before {
    content: "\f3bd";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-laugh:before {
    content: "\f599";
}

.fa-laugh-beam:before {
    content: "\f59a";
}

.fa-laugh-squint:before {
    content: "\f59b";
}

.fa-laugh-wink:before {
    content: "\f59c";
}

.fa-layer-group:before {
    content: "\f5fd";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-lemon:before {
    content: "\f094";
}

.fa-less:before {
    content: "\f41d";
}

.fa-less-than:before {
    content: "\f536";
}

.fa-less-than-equal:before {
    content: "\f537";
}

.fa-level-down-alt:before {
    content: "\f3be";
}

.fa-level-up-alt:before {
    content: "\f3bf";
}

.fa-life-ring:before {
    content: "\f1cd";
}

.fa-lightbulb:before {
    content: "\f0eb";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-lira-sign:before {
    content: "\f195";
}

.fa-list:before {
    content: "\f03a";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-lock:before {
    content: "\f023";
}

.fa-lock-open:before {
    content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
    content: "\f309";
}

.fa-long-arrow-alt-left:before {
    content: "\f30a";
}

.fa-long-arrow-alt-right:before {
    content: "\f30b";
}

.fa-long-arrow-alt-up:before {
    content: "\f30c";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-luggage-cart:before {
    content: "\f59d";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-magento:before {
    content: "\f3c4";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-mail-bulk:before {
    content: "\f674";
}

.fa-mailchimp:before {
    content: "\f59e";
}

.fa-male:before {
    content: "\f183";
}

.fa-mandalorian:before {
    content: "\f50f";
}

.fa-map:before {
    content: "\f279";
}

.fa-map-marked:before {
    content: "\f59f";
}

.fa-map-marked-alt:before {
    content: "\f5a0";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-markdown:before {
    content: "\f60f";
}

.fa-marker:before {
    content: "\f5a1";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mask:before {
    content: "\f6fa";
}

.fa-mastodon:before {
    content: "\f4f6";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-medal:before {
    content: "\f5a2";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f3c7";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-medrt:before {
    content: "\f3c8";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-megaport:before {
    content: "\f5a3";
}

.fa-meh:before {
    content: "\f11a";
}

.fa-meh-blank:before {
    content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5";
}

.fa-memory:before {
    content: "\f538";
}

.fa-mendeley:before {
    content: "\f7b3";
}

.fa-menorah:before {
    content: "\f676";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-meteor:before {
    content: "\f753";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-alt:before {
    content: "\f3c9";
}

.fa-microphone-alt-slash:before {
    content: "\f539";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-microscope:before {
    content: "\f610";
}

.fa-microsoft:before {
    content: "\f3ca";
}

.fa-minus:before {
    content: "\f068";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-mitten:before {
    content: "\f7b5";
}

.fa-mix:before {
    content: "\f3cb";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-mizuni:before {
    content: "\f3cc";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-mobile-alt:before {
    content: "\f3cd";
}

.fa-modx:before {
    content: "\f285";
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-money-bill:before {
    content: "\f0d6";
}

.fa-money-bill-alt:before {
    content: "\f3d1";
}

.fa-money-bill-wave:before {
    content: "\f53a";
}

.fa-money-bill-wave-alt:before {
    content: "\f53b";
}

.fa-money-check:before {
    content: "\f53c";
}

.fa-money-check-alt:before {
    content: "\f53d";
}

.fa-monument:before {
    content: "\f5a6";
}

.fa-moon:before {
    content: "\f186";
}

.fa-mortar-pestle:before {
    content: "\f5a7";
}

.fa-mosque:before {
    content: "\f678";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-mountain:before {
    content: "\f6fc";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-mug-hot:before {
    content: "\f7b6";
}

.fa-music:before {
    content: "\f001";
}

.fa-napster:before {
    content: "\f3d2";
}

.fa-neos:before {
    content: "\f612";
}

.fa-network-wired:before {
    content: "\f6ff";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-newspaper:before {
    content: "\f1ea";
}

.fa-nimblr:before {
    content: "\f5a8";
}

.fa-nintendo-switch:before {
    content: "\f418";
}

.fa-node:before {
    content: "\f419";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-not-equal:before {
    content: "\f53e";
}

.fa-notes-medical:before {
    content: "\f481";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-oil-can:before {
    content: "\f613";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-om:before {
    content: "\f679";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-osi:before {
    content: "\f41a";
}

.fa-otter:before {
    content: "\f700";
}

.fa-outdent:before {
    content: "\f03b";
}

.fa-page4:before {
    content: "\f3d7";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-paint-roller:before {
    content: "\f5aa";
}

.fa-palette:before {
    content: "\f53f";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-pallet:before {
    content: "\f482";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-parachute-box:before {
    content: "\f4cd";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-parking:before {
    content: "\f540";
}

.fa-passport:before {
    content: "\f5ab";
}

.fa-pastafarianism:before {
    content: "\f67b";
}

.fa-paste:before {
    content: "\f0ea";
}

.fa-patreon:before {
    content: "\f3d9";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-peace:before {
    content: "\f67c";
}

.fa-pen:before {
    content: "\f304";
}

.fa-pen-alt:before {
    content: "\f305";
}

.fa-pen-fancy:before {
    content: "\f5ac";
}

.fa-pen-nib:before {
    content: "\f5ad";
}

.fa-pen-square:before {
    content: "\f14b";
}

.fa-pencil-alt:before {
    content: "\f303";
}

.fa-pencil-ruler:before {
    content: "\f5ae";
}

.fa-penny-arcade:before {
    content: "\f704";
}

.fa-people-carry:before {
    content: "\f4ce";
}

.fa-percent:before {
    content: "\f295";
}

.fa-percentage:before {
    content: "\f541";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-person-booth:before {
    content: "\f756";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-phoenix-squadron:before {
    content: "\f511";
}

.fa-phone:before {
    content: "\f095";
}

.fa-phone-slash:before {
    content: "\f3dd";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.fa-php:before {
    content: "\f457";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-pied-piper-hat:before {
    content: "\f4e5";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-piggy-bank:before {
    content: "\f4d3";
}

.fa-pills:before {
    content: "\f484";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-place-of-worship:before {
    content: "\f67f";
}

.fa-plane:before {
    content: "\f072";
}

.fa-plane-arrival:before {
    content: "\f5af";
}

.fa-plane-departure:before {
    content: "\f5b0";
}

.fa-play:before {
    content: "\f04b";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-playstation:before {
    content: "\f3df";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-plus:before {
    content: "\f067";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-poll:before {
    content: "\f681";
}

.fa-poll-h:before {
    content: "\f682";
}

.fa-poo:before {
    content: "\f2fe";
}

.fa-poo-storm:before {
    content: "\f75a";
}

.fa-poop:before {
    content: "\f619";
}

.fa-portrait:before {
    content: "\f3e0";
}

.fa-pound-sign:before {
    content: "\f154";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-pray:before {
    content: "\f683";
}

.fa-praying-hands:before {
    content: "\f684";
}

.fa-prescription:before {
    content: "\f5b1";
}

.fa-prescription-bottle:before {
    content: "\f485";
}

.fa-prescription-bottle-alt:before {
    content: "\f486";
}

.fa-print:before {
    content: "\f02f";
}

.fa-procedures:before {
    content: "\f487";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-project-diagram:before {
    content: "\f542";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-question:before {
    content: "\f128";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-quidditch:before {
    content: "\f458";
}

.fa-quinscape:before {
    content: "\f459";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-quran:before {
    content: "\f687";
}

.fa-r-project:before {
    content: "\f4f7";
}

.fa-radiation:before {
    content: "\f7b9";
}

.fa-radiation-alt:before {
    content: "\f7ba";
}

.fa-rainbow:before {
    content: "\f75b";
}

.fa-random:before {
    content: "\f074";
}

.fa-raspberry-pi:before {
    content: "\f7bb";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-react:before {
    content: "\f41b";
}

.fa-reacteurope:before {
    content: "\f75d";
}

.fa-readme:before {
    content: "\f4d5";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-receipt:before {
    content: "\f543";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-red-river:before {
    content: "\f3e3";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-redhat:before {
    content: "\f7bc";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-redo-alt:before {
    content: "\f2f9";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-reply:before {
    content: "\f3e5";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-republican:before {
    content: "\f75e";
}

.fa-researchgate:before {
    content: "\f4f8";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-restroom:before {
    content: "\f7bd";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-rev:before {
    content: "\f5b2";
}

.fa-ribbon:before {
    content: "\f4d6";
}

.fa-ring:before {
    content: "\f70b";
}

.fa-road:before {
    content: "\f018";
}

.fa-robot:before {
    content: "\f544";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-route:before {
    content: "\f4d7";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-ruble-sign:before {
    content: "\f158";
}

.fa-ruler:before {
    content: "\f545";
}

.fa-ruler-combined:before {
    content: "\f546";
}

.fa-ruler-horizontal:before {
    content: "\f547";
}

.fa-ruler-vertical:before {
    content: "\f548";
}

.fa-running:before {
    content: "\f70c";
}

.fa-rupee-sign:before {
    content: "\f156";
}

.fa-sad-cry:before {
    content: "\f5b3";
}

.fa-sad-tear:before {
    content: "\f5b4";
}

.fa-safari:before {
    content: "\f267";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-satellite:before {
    content: "\f7bf";
}

.fa-satellite-dish:before {
    content: "\f7c0";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-schlix:before {
    content: "\f3ea";
}

.fa-school:before {
    content: "\f549";
}

.fa-screwdriver:before {
    content: "\f54a";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-scroll:before {
    content: "\f70e";
}

.fa-sd-card:before {
    content: "\f7c2";
}

.fa-search:before {
    content: "\f002";
}

.fa-search-dollar:before {
    content: "\f688";
}

.fa-search-location:before {
    content: "\f689";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-seedling:before {
    content: "\f4d8";
}

.fa-sellcast:before {
    content: "\f2da";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-server:before {
    content: "\f233";
}

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-shapes:before {
    content: "\f61f";
}

.fa-share:before {
    content: "\f064";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-shekel-sign:before {
    content: "\f20b";
}

.fa-shield-alt:before {
    content: "\f3ed";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-shipping-fast:before {
    content: "\f48b";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-shoe-prints:before {
    content: "\f54b";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-shopware:before {
    content: "\f5b5";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-shuttle-van:before {
    content: "\f5b6";
}

.fa-sign:before {
    content: "\f4d9";
}

.fa-sign-in-alt:before {
    content: "\f2f6";
}

.fa-sign-language:before {
    content: "\f2a7";
}

.fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-signal:before {
    content: "\f012";
}

.fa-signature:before {
    content: "\f5b7";
}

.fa-sim-card:before {
    content: "\f7c4";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-sith:before {
    content: "\f512";
}

.fa-skating:before {
    content: "\f7c5";
}

.fa-sketch:before {
    content: "\f7c6";
}

.fa-skiing:before {
    content: "\f7c9";
}

.fa-skiing-nordic:before {
    content: "\f7ca";
}

.fa-skull:before {
    content: "\f54c";
}

.fa-skull-crossbones:before {
    content: "\f714";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f3ef";
}

.fa-slash:before {
    content: "\f715";
}

.fa-sleigh:before {
    content: "\f7cc";
}

.fa-sliders-h:before {
    content: "\f1de";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-smile:before {
    content: "\f118";
}

.fa-smile-beam:before {
    content: "\f5b8";
}

.fa-smile-wink:before {
    content: "\f4da";
}

.fa-smog:before {
    content: "\f75f";
}

.fa-smoking:before {
    content: "\f48d";
}

.fa-smoking-ban:before {
    content: "\f54d";
}

.fa-sms:before {
    content: "\f7cd";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-snowboarding:before {
    content: "\f7ce";
}

.fa-snowflake:before {
    content: "\f2dc";
}

.fa-snowman:before {
    content: "\f7d0";
}

.fa-snowplow:before {
    content: "\f7d2";
}

.fa-socks:before {
    content: "\f696";
}

.fa-solar-panel:before {
    content: "\f5ba";
}

.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-alpha-down:before {
    content: "\f15d";
}

.fa-sort-alpha-up:before {
    content: "\f15e";
}

.fa-sort-amount-down:before {
    content: "\f160";
}

.fa-sort-amount-up:before {
    content: "\f161";
}

.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-numeric-down:before {
    content: "\f162";
}

.fa-sort-numeric-up:before {
    content: "\f163";
}

.fa-sort-up:before {
    content: "\f0de";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-sourcetree:before {
    content: "\f7d3";
}

.fa-spa:before {
    content: "\f5bb";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-spider:before {
    content: "\f717";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-splotch:before {
    content: "\f5bc";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-spray-can:before {
    content: "\f5bd";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-square-full:before {
    content: "\f45c";
}

.fa-square-root-alt:before {
    content: "\f698";
}

.fa-squarespace:before {
    content: "\f5be";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-stamp:before {
    content: "\f5bf";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-and-crescent:before {
    content: "\f699";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-star-half-alt:before {
    content: "\f5c0";
}

.fa-star-of-david:before {
    content: "\f69a";
}

.fa-star-of-life:before {
    content: "\f621";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stopwatch:before {
    content: "\f2f2";
}

.fa-store:before {
    content: "\f54e";
}

.fa-store-alt:before {
    content: "\f54f";
}

.fa-strava:before {
    content: "\f428";
}

.fa-stream:before {
    content: "\f550";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-stripe:before {
    content: "\f429";
}

.fa-stripe-s:before {
    content: "\f42a";
}

.fa-stroopwafel:before {
    content: "\f551";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-subway:before {
    content: "\f239";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-suitcase-rolling:before {
    content: "\f5c1";
}

.fa-sun:before {
    content: "\f185";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-surprise:before {
    content: "\f5c2";
}

.fa-suse:before {
    content: "\f7d6";
}

.fa-swatchbook:before {
    content: "\f5c3";
}

.fa-swimmer:before {
    content: "\f5c4";
}

.fa-swimming-pool:before {
    content: "\f5c5";
}

.fa-synagogue:before {
    content: "\f69b";
}

.fa-sync:before {
    content: "\f021";
}

.fa-sync-alt:before {
    content: "\f2f1";
}

.fa-syringe:before {
    content: "\f48e";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-table-tennis:before {
    content: "\f45d";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-tablet-alt:before {
    content: "\f3fa";
}

.fa-tablets:before {
    content: "\f490";
}

.fa-tachometer-alt:before {
    content: "\f3fd";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-tape:before {
    content: "\f4db";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-taxi:before {
    content: "\f1ba";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-teeth:before {
    content: "\f62e";
}

.fa-teeth-open:before {
    content: "\f62f";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f3fe";
}

.fa-temperature-high:before {
    content: "\f769";
}

.fa-temperature-low:before {
    content: "\f76b";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-tenge:before {
    content: "\f7d7";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-the-red-yeti:before {
    content: "\f69d";
}

.fa-theater-masks:before {
    content: "\f630";
}

.fa-themeco:before {
    content: "\f5c6";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-thermometer:before {
    content: "\f491";
}

.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-think-peaks:before {
    content: "\f731";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbtack:before {
    content: "\f08d";
}

.fa-ticket-alt:before {
    content: "\f3ff";
}

.fa-times:before {
    content: "\f00d";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-tint:before {
    content: "\f043";
}

.fa-tint-slash:before {
    content: "\f5c7";
}

.fa-tired:before {
    content: "\f5c8";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-toilet:before {
    content: "\f7d8";
}

.fa-toilet-paper:before {
    content: "\f71e";
}

.fa-toolbox:before {
    content: "\f552";
}

.fa-tools:before {
    content: "\f7d9";
}

.fa-tooth:before {
    content: "\f5c9";
}

.fa-torah:before {
    content: "\f6a0";
}

.fa-torii-gate:before {
    content: "\f6a1";
}

.fa-tractor:before {
    content: "\f722";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-traffic-light:before {
    content: "\f637";
}

.fa-train:before {
    content: "\f238";
}

.fa-tram:before {
    content: "\f7da";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-trash-alt:before {
    content: "\f2ed";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-trello:before {
    content: "\f181";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-truck-loading:before {
    content: "\f4de";
}

.fa-truck-monster:before {
    content: "\f63b";
}

.fa-truck-moving:before {
    content: "\f4df";
}

.fa-truck-pickup:before {
    content: "\f63c";
}

.fa-tshirt:before {
    content: "\f553";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-typo3:before {
    content: "\f42b";
}

.fa-uber:before {
    content: "\f402";
}

.fa-ubuntu:before {
    content: "\f7df";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-umbrella-beach:before {
    content: "\f5ca";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-undo-alt:before {
    content: "\f2ea";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-university:before {
    content: "\f19c";
}

.fa-unlink:before {
    content: "\f127";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-untappd:before {
    content: "\f405";
}

.fa-upload:before {
    content: "\f093";
}

.fa-ups:before {
    content: "\f7e0";
}

.fa-usb:before {
    content: "\f287";
}

.fa-user:before {
    content: "\f007";
}

.fa-user-alt:before {
    content: "\f406";
}

.fa-user-alt-slash:before {
    content: "\f4fa";
}

.fa-user-astronaut:before {
    content: "\f4fb";
}

.fa-user-check:before {
    content: "\f4fc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-clock:before {
    content: "\f4fd";
}

.fa-user-cog:before {
    content: "\f4fe";
}

.fa-user-edit:before {
    content: "\f4ff";
}

.fa-user-friends:before {
    content: "\f500";
}

.fa-user-graduate:before {
    content: "\f501";
}

.fa-user-injured:before {
    content: "\f728";
}

.fa-user-lock:before {
    content: "\f502";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-user-minus:before {
    content: "\f503";
}

.fa-user-ninja:before {
    content: "\f504";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-user-shield:before {
    content: "\f505";
}

.fa-user-slash:before {
    content: "\f506";
}

.fa-user-tag:before {
    content: "\f507";
}

.fa-user-tie:before {
    content: "\f508";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-users:before {
    content: "\f0c0";
}

.fa-users-cog:before {
    content: "\f509";
}

.fa-usps:before {
    content: "\f7e1";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-utensil-spoon:before {
    content: "\f2e5";
}

.fa-utensils:before {
    content: "\f2e7";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-vector-square:before {
    content: "\f5cb";
}

.fa-venus:before {
    content: "\f221";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-vial:before {
    content: "\f492";
}

.fa-vials:before {
    content: "\f493";
}

.fa-viber:before {
    content: "\f409";
}

.fa-video:before {
    content: "\f03d";
}

.fa-video-slash:before {
    content: "\f4e2";
}

.fa-vihara:before {
    content: "\f6a7";
}

.fa-vimeo:before {
    content: "\f40a";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-vk:before {
    content: "\f189";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-volleyball-ball:before {
    content: "\f45f";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-mute:before {
    content: "\f6a9";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-vote-yea:before {
    content: "\f772";
}

.fa-vr-cardboard:before {
    content: "\f729";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-walking:before {
    content: "\f554";
}

.fa-wallet:before {
    content: "\f555";
}

.fa-warehouse:before {
    content: "\f494";
}

.fa-water:before {
    content: "\f773";
}

.fa-weebly:before {
    content: "\f5cc";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-weight:before {
    content: "\f496";
}

.fa-weight-hanging:before {
    content: "\f5cd";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-wind:before {
    content: "\f72e";
}

.fa-window-close:before {
    content: "\f410";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-wine-bottle:before {
    content: "\f72f";
}

.fa-wine-glass:before {
    content: "\f4e3";
}

.fa-wine-glass-alt:before {
    content: "\f5ce";
}

.fa-wix:before {
    content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
    content: "\f730";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-won-sign:before {
    content: "\f159";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-wpressr:before {
    content: "\f3e4";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-x-ray:before {
    content: "\f497";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-yarn:before {
    content: "\f7e3";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-yen-sign:before {
    content: "\f157";
}

.fa-yin-yang:before {
    content: "\f6ad";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-youtube-square:before {
    content: "\f431";
}

.fa-zhihu:before {
    content: "\f63f";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.far {
    font-family: 'Font Awesome';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome';
    font-style: normal;
    font-weight: 900;
    src: url("http://caminhodetorres.pt/assets/media/icons/fontawesome/webfonts/fa-solid-900.eot");
    src: url("http://caminhodetorres.pt/assets/media/icons/fontawesome/webfonts/fa-solid-900.eot#iefix") format("embedded-opentype"), url("http://caminhodetorres.pt/assets/media/icons/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("http://caminhodetorres.pt/assets/media/icons/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("http://caminhodetorres.pt/assets/media/icons/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("http://caminhodetorres.pt/assets/media/icons/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: 'Font Awesome';
    font-weight: 900;
}

/*
     FILE ARCHIVED ON 02:48:36 Jul 07, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:46:34 Jul 27, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.484
  captures_list: 0.455
  exclusion.robots: 0.05
  exclusion.robots.policy: 0.04
  esindex: 0.011
  cdx.remote: 54.35
  LoadShardBlock: 238.004 (3)
  PetaboxLoader3.datanode: 636.369 (4)
  PetaboxLoader3.resolve: 597.192 (2)
  load_resource: 1200.172
*/


/*

===================================================================
MAIN STYLE - STYLE.CSS
===================================================================
Table of contents

 - Global
 - Colors
 - Icons
 - Sections
 - Navigation
 - Headers
 - Typography
 - Components
 - Container
 - Footer
 - Animations
 - Responsive classes

------------------------------------------------------------------- 

# GLOBAL
===================================================================

*/

@font-face {
    font-family: "Icons";
    src: url('http://caminhodetorres.pt/assets/media/icons/icons.eot');
    src: url('http://caminhodetorres.pt/assets/media/icons/icons.eot#iefix-rdmvgc') format('embedded-opentype'), url('http://caminhodetorres.pt/assets/media/icons/icons.woff') format('woff'), url('http://caminhodetorres.pt/assets/media/icons/icons.ttf') format('truetype'), url('http://caminhodetorres.pt/assets/media/icons/icons.svg?-rdmvgc#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {margin:0; padding:0;}

body > #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99995;
}

#preloader:before {
    content: url(http://caminhodetorres.pt/assets/media/loader.svg);
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
}

body.no-transactions * {
    transition: none !important;
}

a, li {
    -webkit-tap-highlight-color: transparent
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

p {
    margin: 0;
}

p + p {
    margin-top: 15px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

h1 + p, h2 + p, h3 + p, h4 + p, h2 + ul.icon-list, h3 + ul.icon-list, p + h3, p + .btn, p + h4, h4 + .btn, h4 + .btn-text, p + ul.icon-list, p + .btn-text, p + table, p + pre, p + img, p + .row, p + .img-box, p + .media-box, p + .cnt-box, p + .icon-links, p + ul.icon-list, .container > .row + .row, .container > div + p, .container > div + .btn, .table + .btn, .table + .btn-text, h4 + div, h4 + ul, h4 + ul.icon-list, h4 + a {
    margin-top: 15px;
}

.row.justify-content-around {
    margin-right: -55px;
    margin-left: -55px;
}

.btn:not(.full-width) + .btn:not(.full-width) {
    margin-left: 15px;
}

.hidden {
    display: none !important;
}

.text-light {
    font-weight: 100 !important;
}

.text-normal {
    font-weight: 400 !important;
}

.text-semibold {
    font-weight: 600 !important;
}

.text-bold {
    font-weight: 700 !important;
}

.text-black {
    font-weight: 900 !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.clear {
    clear: both;
    width: 100%;
}

.full-width {
    width: 100%;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.no-margin {
    margin: 0;
}

[data-href] {
    cursor: pointer;
}

.scroll-show:not(.showed) {
    display: none !important;
}

.boxed-area {
    padding: 30px;
    border-radius: 3px;
}

.black {color: #000000;}
.blue {color: #004EBC;}
.yellow {color: #FFC82F;}
.orange {color: #F45E00;}


/* 

# COLORS
===================================================================

-------------------------------------------------------------------
COLOR 1
-------------------------------------------------------------------

*/

::placeholder {
    color: #004EBC;
}

footer {
    background-color: #FFFFFF;
}

/*
-------------------------------------------------------------------
COLOR 2
-------------------------------------------------------------------
*/

h1, h2, h3, h4, h5, h6, .btn.btn-border, .btn-text, .input-text, .input-select, .input-textarea, .icon-list span, .icon-list span a, .social-links a i, a, .glide__arrow, .search-bar input[type=submit],
.menu-cnt .tab-nav > li a {
    color: #004EBC;
}

.icon-circle li:before, .icon-circle span:before, .icon-line li:before, .icon-line span:before, .progress-bar > div > div, .progress-bar > div span, .breadcrumb li a:after, .glide__bullets > button {
    background-color: #004EBC;
}

.btn, .tab-nav li.active a, .tab-nav li:hover a, .icon-links-grid a:hover, .icon-links-button a {
    background-color: #004EBC;
    border-color: #004EBC;
}

.tab-nav li a {
    color: #004EBC;
    border-color: #004EBC;
}

/*
-------------------------------------------------------------------
COLOR 3
-------------------------------------------------------------------
*/

.btn-border:hover, .icon-links a:hover i, .icon-links-popup:hover > i, .breadcrumb li:not(:last-child):hover a, .pagination li:not(.page):hover a, .search-bar input[type=submit]:hover,
.accordion-list > li:hover > a, .btn-text:hover, .menu-inner li:hover > a, .menu-inner li.active > a, .menu-inner .dropdown ul > li:hover > a, .album-title > a:hover, .glide__arrow:hover,
.mega-menu .icon-list li a:hover, nav.active .menu-btn, .menu-transparent .menu-cnt > ul > li:hover > a, .list-nav a:hover {
    color: #004EBC;
}

.light .dropdown > ul > li:not(:hover) > a {
    color: #004EBC !important;
}

.btn:not(.btn-border):hover, .cnt-box-badge .badge, .cnt-box-blog-side .blog-date, .cnt-box-blog-top .blog-date, .dropdown ul:not(.icon-list) li:hover > a,
.menu-cnt > ul > li:hover > a, .lan-menu > li:hover > a, .glide__bullets > button:hover, .glide__bullets > button.glide__bullet--active {
    background-color: #004EBC;
}

.icon-links-button a:hover, .pagination li.page:hover a, .pagination li.page.active a {
    background-color: #004EBC;
    border-color: #004EBC;
}

.btn:hover, .input-text:focus, .input-select:focus, .input-textarea:focus, .search-bar input[type=text]:focus {
    border-color: #004EBC;
}

/*
-------------------------------------------------------------------
COLOR 4
-------------------------------------------------------------------
*/

.input-text, .input-select, .input-textarea, .cnt-pricing-table, .table, .table td, .table th, .step-item > span, .pagination li.page a, .accordion-list > li,
.menu-inner:not(.menu-inner-vertical) .dropdown ul, .search-bar input[type=text], .footer-bar, .menu-cnt.active, .search-box-menu, .section-block + .section-base, .section-map + .section-base {
    border-color: #c3dff7;
}

.step-item:before, .menu-inner li:before, .bg-color, body main > section.bg-color, .menu-top-logo > .container:before {
    background-color: #c3dff7;
}

/*
-------------------------------------------------------------------
COLOR 5
-------------------------------------------------------------------
*/

.cnt-box-testimonials-bubble > p, .cnt-call, .comment-list li, .quote, .progress-bar > div, .timeline .panel, .header-base, .cnt-box.boxed .caption, .cnt-box-side-icon.boxed > i,
.cnt-box-top-icon.boxed > i, .menu-big-box .menu-box {
    background-color: #EAF5FC;
}

.cnt-box-testimonials-bubble > p:after {
    border-color: #EAF5FC;
}


/*
-------------------------------------------------------------------
LIGHT COLOR
-------------------------------------------------------------------
*/

.light, .light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p, .light .btn-text, .light .btn-text:hover, .light .btn a, .light .btn:hover, nav.light a, .light .glide__arrow, .light .counter .value span:last-child, .light.counter .value span:last-child {
    color: #FFF !important;
}

.light .breadcrumb li a:after {
    background-color: #FFF;
}

.light .glide__bullets > button, .light .glide__bullets > button.glide__bullet--active, .section-color .boxed-area {
    background-color: #FFF !important;
}

.light .btn-border {
    color: #FFF !important;
    border-color: #FFF !important;
}

.light .btn-text:hover, .light p a:hover {
    opacity: .7;
}

/* 

# ICONS
===================================================================

*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "Icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    text-transform: none;
}

.icon-user:before {
    content: "\6a";
}

.icon-bookmark:before {
    content: "\6c";
}

.icon-share:before {
    content: "\6d";
}

.icon-calendar:before {
    content: "\6e";
}

.icon-facebook:before {
    content: "\6b";
}

.icon-twitter:before {
    content: "\6f";
}

.icon-instagram:before {
    content: "\70";
}

.icon-google:before {
    content: "\71";
}

.icon-linkedin:before {
    content: "\72";
}

.icon-youtube:before {
    content: "\73";
}

/*

# SECTIONS
===================================================================

-------------------------------------------------------------------
GLOBAL - SECTION
-------------------------------------------------------------------

*/

main > section {
    margin: 0;
    padding: 0;
    position: relative;
    /*overflow: hidden;*/
}

main > section.section-base {
    background-color: #FFF;
}

main > section.section-base.section-color {
    background-color: #F9F9F9;
}

main > section.section-color-yellow {
    background-color: #FFC82F;
}

main > .section-color-yellow {
    background-color: #FFC82F;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

main > section.section-base.section-color.fundo-app-roteiro {
    background-color: #F9F9F9;
	background-image: url('http://caminhodetorres.pt/media/fundo-app-roteiro.png');
}

main > section > .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
	main > section > .container {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.section-video > video, .section-map > .google-map, .section-slider > .background-slider, .section-slider > .background-slider > div {
    position: absolute !important;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

section.section-center {
    display: flex;
    align-items: center;
}

.section-full-height {
    height: 100vh;
}

.section-full-width > .container {
    max-width: 100%;
    width: 100%;
}

@media (min-width: 994px) {
    .section-full-width-right > .container > .row > .col-lg-6:last-child {
        position: absolute;
        left: 50%;
    }

    .section-full-width-right > .container > .row > .col-lg-8:last-child {
        position: absolute;
        left: 66.666667%;
    }

    .section-full-width-left > .container > .row > .col-lg-6:first-child {
        position: absolute;
        right: 50%;
    }

    .section-full-width-left > .container > .row {
        direction: rtl;
        text-align: left;
    }

    .section-full-width-left > .container > .row > div, .section-full-width-right > .container > .row > div {
        direction: ltr;
    }

    main .section-full-width-left > .container {
        position: static;
    }
}

.no-padding-y > .container {
    padding-top: 0;
    padding-bottom: 0;
}

.no-padding-x > .container {
    padding-left: 0;
    padding-right: 0;
}

.no-padding-top > .container {
    padding-top: 0;
}

.no-padding-bottom > .container {
    padding-bottom: 0;
}

.no-padding > .container {
    padding: 0;
}

/*
-------------------------------------------------------------------
IMAGE - SECTION
-------------------------------------------------------------------
*/

.section-image {
    background-size: cover;
    background-position: center center;
}

.section-image.bg-top {
    background-position: top;
}

.section-image.bg-bottom {
    background-position: bottom;
}

/*
-------------------------------------------------------------------
MAP - SECTION
-------------------------------------------------------------------
*/

main > .section-map {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-map > .container {
    position: relative;
    z-index: 5;
    background-color: #FFF;
    padding: 30px;
    border-radius: 3px;
    width: 50%;
    margin: 0 15px;
    left: calc(50% - 30px);
    transform: translateX(calc(-100% + 30px));
}

.section-map-right > .container {
    transform: none;
}

.section-map.section-full-width > .container {
    max-width: 50%;
}

@media (min-width: 1200px) {
    .section-map > .container {
        max-width: 570px;
    }
}

/*
-------------------------------------------------------------------
VIDEO - SECTION
-------------------------------------------------------------------
*/

.section-video > video {
    height: auto;
}

.section-video > .container {
    position: relative;
    z-index: 5;
}

/*
-------------------------------------------------------------------
SLIDER - SECTION
-------------------------------------------------------------------
*/

.section-slider > .background-slider > div {
    opacity: 0;
    transition: all .5s;
    background-size: cover;
    background-position: center center;
}

.section-slider > .background-slider > div.active {
    opacity: 1;
}

.section-slider > .container {
    position: relative;
    z-index: 5;
}

.section-slider[data-slider-parallax] .background-slider {
    position: fixed !important;
    z-index: -1;
    opacity: 0;
    transition: none;
}

.section-slider[data-slider-parallax].active .background-slider {
    opacity: 1;
}

/*
-------------------------------------------------------------------
BLOCK - SECTION
-------------------------------------------------------------------
*/

.section-block > .block-media {
    position: absolute;
    width: calc(50% - 15px);
    height: 100%;
    top: 0;
    right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow: hidden;
}

.section-block-right > .block-media {
    left: 0;
    right: auto;
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.section-block > .container > .row > .col:first-child:before {
    content: '';
    border: 25px solid #ffffff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    right: -65px;
    left: auto;
    top: 50%;
    margin-top: -25px;
    position: absolute;
    z-index: 1;
}

.section-block-right > .container > .row > .col:first-child:before {
    right: auto;
    left: -65px;
    transform: rotate(180deg);
}

.section-block > .block-media .image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.section-block > .block-media video {
    width: 100%;
}

.section-block-right > .container > .row {
    flex-direction: row-reverse;
}

.section-block > .container > .row > .col:last-child {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(30px);
}

.section-block-right > .container > .row > .col:last-child {
    transform: translateX(-30px);
}

.section-block-full > .block-media {
    width: 100%;
}

.section-block-full > .container > .row > .col {
    max-width: calc(50% - 60px);
}

.section-block-full > .container > .row > .col:first-child {
    background: #FFF;
    padding: 60px;
    margin: 0 30px;
    border-radius: 3px;
}

.section-block-full > .container > .row > .col:first-child:before {
    right: -49px;
}

.section-block-full.section-block-right > .container > .row > .col:first-child:before {
    right: auto;
    left: -49px;
}

/*

# NAVIGATION
===================================================================

-------------------------------------------------------------------
GLOBAL
-------------------------------------------------------------------

*/

body > nav {
    z-index: 995;
    position: relative;
    background-color: #FFF;
}

body > nav > .container {
    height: 100%;
}

.dropdown ul li a {
    background-color: #FFF;
}

.dropdown ul li:hover > a, nav:not(.menu-transparent) .menu-cnt > ul > li:hover > a {
    color: #FFC82F;
}

.logo-retina {
    display: none !important;
}

@media (min-resolution: 192dpi) and (min-width: 994px), (-webkit-min-device-pixel-ratio: 2) and (min-width: 994px) {
    .logo-retina:not(.hidden):not(.scroll-show), .logo-retina.scroll-show.showed {
        display: block !important;
    }

    .logo-default {
        display: none !important;
    }
}

body > nav .menu-brand {
    float: left;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    z-index: 9999;
    position: relative;
}

body > nav .menu-brand > a {
    height: 100%;
}

body > nav .menu-brand img {
    max-height: 100%;
    display: block;
}

.menu-btn {
    display: none;
    width: 30px;
    height: 30px;
    font-style: normal;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    line-height: 30px;
}

.menu-btn:before {
    content: "\64";
    font-family: "Icons";
    position: absolute;
    left: 0;
    text-transform: none;
}

.menu-right {
    float: right;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0 -15px;
}

.menu-cnt {
    position: relative;
}

.menu-cnt > ul, .menu-inner > ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-left: 30px;
}

.menu-cnt > ul > li > a, .dropdown > ul > li > a, .dropdown-submenu > ul > li > a {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 13px;
    display: block;
}

.menu-cnt ul > li > a {
    text-decoration: none;
    transition: all .5s, height 0s, line-height 0s;
}

.menu-cnt > ul > li a {
    color: #004EBC;
    text-decoration: none;
    text-align: left;
}
.menu-cnt > ul > li a.active {
    color: #FFC82F;
}

.menu-right > * {
    margin: 0 15px;
}

.search-box-menu > input[type=text] {
    display: none;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: calc(100% + 10px);
    width: 100% !important;
    max-width: 1125px;
    padding: 5px 15px;
    margin: auto;
    border: none;
    height: 50px;
    z-index: 9;
    outline: none;
    border-radius: 3px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
    background-color: white;
    transition: all .5s;
}

body > nav .search-box-menu.active > input {
    display: block;
}

.search-box-menu > i {
    font-size: 19px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    width: 50px;
    display: block;
    text-align: center;
}

.search-box-menu > i:before {
    font-family: "Icons";
    content: "\61";
    font-style: normal;
    text-transform: none;
}

.search-box-menu.active > i:before {
    content: "\63";
}

.search-box-menu > input[type=submit] {
    display: none;
    position: absolute;
    z-index: 9;
    right: 0;
    height: 40px;
    top: calc(100% + 15px);
    background: #FFF;
    border: none;
    padding: 0 15px;
    cursor: pointer;
}

.search-bar {
    position: relative;
}

.search-bar input[type=text] {
    line-height: 25px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    outline: none;
    padding: 0 5px;
    transition: all .5s;
}

.search-bar input[type=submit] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

nav.light h5, .light .shop-menu .shop-cart .cart-item .cart-content, .light .shop-menu p, .light .shop-menu .btn, .light .lan-menu ul li a, .menu-cnt li.dropdown-submenu > a {
    color: #4C4C4C;
}

body > nav .icon-links a i {
    font-size: 16px;
    transform: translateX(-50%) translateY(-50%);
}

.menu-cnt li > a {
    position: relative;
}

/*
-------------------------------------------------------------------
MINI MENU SECTION - NAVIGATION MENU
-------------------------------------------------------------------
*/

.menu-mini {
    height: 35px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.21);
    background: #fff;
}

.menu-mini > .container > ul {
    list-style: none;
    float: left;
    padding: 0;
    margin: 9px 0 0 0;
}

.menu-mini > .container > ul > li {
    float: left;
    padding-right: 20px;
    padding-left: 25px;
    font-size: 13px;
    line-height: 16px;
    position: relative;
}

.menu-mini > .container > ul > li i {
    margin-right: 5px;
    font-size: 16px;
    position: absolute;
    left: 0px;
}

.menu-mini li > a {
    text-decoration: none;
}

.menu-mini .menu-right {
    align-items: center;
    height: 35px;
    padding: 0;
}

.menu-mini .icon-links i, .menu-mini .icon-links i:hover {
    font-size: 14px;
    border-radius: 0;
    width: 35px;
    padding: 0;
}

.menu-mini .lan-menu {
    position: relative;
    z-index: 999;
}

.menu-mini .lan-menu li.dropdown > a {
    height: 35px;
    line-height: 35px;
    padding-top: 0;
    padding-bottom: 0;
}

.menu-wide .container, .menu-wide .search-box-menu > input {
    max-width: 100%;
}

/*
-------------------------------------------------------------------
DROPDOWN - NAVIGATION MENU
-------------------------------------------------------------------
*/

.dropdown ul:not(.icon-list) {
    position: absolute;
    display: none;
}

.dropdown li {
    cursor: pointer;
}

.dropdown > a {
    position: relative;
}

.dropdown > ul, .dropdown-submenu > ul {
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.17);
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    min-width: 200px;
}

.dropdown:hover > ul, .dropdown:hover .mega-menu, .dropdown-submenu:hover > ul {
    display: block;
    z-index: 2;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > a {
    position: relative;
    z-index: 3;
}

.dropdown-submenu > a:after, .menu-side .dropdown > a:after, .menu-side .mega-dropdown > a:after, .menu-inner .dropdown > a:after {
    font-family: "Icons";
    content: "\67";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    right: 10px;
    transition: transform .5s;
    text-transform: none;
    opacity: .7;
}

.dropdown-submenu > a:after, .menu-side:not(.menu-side-collapse) li > a:after {
    transform: translateY(-50%) rotate(0deg);
    transition: none;
}

.dropdown.active > a:after, .mega-dropdown.active > a:after {
    transform: translateY(-50%) rotate(90deg) matrix(-1, 0, 0, 1, 0, 0);
}

.dropdown:hover > a:after, .menu-cnt li:hover > a:after {
    opacity: 1;
}

.dropdown-submenu ul {
    top: 0;
    left: 100%;
    z-index: 1;
}

.menu-cnt > ul > li.dropdown > a, .menu-cnt > ul > li.mega-dropdown > a {
    padding-right: 22px;
}

.menu-side .menu-cnt > ul > li.dropdown > a, .menu-side .menu-cnt > ul > li.mega-dropdown > a {
    padding-right: 15px;
}

.dropdown .divider {
    height: 1px;
    background: #eaeaea;
}

/*
-------------------------------------------------------------------
MEGA MENU - NAVIGATION MENU
-------------------------------------------------------------------
*/

.mega-dropdown:hover .mega-menu, .mega-menu .tab-box > .panel.active {
    display: flex;
    overflow: hidden;
    z-index: 2;
}

.mega-menu .tab-box > .panel {
    margin: 30px 5px;
}

.mega-menu .tab-nav {
    margin: 15px;
}

.mega-dropdown .mega-menu {
    left: 0;
    width: 100%;
}

.mega-menu .col {
    padding: 0 10px;
}

.mega-menu {
    position: absolute;
    min-width: 250px;
    padding: 25px 5px;
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.17);
    background-color: #FFF;
    background-size: cover;
    display: none;
}

.mega-menu a {
    color: #636363;
    padding-left: 5px;
    display: block;
    white-space: nowrap;
}

.mega-menu .no-icons a {
    padding-left: 0;
}

.mega-menu.bg-menu {
    min-width: 400px;
}

.mega-menu h5 {
    margin-top: 5px;
    min-height: 15px;
    font-size: 15px;
    text-align: left;
}

.mega-menu .icon-list + h5 {
    margin-top: 30px;
}

.mega-menu .no-icons {
    margin-left: 1px;
}

.mega-menu .col > h5:first-child {
    margin-top: 0;
}

.mega-menu .tab-box {
    width: calc(100% + 10px);
    margin: -25px -5px;
}

/*
-------------------------------------------------------------------
MENU RIGHT POSITION - NAVIGATION MENU
-------------------------------------------------------------------
*/

nav.align-right .menu-cnt {
    display: flex;
    justify-content: flex-end;
}

nav.align-right .menu-cnt {
    float: none;
}

/*
-------------------------------------------------------------------
INNER MENU - NAVIGATION MENU
-------------------------------------------------------------------
*/

.menu-inner > ul {
    float: none;
    margin-left: 0;
}

.menu-inner:not(.menu-inner-vertical) > ul > li:not(:last-child) {
    margin-right: 20px;
}

.menu-inner li > a {
    height: 50px;
    line-height: 50px;
    display: block;
    position: relative;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
    transition: all .5s;
}

.menu-inner li.dropdown > a {
    padding-right: 35px;
}

.menu-inner .dropdown ul > li > a {
    font-size: initial;
}

.menu-inner .dropdown ul > li:hover > a {
    background: none;
}

.menu-inner li {
    position: relative;
    transition: all .5s;
}

.menu-inner li:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    transition: all .5s;
    bottom: 0;
    left: 0;
}

.menu-inner li:hover:before, .menu-inner li.active:before {
    width: 100%;
}

.menu-inner li > a > i {
    margin-right: 15px;
}

.menu-inner-vertical > ul {
    display: block;
}

.menu-inner-vertical li.dropdown > ul {
    position: static;
    box-shadow: none;
}

.menu-inner-vertical .dropdown:hover > ul {
    display: none
}

.menu-inner-vertical .dropdown.active > ul {
    display: block
}

.menu-inner.ms-minimal li:hover a, .menu-inner.ms-minimal li.active > a {
    background: none;
}

.menu-inner > div {
    display: none;
    position: relative;
    padding: 10px 0;
}

.menu-inner > div > i {
    right: 0;
}

.menu-inner.nav-right {
    justify-content: flex-end;
    display: flex;
}

.menu-inner.nav-center {
    justify-content: center;
    display: flex;
}

.menu-inner:not(.menu-inner-vertical) .dropdown > a:after {
    right: 0;
}

.menu-inner:not(.menu-inner-vertical) .dropdown ul {
    box-shadow: none;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    margin-top: -1px;
}

.menu-inner:not(.menu-inner-vertical) .dropdown li:last-child:before {
    bottom: -1px;
}

.menu-inner-image li img {
    position: absolute;
    height: 50px;
    max-height: 50px;
    max-width: 50px;
    height: 50px;
    border-radius: 3px;
    left: -65px;
}

.menu-inner-image li {
    padding-left: 65px;
    margin-bottom: 15px;
}

.menu-inner-image li a {
    line-height: 30px;
}

.menu-inner-image li a span {
    display: block;
    line-height: 15px;
    font-size: 12px;
}

/*
-------------------------------------------------------------------
MENU TRANSPARENT - NAVIGATION MENU
-------------------------------------------------------------------
*/

body > nav.menu-transparent, .menu-transparent .form-control, .menu-transparent .btn, .menu-transparent .menu-cnt > ul > li:hover > a, .menu-transparent .lan-menu > li > a, .menu-transparent .btn:hover,
.menu-big-box.menu-transparent .menu-box, .menu-transparent .menu-mini, .menu-transparent .lan-menu > li:hover > a {
    background: none;
}

/*
-------------------------------------------------------------------
MENU FIXED - NAVIGATION MENU
-------------------------------------------------------------------
*/

nav.menu-fixed {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
	background: #FFF;
	height:100px;
}

.menu-fixed:not(.menu-transparent) + header, .menu-fixed:not(.menu-transparent) + main {
    margin-top: 100px;
}

/*
-------------------------------------------------------------------
LANGUAGE MENU - NAVIGATION MENU
-------------------------------------------------------------------
*/

.lan-menu {
    list-style: none;
    padding-left: 0;
    position: relative;
	margin: 0;
}

.lan-menu li a, .lan-menu .dropdown > ul > li > a {
    /*padding-left: 40px;*/
    color: #004EBC;
    text-decoration: none;
    line-height: 50px;
    font-size: 13px;
    display: block;
    transition: all .5s;
	padding: 0 15px;
}

nav:not(.menu-transparent) .lan-menu > li:hover > a, nav:not(.menu-transparent) .menu-mini .lan-menu > li:hover > a, .lan-menu .dropdown > ul > li:hover > a, .lan-menu .dropdown > ul > li > a:hover {
    color: #FFC82F;
}

.lan-menu li.dropdown > a {
    padding-right: 15px;
}

.lan-menu li.dropdown > a:after {
    right: 15px;
}

.lan-menu .dropdown > ul > li > a, .lan-menu .dropdown > ul {
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.lan-menu li a img {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -6px;
    border-radius: 3px;
}

/*
-------------------------------------------------------------------
SHOP MENU - NAVIGATION MENU
-------------------------------------------------------------------
*/

.shop-menu-cnt {
    position: relative;
}

.shop-menu-cnt > i {
    font-size: 23px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    width: 50px;
    display: block;
    text-align: center;
}

.shop-menu-cnt > i:before {
    font-family: "Icons";
    content: "\69";
    font-style: normal;
}

.shop-menu-cnt:hover .shop-menu {
    display: block;
    visibility: visible;
    opacity: 1;
}

.shop-menu-cnt .shop-menu {
    z-index: 90;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    text-align: center;
    background-color: #fff;
    transition: all .4s ease;
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.17);
    overflow: hidden;
    display: none;
}

.shop-cart li {
    cursor: pointer;
}

.shop-cart li img {
    width: 65px;
    height: 40px;
    margin: 0;
    border-radius: 3px;
    float: left;
}

.shop-cart .cart-item .cart-content {
    padding-left: 100px;
    text-align: left;
    font-size: 13px;
    line-height: 21px;
}

.shop-menu-cnt .cart-total {
    display: block;
    text-align: left;
    padding: 8px 16px;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
}

.shop-cart {
    list-style: none;
    padding: 15px 0;
    margin: 0;
}

.shop-cart .cart-item {
    height: 50px;
    padding: 0 15px;
    transition: all .3s;
}

.shop-cart .cart-item:hover {
    background: none;
    padding-left: 20px;
}

.cart-item h5 {
    margin-bottom: 0;
    font-size: 14px;
}

.shop-menu .cart-buttons {
    text-align: left;
    padding: 15px;
    margin: 0;
    line-height: 20px;
}

.shop-menu .cart-buttons a {
    text-decoration: none;
    margin-right: 10px;
}

.shop-menu-cnt .cart-count {
    background-color: #292929;
    top: 50%;
    margin-top: -4px;
    right: 3px;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    z-index: 95;
    font-size: 11px;
    line-height: 19px;
    font-style: normal;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
}

.shop-menu-empty .shop-menu, .wc-backward {
    display: none !important;
}

/*
-------------------------------------------------------------------
BIG BOX - NAVIGATION MENU
-------------------------------------------------------------------
*/

.menu-big-box {
    padding-bottom: 40px;
}

.menu-big-box .menu-box {
    position: absolute;
    height: 80px;
    width: calc(100% - 30px);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 3px;
}

.menu-big-box .menu-box > .row {
    width: calc(100% + 15px);
}

.menu-big-box .menu-cnt > ul, .menu-big-box .menu-right > ul {
    z-index: 2;
    position: relative;
}

.menu-big-box > .container {
    position: relative;
}

/*
-------------------------------------------------------------------
SUBTITLE - NAVIGATION MENU
-------------------------------------------------------------------
*/

.menu-subtitle .menu-cnt li a span {
    display: block;
    height: 23px;
    position: absolute;
    bottom: 24px;
    font-size: 11px;
    color: #bbbbbb;
}

.menu-subtitle .menu-cnt > ul > li > a, .menu-subtitle .menu-cnt .menu-right {
    height: 70px;
}

.menu-subtitle .menu-cnt > ul > li > a {
    position: relative;
}

.menu-subtitle .shop-menu-cnt > i, .menu-subtitle .search-box-menu > i, .menu-subtitle .menu-brand, .menu-subtitle .lan-menu > li > a {
    height: 70px;
    line-height: 70px;
}

/*
-------------------------------------------------------------------
MIDDLE AND TOP LOGO - NAVIGATION MENU
-------------------------------------------------------------------
*/

@media (min-width: 993px) {
    .menu-top-logo {
        padding-top: 100px;
    }

    .menu-top-logo > .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .menu-top-logo > .container > .menu-brand, .menu-top-logo .menu-right {
        position: absolute;
        top: 50%;
        transform: translateY(calc(-50% - 25px));
        right: 50%;
        width: 570px;
        float: none;
        padding-left: 15px;
        padding-right: 15px;
        justify-content: flex-start;
    }

    .menu-top-logo .menu-right {
        left: 50%;
        right: auto;
        justify-content: flex-end;
        margin: 0;
    }

    .menu-top-logo .menu-right > *:last-child {
        margin-right: 0;
    }

    .menu-top-logo .menu-cnt {
        position: static;
    }

    .menu-top-logo .menu-cnt > ul {
        margin: 0;
        position: relative;
        width: 100%;
    }

    .menu-top-logo > .container:before {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        left: 0;
    }

    .menu-top-logo .menu-mini {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .menu-top-logo .menu-mini .menu-right {
        transform: translateY(-50%);
    }

    .menu-top-logo > .menu-mini + .container > .menu-brand, .menu-top-logo > .menu-mini + .container .menu-right {
        transform: translateY(calc(-50% - 8px));
    }

    .menu-top-logo.menu-wide > .container > .menu-brand {
        left: 0;
        right: auto;
    }

    .menu-top-logo.menu-wide .menu-right {
        left: auto;
        right: 0;
    }
}

/*
-------------------------------------------------------------------
ICON - NAVIGATION MENU
-------------------------------------------------------------------
*/

.menu-icon .menu-cnt > ul > li > a > i {
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
    font-size: 24px;
    cursor: pointer;
}


.menu-icon .menu-cnt > ul > li > a {
    padding-left: 55px;
    position: relative;
}

.menu-icon-top.menu-fixed.scroll-menu .menu-cnt > ul > li > a > i {
    display: none;
}

@media (min-width: 993px) {
    .menu-icon-top .menu-cnt > ul > li > a > i {
        top: 15px;
        left: 50%;
        transform: translateY(0) translateX(-50%);
    }

    .menu-icon-top .menu-cnt > ul > li > a {
        padding-top: 35px;
        padding-left: 15px;
    }

    .menu-icon-top .shop-menu-cnt > i, .menu-icon-top .search-box-menu > i, .menu-icon-top .menu-cnt > .dropdown > ul > li > a,
    .menu-icon-top .dropdown-submenu > ul > li > a, .menu-icon-top .menu-cnt .menu-right, .menu-icon-top .menu-brand, .menu-icon-top .lan-menu > li > a {
        height: 80px;
        line-height: 80px;
    }

    .menu-icon-top .menu-cnt > ul > li > a {
        line-height: 50px;
    }
}

/*
-------------------------------------------------------------------
SIDE - NAVIGATION MENU
-------------------------------------------------------------------
*/

@media (min-width: 992px) {

    .menu-side-cnt, .menu-side-cnt #fullpage-main, .menu-side-cnt .footer-parallax, .menu-side-cnt > .menu-fixed:not(.menu-wide) {
        padding-left: 250px;
    }

    .menu-side {
        width: 250px;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99995;
        background-color: #FFFFFF;
        border-right: 1px solid #e7e7e7;
        box-shadow: 1px 0 2px rgba(0,0,0,0.05);
    }

    .menu-side .menu-brand {
        width: 100%;
        padding: 15px;
        height: 90px;
        float: none;
    }

    .menu-side .menu-cnt > ul {
        float: none;
        display: block;
        margin: 0;
    }

    .menu-side .menu-cnt > ul > li {
        float: none;
        position: relative;
        margin: 0;
    }

    .menu-side .mega-menu, .menu-side .dropdown > ul, .menu-side .dropdown-submenu > ul {
        left: 100%;
        top: 0;
        width: auto;
    }

    .menu-side-collapse {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .menu-side-collapse .menu-cnt {
        height: 100%;
    }

    .menu-side-collapse .menu-cnt > ul {
        float: none;
        display: block;
        margin: 0;
    }

    .menu-side-collapse .menu-cnt > ul > li {
        float: none;
        position: relative;
        margin: 0;
    }

    .menu-side-collapse .mega-menu, .menu-side-collapse .dropdown > ul, .menu-side-collapse .dropdown-submenu > ul {
        left: 0;
        top: 100%;
        width: 100%;
        position: relative;
        box-shadow: none;
    }

    .menu-side-collapse .bottom-area {
        position: static;
    }

    .menu-side-collapse li.active > ul, .menu-side-collapse .active .mega-menu, .menu-side-collapse .mega-menu .tab-box > .panel.active,
    .menu-side-collapse .mega-menu .tab-box .nav-tabs, .menu-side-collapse .active .dropdown-submenu ul {
        display: block;
    }

    .menu-side-collapse li:not(.active):not(.dropdown-submenu):hover > ul, .menu-side-collapse li:not(.active):hover .mega-menu {
        display: none;
    }

    .menu-side-collapse .mega-menu {
        padding: 25px 0;
    }

    .menu-side .mega-menu .col {
        padding: 0 15px;
        font-size: 13px;
    }

    .menu-side .mega-menu .icon-list li a:hover {
        background: none;
    }

    .menu-side:not(.menu-side-collapse) .dropdown > ul, .menu-side:not(.menu-side-collapse) .dropdown-submenu > ul {
        box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.17);
        border-left: 1px solid #eaeaea;
    }

    .menu-side .slimScrollRail {
        visibility: hidden;
    }

    .menu-side-collapse .active .dropdown-submenu > a:after {
        transform: translateY(-50%) rotate(90deg);
    }

    .menu-side-collapse .mega-menu .tab-nav {
        display: block;
    }

    .menu-side-collapse .mega-menu .tab-nav li a {
        margin: 10px 0;
    }
}

.menu-side-collapse .col + .col > h5:first-child {
    margin-top: 30px;
}

.menu-side .bottom-area {
    position: absolute;
    bottom: 20px;
    padding: 20px 15px;
    width: 100%;
    text-align: center;
}

.menu-side-collapse .bottom-area {
    position: static;
}

.menu-side .bottom-area .lan-menu {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

.menu-side .bottom-area .lan-menu a {
    margin: 0 5px;
}

.menu-side .bottom-area .icon-links {
    margin: 10px 0;
}

.menu-side .bottom-area p {
    font-size: 12px;
}

/*

# HEADERS
===================================================================

-------------------------------------------------------------------
GLOBAL
-------------------------------------------------------------------

*/

.title {
    position: relative;
    margin-bottom: 50px;
}

.title > p {
    margin-top: 15px;
}

.row > div > .title:last-child {
    /*margin-bottom: 0;*/
}

body > header {
    position: relative;
    display: flex;
    align-items: center;
    height: 350px;
    overflow: hidden;
}

body > header > .container {
    position: relative;
    z-index: 5;
}

body > header h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

body > header h2 {
    margin: 20px 0 0 0;
    font-size: 18px;
    font-weight: 400;
}

body > header.align-center h2 {
    margin: 20px auto 0 auto;
}

.breadcrumb {
    list-style: none;
    display: flex;
    margin: 20px 0 0 0;
    padding: 0;
}

.breadcrumb li {
    list-style: none;
}

.breadcrumb li a {
    display: block;
    text-decoration: none;
    padding-right: 15px;
    margin-right: 15px;
    font-size: 14px;
    position: relative;
}

.breadcrumb li a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 11px;
    margin-top: -5px;
    opacity: .6;
    top: 50%;
    right: 0;
    transform: rotate(25deg);
}

.breadcrumb li:last-child a {
    font-weight: 600;
    cursor: default;
    padding-right: 0;
    margin-right: 0;
}

.breadcrumb li:last-child a:after {
    display: none;
}

body > header.align-right .breadcrumb {
    left: 15px;
    right: auto;
    justify-content: flex-end;
}

body > header.align-center .breadcrumb {
    position: static;
    justify-content: center;
    margin-top: 20px;
}

.breadcrumb.align-center {
    justify-content: center;
}

.breadcrumb.align-right {
    justify-content: flex-end;
}

/*
-------------------------------------------------------------------
IMAGE - HEADER
-------------------------------------------------------------------
*/

.header-image, .header-base {
    background-position: center center;
    background-size: cover;
}

/*
-------------------------------------------------------------------
SLIDER - HEADER
-------------------------------------------------------------------
*/

.header-slider > .background-slider > div {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.header-slider > .background-slider > div {
    opacity: 0;
    background-size: cover;
    background-position: center center;
    transition: all .5s;
}

.header-slider > .background-slider > div.active {
    opacity: 1;
}

/*
-------------------------------------------------------------------
VIDEO - HEADER
-------------------------------------------------------------------
*/

.header-video > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

/*
-------------------------------------------------------------------
BASE - HEADER
-------------------------------------------------------------------
*/

.header-base {
    height: 200px;
}

.header-base .breadcrumb {
    position: absolute;
    right: 15px;
    top: 0;
    margin-top: 0;
}

/*

# TYPOGRAPHY
===================================================================
 
-------------------------------------------------------------------
SPACE
-------------------------------------------------------------------

*/

hr.space, hr.space-xs, hr.space-sm, hr.space-md, hr.space-lg, hr.space-page {
    border: none;
    clear: both;
    margin: 0;
}

hr.space-xs {
    height: 15px;
}

hr.space-sm {
    height: 30px;
}

hr.space {
    height: 60px;
}

hr.space-md {
    height: 75px;
}

hr.space-lg {
    height: 100px;
}

hr.space-page {
    height: 50px;
}

span.space, span.space-xs, span.space-sm, span.space-md, span.space-lg {
    display: inline-block;
}

span.space-xs {
    width: 15px;
}

span.space-sm {
    width: 30px;
}

span.space {
    width: 60px;
}

span.space-md {
    width: 75px;
}

span.space-lg {
    width: 100px;
}

/*
-------------------------------------------------------------------
TEXT
-------------------------------------------------------------------
*/

.text-xs {
    font-size: 12px !important;
    line-height: 1.1;
}

.text-sm {
    font-size: 16px !important;
    line-height: 1.1;
}

.text-md {
    font-size: 36px !important;
    line-height: 1.1;
}

.text-lg {
    font-size: 50px !important;
    line-height: 1.1;
}

/*
-------------------------------------------------------------------
SEPARATOR
-------------------------------------------------------------------
*/

hr:not([class*=space]) {
    height: 1px;
    border: none;
    background: #dadada;
    margin: 30px 0;
}

/*
-------------------------------------------------------------------
QUOTE
-------------------------------------------------------------------
*/

.quote {
    position: relative;
    padding: 30px 30px 30px 105px;
    margin: 0;
    border-radius: 3px;
}

.quote > p {
    margin: 0;
}

.quote.quote-double {
    padding: 30px 105px 30px 105px;
}

.quote:before, .quote.quote-double:after {
    content: "\65";
    font-family: "Icons";
    position: absolute;
    left: 30px;
    width: 50px;
    height: 50px;
    font-size: 45px;
    line-height: 55px;
    opacity: .2;
    text-transform: none;
}

.quote.quote-double:after {
    content: "\66";
    left: auto;
    right: 30px;
    bottom: 30px;
}

.quote .quote-author {
    display: block;
    margin-top: 15px;
    font-weight: 600;
}

/*

# COMPONENTS
===================================================================
 
-------------------------------------------------------------------
BUTTONS - COMPONENT
-------------------------------------------------------------------

*/

.btn {
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    position: relative;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: all .5s;
}

.btn-xs {
    padding: 7px 20px;
    font-size: 13px;
}

.btn-sm {
    padding: 10px 30px;
    font-size: 15px;
}

.btn-lg {
    padding: 15px 50px;
    font-size: 20px;
}

.btn-border, body .btn-border {
    background: none;
}

.btn-circle {
    border-radius: 100px;
}

.btn-text {
    position: relative;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    transition: all .5s;
}

.btn-text.btn-icon i {
    position: static;
    margin-right: 10px;
}

.btn-icon.btn-xs:not(.btn-anima), .btn-icon.btn-xs.btn-anima:hover {
    padding-left: 40px;
}

.btn-icon.btn-sm:not(.btn-anima), .btn-icon.btn-sm.btn-anima:hover {
    padding-left: 55px;
}

.btn-icon.btn-lg:not(.btn-anima), .btn-icon.btn-lg.btn-anima:hover {
    padding-left: 85px;
}

.btn-icon i {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-icon.btn-lg:not(.btn-anima) i {
    left: 50px;
}

.btn-anima {
    overflow: hidden;
}

.btn-anima i {
    left: -50px;
    transition: all .5s;
}

.btn-icon.btn-xs.btn-anima:hover i, .btn-icon.btn-xs:not(.btn-anima) i {
    left: 20px;
}

.btn-icon.btn-sm.btn-anima:hover i {
    left: 30px;
}

.btn-icon.btn-lg.btn-anima:hover i, .btn-icon.btn-lg.btn-xs:not(.btn-anima) i {
    left: 50px;
}

.btn + .btn {
    margin-top: 15px;
}

.btn-video {
    position: relative;
    display: block;
    padding-top: 60px;
    text-decoration: none;
}

.btn-video:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -43px;
    background: #FFF;
    z-index: 1;
}

.btn-video:after {
    content: "\62";
    font-family: "Icons";
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 45px;
    line-height: 55px;
    top: 0;
    left: 50%;
    margin-left: -24px;
    animation-iteration-count: infinite;
    z-index: 1;
    text-transform: none;
}

.img-box.btn-video {
    padding-top: 0;
}

.img-box.btn-video:before {
    top: 50%;
    margin-top: -43px;
    margin-left: -45px;
    height: 80px;
    border-radius: 50%;
    left: 50%;
    background: rgb(255, 255, 255);
}

.img-box.btn-video:after {
    top: 50%;
    margin-top: -30px;
}
/*
-------------------------------------------------------------------
INPUTS - COMPONENT
-------------------------------------------------------------------
*/

.input-text, .input-select, .input-textarea {
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    outline: none;
    width: 100%;
    padding: 11px;
    font-size: 14px;
    background: rgb(255, 255, 255);
}

.input-text-btn {
    display: flex;
}

.input-text-btn .input-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.input-text-btn .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
}

/*
-------------------------------------------------------------------
TEXT LIST - COMPONENT
-------------------------------------------------------------------
*/

.text-list, .text-list li {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
}

.text-list li {
    transition: all .5s;
}

.text-list-base li, .text-list-image li, .text-list-side li {
    margin-bottom: 30px;
}

.text-list-base li:hover, .text-list-image li:hover, .text-list-side li:hover {
    margin-left: 5px;
}

.text-list-base li:last-child, .text-list-image li:last-child, .text-list-side li:last-child {
    margin-bottom: 0;
}

.text-list-base li > h3, .text-list-image .content > h3, .text-list-side h3 {
    margin: 0;
    font-size: 19px;
}

.text-list-base li > p, .text-list-image .content > p {
    margin: 5px 0 0 0;
}

.text-list-base li > div, .text-list-image .content > div {
    position: absolute;
    right: 0;
    top: 0;
}

.text-list-image li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-list-image li .content {
    position: relative;
    width: 100%;
    padding-left: 30px;
}

.text-list-image li > img {
    position: relative;
    left: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.text-list-side li {
    display: flex;
    justify-content: space-between;
}

.text-list-side li h3 {
    min-width: 150px;
}

.text-list-side p {
    margin: 0 30px;
}

.text-list-bold li, .text-list-line li {
    display: flex;
    margin-bottom: 5px;
}

.text-list-bold p span, .text-list-line p span {
    padding-left: 15px;
}

.text-list-bold li p {
    margin: 0 0 0 15px;
}

.text-list-line li b {
    margin-right: 5px;
    white-space: nowrap;
}

.text-list-line label {
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    display: inline;
}

.text-list-line li p {
    margin: 0 5px;
    white-space: nowrap;
    overflow: visible;
}

.text-list-line li {
    justify-content: space-between;
}

.text-list-line li hr {
    width: 100%;
    margin-top: 16px;
    border-top: 1px dotted;
    background: none;
    opacity: .8;
}

/*
-------------------------------------------------------------------
ICON LIST - COMPONENT
-------------------------------------------------------------------
*/

.icon-list-horizontal {
    display: flex;
}

.icon-list-horizontal.icon-list li {
    margin-right: 25px;
    margin-bottom: 0;
    padding-left: 25px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.icon-list p {
    margin: 0;
    display: inline;
}

.icon-list li > i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.icon-list-horizontal.icon-list a {
    text-decoration: none;
}

ul.icon-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.icon-list li {
    position: relative;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 10px;
}

ul.icon-list li:last-child {
    margin-bottom: 0;
}

.icon-list.icon-md li, .icon-list.icon-md span {
    padding-left: 40px;
    line-height: 35px;
}

.icon-list.icon-md li > i, .icon-list.icon-md span > i {
    font-size: 23px;
}

.icon-list.icon-lg li, .icon-list.icon-lg span {
    padding-left: 50px;
    line-height: 40px;
}

.icon-list.icon-lg li > i, .icon-list.icon-lg span > i {
    font-size: 30px;
}

.icon-list.icon-md.text-xs li {
    line-height: 20px;
}

.icon-list.icon-md.text-xs li > i {
    font-size: 15px;
}

.icon-circle li > i, .icon-line li > i, .icon-decimal li > i {
    display: none;
}

.icon-circle li:before, .icon-circle span:before, .icon-line li:before, .icon-line span:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}

.icon-circle li:hover:before, .icon-circle span:hover:before {
    transform: translateY(-50%) scale(.8);
}

.icon-circle.icon-md li:before, .icon-circle.icon-md span:before {
    width: 11px;
    height: 11px;
}

.icon-circle.icon-md li, .icon-circle.icon-md span {
    padding-left: 35px;
}

.icon-circle.icon-lg li:before, .icon-circle.icon-lg span:before {
    width: 16px;
    height: 16px;
}

.icon-circle.icon-lg li, .icon-circle.icon-lg span {
    padding-left: 40px;
}

.icon-line li:before, .icon-line span:before {
    border-radius: 3px;
    height: 2px;
}

.icon-line li:hover:before, .icon-line span:hover:before {
    transform: translateY(-50%) translateX(5px);
}

.icon-line.icon-md li:before, .icon-line.icon-md span:before {
    width: 15px;
    height: 3px;
}

.icon-line.icon-md li, .icon-line.icon-md span {
    padding-left: 35px;
}

.icon-line.icon-lg li:before, .icon-line.icon-lg span:before {
    width: 20px;
    height: 4px;
}

.icon-line.icon-lg li, .icon-line.icon-lg span {
    padding-left: 40px;
}

ul.icon-decimal {
    padding-left: 15px;
}

ul.icon-decimal, ul.icon-decimal li {
    list-style: decimal;
}


.icon-list-horizontal.icon-list:not(.icon-md):not(.icon-lg) span {
    padding-left: 33px;
}

ul.icon-list.list-right li, .icon-list-horizontal.icon-list.list-right span {
    padding-left: 0;
    padding-right: 30px;
    text-align: right;
}

ul.icon-list.list-right li i, .icon-list-horizontal.icon-list.list-right i {
    left: auto;
    right: 0;
}

ul.icon-list.list-right.icon-md li, .icon-list-horizontal.icon-list.list-right.icon-md span {
    padding-right: 40px;
}

ul.icon-list.list-right.icon-lg li, .icon-list-horizontal.icon-list.list-right.icon-lg span {
    padding-right: 50px;
}

.icon-list-horizontal.icon-list.list-right:not(.icon-md):not(.icon-lg) span {
    padding-left: 0;
    padding-right: 33px;
}

.icon-circle.list-right li:before, .icon-circle.list-right span:before, .icon-line.list-right li:before, .icon-line.list-right span:before {
    left: auto;
    right: 0;
}

/*
-------------------------------------------------------------------
ICON LINK - COMPONENT
-------------------------------------------------------------------
*/

.icon-links {
    display: flex;
}

.icon-links.align-center {
    justify-content: center;
}

.icon-links.align-right {
    justify-content: flex-end;
}

.icon-links a {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}

.icon-links a i {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    font-size: 18px;
    transition: all .5s;
}

.icon-links {
    display: flex;
}

.icon-links-grid a {
	background-color: #8BAFE1;
    border: solid 1px #8BAFE1;
	color: #FFF;
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
	border-radius: 100%;
}
.icon-links-grid a:hover {
	background-color: #004EBC;
    border: solid 1px #004EBC;
	color: #FFF;
}

.icon-links-grid a i {
    transition: all .3s;
	font-size: 24px;
}

.icon-links-grid a:hover i {
    color: #FFF;
}



.icon-links-button a {
    width: 50px;
    height: 40px;
    border-radius: 3px;
    transition: all .5s;
}

.icon-links-button a i, .icon-links-button a:hover i {
    color: #FFF;
}

.icon-links-popup {
    position: relative;
    padding-left: 35px;
}

.icon-links-popup > i {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    font-size: 16px;
    cursor: pointer;
}

.icon-links-popup > i:before {
    font-family: "Icons";
    content: "\6d";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
}

.icon-links-popup > div {
    display: flex;
    position: relative;
    visibility: hidden;
}

.icon-links-popup > div > a {
    opacity: 0;
    transition: all .5s;
}

.icon-links-popup.active > div {
    visibility: visible;
}

.icon-links-popup.active > div > a {
    opacity: 1;
}

.icon-links.icon-lg i {
    font-size: 25px;
}

.icon-links.icon-lg a {
    margin-right: 25px;
}

.icon-links-grid.icon-lg a {
    margin-right: 0;
    width: 60px;
    height: 45px;
}

.icon-links-button.icon-lg a {
    width: 60px;
    height: 45px;
}

.icon-links-popup.icon-lg {
    padding-left: 45px;
}

.icon-links-popup.icon-lg > i {
    height: 25px;
    width: 25px;
}

.icon-links-popup.icon-lg > i:before {
    font-size: 25px;
}

.icon-links > a:last-child {
    margin-right: 0;
}

.icon-social a i {
    transform: translateX(-50%) translateY(calc(-50% + 2px));
}

/*
-------------------------------------------------------------------
SOCIAL LINK - COMPONENT
-------------------------------------------------------------------
*/
.social-colors.icon-links-button i, .social-colors.icon-links-grid i, .social-colors-hover.icon-links-button i, .social-colors-hover.icon-links-grid i {
    transition: none;
}

.social-colors.icon-links-button .facebook:not(:hover), .social-colors-hover.icon-links-button .facebook:hover,
.social-colors.icon-links-grid .facebook:not(:hover), .social-colors-hover.icon-links-grid .facebook:hover {
    background-color: #3B5998;
    border-color: #3B5998;
    color: #FFF;
}

.social-colors.icon-links-button .twitter:not(:hover), .social-colors-hover.icon-links-button .twitter:hover,
.social-colors.icon-links-grid .twitter:not(:hover), .social-colors-hover.icon-links-grid .twitter:hover {
    background-color: #3B8ACA;
    border-color: #3B8ACA;
    color: #FFF;
}

.social-colors.icon-links-button .google:not(:hover), .social-colors-hover.icon-links-button .google:hover,
.social-colors.icon-links-grid .google:not(:hover), .social-colors-hover.icon-links-grid .google:hover {
    background-color: #d7473d;
    border-color: #d7473d;
    color: #FFF;
}

.social-colors.icon-links-button .linkedin:not(:hover), .social-colors-hover.icon-links-button .linkedin:hover,
.social-colors.icon-links-grid .linkedin:not(:hover), .social-colors-hover.icon-links-grid .linkedin:hover {
    background-color: #0077B5;
    border-color: #0077B5;
    color: #FFF;
}

.social-colors.icon-links-button .youtube:not(:hover), .social-colors-hover.icon-links-button .youtube:hover,
.social-colors.icon-links-grid .youtube:not(:hover), .social-colors-hover.icon-links-grid .youtube:hover {
    background-color: #cc181e;
    border-color: #cc181e;
    color: #FFF;
}

.social-colors.icon-links-button .instagram:not(:hover), .social-colors-hover.icon-links-button .instagram:hover,
.social-colors.icon-links-grid .instagram:not(:hover), .social-colors-hover.icon-links-grid .instagram:hover {
    background-color: #464646;
    border-color: #464646;
    color: #FFF;
}

.social-colors:not(.icon-links-button):not(.icon-links-grid) .facebook:not(:hover) i, .social-colors-hover:not(.icon-links-button):not(.icon-links-grid) .facebook:hover i {
    color: #3B5998;
}

.social-colors:not(.icon-links-button):not(.icon-links-grid) .twitter:not(:hover) i, .social-colors-hover:not(.icon-links-button):not(.icon-links-grid) .twitter:hover i {
    color: #3B8ACA;
}

.social-colors:not(.icon-links-button):not(.icon-links-grid) .google:not(:hover) i, .social-colors-hover:not(.icon-links-button):not(.icon-links-grid) .google:hover i {
    color: #d7473d;
}

.social-colors:not(.icon-links-button):not(.icon-links-grid) .linkedin:not(:hover) i, .social-colors-hover:not(.icon-links-button):not(.icon-links-grid) .linkedin:hover i {
    color: #0077B5;
}

.social-colors:not(.icon-links-button):not(.icon-links-grid) .youtube:not(:hover) i, .social-colors-hover:not(.icon-links-button):not(.icon-links-grid) .youtube:hover i {
    color: #cc181e;
}

.social-colors:not(.icon-links-button):not(.icon-links-grid) .instagram:not(:hover) i, .social-colors-hover:not(.icon-links-button):not(.icon-links-grid) .instagram:hover i {
    color: #464646;
}

/*
-------------------------------------------------------------------
ICON BOX - COMPONENT
-------------------------------------------------------------------
*/

.icon-box {
    position: relative;
    display: flex;
}

.icon-box i {
    font-size: 35px;
    display: block;
    text-align: left;
}

.icon-box h3 {
    font-size: 20px;
}

.icon-box p {
    margin: 0;
}

.icon-box-top {
    flex-direction: column;
}

.icon-box-top h3 {
    margin: 20px 0 10px 0;
}

.icon-box-left {
    flex-direction: row;
    align-items: center;
}

.icon-box-left i {
    padding-right: 30px;
}

.icon-box-left h3 {
    margin: 0 0 5px 0;
}

.icon-box-right {
    flex-direction: row-reverse;
    align-items: center;
    text-align: right;
}

.icon-box-right i {
    padding-left: 30px;
}

.icon-box-right h3 {
    margin: 0 0 5px 0;
}

.icon-box-top.align-center i {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.icon-box-top.align-right i {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

/*
-------------------------------------------------------------------
MAP - COMPONENTS
-------------------------------------------------------------------
*/

.google-map {
    height: 350px;
}

/*
-------------------------------------------------------------------
STEPS - COMPONENTS
-------------------------------------------------------------------
*/


.box-steps {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}

.box-steps > div {
    grid-template-columns: 1fr 1fr 1fr;
}

.step-item {
    position: relative;
}

.step-item > .content {
    position: relative;
    padding-top: 60px;
}

.step-item > .content > *:first-child {
    margin-top: 0;
}

.step-item > span {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    display: block;
    font-weight: 600;
    background: #FFF;
}

.step-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 14px;
}

.box-steps-vertical {
    display: block;
}

.box-steps-vertical > .step-item:not(:last-child) {
    padding-bottom: 30px;
}

.box-steps-vertical > .step-item > .content {
    padding: 0 0 0 60px;
}

.box-steps-vertical > .step-item > span {
    margin-top: -2px;
}

.box-steps-vertical > .step-item:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 14px;
}

/*
-------------------------------------------------------------------
PROGRESS BAR - COMPONENTS
-------------------------------------------------------------------
*/

.progress-bar > h4, .progress-circle > h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.progress-bar > div, .progress-bar > div > div {
    width: 100%;
    height: 6px;
    border-radius: 3px;
}

.progress-bar > div > div {
    width: 0%;
    position: relative;
    transition: all 2s;
}

.progress-bar > div span {
    position: absolute;
    padding: 0 8px;
    font-size: 13px;
    right: 0;
    top: -35px;
    transform: translateX(50%);
    margin-right: 1px;
    border-radius: 3px;
    color: #FFF;
    white-space: nowrap;
    opacity: 0;
    transition: all 1s;
}

.progress-bar > div > [data-trigger="null"] span {
    opacity: 1;
}

.progress-circle {
    position: relative;
}

.progress-circle .content {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    padding: 0 30px;
}

.progress-circle h4 {
    margin: 0 0 5px 0;
}

.progress-circle p {
    margin: 0;
    font-size: 14px;
}

.progress-circle .counter {
    margin: 0;
    font-size: 25px;
}


.progress-circle p + .counter, .progress-circle h4 + .counter {
    margin: 15px 0 0 0;
}

/*
-------------------------------------------------------------------
COUNTER - COMPONENTS
-------------------------------------------------------------------
*/

.counter h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
}

.counter-horizontal i {
    margin-right: 10px;
}

.counter-horizontal.counter-icon {
    display: inline-flex;
    align-items: center;
	margin-right: 30px;
}

@media (max-width: 400px) {
    .counter-horizontal.counter-icon {margin-right: 5px;}
}


.col-lg-5 .counter-horizontal:last-child {
    margin-right: 0;
}

.counter-horizontal.counter-icon > i {
    font-size: 30px;
    display: block;
    text-align: left;
    padding-right: 15px;
}

.counter-vertical i {
    margin-bottom: 15px;
    display: inline-block;
}

/*
-------------------------------------------------------------------
COUNTDOWN - COMPONENTS
-------------------------------------------------------------------
*/

.countdown h3 {
    font-size: 18px;
    margin: 0;
}

.countdown p {
    margin: 0;
}

.countdown [data-time] {
    display: flex;
}

.countdown [data-time] > div {
    padding-right: 15px;
}

.countdown h3 {
    margin-bottom: 15px;
}

.countdown p {
    margin-top: 10px;
}

.countdown-horizontal [data-time] > div > span:first-child {
    padding-right: 5px;
}

.countdown-vertical [data-time] > div > span {
    display: block;
}

/*
-------------------------------------------------------------------
TIMELINE - COMPONENTS
-------------------------------------------------------------------
*/

.timeline > div {
    position: relative;
    margin-bottom: 30px;
    transition: all .5s;
}

.timeline > div:hover {
    transform: translateX(5px)
}

.timeline .badge {
    position: absolute;
    left: calc(70% + 60px);
}

.timeline .badge p {
    font-weight: 600;
    font-size: 25px;
    margin: 30px 0 15px 0;
}

.timeline .badge span {
    display: block;
    font-size: 14px;
}

.timeline .panel {
    width: 70%;
    padding: 30px 60px;
    border-radius: 3px;
}

.timeline .panel:last-child, .timeline > div:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.timeline > div.inverted .badge {
    left: auto;
    right: calc(70% + 60px);
}

.timeline > div.inverted .panel {
    margin-left: 30%;
}

.timeline > div.inverted:hover {
    transform: translateX(-15px)
}

/*
-------------------------------------------------------------------
LIST NAVIGATION - COMPONENT
-------------------------------------------------------------------
*/

.list-nav {
    display: flex;
    margin-top: 30px;
}

.list-nav a {
    position: relative;
    text-decoration: none;
    transition: all .5s;
}

.list-nav a.list-archive {
    width: 30px;
    height: 30px;
    margin: 0 30px;
    font-size: 25px;
    text-align: center;
}

.list-nav a.list-archive:before, .list-nav a:first-child:before, .list-nav a:last-child:before {
    content: "\64";
    font-family: "Icons";
    text-transform: none;
    font-weight: 400;
}

.list-nav a:first-child:before, .list-nav a:last-child:before {
    position: absolute;
    font-size: 20px;
}

.list-nav a:first-child {
    padding-left: 40px;
}

.list-nav a:last-child {
    padding-right: 40px;
}

.list-nav a:first-child:before {
    content: "\68";
    left: 0;
}

.list-nav a:last-child:before {
    content: "\67";
    left: auto;
    right: 0;
}

/*
-------------------------------------------------------------------
TABLE - COMPONENT
-------------------------------------------------------------------
*/

.table {
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
}

.table th {
    font-weight: 600;
}

.table th, .table td {
    text-align: left;
    padding: 5px 10px;
}

.table.align-center th, .table.align-center td {
    text-align: center;
}

.table.align-right th, .table.align-right td {
    text-align: center;
}

.table:not(.table-border):not(.table-full-border) {
    margin: -5px -10px;
    width: calc(100% + 20px);
}

.table-border td, .table-border th, .table-full-border td, .table-full-border th {
    border-style: solid;
    border-width: 1px;
    border-right: none;
    border-top: none;
    padding: 10px;
}

.table-border tbody tr td:first-child, .table-border thead tr:first-child th:first-child {
    border-left: none;
    padding-left: 0;
}

.table-border tbody tr:last-child td {
    border-bottom: none;
    padding-bottom: 0;
}

.table-full-border {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
}

.table-full-border th {
    border-top: none;
}

.table-full-border th:first-child, .table-full-border td:first-child {
    border-left: none;
}

.table-full-border td:last-child {
    border-right: none;
}

.table-full-border tr:last-child td {
    border-bottom: none;
}

.table-grid:not(.table-border):not(.table-full-border) {
    margin: -30px;
    width: calc(100% + 60px);
}

.table-grid td, .table-grid.table-border tbody tr td:first-child, .table-grid.table-border tbody tr:last-child td {
    padding: 30px;
}

.table-grid td > img {
    max-width: 100%;
    display: block;
}

.table-grid.table-border.align-left tbody tr td:first-child {
    padding-left: 0;
}

.table-columns {
    display: block;
}

.table-columns > tbody > tr {
    display: flex;
}

.table-columns td {
    display: block;
    padding: 0 30px;
}

.table.table-columns:not(.table-border):not(.table-full-border) {
    margin: 0 -30px;
    width: calc(100% + 60px);
}

/*
-------------------------------------------------------------------
IMAGE BOX - COMPONENT
-------------------------------------------------------------------
*/

.img-box {
    position: relative;
    overflow: hidden;
    display: block;
    /*border-radius: 3px;*/
    transition: all .5s;
}

.imgshome .img-box.img-box-caption {border-bottom: solid 10px #FFC82F;}

.img-box:before {
    content: "";
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #000;
    position: absolute;
    border-radius: 4px;
    transition: all .5s;
}

.img-box:hover:before {
    transition: all 0s;
}

.img-box:hover, .light .img-box:hover, .img-box:hover:before {
    opacity: 1;
}

.img-box img {
    max-width: 100%;
    display: block;
    position: relative;
    /*border-radius: 3px;*/
    transition: all .5s;
}

.img-box:hover img {
    opacity: .8;
}

.img-box-caption span {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 15px;
    color: #FFF;
    font-size: 12px;
}

.img-box > i {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    z-index: 10;
}

.img-box.media-box.media-box-reveal  > i {font-size: 20px; opacity:0;}

img {
    max-width: 100%;
    display: inline-block;
}

.img-grayscale {
    filter: grayscale(100%);
}

.img-png:hover {
    background: none;
}

.img-png:hover img {
    margin: auto !important;
    height: auto !important;
    width: auto !important;
}

/* 

# CONTAINERS 
===================================================================

-------------------------------------------------------------------
TABS - CONTAINER
-------------------------------------------------------------------

*/

.tab-box > .panel:not(.active) {
    display: none;
}

.tab-nav {
    padding: 0;
    margin: 0 0 15px 0;
    list-style: none;
    display: flex;
}

.tab-nav li {
    list-style: none;
}

.tab-center > .tab-nav {
    justify-content: center;
}

.tab-right > .tab-nav {
    justify-content: flex-end;
}

.tab-left > .tab-nav {
    justify-content: flex-start;
}

.tab-justify > .tab-nav {
    justify-content: space-between;
}

.tab-justify > .tab-nav li {
    width: 100%;
}

.tab-inverse > .tab-nav {
    margin: 15px 0 0 0;
}

.tab-nav li a {
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    margin: 0 15px;
    font-size: 15px;
    text-align: center;
    position: relative;
    transition: all .5s;
}

.tab-nav li:first-child a {
    margin-left: 0;
}

.tab-nav li:last-child a {
    margin-right: 0;
}

.tab-icon > .tab-nav a {
    padding-left: 45px;
}

.tab-icon > .tab-nav a i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.tab-vertical {
    display: flex;
}

.tab-vertical > .tab-nav {
    display: block;
    padding: 0 30px 0 0;
    flex: 0 0 25%;
    max-width: 25%;
}


.tab-vertical > .tab-nav li a {
    margin: 15px 0;
}

.tab-vertical li:first-child a {
    margin-top: 0;
}

.tab-vertical li:last-child a {
    margin-bottom: 0;
}

.tab-vertical > .panel {
    flex: 0 0 75%;
    max-width: 75%;
}

.tab-vertical.tab-inverse > .tab-nav {
    padding: 0 0 0 30px;
    margin: 0;
}

.tab-vertical.tab-icon > .tab-nav li a {
    text-align: left;
}

.tab-vertical.tab-md-2 > .tab-nav {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.tab-vertical.tab-md-2 > .panel {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.tab-vertical.tab-md-4 > .tab-nav {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.tab-vertical.tab-md-4 > .panel {
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
}

.tab-nav li.active a, .tab-nav li:hover a {
    color: #FFF;
}

.tab-nav.align-right {
    justify-content: flex-end;
}

.tab-nav.align-center {
    justify-content: center;
}

/*
-------------------------------------------------------------------
GRID LIST AND MOSONRY LIST - CONTAINER
-------------------------------------------------------------------
*/

.maso-item {
    padding: 15px;
    position: relative;
}

.maso-box {
    margin: -15px;
    display: flex;
}

.maso-list > .menu-inner {
    margin-bottom: 30px;
}

.maso-list.no-gap .maso-box {
    margin: 0;
}

.maso-list.no-gap .maso-item {
    padding: 0;
}

.grid-item {
    padding: 0;
    margin: 0;
    min-width: 0;
    position: relative;
}

.grid-item img, .maso-item img {
    display: block;
}

.grid-box {
    display: grid;
    grid-gap: 30px;
}

.no-gap > div {
    grid-gap: 0;
}

.maso-order {
    width: 17px;
    cursor: pointer;
}

.maso-order:before {
    font-family: "Icons";
    content: "\68";
    position: absolute;
    top: 50%;
    left: 0;
    transition: all .5s;
    transform: translateY(-50%) rotate(-90deg);
    text-transform: none;
}

.maso-order[data-sort=desc]:before {
    transform: translateY(-50%) rotate(90deg);
}

.maso-layout .maso-item:nth-child(3n+0) .img-box {
    height: 550px;
}

.maso-layout .maso-item:nth-child(2n+0) .img-box {
    height: 350px;
}

.maso-layout .maso-item:nth-child(4n+0) .img-box {
    height: 250px;
}

.maso-layout .maso-item:nth-child(1) .img-box {
    height: 450px;
}

/*
-------------------------------------------------------------------
PAGINATION AND LOAD MORE - CONTAINER
-------------------------------------------------------------------
*/

.list-pagination {
    padding-top: 30px;
}

.pagination {
    position: relative;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 -15px 0 -15px;
    padding: 0;
}

.pagination li {
    list-style: none;
}

.pagination li a {
    text-decoration: none;
    padding: 0 15px;
    position: relative;
    transition: all .5s;
}

.pagination li.disabled a {
    opacity: .5;
    cursor: default;
}

.pagination li.page a {
    font-weight: 600;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    text-align: center;
    display: block;
    padding: 0;
    margin: 0 5px;
}

.pagination li.page:hover a, .pagination li.page.active a {
    color: #FFF;
}

.pagination .last, .pagination .first {
    display: none;
}

.pagination .prev a {
    margin-right: 15px;
    padding-left: 45px;
}

.pagination .next a {
    margin-left: 15px;
    padding-right: 45px;
}

.pagination .prev a:before, .pagination .next a:before {
    font-family: "Icons";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-transform: none;
}

.pagination .prev a:before {
    content: "\68";
    left: 15px;
}

.pagination .next a:before {
    content: "\67";
    right: 15px;
}

.pagination-lg {
    margin-top: 15px;
}

.pagination-lg li {
    font-size: 20px;
}

.pagination-lg li.page a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 10px;
}

.pagination.align-center {
    justify-content: center;
}

.pagination.align-right {
    justify-content: flex-end;
}

/*
-------------------------------------------------------------------
SCROLL BOX - CONTAINER
-------------------------------------------------------------------
*/

.scroll-box {
    padding-right: 15px;
}

.scroll-box > * {
    margin-top: 0;
}

.scroll-box:after {
    content: "";
    position: absolute;
    height: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(to top, rgb(255, 255, 255) 0%,rgba(0,0,0,0) 100%);
}

.scroll-pos-bottom.scroll-box:after {
    display: none;
}

/*
-------------------------------------------------------------------
COLLAPSE BOX - CONTAINER
-------------------------------------------------------------------
*/

.collapse-box > .content * {
    margin-top: 0;
}

.collapse-box > .content {
    overflow: hidden;
    display: none;
    position: relative;
}

.collapse-box > .content:after {
    content: "";
    position: absolute;
    height: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(to top, rgb(255, 255, 255) 0%,rgba(0,0,0,0) 100%);
    transition: opacity .5s;
}

.collapse-box.open > .content:after {
    opacity: 0;
}

.collapse-button > a {
    position: relative;
    margin-top: 10px;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
}

.collapse-button > a:before {
    font-family: "Icons";
    content: "\68";
    position: absolute;
    top: 50%;
    left: 0;
    transition: all .5s;
    transform: translateY(-50%) rotate(-90deg);
    text-transform: none;
}

.collapse-box.open .collapse-button > a:before {
    transform: translateY(-50%) rotate(90deg);
}

/*
-------------------------------------------------------------------
ACCORDION LIST - CONTAINER
-------------------------------------------------------------------
*/

.accordion-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion-list > li {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.accordion-list > li:first-child {
    border-top-style: solid;
    border-top-width: 1px;
}

.accordion-list > li.active {
    padding: 0 0 15px 0;
}

.accordion-list > li > a {
    display: block;
    text-decoration: none;
    padding: 10px 0 10px 25px;
    position: relative;
    transition: all .5s;
}

.accordion-list > li.active > a:before {
    transform: rotate(90deg);
}

.accordion-list > li > a:before {
    content: "\67";
    font-family: "Icons";
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -9px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    transition: all .5s;
    opacity: .6;
}

.accordion-list > li > a:hover:before {
    opacity: 1;
}

.accordion-list > li > .content {
    height: 0;
    display: none;
    overflow: hidden;
}

.accordion-list > li > .content > * {
    margin-top: 0;
    margin-bottom: 0;
}


/*
-------------------------------------------------------------------
ALBUM - CONTAINER
-------------------------------------------------------------------
*/

.album-list {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}

.album-box {
    position: relative;
}

.album-box .caption {
    position: absolute;
    bottom: 30px;
    left: 50px;
    cursor: pointer;
}

.album-box .caption h3 {
    margin: 0;
}

.album-box:hover .img-box:before {
    opacity: 1;
    transition: all 0s;
}

.album-box:hover .img-box img {
    opacity: .8;
}

.album-item:not(.active) {
    display: none;
}

.album-item {
    opacity: 0;
}

.cnt-album-box, .album.active .album-list {
    display: none;
}

.album.active .cnt-album-box {
    display: block;
}

.album-title {
    margin-bottom: 30px;
}

.album-title > a {
    display: inline-block;
    position: relative;
    margin-left: 30px;
    padding-left: 30px;
    transition: all .5s;
    cursor: pointer;
}

.album-title > a:before {
    font-family: "Icons";
    content: "\68";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-transform: none;
}

/*
-------------------------------------------------------------------
COLUMNS - CONTAINER
-------------------------------------------------------------------
*/

.box-steps[data-columns='1'] {
    grid-template-columns: 1fr;
}

.box-steps[data-columns='2'] {
    grid-template-columns: 1fr 1fr;
}

.box-steps[data-columns='4'] {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.box-steps[data-columns='5'] {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.box-steps[data-columns='6'] {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

[data-columns='2'] > div {
    grid-template-columns: 1fr 1fr;
}

[data-columns='3'] > div {
    grid-template-columns: 1fr 1fr 1fr;
}

[data-columns='4'] > div {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

[data-columns='5'] > div {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

[data-columns='6'] > div {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

[data-columns='1'] .maso-item {
    flex: 0 0 100%;
    max-width: 100%;
}

[data-columns='2'] .maso-item {
    flex: 0 0 50%;
    max-width: 50%;
}

[data-columns='3'] .maso-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

[data-columns='4'] .maso-item {
    flex: 0 0 25%;
    max-width: 25%;
}

[data-columns='5'] .maso-item {
    flex: 0 0 20%;
    max-width: 20%;
}

[data-columns='6'] .maso-item {
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
}

.fixed-area {
    z-index: 95;
}

/*

# FOOTER
===================================================================

*/

footer > .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

footer {/*border-top: 2px solid rgba(0, 78, 188, 0.2);*/}



.footer-bar {border-top: 2px solid rgba(0, 78, 188, 0.2);}


.footer-bar > .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-bar > .container .copyright {
    font-size: 11px;
	text-align: center;
    letter-spacing: 0.2px;
}

.footer-bar > .container p:last-child {
    margin:0
}


.footer-bar > .container > span:last-child {
    float: right;
}

.footer-wide .container {
    max-width: 100%;
}

.footer-parallax {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -121;
}

.footer-parallax-cnt {
    position: relative;
    z-index: 1;
}

footer a {
    text-decoration: none;
}

i.scroll-top-btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    display: none;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.17);
    border-radius: 50%;
    background: #FFF;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}

i.scroll-top-btn:hover {
    margin-bottom: 5px;
}

i.scroll-top-btn.show {
    display: block;
}

i.scroll-top-btn:before {
    font-family: "Icons";
    font-style: normal;
    font-weight: normal;
    transform: rotate(90deg);
    content: "\68";
    position: absolute;
    left: 0;
    right: 0.5px;
    font-size: 22px;
    line-height: 32px;
    text-transform: none;
}

/*

# ANIMATIONS
===================================================================

*/

[data-hidden] .anima, [data-anima]:not([data-trigger=hover]) .anima {
    opacity: 0;
}

@keyframes ken-burn-in {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.ken-burn-in > img {
    animation: ken-burn-in 13s;
    transform-origin: bottom left;
    transform: scale(1.2);
}

.ken-burn-center > img {
    animation: ken-burn-in 10s;
    transform: scale(1.2);
}

.ken-burn-out > img {
    transform-origin: bottom left;
    transform: scale(1.1) !important;
    transition: transform 10s;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(20deg);
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.rotate {
    animation: rotate .5s;
    transform: rotate(20deg);
    opacity: 1;
}

@keyframes scale-rotate {
    0% {
        transform: scale(1) rotate(0);
    }

    100% {
        transform: scale(1.2) rotate(4deg);
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes faderight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadetop {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadebottom {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    from {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out;
    }

    10% {
        transform: scale(0.91);
        animation-timing-function: ease-in;
    }

    17% {
        transform: scale(0.98);
        animation-timing-function: ease-out;
    }

    33% {
        transform: scale(0.87);
        animation-timing-function: ease-in;
    }

    45% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}

@keyframes pulse-horizontal {
    16.65% {
        transform: translateX(8px);
    }

    33.3% {
        opacity: 1;
        transform: translateX(-6px);
    }

    49.95% {
        transform: translateX(4px);
    }

    66.6% {
        transform: translateX(-2px);
    }

    83.25% {
        transform: translateX(1px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes show-scale {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes ping {
    0% {
        transform: scale(0.2);
        opacity: 0.8;
    }

    80% {
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

.scale, .scale-rotate, .fade-in, .fade-left, .fade-right, .fade-top, .fade-bottom, .show-scale, .pulse, .pulse-horizontal {
    opacity: 1 !important;
}

.img-scale:hover img, .img-scale-rotate img, img-pulse img, .img-pulse-horizontal img {
    transition: all .5s;
}

.scale, .img-scale:hover img {
    animation: scale .5s;
    transform: scale(1.2);
}

i.scale {
    transform: scale(1.2);
}

.scale-rotate, .img-scale-rotate:hover img {
    transform: scale(1.2) rotate(4deg);
    animation: scale-rotate .5s;
}

.fade-in {
    animation: fadein .5s;
}

.fade-left {
    animation: fadeleft .5s;
}

.fade-right {
    animation: faderight .5s;
}

.fade-top {
    animation: fadetop .5s;
}

.fade-bottom {
    animation: fadebottom .5s;
}

.show-scale {
    animation: show-scale .5s;
}

.pulse, .img-pulse:hover img, .btn-video:after {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
}

.pulse-horizontal, .img-pulse-horizontal:hover img {
    animation-name: pulse-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

.ping, .btn-video:before {
    animation: ping 0.8s ease-in infinite both;
}

/*

# RESPONSIVE
===================================================================

-------------------------------------------------------------------
Large devices (desktops, less than 1200px)
-------------------------------------------------------------------

*/

@media (max-width: 1199.98px) {
    .hidden-lg {
        display: none !important;
    }

    [data-columns-lg='1'] > div {
        grid-template-columns: 1fr;
    }

    [data-columns-lg='2'] > div {
        grid-template-columns: 1fr 1fr;
    }

    [data-columns-lg='3'] > div {
        grid-template-columns: 1fr 1fr 1fr;
    }

    [data-columns-lg='4'] > div {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    [data-columns-lg='1'] .maso-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    [data-columns-lg='2'] .maso-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    [data-columns-lg='3'] .maso-item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    [data-columns-lg='4'] .maso-item {
        flex: 0 0 25%;
        max-width: 25%;
    }

    [data-columns-lg='5'] .maso-item {
        flex: 0 0 20%;
        max-width: 20%;
    }

    [data-columns-lg='6'] .maso-item {
        flex: 0 0 16.666666%;
        max-width: 16.666666%;
    }
}

/*
-------------------------------------------------------------------
Medium devices (tablets, less than 992px)
-------------------------------------------------------------------
*/

@media (max-width: 991.98px) {

    /*
    -------------------------------------------------------------------
    Layout
    -------------------------------------------------------------------
    */

    [class*=col-lg-] + [class*=col-lg-] {
        margin-top: 30px;
    }

    .col-md-6 + .col-md-6 + .col-md-6 {
        margin-top: 30px;
    }

    .col-md-6 + .col-md-6, .col-md-4 + .col-md-4 {
        margin-top: 0;
    }

    .row.justify-content-around {
        margin-right: -15px;
        margin-left: -15px;
    }
    /*
    -------------------------------------------------------------------
    Responsive classes
    -------------------------------------------------------------------
    */

    .no-margin-md {
        margin: 0 !important;
    }

    [class*=col-lg-] + [class*=col-lg-].no-margin-md, .full-width-md + .full-width-md {
        margin-top: 15px !important;
    }

    .full-width-md {
        width: 100% !important;
    }

    .hidden-md {
        display: none !important;
    }

    .align-left-md {
        text-align: left;
    }

    .align-right-md {
        text-align: right;
    }

    .align-center-md {
        text-align: center;
    }

    /*
    -------------------------------------------------------------------
    Components
    -------------------------------------------------------------------
    */

    .form-box [class*=col-lg-] + [class*=col-lg-] {
        margin-top: 0 !important;
    }

    form.form-inline .btn {
        margin-left: 0;
        width: 100%;
    }

    .menu-inner:not(.menu-inner-vertical) {
        overflow: hidden;
    }

    .menu-inner:not(.menu-inner-vertical) > ul {
        height: 0;
        display: block;
    }

    .menu-inner.active > ul {
        height: auto;
    }

    .menu-inner:not(.menu-inner-vertical) > div {
        display: block;
    }

    .menu-inner:not(.menu-inner-vertical) > ul > li:not(:last-child) {
        margin-right: 0;
    }

    .menu-inner:not(.menu-inner-vertical) .dropdown ul {
        border: none;
    }

    .menu-inner:not(.menu-inner-vertical) .dropdown-submenu a:after {
        transform: translateY(-50%) rotate(90deg);
        right: 0;
    }

    .menu-inner .menu-btn {
        z-index: 1;
    }

    .table-6-md td, .table-6-md th {
        display: block;
        border-top: none;
        border-bottom: none;
    }

    .table-6-md tr {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .table-6-md td:nth-child(2n+1) {
        border-left: none;
    }

    /*
    -------------------------------------------------------------------
    Containers
    -------------------------------------------------------------------
    */

    [data-columns-md='1'] > div {
        grid-template-columns: 1fr;
    }

    [data-columns-md='2'] > div {
        grid-template-columns: 1fr 1fr;
    }

    [data-columns-md='3'] > div {
        grid-template-columns: 1fr 1fr 1fr;
    }

    [data-columns-md='4'] > div {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    [data-columns-md='1'] .maso-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    [data-columns-md='2'] .maso-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    [data-columns-md='3'] .maso-item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    [data-columns-md='4'] .maso-item {
        flex: 0 0 25%;
        max-width: 25%;
    }

    [data-columns-md='5'] .maso-item {
        flex: 0 0 20%;
        max-width: 20%;
    }

    [data-columns-md='6'] .maso-item {
        flex: 0 0 16.666666%;
        max-width: 16.666666%;
    }

    .scroll-box.disable-md:after {
        display: none;
    }

    /*
    -------------------------------------------------------------------
    Sections
    -------------------------------------------------------------------
    */

    .section-map > .container {
        max-width: 360px;
    }

    /*
    -------------------------------------------------------------------
    Navigation
    -------------------------------------------------------------------
    */

    body > nav {
        height: 50px;
    }

    body > nav .menu-brand {
        max-width: calc(100% - 60px);
    }

    body > nav .menu-brand > a {
        display: flex;
        align-items: center;
    }

    body > nav > .container, body > .menu-mini > .container {
        max-width: 100%;
    }

    .menu-btn {
		cursor: pointer;
        display: block;
        z-index: 9999;
    }

    .dropdown-submenu > a:after, .menu-side:not(.menu-side-collapse) li > a:after {
        transform: translateY(-50%) rotate(90deg);
    }

    .menu-cnt > ul > li > a, .dropdown > ul > li > a, .dropdown-submenu > ul > li > a {
        padding: 0 30px;
    }

    .menu-cnt {
        height: 0;
        overflow: hidden;
        position: absolute;
        top: 100%;
        background: #FFF;
        left: 0;
        width: 100%;
        transition: height .5s;
        display: block;
    }

    nav.light .menu-cnt a {
        color: rgb(68, 68, 68) !important;
    }

    nav.align-right .menu-cnt {
        display: block;
    }

    nav.active .menu-cnt {
        box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.08);
        z-index: 9995;
    }

    body > nav.menu-fixed .menu-cnt {
        overflow-y: scroll;
    }

    .menu-cnt > ul, .menu-cnt > .menu-right {
        float: none;
        display: block;
        width: 100%;
        height: auto;
    }

    .menu-cnt > ul {
        margin: 0;
    }

    .menu-cnt > .menu-right {
        padding: 0 0 0 0;
        margin: 0;
        height: auto;
    }

    .search-bar input[type=text] {
        width: 100%;
    }

    .search-box-menu {
        border-style: solid;
        border-width: 1px;
        border-radius: 3px;
    }

    .search-box-menu > input[type=text] {
        display: block;
        position: static;
        box-shadow: none;
        height: 25px;
        padding: 5px;
    }

    .search-box-menu > i {
        display: none;
    }

    .menu-right > * {
        margin: 30px;
    }

    .shop-menu-cnt > i {
        position: relative;
        text-align: left;
    }

    .shop-menu-cnt .cart-count {
        right: 15px;
    }

    .shop-menu-cnt .shop-menu {
        position: static;
        transform: none;
        margin: 0 -15px;
        box-shadow: none;
        width: auto;
    }

    .shop-menu-cnt:not(.active) .shop-menu, .dropdown:not(.active) > ul, .dropdown:hover > ul, .dropdown:hover .mega-menu, .mega-dropdown:hover .mega-menu {
        display: none;
    }

    .shop-menu-cnt.active .shop-menu, .dropdown.active > ul, .dropdown.active > ul, .dropdown.active .mega-menu, .dropdown-submenu > ul, .mega-dropdown.active .mega-menu {
        display: block;
    }

    .menu-right > .lan-menu {
        margin: 0;
    }

    .lan-menu a {
        text-align: left;
    }

    .dropdown ul:not(.icon-list), .dropdown.icon-list > ul, .dropdown-submenu > ul, .mega-dropdown .mega-menu, .dropdown .mega-menu {
        position: static;
        box-shadow: none;
    }

    .menu-big-box {
        padding-bottom: 0;
    }

    .menu-big-box .menu-box {
        height: auto;
        display: block;
        float: left;
        width: calc(100% + 30px);
        position: static;
        margin: 0 -15px 0 -15px;
    }

    .menu-big-box.active .menu-box {
        display: none;
    }

    .menu-big-box.menu-fixed.scroll-menu .menu-box {
        display: none;
    }

    body > nav.menu-side {
        padding: 0 15px;
    }

    .menu-side .bottom-area {
        display: none;
        position: fixed;
        background: #FFF;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 0 15px 15px;
    }

    .menu-side.active .bottom-area {
        display: block;
    }

    .menu-side:not(.menu-side-collapse) li > a:after {
        transform: translateY(-50%) rotate(90deg);
    }

    .menu-mini .lan-menu li ul {
        top: 100%;
        position: absolute;
    }

    .mega-menu .col > h5:first-child {
        margin-top: 30px;
    }

    .mega-menu .col:first-child > h5:first-child {
        margin-top: 0;
    }

    .mega-menu .tab-box > .panel.active {
        display: block;
    }

    /*
    -------------------------------------------------------------------
    Footer
    -------------------------------------------------------------------
    */

    i.scroll-top-btn {
        display: block;
    }
}

/*
-------------------------------------------------------------------
Small devices (landscape phones, less than 768px)
-------------------------------------------------------------------
*/

@media (max-width: 767.98px) {

    /*
    -------------------------------------------------------------------
    Layout
    -------------------------------------------------------------------
    */

    [class*=col-]:not([class*=col-sm]) + [class*=col-]:not([class*=col-sm]) {
        margin-top: 30px;
    }

    /*
    -------------------------------------------------------------------
    Responsive classes
    -------------------------------------------------------------------
    */

    .no-margin-sm {
        margin: 0 !important;
    }

    [class*=col-lg-] + [class*=col-lg-].no-margin-sm, .full-width-sm + .full-width-sm {
        margin-top: 15px !important;
    }

    .full-width-sm {
        width: 100% !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .align-left-sm {
        text-align: left;
    }

    .align-right-sm {
        text-align: right;
    }

    .align-center-sm {
        text-align: center;
    }

    /*
    -------------------------------------------------------------------
    Components
    -------------------------------------------------------------------
    */

    .table-full-sm tr {
        display: block;
    }

    .table-full-sm {
        margin-top: -15px;
        margin-bottom: -15px;
    }

    .table-full-sm td, .table-full-sm th {
        width: 100%;
        border-right: none;
        border-left: none;
        display: block;
        padding: 15px 0 !important;
    }

    .table-border.table-full-sm tbody tr:last-child td:not(:last-child) {
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    /*
    -------------------------------------------------------------------
    Containers
    -------------------------------------------------------------------
    */

    [data-columns-sm='1'] > div {
        grid-template-columns: 1fr;
    }

    [data-columns-sm='2'] > div {
        grid-template-columns: 1fr 1fr;
    }

    [data-columns-sm='3'] > div {
        grid-template-columns: 1fr 1fr 1fr;
    }

    [data-columns-sm='4'] > div {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    [data-columns-sm='1'] .maso-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    [data-columns-sm='2'] .maso-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    [data-columns-sm='3'] .maso-item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    [data-columns-sm='4'] .maso-item {
        flex: 0 0 25%;
        max-width: 25%;
    }

    [data-columns-sm='5'] .maso-item {
        flex: 0 0 20%;
        max-width: 20%;
    }

    [data-columns-sm='6'] .maso-item {
        flex: 0 0 16.666666%;
        max-width: 16.666666%;
    }

    .scroll-box.disable-sm:after {
        display: none;
    }

    .tab-nav {
        display: block;
    }

    .tab-nav li a {
        margin: 10px 0;
    }

    /*
    -------------------------------------------------------------------
    Sections
    -------------------------------------------------------------------
    */

    .section-block-full > .container > .row > .col:first-child {
        padding: 0 30px;
    }

    .section-block > .block-media {
        width: 100%;
    }

    .section-block > .container > .row {
        display: block;
    }

    .section-block > .block-media, .section-block > .block-media > div {
        position: relative;
        height: 400px;
    }

    .section-block > .container > .row > .col:first-child:before {
        right: auto;
        left: 50%;
        top: -144px;
        transform: rotate(-90deg) translateY(-50%);
        margin: 0;
    }

    .section-block > .container > .row > .col:last-child {
        position: absolute;
        top: 0;
        left: 50%;
        height: 400px;
        transform: translateX(-50%);
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section-block:not(.section-block-full) + .section-base, .section-map + .section-base {
        border-top-style: solid;
        border-top-width: 1px;
    }

    .section-block-full > .container > .row > .col, .section-block-full > .container > .row > .col:first-child {
        max-width: 100%;
        margin: 0;
    }

    main > .section-map {
        padding-top: 0;
    }

    .section-map > .google-map {
        position: relative !important;
        height: 300px;
    }

    .section-map > .container {
        max-width: 540px;
        width: 100%;
        left: auto;
        margin: 0 auto;
        padding: 100px 15px 0 15px;
    }

    body > header .breadcrumb {
        display: none;
    }
}

/*
-------------------------------------------------------------------
Extra small devices (portrait phones, less than 576px)
-------------------------------------------------------------------
*/

@media (max-width: 575.98px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }

    .btn-sm {
        padding: 5px 20px;
        font-size: 14px;
    }

    .table-6-md tr {
        grid-template-columns: 1fr;
    }

    .table-6-md td {
        border: none;
    }

    .table, .table tbody, .table tr, .table thead, .table th, .table td {
        display: block;
        border: none;
        padding: 0;
    }

    .table:not(.table-grid) tr {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    table.table-grid td {
        padding: 30px 0;
    }

    table.table-grid tr:first-child td:first-child {
        padding-top: 0;
    }

    table.table-grid tr:last-child td:last-child {
        padding-bottom: 0;
    }

    .table.table-columns:not(.table-border):not(.table-full-border) {
        margin: 0 -15px;
        width: calc(100% + 30px);
    }

    .table-columns td {
        display: block;
        padding: 0 15px;
    }

    .table tbody tr:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

    .pagination .next a {
        margin-left: 0;
        padding-right: 35px;
    }

    .pagination .prev a {
        margin-right: 0;
        padding-left: 35px;
    }

    .cnt-call {
        padding: 30px;
    }

    .col-md-6 + .col-md-6 {
        margin-top: 30px;
    }

    .cnt-box-blog-side {
        display: block;
    }

    body .cnt-box-blog-side {
        display: block;
    }

    body .cnt-box-blog-side > .img-box {
        width: 100%;
        height: 200px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    body .cnt-box-blog-side > .caption {
        width: 100%;
        padding-left: 0;
    }

    .icon-list-horizontal {
        display: block;
    }

    .list-nav a:not(.list-archive) {
        text-indent: -9995px;
        width: 33.333%;
    }

    .list-nav a:before {
        text-indent: 0;
    }
}


/*
-------------------------------------------------------------------
Inverted responsive classes
-------------------------------------------------------------------
*/

@media (min-width: 992.98px) {
    .visible-md {
        display: none;
    }
}

@media (min-width: 767.98px) {
    .visible-sm {
        display: none;
    }
}

/*
     FILE ARCHIVED ON 02:42:34 Jul 07, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:46:34 Jul 27, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.549
  captures_list: 0.51
  exclusion.robots: 0.047
  exclusion.robots.policy: 0.035
  esindex: 0.01
  cdx.remote: 8.802
  LoadShardBlock: 351.231 (3)
  PetaboxLoader3.resolve: 451.021 (3)
  PetaboxLoader3.datanode: 848.89 (4)
  load_resource: 1048.957
*/


/*

===================================================================
GLIDE SLIDER - GLIDE.CSS
===================================================================

*/

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.glide * {
    box-sizing: inherit;
}

.glide__track {
    overflow: hidden;
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}

.glide__slides--dragging {
    user-select: none;
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    cursor: grab;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.glide__arrows {
    -webkit-touch-callout: none;
    user-select: none;
}

.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none;
}

.glide--rtl {
    direction: rtl;
}

.glide__arrow:before {
    font-family: "Icons";
    content: "\68";
    position: absolute;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    left: 0;
    top: 0;
    transition: all .5s;
}

.glide__arrow--right:before {
    content: "\67";
}

.glide__arrow {
    border: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    overflow: hidden;
    background: none;
    padding: 0;
    left: 15px;
    outline: none;
    cursor: pointer;
}

.glide__arrow--right {
    right: 15px;
    left: auto;
}

.glide__arrow:hover:before {
    margin-left: -10px;
}

.glide__arrow--right:hover:before {
    margin-left: 10px;
}

.glide__bullets {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 20px;
}

.glide__bullets > button {
    border: none;
    border-radius: 50%;
    margin: 0 5px;
    width: 10px;
    padding: 0;
    height: 10px;
    cursor: pointer;
    outline: none;
    opacity: .8;
    transition: all .5s;
}

.glide__bullets > button:hover, .glide__bullets > button.glide__bullet--active {
    opacity: 1;
}

.controls-out {
    z-index: 5;
    margin-bottom: 30px;
}

.controls-out:not([data-options*=nav]) {
    margin-bottom: 0;
}

.controls-out .glide__arrow {
    left: -40px;
}

.controls-out .glide__arrow--right {
    right: -40px;
    left: auto;
}

.controls-out .glide__bullets {
    bottom: -30px;
}

@media (max-width: 575.98px) {
    .controls-out .glide__arrow {
        left: -30px;
    }

    .controls-out .glide__arrow--right {
        right: -30px;
        left: auto;
    }
}

/*
     FILE ARCHIVED ON 02:38:31 Jul 07, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:46:33 Jul 27, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.717
  captures_list: 0.662
  exclusion.robots: 0.068
  exclusion.robots.policy: 0.051
  esindex: 0.013
  cdx.remote: 93.321
  LoadShardBlock: 179.862 (3)
  PetaboxLoader3.datanode: 191.428 (4)
  load_resource: 297.949
  PetaboxLoader3.resolve: 227.834
*/


/*

===================================================================
MAGNIFIC POPUP - MAGNIFIC-POPUP.CSS
===================================================================

*/

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1142;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1143;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    user-select: none;
}

.mfp-container.active .mfp-bottom-bar, .mfp-container.active .mfp-counter {
    opacity: 1;
    transition: all .3s;
    transition-delay: .5s;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    margin-top: -0.8em;
    left: 50%;
    margin-left: -15px;
    z-index: 1044;
    display: inline-block;
}
.mfp-preloader {
    content: url(http://caminhodetorres.pt/assets/media/loader.svg);
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: fixed;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #FFF;
    opacity: 0;
}

.mfp-counter {
    position: fixed;
    bottom: 2px;
    text-align: center;
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.23) 100%);
    padding: 8px 15px;
    right: 0;
    color: #B3B3B3;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    opacity: 0;
    white-space: nowrap;
}

.mfp-arrow {
    font-family: "Icons";
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -25px;
    padding: 0;
    width: 40px;
    height: 40px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    color: #fff;
    border-color: #fff;
    font-size: 40px;
    margin-left: 35px;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow-right:before {
    content: "\67";
    margin: 0;
}

.mfp-arrow-left:before {
   content: "\68";
    margin: 0;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
 
.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: 0px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
    /* transform: scale(1); */
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}


/*
Schiocco - Copyright (c) Federico Schiocchet - Schiocco (www.Schiocco.it) - Framework Y (www.framework-y.com)
*/

.mfp-content .content {
    position: relative;
}

[class*=box-lightbox] iframe {
    display: block;
}

.mfp-wrap.inner .mfp-bottom-bar {
    margin-top: -88px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.7);
}

[class*=box-lightbox] {
    background-color: #FFF;
    margin: 10px auto;
    border-radius: 2px;
    display: none;
    max-width: 800px;
    max-height: 750px;
    padding: 30px;
    float: none;
}

.mfp-content [class*=box-lightbox] {
    display: block;
}

.box-lightbox-sm {
    max-width: 400px;
    max-height: 300px;
}

.box-lightbox-md {
    max-width: 800px;
    max-height: 500px;
}

.box-lightbox-lg {
    max-width: 1200px;
}

.box-lightbox.full-screen {
    max-width: 100%;
    max-height: 100%;
    margin: 50px;
}

[class*=box-lightbox] > div {
    padding: 0;
}

.box-inline .mfp-close {
    margin: 0; color: #004EBC;
}

.mfp-container.active .mfp-close {
    opacity: 1;
    transition: all .3s;
    transition-delay: .5s;
}

 
/*
==============================
MOBILE - PHONE - Extra small devices
==============================
*/
@media (max-width: 992px) {
    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
        opacity: 1;
        margin: 24px 21px;
        line-height: 70px;
    }

    .mfp-container {
        overflow: visible;
    }

    button.mfp-arrow {
        bottom: 0 !important;
        position: fixed !important;
        top: initial;
        width: 50px;
        left: 0;
        right: initial;
        height: 50px !important;
        padding: 0;
        text-align: left;
        -webkit-transform-origin: 0;
        transform-origin: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: black;
        background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.23) 100%);
    }

    button.mfp-arrow.mfp-arrow-right {
        margin-left: 50px;
        background: linear-gradient(to left, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.23) 100%);
    }

    .box-lightbox,.box-lightbox-md,.box-lightbox-sm,.box-lightbox-xs {
        max-height: 100% !important;
        overflow: hidden;
    }
}


.full-width-top {background:#FFF; position:fixed; height:100px; padding: 30px 10px 10px 10px !important; top: 0; left: 0; width: 100%; margin: 0 auto !important; max-width: 100% !important;}


/* text-based popup styling */

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px 25px 25px 25px;
  width: auto;
  max-width: 400px;
  margin: 0 auto;
}

.mfp-close-btn-in .white-popup .mfp-close {
    color: #004EBC !important;
    opacity: 1 !important;
}

.white-popup-block-500 {
    background: #FFF;
    margin: 10px auto;
    max-width: 500px;
    padding: 35px 35px 15px;
    position: relative;
    text-align: left;
}

.white-popup-block-500 .mfp-close {
	color: #004EBC;
    opacity: 1;
    position: absolute;
}

#custom-divs {
	color: #004EBC;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
}
#custom-divs a {
	color: #004EBC;
}
#custom-divs h3 {
	  margin: 0 0 15px 0;
	  color: #004EBC;
	  line-height: 1.1;
	  font-weight: 700;
	  font-size: 14px;
}

/* ====== Zoom effect ====== */

.mfp-zoom-in {
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}



/* overlay at start efeito para galeria outra versao*/
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}


/*
     FILE ARCHIVED ON 02:48:23 Jul 07, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:46:34 Jul 27, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.81
  captures_list: 0.862
  exclusion.robots: 0.069
  exclusion.robots.policy: 0.047
  esindex: 0.016
  cdx.remote: 90.064
  LoadShardBlock: 316.409 (3)
  PetaboxLoader3.resolve: 1252.173 (3)
  PetaboxLoader3.datanode: 206.676 (4)
  load_resource: 1307.67
*/


/*

===================================================================
CONTENT BOX - CONTENT-BOX.CSS
===================================================================
Table of contents

 - Global
 - Side image
 - Top icon
 - Side icon
 - Top icon
 - Badge
 - Info
 - Blog side and top
 - Testimonials
 - Team
 - Pricing table
 - Call to action

-------------------------------------------------------------------

# GLOBAL
===================================================================

*/

.cnt-box {
    position: relative;
    overflow: hidden;
}

.cnt-box:hover .img-box img {
    opacity: .8;
}

.cnt-box:hover .img-box:before {
    opacity: 1;
    transition: all 0s;
}

.cnt-box .caption h2 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
}

.cnt-box .caption h3 {
    font-size: 15px;
}

.cnt-box .caption p {
    font-size: 15px;
    margin: 0;
}

.cnt-box .caption .btn, .cnt-box .caption .btn-text {
    margin-top: 15px;
}

.cnt-box.boxed {
    border-radius: 3px;
}

.cnt-box.boxed .caption {
    padding: 30px;
}

.cnt-box.align-center .caption {
    text-align: center;
}

.cnt-box.align-right .caption {
    text-align: right;
}

.cnt-box.align-left .caption {
    text-align: left;
}

/*

# SIDE IMAGE
===================================================================

*/

.cnt-box-side {
    display: flex;
}

.cnt-box-side > .img-box {
    width: 30%;
}

.cnt-box-side > .caption {
    width: 70%;
    padding-left: 30px;
}

.cnt-box-side.boxed > .img-box, .cnt-box-side.boxed > .img-box > img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.cnt-box-side.align-right {
    flex-direction: row-reverse;
}

.cnt-box-side.align-right > .caption {
    padding-left: 0;
    padding-right: 30px;
}

/*

# TOP IMAGE
===================================================================

*/

.cnt-box-top .caption {
    padding-top: 30px;
}

.cnt-box-top.boxed > .img-box, .cnt-box-top.boxed > .img-box > img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/*

# SIDE ICON
===================================================================

*/

.cnt-box-side-icon {
    display: flex;
}

.cnt-box-side-icon > i {
    width: 50px;
    font-size: 50px;
    line-height: 50px;
    text-align: left;
    margin: 1px 0 0 1px;
}

.cnt-box-side-icon > .caption {
    width: 100%;
    padding-left: 30px;
}

.cnt-box-side-icon.boxed > i {
    padding: 30px;
    width: 80px;
    margin: 0;
}

.cnt-box-side-icon.align-right {
    flex-direction: row-reverse;
}

.cnt-box-side-icon.align-right > .caption {
    padding-left: 0;
    padding-right: 30px;
}

/*

# TOP ICON
===================================================================

*/

.cnt-box-top-icon > i {
    font-size: 50px;
    line-height: 50px;
    text-align: left;
    margin: 0 0 30px 1px;
    display: block;
}

.cnt-box-top-icon.boxed > i {
    margin: 0;
    padding: 30px 30px 0 30px;
}

.cnt-box-top-icon.align-center > i {
    text-align: center;
}

.cnt-box-top-icon.align-right > i {
    text-align: right;
}

/*

# BADGE
===================================================================

*/

.cnt-box-badge .caption {
    padding-top: 30px;
    position: relative;
}

.cnt-box-badge .badge {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    top: -35px;
    right: 15px;
}

.cnt-box-badge.boxed .badge {
    right: 30px;
}

.cnt-box-badge.align-center .badge {
    left: 50%;
    margin-left: -25px;
}

.cnt-box-badge.align-right .badge {
    left: 15px;
    right: auto;
}

/*

# INFO
===================================================================

*/

.cnt-box-info {
    position: relative;
}

.cnt-box-info .cnt-info {
    padding: 15px 0;
}

.cnt-box-info .cnt-info > div {
    display: flex;
    justify-content: space-between;
}

.cnt-box-info .caption {
    padding-top: 30px;
}

.cnt-box-info .bottom-info {
    padding: 15px 0 0 0;
}

.cnt-box-info .bottom-info .caption > *:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.cnt-box-info .extra-field {
    position: absolute;
    z-index: 1;
    margin: 15px;
}

.cnt-box-info.boxed .extra-field {
    margin: 30px;
}

/*

# BLOG SIDE AND TOP
===================================================================

*/

.cnt-box-blog-side {
    display: flex;
}

.cnt-box-blog-side > .img-box {
    width: 30%;
}

.cnt-box-blog-side > .caption {
    width: 70%;
    padding-left: 30px;
}


.cnt-box-blog-side .icon-list, .cnt-box-blog-top .icon-list {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 15px;
}

.icon-list span.icon-links {
    display: flex;
}

.cnt-box-blog-side .blog-date, .cnt-box-blog-top .blog-date {
    position: absolute;
    width: 80px;
    height: 80px;
    color: #FFF;
    z-index: 5;
    text-align: center;
}

.cnt-box-blog-side .blog-date span, .cnt-box-blog-top .blog-date span {
    display: block;
}

.cnt-box-blog-side .blog-date span:first-child, .cnt-box-blog-top .blog-date span:first-child {
    font-size: 25px;
    padding: 15px 0 5px 0;
}

.cnt-box-blog-side .blog-date span:last-child, .cnt-box-blog-top .blog-date span:last-child {
    font-size: 12px;
}

.cnt-box-blog-top .caption h2 {
    margin-top: 30px;
}

.cnt-box-blog-side .icon-list i, .cnt-box-blog-top .icon-list i {
    font-size: 115%;
}

.cnt-box-blog-side.align-center .icon-list, .cnt-box-blog-top.align-center .icon-list {
    justify-content: center;
}

.cnt-box-blog-side.align-right .icon-list, .cnt-box-blog-top.align-right .icon-list {
    justify-content: flex-end;
}

.align-right .icon-list span.icon-links {
    margin-right: 0;
}

.cnt-box-blog-side.align-right {
    flex-direction: row-reverse;
}

.cnt-box-blog-side.align-right > .caption {
    padding-left: 0;
    padding-right: 30px;
}

.cnt-box-blog-side.align-right .blog-date, .cnt-box-blog-top.align-right .blog-date {
    right: 0;
}

.cnt-box-blog-side.align-right .icon-list > span, .cnt-box-blog-top.align-right .icon-list > span {
    margin-left: 25px;
    margin-right: 0;
}

/*

# TESTIMONIALS
===================================================================

*/

.cnt-box-testimonials > img, .cnt-box-testimonials-bubble .thumb-bar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.cnt-box-testimonials > img {
    margin: 0 0 30px 0;
}

.cnt-box-testimonials .testimonial-info span {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}

.cnt-box-testimonials-bubble > p {
    text-align: left;
    border-radius: 3px;
    padding: 25px;
    margin-bottom: 15px;
    position: relative;
}

.cnt-box-testimonials-bubble > p:after {
    position: absolute;
    bottom: -18px;
    left: 30px;
    content: '';
    display: block;
    border-width: 20px;
    border-style: solid;
    border-top-width: 2px;
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
}

.cnt-box-testimonials-bubble .thumb-bar {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.cnt-box-testimonials-bubble .thumb-bar p {
    margin: 0;
}

.cnt-box-testimonials-bubble .thumb-bar img {
    margin-right: 15px;
}

.cnt-box-testimonials-bubble .thumb-bar span {
    font-size: 14px;
    display: block;
}

.cnt-box-testimonials-bubble .thumb-bar span:last-child {
    font-size: 12px;
}

.cnt-box-testimonials.align-center {
    text-align: center;
}

.cnt-box-testimonials.align-center > img {
    margin-left: auto;
    margin-right: auto;
}

.cnt-box-testimonials.align-right {
    text-align: right;
}

.cnt-box-testimonials.align-right > img {
    margin-left: auto;
    margin-right: 0;
}

.cnt-box-testimonials.align-right .testimonial-info span {
    margin-left: 10px;
    margin-right: 0;
}
/*

# TEAM
===================================================================

*/

.cnt-box-team {
    padding-bottom: 145px;
    border-radius: 3px;
}

.cnt-box-team .caption h2 {
    margin-bottom: 5px;
}

.cnt-box-team > span {
    font-size: 14px;
    display: block;
}

.cnt-box-team .caption {
    position: absolute;
    text-align: center;
    padding: 25px 15px 0 15px;
    height: 145px;
    overflow: hidden;
    background-color: #FFF;
    margin: 0;
    bottom: 0;
    z-index: 9;
    right: 0;
    left: 0;
    transition: all .5s;
}

.cnt-box-team:hover .caption {
    height: 200px;
}

.cnt-box-team > img {
    width: 100%;
    display: block;
    transition: all .3s;
}

.cnt-box-team:hover > img {
    transform: translateY(10px) scale(1.1);
}

.cnt-box-team .icon-links {
    justify-content: center;
    margin: 20px 0;
}

.cnt-box-team.align-right .icon-links {
    justify-content: flex-end;
}

.cnt-box-team.align-left .icon-links {
    justify-content: flex-start;
}

/*

# PRICING TABLE
===================================================================

*/

.cnt-pricing-table {
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    transition: all .5s;
}

.cnt-pricing-table:hover {
    transform: translateY(15px);
}

.cnt-pricing-table .top-area, .cnt-pricing-table .bottom-area {
    padding: 30px;
}

.cnt-pricing-table > ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.cnt-pricing-table > ul > li {
    list-style: none;
    padding: 5px 30px;
    position: relative;
}

.cnt-pricing-table h2 {
    font-size: 20px;
}

.cnt-pricing-table .price {
    font-size: 30px;
    font-weight: 300;
    margin: 30px 0 20px 0;
}

.cnt-pricing-table .price span {
    font-size: 50px;
    display: inline-block;
    margin-left: 5px;
}

.cnt-pricing-table .price label {
    display: inline;
    font-weight: normal;
    font-style: normal;
}

.cnt-pricing-table .top-area p {
    margin: 0;
}

.pricing-table-big {
    padding: 20px 0;
    margin-top: -20px;
}

.cnt-pricing-table.align-right {
    text-align: right;
}

.cnt-pricing-table.align-left {
    text-align: left;
}

/*

# CALL TO ACTION
===================================================================

*/

.cnt-call {
    padding: 30px 50px;
    border-radius: 3px;
    text-align: center;
}

.cnt-call > i {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 15px;
}

.cnt-call.align-right {
    text-align: right;
}

.cnt-call.align-right > i {
    margin-right: 0;
}

.cnt-call.align-left {
    text-align: left;
}

.cnt-call.align-left > i {
    margin-left: 0;
}

/*

# RESPONSIVE
===================================================================

*/

@media (max-width: 575.98px) {
    .cnt-box-side {
        display: block;
    }

    .cnt-box-side > .img-box {
        width: 100%;
        margin-bottom: 30px;
    }

    .cnt-box-side > .caption {
        width: 100%;
        padding-left: 0;
    }
}

/*
     FILE ARCHIVED ON 02:47:52 Jul 07, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:46:34 Jul 27, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.636
  captures_list: 0.486
  exclusion.robots: 0.052
  exclusion.robots.policy: 0.042
  esindex: 0.011
  cdx.remote: 72.686
  LoadShardBlock: 164.172 (3)
  PetaboxLoader3.datanode: 744.218 (4)
  load_resource: 1014.094
  PetaboxLoader3.resolve: 348.069
*/


/*

===================================================================
CONTENT BOX - CONTENT-BOX.CSS
===================================================================
Table of contents

 - Contact form
 - Date picker

-------------------------------------------------------------------

# CONTACT FORM
===================================================================

*/

.form-ajax .success-box, .form-ajax .error-box {
    display: none;
    margin-top: 20px;
}

.form-ajax-wp.label-visible {
    margin-top: -10px;
}

.form-box > .space.xs {
    height: 12px;
}

.form-box.text-center input, .form-box.text-center textarea, .form-box.text-center select {
    text-align: center;
}

.form-box p {
    margin: 0 0 10px 0;
	font-size: 16px;
    font-weight: 500;
}

.form-box textarea, .form-box select, .form-box input {
    margin: 0 0 20px 0;
    transition: all .5s;
}

form.form-box textarea {
    height: 100px;
}

.form-inline hr {
    display: none;
}

.form-inline .btn {
    margin-left: 15px;
    white-space: nowrap;
    width: calc(100% - 15px);
}

.form-box:not(.form-inline) .g-recaptcha {
    margin-bottom: 15px;
}

.form-box .cf-loader {
    height: 25px;
    margin-left: 10px;
    display: none;
}

.form-box .form-checkbox {
    margin: -5px 0 30px 0;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.form-box.form-inline .form-checkbox {
    margin-bottom: 0;
}

.form-box .form-checkbox input {
    width: 15px;
    height: 15px;
    margin: 0;
}

.form-box .form-checkbox label {
    float: left;
    width: calc(100% - 40px);
    margin-left: 15px;
    font-weight: normal;
}

.form-box.align-center .form-checkbox label {
    float: none;
    width: auto;
}

.form-box.align-center .form-checkbox {
    justify-content: center;
}

.error-box, .success-box {
    padding: 15px;
    color: #fff;
    border-radius: 3px;
    padding: 10px 15px;
    font-size: 13px;
}

.error-box {
    background: #a72a2a;
}

.success-box {
    background: #2aa768;
}

/*

# DATE PICKER
===================================================================

*/

.datepicker-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 210px;
    font-size: 12px;
    line-height: 30px;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    direction: ltr !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.datepicker-container:before,
.datepicker-container:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    content: " ";
    border: 5px solid transparent;
}

.datepicker-dropdown {
    position: absolute;
    z-index: 9 !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 6px #ccc;
    box-shadow: 0 3px 6px #ccc;
}

.datepicker-inline {
    position: static;
}

.datepicker-top-left,
.datepicker-top-right {
    border-top-color: #004EBC;
}

.datepicker-top-left:before,
.datepicker-top-left:after,
.datepicker-top-right:before,
.datepicker-top-right:after {
    top: -5px;
    left: 10px;
    border-top: 0;
}

.datepicker-top-left:before,
.datepicker-top-right:before {
    border-bottom-color: #004EBC;
}

.datepicker-top-left:after,
.datepicker-top-right:after {
    top: -4px;
    border-bottom-color: #fff;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
    border-bottom-color: #004EBC;
}

.datepicker-bottom-left:before,
.datepicker-bottom-left:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
    bottom: -5px;
    left: 10px;
    border-bottom: 0;
}

.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
    border-top-color: #004EBC;
}

.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
    bottom: -4px;
    border-top-color: #fff;
}

.datepicker-top-right:before,
.datepicker-top-right:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
    right: 10px;
    left: auto;
}

.datepicker-panel > ul:before,
.datepicker-panel > ul:after {
    display: table;
    content: " ";
}

.datepicker-panel > ul:after {
    clear: both;
}

.datepicker-panel > ul {
    width: 102%;
    padding: 0;
    margin: 0;
}

.datepicker-panel > ul > li {
    float: left;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    cursor: pointer;
    background-color: #fff;
}

.datepicker-panel > ul > li:hover {
    background-color: #eee;
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
    color: #999;
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
    color: #004EBC;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
    color: #ccc;
    cursor: default;
    background-color: #fff;
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
    font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
    width: 150px;
}

.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
    width: 52.5px;
    height: 52.5px;
    line-height: 52.5px;
}

.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
    cursor: default;
    background-color: #fff;
}

.datepicker-hide {
    display: none;
}
@media (max-width: 575.98px) {
    .form-box .form-checkbox input {
        width: 20px;
        height: 20px;
    }
    .form-box.align-center .form-checkbox label {
        text-align: left;
    }
}
/*
     FILE ARCHIVED ON 02:42:51 Jul 07, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:46:33 Jul 27, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.53
  captures_list: 0.497
  exclusion.robots: 0.052
  exclusion.robots.policy: 0.042
  esindex: 0.007
  cdx.remote: 50.471
  LoadShardBlock: 267.408 (3)
  PetaboxLoader3.datanode: 164.18 (4)
  PetaboxLoader3.resolve: 486.467 (2)
  load_resource: 1061.271
*/


/*

===================================================================
MEDIA BOX - MEDIA-BOX.CSS
===================================================================
Table of contents

 - Global
 - Half
 - Full
 - Down
 - Reveal
 
-------------------------------------------------------------------

# GLOBAL
===================================================================

*/

.media-box {
    display: block;
    background: rgba(0, 0, 0, 0.00);
    position: relative;
    /*border-radius: 3px;*/
    overflow: hidden;
    transition: all .5s;
}

.media-box:hover {
    background: #000;
}

.media-box .caption {
    position: absolute;
    overflow: hidden;
    transition: all .5s;
}

.media-box img {
    max-width: 100%;
    /*border-radius: 3px;*/
    display: block;
}

.media-box .caption h2 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
}

.media-box .caption h3 {
    font-size: 15px;
}

.media-box .caption p {
    font-size: 15px;
    margin: 0;
}

.media-box.align-center .caption {
    text-align: center;
}

.media-box.align-right .caption {
    text-align: right;
}

.media-box.align-left .caption {
    text-align: left;
}

.media-box[data-anima] > img.anima {
    transition: all .5s;
}

/*

# HALF
===================================================================

*/

.media-box-half img {
    transition: all .5s;
}

.media-box-half:hover img {
    opacity: .35;
}

.media-box-half .caption {
    bottom: 0;
    padding: 30px;
    color: #FFF;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    width: 100%;
}

/*

# FULL
===================================================================

*/

.media-box-full .caption {
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    color: #FFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0,0,0,0);
}

.media-box-full:hover .caption {
    background: rgba(0,0,0,0.65);
}

/*

# DOWN
===================================================================

*/
.media-box-down {
    margin-bottom: 90px;
    background: none;
    overflow: visible;
}

.media-box-down:before, .media-box-down:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.65);
    border-radius: 3px;
    opacity: 0;
    transition: opacity .5s;
    z-index: 5;
}

.media-box-down:after {
    content: "+";
    height: 30px;
    top: 50%;
    margin-top: -15px;
    color: #FFF;
    font-size: 30px;
    background: none;
    opacity: 0;
    transition: opacity .5s;
    z-index: 5;
}

.media-box-down:hover:after, .media-box-down:hover:before {
    opacity: 1;
}

.media-box-down .caption {
    text-align: center;
    background: none;
    right: 0;
    left: 0;
    margin: 0 30px;
    overflow: hidden;
}

.media-box-down .caption h2 {
    margin-top: 20px;
    white-space: nowrap;
}

.media-box-down.align-left .caption, .media-box-down.align-right .caption {
    margin: 0;
}

/*

# REVEAL
===================================================================

*/

.media-box-reveal .caption {
    bottom: 0;
    height: 130px;
    width: calc(100% + 1px);
    padding: 25px;
    color: #FFF;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}
.media-box-reveal .caption p {
    opacity: 0;
    transition: all .5s;
}
.media-box-reveal:hover .caption {
    height: 100%;
}
.media-box-reveal:hover p {
   opacity: 1;
}

/*
     FILE ARCHIVED ON 02:48:30 Jul 07, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:46:34 Jul 27, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 4.193
  captures_list: 0.926
  exclusion.robots: 0.091
  exclusion.robots.policy: 0.066
  esindex: 0.012
  cdx.remote: 63.457
  LoadShardBlock: 510.602 (3)
  PetaboxLoader3.datanode: 386.754 (4)
  PetaboxLoader3.resolve: 153.443 (2)
  load_resource: 119.009
*/


.bx-wrapper{position:relative;margin-bottom:0;padding:0;-ms-touch-action:pan-y;touch-action:pan-y;-moz-box-shadow:0 0 5px #ccc;-webkit-box-shadow:none;box-shadow:none;border:0;background:transparent}.bx-wrapper img{max-width:100%;display:block}.bxslider{margin:0;padding:0;-webkit-perspective:1000}ul.bxslider{list-style:none}.bx-viewport{-webkit-transform:translateZ(0)}.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;background:url(http://caminhodetorres.pt/assets/css/images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus,.bx-wrapper .bx-pager.bx-default-pager a:hover{background:#000}.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager-item{display:inline-block;vertical-align:bottom}.bx-wrapper .bx-pager-item{font-size:0;line-height:0}.bx-wrapper .bx-prev{left:10px;background:url(http://caminhodetorres.pt/assets/css/images/controls.png) 0 -32px no-repeat}.bx-wrapper .bx-prev:focus,.bx-wrapper .bx-prev:hover{background-position:0 0}.bx-wrapper .bx-next{right:10px;background:url(http://caminhodetorres.pt/assets/css/images/controls.png) -43px -32px no-repeat}.bx-wrapper .bx-next:focus,.bx-wrapper .bx-next:hover{background-position:-43px 0}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(http://caminhodetorres.pt/assets/css/images/controls.png) -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus,.bx-wrapper .bx-controls-auto .bx-start:hover{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(http://caminhodetorres.pt/assets/css/images/controls.png) -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus,.bx-wrapper .bx-controls-auto .bx-stop:hover{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666;background:rgba(80,80,80,.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}
/*
     FILE ARCHIVED ON 02:48:38 Jul 07, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:46:34 Jul 27, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 12.138
  captures_list: 0.596
  exclusion.robots: 0.065
  exclusion.robots.policy: 0.05
  esindex: 0.011
  cdx.remote: 29.103
  LoadShardBlock: 449.512 (3)
  PetaboxLoader3.datanode: 864.625 (4)
  PetaboxLoader3.resolve: 238.1 (3)
  load_resource: 787.691
*/


/*
* ===================
* SKIN 
* ===================
*
* Insert into this file all the CSS of your custom design and load this file into every page you need.
*/

@import url('https://web.archive.org/web/20210707022906cs_/https://fonts.googleapis.com/css2?family=Calistoga&display=swap');

@import url('https://web.archive.org/web/20210707022906cs_/https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

@import url('https://web.archive.org/web/20210707022906cs_/https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');


@font-face {
    font-family: 'Americana XBd BT';
    src: url('http://caminhodetorres.pt/assets/css/americana/AmericanaBT-ExtraBold.eot');
    src: url('http://caminhodetorres.pt/assets/css/americana/AmericanaBT-ExtraBold.eot#iefix') format('embedded-opentype'),
        url('http://caminhodetorres.pt/assets/css/americana/AmericanaBT-ExtraBold.woff2') format('woff2'),
        url('http://caminhodetorres.pt/assets/css/americana/AmericanaBT-ExtraBold.woff') format('woff'),
        url('http://caminhodetorres.pt/assets/css/americana/AmericanaBT-ExtraBold.ttf') format('truetype'),
        url('http://caminhodetorres.pt/assets/css/americana/AmericanaBT-ExtraBold.svg#AmericanaBT-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'AlternateGothicNo2BT-Regular';
    src: url('http://caminhodetorres.pt/assets/css/alternategothic/AlternateGothicNo2BT-Regular.eot');
    src: url('http://caminhodetorres.pt/assets/css/alternategothic/AlternateGothicNo2BT-Regular.eot#iefix') format('embedded-opentype'),
         url('http://caminhodetorres.pt/assets/css/alternategothic/AlternateGothicNo2BT-Regular.woff2') format('woff2'),
         url('http://caminhodetorres.pt/assets/css/alternategothic/AlternateGothicNo2BT-Regular.woff') format('woff'),
         url('http://caminhodetorres.pt/assets/css/alternategothic/AlternateGothicNo2BT-Regular.ttf') format('truetype'),
         url('http://caminhodetorres.pt/assets/css/alternategothic/AlternateGothicNo2BT-Regular.svg#AlternateGothicNo2BT-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.alternategothic {
    font-family: 'AlternateGothicNo2BT-Regular';
    font-weight: normal;
    font-style: normal;
}

.americana {
    font-family: 'Americana XBd BT';
    font-weight: 800;
    font-style: normal;
}

.calistoga {
    font-family: 'Calistoga', cursive;
    font-weight: 400;
    font-style: normal;
}

/*
-------------------------------------------------------------------
COLORS
-------------------------------------------------------------------
*/

/*
.lan-menu .dropdown > ul > li:not(:hover) > a, .media-box:not(.media-box-down) h2, .media-box h3, nav.light .dropdown > ul > li:not(:hover) > a, .light .breadcrumb li:not(:last-child) a, .menu-cnt > ul > li > ul li > a, .lan-menu .dropdown > ul > li > a, body > nav:not(.menu-side).scroll-menu .menu-cnt > ul > li > a, body > nav:not(.menu-side).scroll-menu .lan-menu > li > a, .controls-out.arrows-left .glide__arrow:hover, .menu-inner:not(.menu-inner-vertical) .dropdown ul > li > a {
    color: #FFF !important;
}

body, header h2, h1, h2, h3, h4, h5, h6, .input-text, .input-select, .input-textarea, .icon-list span, .icon-list span a, .social-links a i, .glide__arrow, .search-bar input[type=submit], .menu-inner li > a, .accordion-list > li > a, .cnt-box-blog-side .icon-list a, .cnt-box-blog-top .icon-list a, .list-nav a, .media-box-down .caption h2, .media-box-down .caption p {
    color: #13304a;
}

div.cnt-box-info .cnt-info, footer, .cnt-box-testimonials-bubble > p, [class*=box-lightbox].light, .datepicker-panel > ul > li, .datepicker-panel > ul[data-view="week"] > li, .datepicker-panel > ul[data-view="week"] > li:hover, .datepicker-top-left, .datepicker-top-right, .datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover, .cnt-box-blog-side .blog-date span:last-child, .cnt-box-blog-top .blog-date span:last-child, .section-home-alpins + section:before, .scroll-menu .shop-menu-cnt .cart-count {
    background-color: #13304a;
}

.cnt-box-testimonials-bubble > p:after {
    border-right-color: #13304a;
}

.tab-nav li.active a, .tab-nav li:hover a {
    background-color: #13304a;
    border-color: #13304a;
}

.lan-menu .dropdown > ul > li > a, body > nav.scroll-menu:before, .title > p:before, .title > p:after, .quote .quote-author:before, .cnt-box-info .extra-field, .glide__bullets > button:hover, .glide__bullets > button.glide__bullet--active, .controls-right .glide__bullet, .media-box-reveal .extra-field, .media-box .caption h3:before, .bg-color, body main > section.bg-color, nav .dropdown > ul > li > a, body > header h2:after, body > header h2:before, .controls-out.arrows-left .glide__arrow:hover, .menu-cnt > ul > li > ul li > a, .album-box .caption h3:after, .menu-inner li:before, .cnt-box-blog-side .blog-date, .cnt-box-blog-top .blog-date, .section-home-alpins .glide__arrow, .menu-inner:not(.menu-inner-vertical) .dropdown ul > li > a, .step-item:before, .step-item > span, .shop-menu-cnt .cart-count {
    background-color: #004EBC;
}

.section-home-alpins .glide__bullets .glide__bullet.glide__bullet--active {
    background-color: #004EBC !important;
}

@media (max-width: 991.98px) {
    nav.scroll-menu .menu-cnt {
        background-color: #004EBC;
    }
}

.btn, .icon-links-grid a:hover, .icon-links-button a {
    background-color: #004EBC;
    border-color: #004EBC;
}

a, .counter .value span:last-child, .icon-box i, .cnt-box-info .cnt-info > div > span:last-child, .cnt-box-info .bottom-info, .btn-text, .menu-cnt > ul > li:hover > a, nav:not(.menu-transparent) .menu-cnt > ul > li:hover > a, .lan-menu > li:hover > a, nav:not(.menu-transparent) .lan-menu > li:hover > a, .timeline > div:hover .badge p, .cnt-box-team:hover .caption h2, .cnt-box-top-icon > i, .datepicker-panel > ul > li:hover, .extra-field:before, .menu-inner li.active > a, .menu-inner li:hover > a, .table-alpins td:first-child, .accordion-list > li > a:before, .cnt-box-blog-side .icon-list i, .cnt-box-blog-top .icon-list i, .list-nav a:before, .cnt-box .caption p b, .cnt-box-side-icon > i, .countdown h3, .countdown p, nav:not(.menu-transparent) .menu-mini .lan-menu > li:hover > a, nav .icon-list li > i {
    color: #004EBC;
}

.breadcrumb li a:hover, .light .breadcrumb li:not(:last-child) a:hover, .light .text-color, .text-color, .menu-inner .dropdown li:hover > a {
    color: #004EBC !important;
}

form.form-box textarea:focus, form.form-box select:focus, form.form-box input:focus, [data-parallax] .table td, .media-box-half .caption .extra-field + p, .timeline > div .panel, div.timeline > div.inverted .panel:last-child, .search-box-menu > input[type=text]:focus {
    border-color: #004EBC;
}

.lan-menu .dropdown > ul > li:hover > a, .btn:not(.btn-border):hover, .dropdown ul:not(.icon-list) li:hover > a, .menu-cnt > ul > li:hover > a, .lan-menu > li:hover > a, .icon-links-button a:hover, .pagination li.page:hover a, .pagination li.page.active a, .section-home-alpins .glide__arrow:hover, .menu-inner:not(.menu-inner-vertical) .dropdown ul > li:hover > a {
    background-color: #004EBC;
}

.btn-text:hover, .accordion-list > li > a:hover, .list-nav a:hover {
    color: #004EBC;
}

@media (max-width: 991.98px) {
    nav.scroll-menu .dropdown > ul > li > a {
        background-color: #004EBC;
    }

    .menu-transparent:not(.scroll-menu) .menu-cnt > ul > li.dropdown.active > a {
        color: #004EBC !important;
    }
}

.icon-box p, .cnt-call .caption p, .cnt-box-team .caption span, .cnt-box .caption p, .cnt-pricing-table > ul > li, .timeline .panel p {
    color: rgb(83, 98, 111);
}

main > section.section-color, [data-parallax] .controls-out .glide__bullets, .section-bottom-box:after, .controls-out .glide__bullets, .section-color + .section-call:before {
    background-color: rgb(238, 243, 247);
}

body > header.align-center h2, .light .breadcrumb li:last-child a, .cnt-box-testimonials-bubble > p, .footer-bar > .container {
    color: rgb(238, 243, 247) !important;
}

::placeholder {
    color: rgba(19, 48, 74, 0.52);
}

.table, .table td, .table th, .accordion-list > li, .table tr {
    border-color: rgba(83, 98, 111, .3);
}

.controls-out.arrows-left .glide__arrow, form.form-box textarea, form.form-box select, form.form-box input, .cnt-box.boxed, .tab-nav li a, .text-list-image li > img, .pagination li.page a, .shop-menu-cnt .shop-menu {
    box-shadow: 0 3px 23px rgba(39,79,117,.15);
}

.img-box, .media-box, .cnt-box-info .img-box, .section-block-full > .container > .row > .col:first-child, .cnt-call, .datepicker-top-left, .datepicker-top-right, .cnt-pricing-table, .google-map, .search-box-menu > input[type=text] {
    box-shadow: 0 10px 60px -12px rgba(39,79,117,.25);
}

.section-color .cnt-box.boxed .caption {
    background-color: #FFF;
}

.search-box-menu > input[type=text] {
    border: 1px solid #FFF;
}
*/


/*
-------------------------------------------------------------------
CUSTOM CLASSES
-------------------------------------------------------------------
*/


a.urlblue {color:#004EBC; box-shadow: 0px 1px 0px 0px #004EBC;}
a.urlblue:hover {color:#F45E00; box-shadow: 0px 1px 0px 0px #F45E00;}

a.urlorange {color:#F45E00; box-shadow: 0px 1px 0px 0px #F45E00;}
a.urlorange:hover {color:#004EBC; box-shadow: 0px 1px 0px 0px #004EBC;}

.t14 {font-size:14px;}

#bannerfiltro:after {content:''; background-color:rgba(0, 0, 0, 0.5); position:absolute;top:0;left:0; width:100%; height:100%; z-index:0;}

.zindex1 {z-index:1;}


#paginas .alpins-slider .glide__arrow:before {color:#FFC82F !important;}

#paginas .controls-out .glide__bullets {background-color: transparent !important; border: solid 1px #FFC82F; border-radius:0;}

#paginas .glide__bullets > button, #paginas .light .glide__bullets > button.glide__bullet--active, #paginas .light .glide__bullets > button.glide__bullet {background-color:#FFC82F !important;}

#paginas .controls-out .glide__bullet {border-radius:0; margin:0;}


#etapashome .alpins-slider .glide__arrow:before {color:#FFC82F !important;}

#etapashome .controls-out .glide__bullets {background-color: transparent !important; border: solid 1px #FFC82F; border-radius:0;}

#etapashome .glide__bullets > button, #etapashome .light .glide__bullets > button.glide__bullet--active, #etapashome .light .glide__bullets > button.glide__bullet {background-color:#FFC82F !important;}

#etapashome .controls-out .glide__bullet {border-radius:0; margin:0;}


.text-slogan {
	font-size: 36px;
	line-height: 1.3;
}

.pagination-top-right {
    position: relative;
}

.pagination-top-right .list-pagination {
    position: absolute;
    top: -125px;
    right: 0;
    padding: 0;
}

.text-50 {
    font-size: 50px;
    line-height: 70px;
}

.text-symbol {
    font-size: 70%;
    opacity: .8;
    font-weight: 400;
}

.width-50 {
    max-width: 50%;
}

.width-415 {
    max-width: 415px;
}

.height-10 {
    max-height: 10px;
}

.height-410 {
    height: 410px;
}

.text-list-line.line-4 li {
    margin-bottom: 4.5px;
}

.table-grid.table-border.table-10 tbody tr td {
    padding: 10px;
}

.table-grid.table-border.table-15 tbody tr td {
    padding: 15px;
}

.table-grid.table-border.align-left.table-10 tbody tr td:not(:first-child) {
    padding-left: 30px;
}

.padding-left-100 {
    padding-left: 100px;
}

.grid-list.gap-60 > div {
    grid-gap: 60px;
}

.maso-list.gap-30 .maso-box {
    margin: -30px;
}

.maso-list.gap-30 .maso-item {
    padding: 30px;
}

.table-shadow td {
    transition: all .5s;
}

.section-call, .section-google-map {
    overflow: visible;
}

main > .section-call > .container, main > .section-google-map > .container {
    padding-top: 168px;
    position: relative;
}

main > .section-google-map > .container {
    padding-top: 380px;
}

.section-call > .container > .cnt-call, .section-google-map > .container > .google-map {
    transform: translateY(-237px);
    position: absolute;
    right: 30px;
    left: 30px;
}

.section-google-map > .container > .google-map {
    transform: translateY(-448px);
}

.section-color + .section-call:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: -69px;
    right: 0;
    height: 69px;
}

.controls-out.controls-right .glide__bullets {
    right: calc(-210px);
    left: auto;
    bottom: 5px;
    width: 150px;
    background: none;
}

.controls-out.controls-right .glide__bullet:not(.glide__bullet--active):not(:hover) {
    opacity: .2;
}

.controls-out.controls-right .glide__bullet {
    margin: 0 4px;
    height: 6px;
    border-radius: 3px;
}

.controls-out.controls-right {
    margin-bottom: 0;
}

@media (min-width: 994px) {
    .controls-out.arrows-left .glide__arrow {
        left: -285px;
        background-color: #FFF;
        top: 150px;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        line-height: 35px;
        transition: background-color .5s;
    }

    .controls-out.arrows-left .glide__arrow:before {
        line-height: 36px;
        width: 35px;
        font-size: 18px;
    }

    .controls-out.arrows-left .glide__arrow--right {
        right: auto;
        left: -240px;
    }

    .controls-out.arrows-left .glide__arrow:hover:before {
        margin: 0;
    }
}


.alpins-slider.active .background-slider > div.active:not(.remove-active) {
    z-index: 1;
}

.alpins-slider.active .background-slider > .active {
    animation: ken-burn-in 10s;
}

@media (min-width: 994px) {
    .alpins-slider .glide__bullets {
        width: 200px;
        right: -300px;
        left: auto;
        bottom: 5px;
    }

    .alpins-slider .glide__arrow {
        right: -345px;
        left: auto;
        bottom: -7px;
        top: auto;
    }
}

.alpins-slider .glide__arrow.glide__arrow--left {
    right: -85px;
}

.alpins-slider .glide__arrow.glide__arrow--right {
    margin-left: 110px;
}

.alpins-slider .glide__bullets > button.glide__bullet--active, .alpins-slider .glide__bullets > button.glide__bullet {
    background-color: #FFF;
}

.section-color .controls-out .glide__bullets {
    background-color: rgba(83, 98, 111, 0.16);
}

.alpins-slider .glide__arrow:before {
    color: #FFF;
}

.table-grid td .icon-box {
    transition: all .2s;
}

.table-grid td:hover .icon-box {
    transform: scale(.9);
}

.table-grid td > p {
    font-weight: 400;
}

.section-bottom-box > .container {
    padding-bottom: 40px;
    z-index: 2;
    position: relative;
}

.section-bottom-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(50% - 40px);
    bottom: 0;
    left: 0;
    right: 0;
}

.section-bottom-box + section > .container {
    padding-top: 60px;
}

.form-box.checkbox-bottom-right .form-checkbox {
    position: absolute;
    bottom: 0px;
    margin: 0;
    white-space: nowrap;
    right: 0;
}

.events-list .caption .extra-field {
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    padding-left: 40px;
    line-height: 35px;
}

.events-list .caption .extra-field:before {
    font-family: "Icons";
    content: "\6e";
    position: absolute;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    width: 30px;
    left: 0;
    top: 1px;
    transition: all .5s;
}

.google-map {
    border-radius: 4px;
    overflow: hidden;
}

.google-map > iframe {
    width: 100%;
    height: 350px;
    border: none;
    display: block;
}

.section-home-alpins h1 {
    position: absolute;
    z-index: 2;
    max-width: 600px;
}

.section-home-alpins .slider {
    margin-left: 290px;
    box-shadow: 0 10px 60px -12px rgba(3, 20, 35, 0.79);
    max-width: 500px;
}

main > section.section-base.section-home-alpins {
    background-color: rgb(19, 48, 74);
}

.section-home-alpins .media-box-full .caption {
    width: 150px;
    height: 110px;
    background: rgb(55, 156, 244);
    right: -50px;
}

.section-home-alpins .glide__arrow {
    left: -285px;
    bottom: -45px;
    top: auto;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: all .5s;
    text-align: center;
}

.section-home-alpins .glide__arrow:hover {
    transform: scale(.95);
}

.section-home-alpins .glide__arrow--right {
    left: -220px;
}

.section-home-alpins .glide__arrow:before {
    line-height: 50px;
    width: 50px;
    font-size: 33px;
    margin-left: 1px;
}

.section-home-alpins .glide__arrow--left:before {
    margin-left: -1px;
}

.section-home-alpins .glide__bullet {
    margin: 0 4px;
    height: 6px;
    width: 30px;
    border-radius: 3px;
}

.section-home-alpins .glide__bullets {
    bottom: -40px;
    justify-content: flex-end;
}

.section-home-alpins + section {
    overflow: visible;
}

.section-home-alpins + section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0;
    left: 0;
    right: 0;
}

.section-home-alpins + section > .container > div {
    margin-top: -50px;
}

.section-home-alpins [data-to] {
    font-size: 25px;
    line-height: 31px;
}
/*
-------------------------------------------------------------------
LAYOUT & TYPOGRAPHY
-------------------------------------------------------------------
*/


body, textarea {
    font-family: 'Raleway', 'Montserrat', 'Roboto', 'Open Sans', sans-serif;
    line-height: 1.4;
    font-size: 13px;
    font-weight: 400;
	color: #004EBC;
	letter-spacing: 0.5px;
}

:focus {outline:none;}

img {
	max-width: 100%;
	height: auto;
}

svg {
	/*max-width: 100%;
	height: auto;*/
}

.roteirosvg svg {margin-left: -15px; margin-bottom: -15px; margin-top: -15px;}
.caminhosvg svg {margin-top: -25px;}

a {
  text-decoration: none;
  cursor:pointer;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
a:hover, a:focus {text-decoration: none;}

::selection
{
	background-color: #004EBC;
	color:#FFF;
}
::-moz-selection  
{
	background-color: #004EBC;
	color:#FFF;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #004EBC;
	opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #004EBC;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #004EBC;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #004EBC;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #004EBC;
}

input, textarea, select, button, submit {
	font-family: 'Raleway', 'Montserrat', 'Roboto', 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	outline: none;
}
textarea {resize: none;}

button, input[type="submit"], input, textarea {transition: all 0.4s linear;}

select::-ms-expand {display: none;} /* Remove seta padrÃ£o do IE*/
select:disabled {-moz-user-select: none; cursor: not-allowed;}

.select_geral {
    background-color: transparent;
	border: none;
    border: 1px solid rgba(0, 78, 188, 0.2);
    color: #004EBC;
    font-size: 14px;
    line-height: 1.2;
    outline: none;
    padding: 7px 20px 8px 7px;
	font-weight: normal;
	display: inline-block;
	border-radius:0;
	width:100%;
	transition: all 0.3s linear 0s;
	background-image:url(http://caminhodetorres.pt/media/f_sel.png);
	background-repeat:no-repeat;
	background-size:40px 40px;
	background-position:right;
	cursor: pointer;
	height: 40px;
	margin: 0 0 20px 0;
}
.select_geral:hover, .select_geral:focus{
	border: 1px solid #004EBC;
}

select.select_geral, select.select_geral:-moz-focusring, select.select_geral::-moz-focus-inner {
       color: transparent !important;
       text-shadow: 0 0 0 #004EBC !important;
    }
	
select.select_geral:hover, select.select_geral:hover:-moz-focusring, select.select_geral:hover::-moz-focus-inner {
   color: transparent !important;
   text-shadow: 0 0 0 #004EBC !important;
}

label.label_select_geral {position:relative;width:100%;display: inline-block;}
label.label_select_geral:after {
    /*content:'âº';*/
	content:'\67';
	font-size: 24px;
	font-family:'Icons';
	font-weight: normal;
    color:#004EBC;
	-webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:15px;
	top:5px;
    padding:0;
    position:absolute;
    pointer-events:none;
	transition: all 0.3s linear 0s;
}
label.label_select_geral:hover:after {
    color:#004EBC;
}
label.label_select_geral:before {
    content:'';
    right:6px;
	top:3px;
    width:30px;
	height:25px;
    background:transparent;
    position:absolute;
    pointer-events:none;
    display:block;
}
optgroup {
	background: #FFF;
    color: #004EBC;
	font-family: 'Raleway', 'Montserrat', 'Roboto', 'Open Sans', sans-serif;
	font-weight:normal;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;}
optgroup:hover {background:#FFF;}
option {
	background: #FFF;
	color: #004EBC;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	transition: all 0.15s linear 0s;}
option:checked, option:hover {color:#FFFFFF; background:#004EBC; box-shadow: 0 0 10px 100px #004EBC inset; -webkit-box-shadow: 0 0 10px 100px #004EBC inset;}


	/* The container checkbox  */
	.container-check {
		display: block;
		position: relative;
		padding-left: 35px;
		margin-bottom: 20px;
		cursor: pointer;
		font-size: 14px;
		font-weight: 400;
		text-align: left;
		color: #004EBC;
		line-height:2;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.container-check a {
		color: #004EBC;
	}
	.container-check a:hover {
		color: #004EBC;
	}

	/* Hide the browser's default checkbox */
	.container-check input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}
	/* Create a custom checkbox */
	.checkmark {
		position: absolute;
		top: 0;
		left: 0;
		height: 25px;
		width: 25px;
		border: solid 1px #CFDEEE;
		background-color: transparent;
		transition: all 0.4s linear;
	}
	/* On mouse-over, add a grey background color */
	.container-check:hover input ~ .checkmark {
		background-color: #004EBC;
		border: solid 1px #004EBC;
	}
	/* When the checkbox is checked, add a blue background */
	.container-check input:checked ~ .checkmark {
		background-color: #004EBC;
		border: solid 1px #004EBC;
	}
	/* Create the checkmark/indicator (hidden when not checked) */
	.checkmark:after {
		content: "";
		position: absolute;
		display: none;
	}
	/* Show the checkmark when checked */
	.container-check input:checked ~ .checkmark:after {
		display: block;
	}
	/* Style the checkmark/indicator */
	.container-check .checkmark:after {
		left: 8px;
		top: 4px;
		width: 8px;
		height: 13px;
		border: solid white;
		border-width: 0 3px 3px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	/* The container checkbox  */


	/* The container radio */
		.container-radio {
			display: block;
			position: relative;
			padding-left: 35px;
			margin-bottom: 20px;
			cursor: pointer;
			font-size: 14px;
			color: #004EBC;
			line-height:2;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
		}

		/* Hide the browser's default radio button */
		.container-radio input {
			position: absolute;
			opacity: 0;
			cursor: pointer;
		}

		/* Create a custom radio button */
		.radiomark {
			position: absolute;
			top: 0;
			left: 0;
			height: 25px;
			width: 25px;
			border: solid 1px #CFDEEE;
			background-color: transparent;
			/*border-radius: 50%;*/
			transition: all 0.4s linear;
		}

		/* On mouse-over, add a grey background color */
		.container-radio:hover input ~ .radiomark {
			background-color: #004EBC;
			border: solid 1px #004EBC;
		}

		/* When the radio button is checked, add a blue background */
		.container-radio input:checked ~ .radiomark {
			background-color: #004EBC;
			border: solid 1px #004EBC;
		}

		/* Create the indicator (the dot/circle - hidden when not checked) */
		.radiomark:after {
			content: "";
			position: absolute;
			display: none;
		}

		/* Show the indicator (dot/circle) when checked */
		.container-radio input:checked ~ .radiomark:after {
			display: block;
		}

		/* Style the indicator (dot/circle) */
		.container-radio .radiomark:after {
			/*top: 8px;
			left: 8px;
			width: 8px;
			height: 8px;
			border-radius: 50%;
			background: white;*/
			left: 8px;
			top: 4px;
			width: 8px;
			height: 13px;
			border: solid white;
			border-width: 0 3px 3px 0;
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
		}
	/* The container radio */


	/* The container checkavalia  */
	.container-avalia {
		display: inline-block;
		position: relative;
		padding: 0px 15px 0px 15px;
		margin: 10px 10px 0 0;
		cursor: pointer;
		font-size: 14px;
		font-weight: 400;
		text-align: left;
		color: #004EBC;
		line-height:2;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.container-avalia a {
		color: #004EBC;
	}
	.container-avalia a:hover {
		color: #004EBC;
	}

	/* Hide the browser's default checkbox */
	.container-avalia input {
		opacity: 0;
		cursor: pointer;
		width: 0 !important;
		height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
	}
	/* Create a custom checkbox */
	.checkavalia {
		position: absolute;
		top: 0;
		left: 0;
		height: 30px;
		width: 30px;
		border-radius: 50%;
		border: solid 1px #CFDEEE;
		/*background-color: transparent;*/
		transition: all 0.4s linear;
		background-image: url(http://caminhodetorres.pt/media/avalia-fundo-off.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 30px auto;
	}
	/* On mouse-over, add a grey background color */
	.container-avalia:hover input ~ .checkavalia {
		/*background-color: #FFC82F;
		border: solid 1px #FFC82F;*/
		background-image: url(http://caminhodetorres.pt/media/avalia-fundo-on.png);
	}
	/* When the checkbox is checked, add a blue background */
	.container-avalia input:checked ~ .checkavalia {
		/*background-color: #FFC82F;
		border: solid 1px #FFC82F;*/
		background-image: url(http://caminhodetorres.pt/media/avalia-fundo-on.png);
	}
	/* Create the checkavalia/indicator (hidden when not checked) */
	.checkavalia:after {
		content: "";
		position: absolute;
		display: none;
	}
	/* Show the checkavalia when checked */
	.container-avalia input:checked ~ .checkavalia:after {
		display: block;
	}
	/* Style the checkavalia/indicator */
	.container-avalia .checkavalia:after {
	}
	/* The container checkbox  */


.strong {font-weight:700 !important;}

h1,h2,h3,h4,h5,h6{
	font-family: 'Raleway', 'Montserrat', 'Roboto', 'Open Sans', sans-serif;
    line-height: 1.3;
	margin: 0 0 15px 0;
	font-weight: 700;
}

p{margin: 0 0 15px 0;}

.line-divider {height:1px; background-color: rgba(0, 78, 188, 0.2);}

h1 + p, h2 + p, p + .btn, p + .btn-text, p + table, p + pre, p + img, p + .row, p + .img-box, p + .media-box, p + .cnt-box, p + .hc-icon-links, p + ul.icon-list, .container > .row + .row, .container > div + p, .container > div + .btn, .table + .btn, .table + .btn-text {
    margin-top: 30px;
}

.container > .row + .row {
    margin-top: 40px;
}

h2 + h4 {
    margin-top: 15px;
}

.row > div > img {
    /*border-radius: 3px;*/
}

h4 {
    font-weight: 700;
}

.title {
    margin-bottom: 40px;
}

.titlepage {
    margin-bottom: 40px;
}

hr.space {
    height: 80px;
}

.titlepage > h2 {
    font-size: 36px;
    line-height: 1.3;
	margin: 0;
	font-family: 'Calistoga', cursive;
    font-weight: 400;
    font-style: normal;
	letter-spacing: 0;
}

.titlepage > p {
	font-size: 14px;
	margin: 0;
}

.title > h2 {
    font-size: 30px;
    line-height: 1.3;
	margin: 0;
	font-family: 'Calistoga', cursive;
    font-weight: 400;
    font-style: normal;
	letter-spacing: 0;
}

.title > h2.otherfont {
    font-family: 'Raleway', 'Montserrat', 'Roboto', 'Open Sans', sans-serif;
    font-weight: 700;
}

.title > p {
	font-size: 16px;
	margin: 0;
}

.subtitle {
    margin-top: 20px;
	width:100%;
}

.subtitle > h3 {
    font-size: 24px;
    line-height: 1.3;
	margin: 0;
	font-family: 'Calistoga', cursive;
    font-weight: 400;
    font-style: normal;
	letter-spacing: 0;
}

.subtitle > h3.otherfont {
    font-family: 'Raleway', 'Montserrat', 'Roboto', 'Open Sans', sans-serif;
    font-weight: 700;
}

.subtitle > h5 {
    font-size: 16px;
    line-height: 1.3;
	margin: 0;
	font-family: 'Calistoga', cursive;
    font-weight: 400;
    font-style: normal;
	letter-spacing: 0;
}

.subtitle > h5.otherfont {
    font-family: 'Raleway', 'Montserrat', 'Roboto', 'Open Sans', sans-serif;
    font-weight: 700;
}

.subtitle > h3 span {
    font-size: 20px;
    font-weight: 500;
	font-family: 'Raleway', 'Montserrat', 'Roboto', 'Open Sans', sans-serif;
}

.subtitle > p {
	font-size: 14px;
	margin: 0;
}

.subtitle-2nd > h3 {
    font-size: 20px;
    line-height: 1.3;
	margin: 0;
	font-family: 'Calistoga', cursive;
    font-weight: 400;
    font-style: normal;
	letter-spacing: 0;
}

.subtitle-2nd > p {
	font-size: 16px;
	margin: 0 0 20px 0;
}

.title.align-center > p {
    /*padding-left: 45px;*/
}

.title.align-center > p:before, .title > p:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 6px;
    border-radius: 4px;
    left: 0;
    top: 12px;
    transition: all
}

.media-box .caption h3:before {
    font-family: 'Font Awesome';
	content: "\f061";
	color: #FFC82F;
    position: absolute;
    left: 0;
    top: 2px;
    transition: all
}

.title > p:after {
    left: auto;
    right: 0;
}
/*
.title:hover > p {
    padding-right: 50px;
}

.title.align-center:hover > p {
    padding: 0 50px;
}
*/
.text-slogan {
    font-size: 36px;
    line-height: 1.3;
}

.text-lg:not([data-to]) {
    font-size: 50px !important;
    line-height: 1.1;
}

.text-sm {
    font-size: 15px !important;
    line-height: 1.1;
}

.text-xs {
    line-height: 1.1;
}

.quote {
    background: none;
    padding: 0 0 40px 0;
}

.quote:before {
    display: none;
}

.quote .quote-author:before {
    content: "";
    right: -45px;
    top: 11px;
    height: 6px;
    border-radius: 3px;
    width: 30px;
    position: absolute;
}

.glide__slides .quote .quote-author:before{background:#FFF;}

.quote .quote-author {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -5px;
    font-size: 18px;
    text-transform: uppercase;
    font-size: 16px;
}

.boxed-area {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1)
}

.menu-fixed:not(.menu-transparent) + header, .menu-fixed:not(.menu-transparent) + main {
    /*top: -25px;
    margin-bottom: -25px;*/
}

/*
-------------------------------------------------------------------
HEADER AND MENUS
-------------------------------------------------------------------
*/

@keyframes anima-menu-down {
    0% {
        opacity: 0;
        top: -100%;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

body > nav:not(.menu-side):not(.menu-transparent) .mega-menu, body > nav:not(.menu-side):not(.menu-transparent) .dropdown > ul, nav:not(.menu-side):not(.menu-transparent) .shop-menu {
    border: none;
}

.menu-fixed.scroll-menu {
    opacity: 1;
    top: 0;
    transition: opacity .5s, top .5s;
    animation: anima-menu-down 2s;
	background: #FFF;
	height:100px;
}

/*
.menu-fixed.scroll-menu .menu-cnt > ul > li > a, .menu-fixed.scroll-menu .menu-brand, .menu-fixed.scroll-menu .menu-right, .menu-icon-top.menu-fixed.scroll-menu .menu-cnt .menu-right {
    height: 65px;
    line-height: 65px;
}
*/
body > nav .menu-brand, .menu-icon-top .menu-brand {
    height: 95px;
    padding: 15px 0;
}

.menu-cnt > ul > li a, .lan-menu a {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.menu-cnt ul > li:first-child > a, .menu-mini ul > li:first-child > a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.menu-cnt ul > li:last-child > a, .menu-mini ul > li:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

body > .menu-classic.menu-transparent:not(.scroll-menu) {
    background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.15) 70%,rgba(0,0,0,0) 100%);
}

body > nav, .menu-cnt > ul > li:hover > a, .lan-menu > li > a, nav:not(.menu-transparent) .lan-menu > li:hover > a {
    background: none;
}

body > nav:before {
    content: "";
    height: calc(100%);
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    /*box-shadow: 0 0 3px rgba(139, 175, 225, 0.95);*/
    background-color: #FFF;
    z-index: -1;
	border-bottom: 2px solid rgba(0, 78, 188, 0.2);
}

body > nav.menu-transparent:not(.scroll-menu):before {
    display: none;
}

.menu-classic.menu-transparent .menu-right {
    box-sizing: border-box;
    padding-bottom: 0;
}

.dropdown-submenu > ul {
    padding-left: 15px;
    box-shadow: none;
}

.dropdown-submenu > ul > li:last-child {
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.17);
}

body > nav .menu-cnt > ul > li {
    /*height: 95px;
    line-height: 95px;*/
    box-sizing: content-box;
}

body > nav .menu-cnt > ul > li > a {
    line-height: 1.2;
	padding-top: 40px;
    box-sizing: content-box;
}

body > nav .lan-menu > li > a, body > nav .menu-right {
    height: 95px;
    line-height: 95px;
    /*padding-bottom: 25px;*/
    box-sizing: content-box;
}

body > nav .lan-menu > li > a {
    line-height: 95px;
    /*padding-bottom: 50px;*/
    font-size: 14px;
}

body > nav.scroll-menu .lan-menu > li > a {
    line-height: 95px;
    /*padding-bottom: 20px;*/
}

.lan-menu li a img {
    margin-top: -7px;
}

.lan-menu > li > a {
    transition: color .5s !important;
}

.menu-transparent.light .menu-cnt > ul > li:hover > a, body > nav:not(.menu-side).scroll-menu .menu-cnt > ul > li:hover > a {
    opacity: .7;
    color: #FFC82F;
}

.lan-menu .dropdown > ul, nav .dropdown > ul {
    border-radius: 3px;
}

nav:not(.scroll-menu) .menu-mini + .container .lan-menu > li > a {
    margin-top: 24px;
    line-height: 94px;
    padding-bottom: 25px;
}

nav:not(.scroll-menu) .menu-mini + .container .lan-menu > li > a > img {
    margin-top: -19px;
}

.menu-mini .search-bar input[type=text] {
    border: none;
}

.menu-mini .search-bar input[type=submit] {
    text-transform: uppercase;
    font-weight: 800;
}

.menu-mini > .container > ul > li {
    font-size: 12px;
    opacity: .8;
}

.shop-menu-cnt {
    padding: 20px 0 45px 0;
    margin-top: 25px;
}

.shop-menu-cnt .cart-count {
    margin-top: -17px;
}

.shop-cart .cart-item .cart-content span {
    opacity: .7;
}

.shop-cart {
    padding: 30px 0;
}

.shop-cart .cart-item {
    padding: 0 30px;
}

.shop-menu-cnt .cart-total {
    padding: 8px 30px;
    font-weight: 600;
}

.shop-menu-cnt .cart-total span {
    margin-left: 17px;
}

.shop-menu .cart-buttons {
    padding: 10px 30px 30px 30px;
    font-weight: 600;
}

.scroll-menu:not(.menu-side) .shop-menu-cnt > i, body > nav.scroll-menu:not(.menu-side) .icon-links a i, .scroll-menu:not(.menu-side) .search-box-menu > i {
    color: #FFF;
}

.menu-big-box .menu-box {
    margin-top: -21px;
}

.mega-menu h5 {
    margin-bottom: 15px;
}

.mega-menu .tab-box > .tab-nav {
    margin: 30px 15px;
}

@media (min-width: 993px) {
    .menu-icon-top .menu-cnt > ul > li > a {
        padding-top: 0;
        line-height: 140px;
    }

    .menu-icon-top .menu-cnt .menu-right {
        line-height: 95px;
        height: 95px;
    }

    body > nav.menu-icon-top .lan-menu > li > a {
        line-height: 129px !important;
    }

    body > nav.menu-icon-top.menu-fixed.scroll-menu .lan-menu > li > a {
        line-height: 98px !important;
    }

    .menu-icon.menu-fixed.scroll-menu .shop-menu-cnt {
        padding: 20px 0 12px 0;
        margin-top: -8px;
    }

    .menu-top-logo .menu-right {
        padding-bottom: 0;
    }

    .menu-top-logo > .container > .menu-brand, .menu-top-logo .menu-right {
        transform: translateY(calc(-50% - 60px));
    }
}

.menu-icon:not(.menu-icon-top) .menu-cnt > ul > li > a > i {
    margin-top: -15px;
}

body > nav.menu-side .menu-cnt > ul > li > a, body > nav.menu-side .menu-right {
    height: auto;
    line-height: 45px;
    padding: 0 15px;
}

body > nav .lan-menu > li > a {
    padding-top: 0;
}

.menu-side .menu-cnt {
    margin-top: 15px;
}

.menu-cnt .mega-menu li a {
    font-weight: 500;
    text-transform: none;
}

.menu-side:not(.menu-side-collapse) .dropdown > ul, .menu-side:not(.menu-side-collapse) .dropdown-submenu > ul {
    border: none;
}

.menu-side:before {
    display: none;
}

.mega-menu {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.17);
}

.menu-side-collapse .dropdown-submenu > ul {
    padding-left: 0;
}

.menu-side .menu-cnt > ul > li > a, body > nav.menu-side .menu-cnt > ul > li:hover > a {
    background-color: #FFF;
}

.subline-bar {
    margin-top: -21px;
}

.dropdown-submenu > a:after, .menu-side .dropdown > a:after, .menu-side .mega-dropdown > a:after, .menu-inner .dropdown > a:after {
    right: 10px;
}

.menu-subtitle .shop-menu-cnt > i, .menu-subtitle .search-box-menu > i, .menu-subtitle .menu-brand, .menu-subtitle .lan-menu > li > a, .menu-subtitle .menu-cnt > ul > li > a, .menu-subtitle .menu-cnt .menu-right {
    height: 95px;
    line-height: 95px;
}

.menu-subtitle .menu-cnt > ul > li > a {
    line-height: 75px;
}

.menu-subtitle .menu-cnt li a span {
    top: 24px;
}

.menu-subtitle:not(.scroll-menu) .lan-menu > li > a {
    line-height: 144px;
}

.menu-subtitle.scroll-menu .shop-menu-cnt > i, .menu-subtitle.scroll-menu .search-box-menu > i, .menu-subtitle.scroll-menu .menu-brand, .menu-subtitle.scroll-menu .menu-cnt > ul > li > a, .menu-subtitle .menu-cnt .menu-right {
    height: 85px;
}

.menu-subtitle.scroll-menu .menu-cnt li a span {
    color: #FFF;
    font-weight: 400;
}
/*
-------------------------------------------------------------------
HEADERS
-------------------------------------------------------------------
*/

@keyframes anima-header {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

body > header {
    height: 500px;
}

body > nav.menu-transparent + header {
    padding-top: 70px;
}

body > header h1 {
    font-size: 65px;
    font-weight: 900;
    line-height: 70px;
    text-transform: uppercase;
    animation: anima-header 4s;
}

body > header.header-base h1 {
    font-size: 40px;
    line-height: 50px;
}

body > header.header-base {
    background-color: #FFF;
    padding-top: 100px;
}

body > header h2 {
    max-width: 700px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    animation: anima-header 4s;
    position: relative;
    display: inline-block;
}

body > header h2:after, body > header h2:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 1500px;
    top: 12px;
    border-radius: 3px;
}

body > header h2:before {
    left: calc(100% + 30px);
}

body > header h2:after {
    right: calc(100% + 30px);
}

body > header:not(.header-base) > .container {
    margin-top: 190px !important;
}

.header-base + main > section:not(.section-base):first-child {
    margin-top: 100px;
}

body > header .breadcrumb {
    position: absolute;
    right: 40px;
    bottom: 50px;
    opacity: 0;
    right: -250px;
    transition: all .5s;
}

body > header:hover .breadcrumb {
    right: 35px;
    opacity: 1;
}

body > header .breadcrumb, body > header.align-center .breadcrumb {
    margin-top: 35px;
}

.breadcrumb li a:after {
    width: 3px;
    height: 11px;
    border-radius: 3px;
    margin-top: -6px;
    right: -3px;
}

.breadcrumb li a {
    padding-right: 25px;
    margin-right: 25px;
    transition: color .5s;
    font-size: 10px;
    line-height: 34px;
    text-transform: uppercase;
}

.breadcrumb li:last-child a {
    font-weight: 700;
}

.light .breadcrumb li a:after {
    background: #FFF;
}

/*
-------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------
*/



/*
-------------------------------------------------------------------
COMPONENTS
-------------------------------------------------------------------
*/

.timeline .panel {
    border-bottom: 1px solid rgb(205, 216, 224);
    border-right: 1px solid rgb(205, 216, 224);
}

.timeline > div:last-child .panel {
    border-bottom: none;
}

.timeline div.inverted .panel:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-right: none;
    border-left: 1px solid rgb(205, 216, 224);
    border-radius: 0;
}

.timeline .panel {
    padding: 0 0 30px 0;
    background: none;
}

.timeline .panel, .timeline div.inverted .panel, .timeline div.inverted .panel:last-child, .timeline .panel:last-child {
    width: 70%;
    border-radius: 0;
    padding: 30px 30px 30px 0;
}

.timeline div.inverted .panel:last-child {
    padding-left: 30px;
}

.timeline > div .badge {
    width: 30%;
    left: 70%;
    padding-left: 30px;
}

.timeline > div.inverted .badge {
    left: 0;
    right: auto;
    padding-left: 0;
}

.timeline > div:hover, .timeline > div.inverted:hover {
    transform: none;
}

.timeline > div {
    margin-bottom: 0;
}

.timeline .badge {
    margin-top: -2px;
    background: rgb(255, 255, 255);
}

.timeline .badge span {
    font-weight: 600;
    opacity: .8;
}

.timeline .badge p {
    font-weight: 700;
    font-size: 25px;
    margin: 30px 0 0 0;
    transition: color .5s;
}

.glide__slide .timeline .panel, .glide__slide .timeline div.inverted .panel, .glide__slide .timeline div.inverted .panel:last-child, .glide__slide .timeline .panel:last-child {
    padding: 0;
    border-left: none;
}

.timeline-title {
    font-size: 18px;
}

.counter h3 {
    font-weight: 500;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
}

.counter .value {
    font-weight: 700;
}

.counter .value span:last-child {
    margin-left: 5px;
}

.btn {
    font-weight: 600;
}

.icon-box h3 {
    font-size: 16px;
}

.icon-box i {
    font-size: 50px;
}

.section-image .icon-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 900;
}

.icon-box p {
    line-height: 25px;
}

.btn-text {
    font-weight: 500;
    position: relative;
}

button.btn-text {
    line-height: 30px;
    font-size: 14px;
    padding: 0;
}

.btn-icon.btn-circle i {
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.25);
    left: -1px;
}

.btn-icon.btn-sm:not(.btn-anima) {
    padding-left: 77px;
}

.btn:hover {
    box-shadow: 0 12px 24px -10px rgba(21, 59, 93, 0.46);
    transform: scale(.95);
}

@keyframes btn-text-anima {
    0% {
        right: -30px;
        opacity: 0;
    }

    60% {
        right: -40px;
        opacity: 1;
    }

    100% {
        right: -45px;
        opacity: 0;
    }
}

.btn-text:after {
    font-family: "Icons";
    content: "\67";
    position: absolute;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    right: -45px;
    top: 1px;
    opacity: 0;
    transition: all .5s;
}

.btn-text:hover:after {
    animation: btn-text-anima 1s linear infinite;
}

.btn-xs {
    font-size: 14px;
    padding: 7px 30px;
}

.cnt-box-info .cnt-info {
    position: absolute;
    top: 0;
    color: #FFF;
    background: #000;
    width: calc(100% - 30px);
    margin: -30px 0 0 0;
    padding: 17px 30px;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.cnt-box-info.align-center .cnt-info {
    margin: -30px 15px 0 15px;
    text-align: center;
}

.cnt-box-info .cnt-info > div {
    flex-direction: column-reverse;
}

.cnt-box-info .cnt-info > div > span:last-child {
    font-weight: 600;
    font-size: 17px;
    line-height: 15px
}

.cnt-box-info .cnt-info > div > span:first-child {
    font-size: 12px;
    margin-top: 10px;
    line-height: 15px;
    opacity: .8;
    font-weight: 500;
}

.cnt-box-info.boxed .cnt-info {
    margin: -30px 0 0 0;
    width: calc(100% - 60px);
}

.cnt-box-info .caption, .cnt-box-info.boxed .caption {
    position: relative;
    padding-top: 90px;
}

.cnt-box-info .bottom-info {
    position: relative;
    padding-left: 45px;
    font-size: 14px;
    font-weight: 500;
}

.cnt-box-info .bottom-info:before {
    content: "\e848";
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    left: 1px;
    font-size: 22px;
}

.cnt-box-info .extra-field, .media-box-reveal .extra-field {
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .5px;
    padding: 0 10px;
    border-radius: 3px;
}

.cnt-box-info .caption h2 {
    font-size: 22px;
}

.cnt-box-info.text-uppercase {
    text-transform: none;
}

.cnt-box-info.text-uppercase .caption h2 {
    text-transform: uppercase;
    font-weight: 800;
}

.cnt-box-info .caption > p {
    padding: 15px 0;
}

.cnt-box.boxed .img-box {
    box-shadow: none;
}

.cnt-box.boxed, .cnt-box-top-icon.boxed > i, .cnt-box-top-icon.boxed > .caption {
    background-color: #FFF;
}

.img-box-caption span {
    display: inline-block;
    width: auto;
    margin: 17px;
    font-weight: 700;
    text-transform: none;
    font-size: 18px;
    border-radius: 3px;
    padding: 3px 25px;
    color: rgb(255, 255, 255);
    transition: all .5s;
}

.media-box-reveal .extra-field {
    position: absolute;
    bottom: 30px;
    opacity: 0;
    left: -100px;
    transition: left .5s, opacity 2s;
}

.media-box-reveal:hover .extra-field {
    opacity: 1;
    left: 30px;
}

.media-box-reveal .caption {
    height: 100px;
}

.media-box-reveal .caption h2 {
    font-size: 16px;
    line-height: 1.1;
	font-weight: 700;
	text-transform:none;
}

.media-box-reveal .caption h3 {
    font-weight: 700;
	line-height: 1.1;
    font-size: 16px;
}

.media-box-reveal .caption h3:before {
    top: 2px;
    font-size: 16px;
}

.media-box-reveal .caption p {
    margin-top: 15px;
    position: relative;
}

.media-box-reveal .caption:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    top: -1px;
    background: rgba(0, 0, 0, 0.35);
    z-index: 0;
    opacity: 0;
    transition: all 0s;
}

.media-box-reveal:hover .caption:before {
    opacity: 1;
    transition: all .5s;
    transition-delay: .5s;
}

.media-box-reveal .caption > * {
    z-index: 1;
}

.media-box-reveal h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 21px;
}

.media-box .caption h3 {
    font-weight: 700;
    position: relative;
    padding-left: 25px;   
	margin:0;
	/*white-space: nowrap;*/
}

.media-box .caption h2 {
    margin-bottom: 0;
    position: relative;
}

.media-box-half .extra-field {
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.form-box .form-checkbox {
    opacity: .7;
}

.form-box.form-inline .form-checkbox {
    margin-top: 15px;
}

.form-box .form-checkbox label {
    font-size: 12px;
    line-height: 22px;
}

form.form-box textarea, form.form-box select, form.form-box input {
    border: 1px solid rgba(0, 78, 188, 0.2);
}

.datepicker-icon:after {content: '\f073';
    font-size: 20px;
    font-family: 'Font Awesome';
    font-weight: normal;
	font-style: normal;
    color: #004EBC;
    right: 32px;
    top: 35px;
    padding: 0;
    position: absolute;}
	
.datepicker2-icon:after {content: '\f073';
    font-size: 20px;
    font-family: 'Font Awesome';
    font-weight: normal;
	font-style: normal;
    color: #004EBC;
    right: 32px;
    top: 5px;
    padding: 0;
    position: absolute;}

	
.icon-calendario {background-image: url(http://caminhodetorres.pt/media/icon-calendario.png); background-repeat: no-repeat; background-size: 18px auto; background-position: 96% center;}
	
	
.datepicker-panel > ul > li, .datepicker-panel > ul[data-view="week"] > li, .datepicker-panel > ul[data-view="week"] > li:hover, .datepicker-top-left, .datepicker-top-right, .datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
    background-color: #13304a;
}


.datepicker-panel > ul > li:hover, .extra-field:before {
    color: #004EBC;
}

.datepicker-top-left, .datepicker-top-right {
    box-shadow: 0 10px 60px -12px rgba(39,79,117,.25);
}

.datepicker-top-left, .datepicker-top-right {
    border: none;
    border-radius: 3px;
    overflow: hidden;
    color: #FFF;
    padding: 15px;
}

.datepicker-panel > ul > li:hover {
    background: none;
}

.datepicker-container:before, .datepicker-container:after {
    display: none;
}

ul.icon-list li {
    margin: 0;
}

.progress-bar > h4, .progress-circle > h4 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.progress-bar > div span {
    top: -46px;
}

.cnt-box-testimonials-bubble > p {
    font-size: 13px;
}

.cnt-box-testimonials-bubble .thumb-bar span:first-child {
    font-weight: 900;
    text-transform: uppercase;
}

.cnt-box-testimonials-bubble .thumb-bar span:last-child {
    font-weight: normal;
    text-transform: none;
    margin-top: -7px;
}

.cnt-box-testimonials-bubble .thumb-bar img {
    margin: 0 15px 10px 15px;
    box-shadow: 0 3px 23px rgba(39,79,117,.15);
}

.cnt-box-testimonials-bubble .thumb-bar p {
    margin: -10px 0 0 0;
}

.cnt-box-team .caption h2 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    transition: all .5s;
}

.cnt-box-team {
    padding-bottom: 80px;
}

.cnt-box-team .caption {
    height: 85px;
}

.cnt-box-team .icon-links {
    opacity: 0;
    transform: translateY(30px);
    transition: all .8s;
}

.cnt-box-team:hover .icon-links {
    opacity: 1;
    transform: translateY(0px);
}

.cnt-box-team .caption span {
    font-weight: 500;
}

.cnt-box-team:hover .caption {
    height: 220px;
}

.cnt-box-team .caption p {
    font-size: 14px;
    line-height: 30px;
}

.cnt-box-team .icon-links a {
    transition: all .5s;
}

.cnt-box-team .icon-links a:hover {
    transform: scale(1.2);
}

.cnt-call {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(246, 248, 250);
}

.cnt-call > i {
    display: none;
}

.cnt-call .caption {
    text-align: left;
    max-width: 70%;
}

.cnt-call .caption a.btn {
    position: absolute;
    right: 60px;
    top: 50%;
    margin-top: -23px;
}

.cnt-call .caption h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.cnt-call .caption p, .cnt-box-top-icon p, .text-list-base li > p, .text-list-image .content > p {
    opacity: .8;
}

.cnt-box-side {
    overflow: visible;
}

.cnt-box-badge .badge {
    left: 30px;
    width: auto;
    text-align: left;
    line-height: 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    opacity: .95;
    background: none;
}

.cnt-box-badge .caption p {
    margin-top: 30px;
}

.cnt-box-badge .caption h2 {
    margin-bottom: 70px;
    color: rgb(255, 255, 255);
    font-size: 22px;
    margin-top: -105px;
}

.cnt-box-badge:not(.boxed) h2 {
    padding-left: 30px;
}

.cnt-box .caption p b {
    font-weight: 600;
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
    line-height: 0;
}

.text-list-base li > div, .text-list-image .content > div {
    font-weight: 600;
}

.cnt-box-side .extra-field + p, .media-box-half .extra-field + p {
    border-top: 1px solid rgb(214, 224, 232);
    margin-top: 15px;
    padding-top: 15px;
}

.cnt-pricing-table {
    border: none;
    padding: 30px 0;
}

.cnt-pricing-table .price span {
    font-weight: 700;
}

.cnt-pricing-table .top-area p {
    font-weight: 600;
}

.cnt-box-blog-side, .cnt-box-blog-top {
    transition: all .5s;
}

.cnt-box-blog-side:hover, .cnt-box-blog-top:hover {
    transform: scale(.95);
}

.cnt-box-blog-side .blog-date, .cnt-box-blog-top .blog-date {
    margin: 30px;
    border-radius: 3px;
    overflow: hidden;
    font-weight: 700;
}

.cnt-box-blog-side .blog-date span:last-child, .cnt-box-blog-top .blog-date span:last-child {
    font-weight: 600;
    font-size: 11px;
}

.cnt-box-blog-side .icon-list a, .cnt-box-blog-top .icon-list a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.cnt-box-blog-side .blog-date span:first-child, .cnt-box-blog-top .blog-date span:first-child {
    padding: 10px 0 10px 0;
}

.col-lg-4 > .menu-inner li > a {
    text-transform: none;
    font-size: 15px;
    font-weight: 500;
}

.menu-inner li > a {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
}

.menu-inner-image li a {
    font-weight: 600;
}

.menu-inner-image li a span {
    font-weight: 500;
    opacity: .8;
}

.menu-inner .dropdown ul > li > a {
    font-weight: 600;
    font-size: 13px;
    padding-left: 0;
}

.menu-inner-vertical .dropdown li:hover > a, .menu-inner-vertical .dropdown ul:not(.icon-list) li:hover > a {
    background: none;
}

.menu-inner .dropdown > a:after {
    right: 0;
}

.menu-inner:not(.menu-inner-vertical) .dropdown ul > li > a {
    padding: 0 15px;
    border-radius: 0;
}

.menu-inner:not(.menu-inner-vertical) .dropdown:before {
    display: none;
}

.menu-inner:not(.menu-inner-vertical) .dropdown ul {
    border: none;
    border-radius: 3px;
}

.list-nav {
    margin-top: 60px;
    text-transform: uppercase;
    font-weight: 700;
}

.testimonial-info {
    font-weight: 600;
}

.countdown [data-time] > div > span {
    font-weight: 600;
}

.social-feed-fb .meta-header a {
    font-size: 18px;
    font-weight: 700;
}

/*
-------------------------------------------------------------------
CONTAINERS
-------------------------------------------------------------------
*/

.controls-out .glide__bullets {
    justify-content: space-between;
    border-radius: 3px;
}

.light .controls-out .glide__bullets {
    background-color: rgba(255, 255, 255, 0.35);
}

.controls-out .glide__bullet {
    width: 100%;
    border-radius: 0;
    margin: 0 1px;
    height: 6px;
    border-radius: 3px;
    opacity: 0;
}

@media (min-width: 992px) {
    .etapa-destaque .controls-out .glide__bullet {
		margin: 0;
		height: 10px;
		border-radius: 50%;
	}
	.etapa-destaque.alpins-slider .glide__arrow.glide__arrow--left {right: -60px;}
	.etapa-destaque.alpins-slider .glide__bullets {right: -275px;}
	.alpins-slider.alpins-slider .glide__arrow.glide__arrow--right {right: -320px;}
}

.glide[data-options*=focusAt] .glide__slide > div {
    transition: all .8s;
}

.glide[data-options*=focusAt] .glide__slide:not(.glide__slide--active) > div {
    transform: scale(.8);
    opacity: .8;
}

.glide[data-options*=focusAt] .glide__slide:not(.glide__slide--active) > div .img-box {
    box-shadow: none;
}

.glide__bullets > button {
    opacity: .6;
}

.glide__slide > .boxed {
    margin-bottom: 15px;
    margin-top: 15px;
}

[class*=box-lightbox] {
    padding: 40px;
}

[class*=box-lightbox].light h4 {
    opacity: .7;
}

[class*=box-lightbox].light p {
    opacity: .8;
}

.tab-nav li a {
    border-color: rgb(235, 242, 249);
    background-color: #FFF;
    font-weight: 600;
    padding: 10px 20px;
    font-size: 14px;
}

.tab-box > .tab-nav {
    margin: 0 0 30px 0;
}

.tab-inverse > .tab-nav {
    margin: 30px 0 0 0;
}

.tab-vertical > .tab-nav {
    margin-bottom: 0;
    margin-top: 0;
}

section > .container > .tab-box:first-child > .tab-nav {
    margin: 0 0 100px 0;
}

.pagination li a {
    font-weight: 600;
}

.pagination li.page a {
    border: none;
    background-color: #FFF;
}

.list-pagination {
    padding-top: 60px;
}

section.no-padding > div > .slider li > .img-box, section.no-padding > div > .slider li > .img-box img {
    border-radius: 0;
    box-shadow: none;
}

[data-columns="1"] .cnt-box-side h2 {
    font-size: 25px;
}

.album-box .caption {
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    padding: 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.15) 70%,rgba(0,0,0,0) 100%);
}

.album-box .caption h3 {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    position: relative;
    padding-left: 60px;
    transition: all .5s;
}

.album-box .caption h3:after {
    content: "";
    position: absolute;
    width: 30px;
    left: 0;
    height: 6px;
    top: calc(50% - 3px);
    border-radius: 5px;
    transition: all .5s;
}

.album-box:hover .caption h3 {
    padding-left: 100px;
}

.album-box:hover .caption h3:after {
    width: 80px;
}

.album-title span {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.text-list-line li hr {
    margin: 18px 5px 5px 5px;
}

.table-alpins, .table-alpins td, .table-alpins th {
    border-left: none !important;
}

.table-alpins th {
    font-weight: 800;
    padding-top: 0;
}

.accordion-list > li {
    font-weight: 600;
}

.accordion-list > li > a {
    padding: 13px 0 13px 25px;
}

.accordion-list > li > .content > * {
    font-weight: 500;
}

.accordion-list > li.active {
    padding: 0 0 15px 0;
    background: rgb(255, 255, 255);
    padding: 5px 20px 20px 20px;
    border-radius: 3px;
    border-color: rgb(255, 255, 255);
    margin-top: -1px;
    box-shadow: 0 3px 23px rgba(39,79,117,.15);
}

.step-item > .content > h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.step-item > span {
    border: none;
    color: #FFF;
}
/*
-------------------------------------------------------------------
RESPONSIVE
-------------------------------------------------------------------

Large devices (desktops, less than 1200px)
-------------------------------------------------------------------
*/

@media (max-width: 1199.98px) {
    .text-slogan {
		font-size: 30px;
		line-height: 1.3;
	}

	.text-lg:not([data-to]) {
        font-size: 40px !important;
        line-height: 1.1;
    }

    .section-home-alpins .slider {
        margin-left: 180px;
    }

    .section-home-alpins .glide__arrow {
        left: -180px;
    }

    .section-home-alpins .glide__arrow--right {
        left: -115px;
    }

    .width-415 {
        max-width: 358px;
    }

    .text-50 {
        font-size: 40px;
        line-height: 55px;
    }

    .controls-out.arrows-left .glide__arrow {
        left: -242px;
        top: 200px;
    }

    .controls-out.arrows-left .glide__arrow--right {
        left: -195px;
    }

    .media-box-half .extra-field {
        white-space: nowrap;
        overflow: hidden;
    }
}

/*
Medium devices (tablets, less than 992px)
-------------------------------------------------------------------
*/

@media (max-width: 991.98px) {
    body > nav {
        height: 96px;
    }

    body > nav:before {
        height: 100%;
    }

    body > header {
        height: 400px;
    }

    body > header:not(.header-base) > .container {
        margin-top: 100px !important;
    }

    nav.active .menu-cnt {
        padding-top: 15px;
        border-top: 1px solid rgb(230, 230, 230);
    }

    .menu-big-box .menu-box {
        margin-top: 0;
        margin: 0 -30px;
        width: calc(100% + 60px);
    }

    body > nav .menu-cnt > ul > li > a, body > nav .lan-menu > li > a, body > nav .menu-right, .menu-fixed.scroll-menu .menu-cnt > ul > li > a, body > nav.scroll-menu .lan-menu > li > a {
        height: 50px;
        line-height: 50px;
        padding-bottom: 0;
    }
	
	.menu-fixed.scroll-menu .menu-brand {}
	
	body > nav .menu-cnt > ul > li {
		/*height: 50px;
		line-height: 50px;*/
	}

	body > nav .menu-cnt > ul > li > a {
		padding-top: 0;
		
	}


    .menu-fixed.scroll-menu .menu-right {
        height: auto;
    }

    .lan-menu li a, .lan-menu .dropdown > ul > li > a {
        padding-left: 30px;
    }

    .menu-cnt ul:not(.tab-nav) > li:first-child > a, .menu-cnt ul:not(.tab-nav) > li:last-child > a {
        border-radius: 0;
    }

    .dropdown ul:not(.icon-list), .dropdown.icon-list > ul, .dropdown-submenu > ul, .mega-dropdown .mega-menu, .dropdown .mega-menu {
        padding: 0;
    }

    body > nav.scroll-menu {
        height: 65px;
    }

    nav.scroll-menu .menu-btn:before, nav.light .menu-cnt .dropdown ul a {
        /*color: #FFF !important;*/
    }

    .menu-side .mega-menu .tab-box > .tab-nav {
        margin: 10px 15px;
    }

    .dropdown-submenu > ul > li:last-child {
        box-shadow: none;
    }

    .menu-transparent .menu-cnt > ul > li:hover > a, body > nav.scroll-menu .menu-cnt > ul > li:hover > a {
        opacity: 1;
    }

    .width-50 {
        max-width: 100%;
    }

    .controls-out.controls-right .glide__bullets {
        right: auto;
        left: -3px;
        bottom: -45px;
    }

    .controls-out.controls-right {
        margin-bottom: 45px;
    }

    [class*=col-lg-] + [class*=col-lg-] {
        margin-top: 30px;
    }

    .col-md-6 + .col-md-6, .col-md-4 + .col-md-4 {
        margin-top: 0;
    }

    .footer-bar > .container > span:last-child {
        display: none;
    }

    .section-home-alpins .slider {
        margin-bottom: 45px;
    }

    .section-home-alpins + section > .container {
        padding-top: 50px;
    }

    .section-block-full > .container > .row > .col:first-child {
        box-shadow: none;
    }

    .pagination-top-right .list-pagination {
        padding-top: 60px;
        position: static;
    }

    .cnt-call .caption p {
        max-width: 60%;
    }


    .controls-out.arrows-left .glide__arrow {
        left: -40px;
        box-shadow: none;
    }

    .controls-out.arrows-left .glide__arrow--right {
        left: auto;
    }

    .menu-inner > div {
        font-weight: 700;
    }

    .mega-menu .col {
        padding: 0 30px;
    }

    .mega-menu .tab-box {
        margin: 0;
    }

    .mega-menu .tab-box > .tab-nav {
        margin: 0 30px;
    }
}

/*
Small devices (landscape phones, less than 768px)
-------------------------------------------------------------------
*/

@media (max-width: 767.98px) {
    .section-home-alpins .slider {
        margin-left: 25px;
        margin-top: -110px;
        margin-bottom: 100px;
        max-width: calc(100% - 25px);
    }

    .section-home-alpins h1 {
        position: relative;
    }

    .section-home-alpins .glide__arrow {
        left: -25px;
        bottom: -59px;
    }

    .section-home-alpins .glide__arrow--right {
        left: 38px;
    }

    [class*=col-]:not([class*=col-sm]) + [class*=col-]:not([class*=col-sm]) {
        margin-top: 30px;
    }

    .cnt-call .caption p {
        max-width: 50%;
    }

    main > .section-call > .container {
        padding-top: 230px;
    }

    .section-google-map > .container {
        padding-top: 380px;
    }

    .section-call > .container > .cnt-call {
        transform: translateY(-320px);
    }

    .section-google-map > .container > .google-map {
        transform: translateY(-460px);
    }

    .form-box.checkbox-bottom-right .form-checkbox {
        position: static;
        margin-top: 10px;
        white-space: normal;
        line-height: 21px;
    }

    body > header.header-base {
        height: 270px;
        padding-top: 50px;
    }

    body > header h1 {
        font-size: 50px;
    }

    .width-415 {
        max-width: 100%;
    }
}

/*
Extra small devices (portrait phones, less than 576px)
-------------------------------------------------------------------
*/

@media (max-width: 575.98px) {
    .text-slogan {
		font-size: 30px;
		line-height: 1.3;
	}
	
	.text-lg:not([data-to]) {
        font-size: 30px !important;
        line-height: 1.1;
    }

    .title > p {
        max-width: calc(100%);
        white-space: normal;
    }

    .section-home-alpins .slider {
        margin-top: -22px;
    }

    .btn-icon.btn-circle i {
        width: 43px;
        height: 43px;
        line-height: 43px;
    }

    .btn-icon.btn-sm:not(.btn-anima) {
        padding-left: 58px;
    }

    .table-grid.table-border.align-left.table-10 tbody tr td:not(:first-child) {
        padding-left: 0;
    }

    .cnt-call .caption {
        max-width: 100%;
    }

    .cnt-call .caption p {
        max-width: 100%;
    }

    .cnt-call .caption a.btn {
        position: static;
        margin-top: 30px;
    }

    main > .section-call > .container {
        padding-top: 100px;
    }

    .section-call > .container > .cnt-call {
        transform: translateY(0);
        position: static;
        margin-bottom: 100px;
        padding: 30px;
    }

    .cnt-box-info.boxed .cnt-info {
        padding: 12px;
    }

    .cnt-box-info .cnt-info > div > span:last-child {
        font-size: 14px;
    }

    .cnt-box-info .cnt-info > div > span:first-child {
        font-size: 11px;
    }

    body > header h1 {
        font-size: 35px;
        line-height: 55px;
    }

    body > header h2 {
        font-size: 12px;
    }

    .timeline .panel, .timeline div.inverted .panel, .timeline div.inverted .panel:last-child, .timeline .panel:last-child {
        width: 100%;
        margin-left: 0;
        border: none;
    }

    .timeline > div .badge {
        width: 100%;
        position: static;
        padding: 0;
    }

    .timeline div.inverted .panel:last-child {
        padding-left: 0;
    }

    .col-md-6 + .col-md-6, .col-md-4 + .col-md-4 {
        margin-top: 30px;
    }

    body > header.header-base h1 {
        font-size: 35px;
        line-height: 55px;
    }

    .menu-fixed:not(.menu-transparent) + .header-base {
        top: 0;
        margin-bottom: 0;
        margin-top: 96px !important;
        height: auto;
    }

    .menu-fixed:not(.menu-transparent) + .header-base .container {
        margin-top: 0 !important;
    }

    .section-home-alpins [data-to] {
        font-size: 30px;
        line-height: 45px;
    }
}



/* novos */
.prelative {position:relative;}
.fnone {float: none!important;}
.fleft {float: left!important;}
.fright {float: right!important;}
.displaynone {display:none!important;}
.display-inline-block {display:inline-block;}
.display-flex {display: -webkit-flex; -webkit-flex-wrap: wrap; display: flex; flex-wrap: wrap;}
.display-flex-middle {-webkit-align-items: center; align-items: center;}
.display-flex-bottom {-webkit-align-items: flex-end; align-items: flex-end;}
.display-flex-left {-webkit-justify-content: flex-start; justify-content: flex-start; }
.display-flex-center {-webkit-justify-content: center; justify-content: center;}
.display-flex-right {-webkit-justify-content: flex-end; justify-content: flex-end;}


.img-left-bottom {
  position: relative;
  overflow: hidden;
  /*display: flex;*/
}
.img-left-bottom:after {
  content: " ";
  width: 25%;
  height: 50%;
  position: absolute;
  border: 0px solid transparent;
  transition: all 1s;
  bottom: 0;
  left: 0;
  border-bottom: 10px solid #FFC82F;
  border-left: 10px solid #FFC82F;
}
.img-left-bottom:before {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  border: 0px solid transparent;
  transition: all 1s;
  top: 0;
  right: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
}
.img-left-bottom:hover:after {
  border-bottom: 10px solid #FFC82F;
  border-left: 10px solid #FFC82F;
   width: 100%;
   height: 100%;
}
.img-left-bottom:hover:before {
  border-top: 10px solid #FFC82F;
  border-right: 10px solid #FFC82F;
  width: 100%;
  height: 100%;
}

.img-left-bottom-small {
  position: relative;
  overflow: hidden;
  display: flex;
}
.img-left-bottom-small:after {
  content: " ";
  width: 25%;
  height: 50%;
  position: absolute;
  border: 0px solid transparent;
  transition: all 1s;
  bottom: 0;
  left: 0;
  border-bottom: 5px solid #FFC82F;
  border-left: 5px solid #FFC82F;
}
.img-left-bottom-small:before {
  content: " ";
  width: 5px;
  height: 5px;
  position: absolute;
  border: 0px solid transparent;
  transition: all 1s;
  top: 0;
  right: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
}
.img-left-bottom-small:hover:after {
  border-bottom: 5px solid #FFC82F;
  border-left: 5px solid #FFC82F;
   width: 100%;
   height: 100%;
}
.img-left-bottom-small:hover:before {
  border-top: 5px solid #FFC82F;
  border-right: 5px solid #FFC82F;
  width: 100%;
  height: 100%;
}

.img-corner {
  position: relative;
  overflow: hidden;
}
.img-corner:after {
  content: " ";
  width: 25%;
  height: 50%;
  position: absolute;
  border: 0px solid transparent;
  transition: all 1s;
  bottom: 5px;
  left: 0;
  border-bottom: 10px solid #FFC82F;
  border-left: 10px solid #FFC82F;
}
.img-corner:before {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  border: 0px solid transparent;
  transition: all 1s;
  top: 0;
  right: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
}

/* bullets */
.alpins-slider .glide__arrow:before {color:#FFC82F !important;}

.controls-out .glide__bullets {background-color: rgba(255, 255, 255, 0.35) !important;}

.glide__bullets > button, .light .glide__bullets > button.glide__bullet--active, .light .glide__bullets > button.glide__bullet {background-color:#FFF !important;}

.glide__bullets > button.glide__bullet--active {
    background-color: #004EBC !important;
}

.glide__bullets > button:hover {
    background-color: #004EBC !important;
}


.separator-title {
    background: #FFC82F;
    height: 8px;
    margin: 10px 0 0;
    width: 60px;
}

.separator-title-center {
    background: #FFC82F;
    height: 8px;
    margin: 10px auto 0;
    width: 60px;
}

.separator-subtitle {
    background: #FFC82F;
    height: 3px;
    margin: 10px 0 20px;
    width: 60px;
}


.brd-img-r {padding-right:10px;background: linear-gradient(to bottom, #FFFFFF 0%,#FFFFFF 50%,#FFC82F 50%,#FFC82F 100%);}
.brd-img-b {padding-bottom: 10px;background: linear-gradient(to right, #FFFFFF 0%,#FFFFFF 80%,#FFC82F 80%,#FFC82F 100%);}

.brd-img-l {padding-left:10px;background: linear-gradient(to bottom, #FFFFFF 0%,#FFFFFF 50%,#FFC82F 50%,#FFC82F 100%);}
.brd-img-b2 {padding-bottom: 10px;background: linear-gradient(to left, #FFFFFF 0%,#FFFFFF 80%,#FFC82F 80%,#FFC82F 100%);}


.cut-corner {
  position: relative;
  width: auto;
  border-left: 2px solid #FFC82F;
  overflow: hidden;
  float: left;
  color: #FFF;
  padding: 15px 30px;
  transition: all 1s;
  margin: 30px 10px 10px 0;
  cursor:pointer;
  text-transform: uppercase;
  background-color: transparent;
  z-index: 10;
  line-height: 1;
  font-weight: 700;
  font-size: 14px;
}
.cut-corner:after,
.cut-corner:before {
  position: absolute;
  content: '';
  width: calc(100% - 2px);
  left: 0px;
  z-index: -1;
  transition: all 1s;
  box-sizing: initial;
}
.cut-corner:before {
  height: 30%;
  top: 0px;
  border: 2px solid #FFC82F;
  border-width: 2px 3px 0px 0px;
  transform: skew(45deg);
  transform-origin: right bottom;
}
.cut-corner:after {
  height: calc(70% - 4px);
  bottom: 0px;
  border: 2px solid #FFC82F;
  border-width: 0px 2px 2px 0px;
}
.cut-corner:hover {
  color: #FFF;
  border-color: #FFC82F;
}
.cut-corner:hover:before {border-color: #FFC82F; background-color: #FFC82F;}
.cut-corner:hover:after {border-color: #FFC82F; background-color: #FFC82F;}



#heart {margin:0;}

@media (max-width: 991.98px) {
	#heart {margin:0 0 0 30px; text-align:left;}
}

#heart i {
	transition: all 0.3s linear 0s;
    color: #004EBC;
}
#heart i:hover {
    color: #FFC82F;
}

.favheart {
	font-family: 'icomoon';
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-size:14px;
	color: #004EBC;
	transition: all 0.3s linear 0s;
	}
.favheart:before {
    content: "\e9a0";
}
.favheart:hover {
	font-family: 'Font Awesome';
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-size:14px;
	color: #004EBC;
	}
.favheart:hover:before {
	content: "\f004";
}

#top-search {margin:0 0 0 30px; text-align:left;}

#top-search i {
	transition: all 0.3s linear 0s;
    color: #004EBC;
}
#top-search i:hover {
    color: #FFC82F;
}


#search-box form {position:relative;}

#search-box .inputsearch {
    background-color: transparent;
    border: none;
	border-bottom: solid 1px #000;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    padding: 0 35px 0 5px;
    width: 100%;
    box-shadow: none;
    height: 30px;
    line-height: 30px;
    transition: all 0.3s linear 0s;
    margin: 0;
}

#search-box .btn-search {
    background: transparent;
    border: none;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0;
    transition: all 0.3s linear 0s;
    cursor: pointer;
}

#search-box .btn-search > i {
    color: #000;
    display: block;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    background: none;
    margin: -2px 0 0px 0;
	transition: all 0.3s linear 0s;
}
#search-box .btn-search > i:hover {
    color: #004EBC;
}


/* home primeiro banner */

.home-meta .div1 {float:left;}

.home-meta .div1 img {height:18px; vertical-align:super;}

.home-meta .div2 {float:left;margin-left:10px;}

.home-meta .div21 {display:block; font-size:18px; line-height:18px; font-weight: 600; margin-top:10px; margin-bottom:5px; }

.home-meta .div22 {display:block; font-size:12px; font-weight: 400; text-transform:uppercase; letter-spacing: 0.2px;}

@media (max-width: 400px) {
	.home-meta .div1 img {height:16px;}
	.home-meta .div2 {margin-left:5px;}
	.home-meta .div21 {font-size:16px; line-height:16px;}
	.home-meta .div22 {font-size:11px;}
}

/* home primeiro banner */


/* home destaques pags  */

.pagsdest .subtitle > p {margin: 0 0 15px 0;}

@media (min-width: 992px) {
	.pagsdest .col-lg-3 {-ms-flex: 0 0 28%; flex: 0 0 28%; max-width: 28%;}
	.pagsdest .col-lg-1 {-ms-flex: 0 0 8%; flex: 0 0 8%; max-width: 8%;}
	.pagsdest .col-lg-1:last-child {display:none;}
}


/* home destaques slider etapas  */

@media (min-width: 1800px) {
  .height-stage {height:650px;}
}

@media (min-width: 2000px) {
  .height-stage {height:750px;}
}


/* home app download */

.fundo-app-roteiro {background-position: 100% 100%; background-repeat: no-repeat; background-size: auto 400px;}

@media (max-width: 767px) {
	.fundo-app-roteiro {background-size: auto 200px;}
}

.fundo-app-roteiro .btn {background:transparent; color:#F45E00; border:solid 2px #F45E00; font-size:14px; line-height:1; font-weight:700; padding:10px 20px; display:inline-block; text-decoration: none; text-transform: uppercase; border-radius:0; position:relative; cursor:pointer; text-align:center; transition: all .5s;}
.fundo-app-roteiro .btn:hover {background:#F45E00; color:#FFFFFF; border:solid 2px #F45E00; box-shadow:none; transform:none;}
.btnmarg0 + .btnmarg0 {margin-left:0!important;margin-top:0!important;}

.icons-down-app {margin-right:15px;}
.icons-down-app img {max-width:150px;}


/* menu home footer */

.menu-home-footer {
	padding: 20px 0 15px;
}


.menu-home-footer {
	width: 100%;
	position: relative;
	float: left;
}

.menu-home-footer ul {
	margin: 0;
	list-style: none;
    text-align: left;
    width: 100%;
    justify-content: space-between;
	display: flex;
	padding: 0;
}

.menu-home-footer ul li {
	float: left;
	position: relative;
	width:auto;
	width: 33.3%; /*apagar depois*/
	text-align: center;
	border:none;
}

.menu-home-footer li > a {
	display: block;
	padding: 0 10px;
	font-size: 16px;
	font-weight:700;
	text-transform: uppercase;
	color: #004EBC;
	transition: all 0.4s linear;
}

.menu-home-footer li > a:after {
    font-family: 'Font Awesome';
	content: "\f061";
	color: #004EBC;
    position: relative;
    left: 10px;
    top: 0;
    transition: all 0.4s linear;
}

.menu-home-footer li a:hover, .menu-home-footer li > a:hover:after  {
	color: #FFFFFF;
}

.menu-home-footer li.active > a, .menu-home-footer li.active > a:after  {
	color: #FFFFFF;
}

.menu-home-footer li:after {
    content: '';
    display: block;
    margin: 5px auto 0;
    width: 60px;
    border-top: 3px solid transparent;
	transition: all 0.4s linear;
}

.menu-home-footer li.active:after, .menu-home-footer li:hover:after {
    border-top: 3px solid #FFF;
}

@media (max-width: 991.98px) {
	.menu-home-footer li > a {
		font-size: 14px;
	}
}

@media (max-width: 767.98px) {
	
	.menu-home-footer ul {
		justify-content: normal;
		display: block;
	}
	
	.menu-home-footer ul li {
		display:block;
		width: 100%;
		float:none;
		margin: 0 0 15px 0;
	}
	.menu-home-footer ul li:last-child {
		margin: 0;
	}
}


/* menu geral footer */

@media (min-width: 768px) {
	.col-right {display:flex; align-items:center; justify-content:flex-end;}
}

footer .logofooter img {width:auto; height:65px;}

footer .contacts {display:inline-block; font-size:11px; line-height:1.5;}
footer .contacts p {margin:0;}
footer .contacts a:hover {color:#FFC82F;}

footer .iconsredes {display:inline-block; margin-left: 20px;}


footer .col-menu-footer h4 {font-size: 18px;}

footer .menu-footer {
	margin: 0;
	padding: 0;
    text-align: left;
}

footer .menu-footer p {
	display: table;
	text-align: left;
	margin: -5px 0 20px 0;	
}

footer .menu-footer p:last-child {
	margin-bottom: 0;	
}

footer .menu-footer p a {
	font-size: 12px;
	font-weight:500;
	text-transform: none;
	color: #004EBC;
	padding-bottom: 1px;
	border-bottom: solid 2px transparent;
}

footer .menu-footer p a:hover {
	padding-bottom: 1px;
	border-bottom: solid 2px #FFC82F;
}


footer .menu-footer p.active a  {
	padding-bottom: 1px;
	border-bottom: solid 2px #FFC82F;	
}


@media (min-width: 768px) {
	footer .menu-footer.text-2cols {column-count:2; column-gap:30px; min-height:1%;}
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	footer .col-menu-footer:first-child {margin-top: 0 !important;}
	footer .col-menu-footer {margin-top: 30px !important;}
}

footer .logos-other {float:left; font-size: 10px; margin-right:60px;}
footer .logos-other p {margin:0;}
footer .logos-other img {max-height:50px;}
footer .logos-other a {margin-right:30px;}
footer .logos-other a:last-child {margin-right:0;}

footer .logos-other-2 {float:left; font-size: 10px;}
footer .logos-other-2 p {margin:0;}
footer .logos-other-2 img {max-height:35px; margin-top:15px;}
footer .logos-other-2 a {margin-right:30px;}
footer .logos-other-2 a:last-child {margin-right:0;}

@media (min-width: 1200px) {
    footer .logos-other-2 {float:right;}
}

@media (max-width: 1199.98px) {
	footer .logos-other-2 {margin-top:40px;}
	footer .logos-other-2 img {margin-top:10px;}
}
@media (max-width: 767px) {
	footer .logos-other img {margin-bottom:20px;}
	footer .logos-other-2 {margin-top:20px;}
}


footer img.logo-pi {max-width:95px;opacity:1;transition: all 0.3s linear;}
footer img.logo-pi:hover {opacity:0.7;}


@media (min-width: 768px) {
	.texts-1cols {width:50%;}
	.texts-2cols {column-count:2; column-gap:30px; min-height:1%;}
	.texts-2cols-other {column-count:2; column-gap:30px; min-height:1%;}
}

.texts-2cols a {color:#FFF;}

/* pagina descobrir / planificar */ 

.menu-2nd-nivel ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.menu-2nd-nivel ul li {
	float: right;
	position: relative;
	width:auto;
	text-align: right;
	border:none;
	width: 100%;
}

.menu-2nd-nivel li > a {
	display: block;
	padding: 10px 0;
	font-size: 13px;
	line-height: 1.3;
	font-weight:500;
	color: #CCCCCC;
	transition: all 0.4s linear;
}

.menu-2nd-nivel li:first-child > a {
	padding: 0 0 10px;
}
.menu-2nd-nivel li:last-child > a {
	padding: 10px 0 0;
}

.menu-2nd-nivel li > a:after {
    font-family: 'Font Awesome';
	content: "\f0c8";
	font-size: 11px;
	color: #CCCCCC;
    position: relative;
    left: 10px;
    top: 0;
    transition: all 0.4s linear;
}

.menu-2nd-nivel li a:hover, .menu-2nd-nivel li > a:hover:after  {
	color: #FFFFFF;
}
.menu-2nd-nivel li > a:hover:after  {
	color: #FFC82F;
}
.menu-2nd-nivel li.active > a, .menu-2nd-nivel li.active > a:after  {
	color: #FFFFFF;
	font-weight:600;
}
.menu-2nd-nivel li.active > a:after   {
	color:#FFC82F;
}

.menu-2nd-nivel li a span {
	border-bottom: solid 2px transparent;
    padding-bottom: 1px;
	transition: all 0.4s linear;
}
.menu-2nd-nivel li a:hover span {
	border-bottom: solid 2px #FFC82F;
    padding-bottom: 1px;
}

.menu-2nd-nivel li.active > a span   {
	border-bottom: solid 2px #FFC82F;
    padding-bottom: 1px;
}



@media (max-width: 991.98px) {
	.menu-2nd-nivel ul {
		display: none;
	}
	.menu-2nd-nivel ul li {
		float: left;
		text-align: left;
	}
}


.menu-3nd-nivel ul {
	margin: 0;
	list-style: none;
    text-align: left;
    width: 100%;
	padding: 0;
}

.menu-3nd-nivel ul li {
	display: inline-block;
	text-align: left;
}

.menu-3nd-nivel li > a {
	display: block;
	padding: 0;
	margin: 0 10px 10px 0;
	font-size: 14px;
	font-weight:600;
	color: #FFFFFF;
	border-bottom: solid 2px transparent;
	padding-bottom: 1px;
}

.menu-3nd-nivel li:last-child > a {
	margin: 0 0 10px 0;
}

.menu-3nd-nivel li a:hover {
	color: #FFFFFF;
	border-bottom: solid 2px #FFC82F;
	padding-bottom: 1px;
}

.menu-3nd-nivel li.active > a {
	color: #FFFFFF;
	border-bottom: solid 2px #FFC82F;
	padding-bottom: 1px;
}


@media (max-width: 991.98px) {
	.menu-3nd-nivel ul {
		display: none;
	}
}
	


/* pagina caminho de torres, criar roteiro */

.timelinemenu {
	position: relative;
	max-width: 1200px;
	margin: 70px auto 50px;
	height: 1px;
	border-bottom: 1px dashed #FFC82F;
}
.timelinemenu::after {
	box-sizing: content-box;
}
.containertimeline {
	position: relative;
	display: inline-block;
	margin-right: 39px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.containertimeline {margin-right: 33px;}
}

.timelinemenu a:last-child .containertimeline {margin-right: 0;}

.containertimeline::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	right: -8px;
	background-color: #004EBC;
	border: 1px solid transparent;
	top: -18px;
	border-radius: 50%;
	z-index: 1;
	box-sizing: content-box;
	transition: all 0.3s linear;
}
.containertimeline.active::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	right: -8px;
	background-color: #FFC82F;
	border: 4px solid #004EBC;
	top: -21px;
	border-radius: 50%;
	z-index: 1;
	box-sizing: content-box;
}

.leftcontent {
	left: 0;
}
.rightcontent {
	left: 0;
}
.rightcontent::after {
	left: -5px;
}
.rightcontent.active::after {
	left: -8px;
}
.contenttimeline {
	padding: 0;
	position: relative;
}
.namelocal {
	position: absolute;
	left: 0;
	top: -60px;
	transform: skewY(-22deg);
	font-size: 9.5px;
	width: 110px;
	font-weight: 500;
	transition: all 0.3s linear;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.namelocal {font-size: 9px;}
}

@media (min-width: 992px) {
	.timelinemenu a:last-child .containertimeline .namelocal {top: -70px;}
}

.containertimeline.active .namelocal {
	font-weight: bold;
}
.containertimeline:hover .namelocal {
	font-weight: bold;
}
.containertimeline:hover::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	right: -8px;
	background-color: #FFC82F;
	border: 4px solid #004EBC;
	top: -21px;
	border-radius: 50%;
	z-index: 1;
}

 @media screen and (max-width: 992px) {
	.timelinemenu {
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
		overflow: hidden;
		height: auto;
		background: none;
		border: none;
	}
	.timelinemenu::after {
		content: '';
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 40%;
		border: 1px dashed #FFC82F;
		margin-left: -1px;
	}
	.containertimeline {
		padding: 13px 20px 15px;
		position: relative;
		background-color: inherit;
		width: 50%;
		display: block;
		margin-right: 0;
	}
	.containertimeline::after {
		content: '';
		position: absolute;
		width: 8px;
		height: 8px;
		right: -8px;
		background-color: #004EBC;
		border: 1px solid transparent;
		top: 15px;
		border-radius: 50%;
		z-index: 1;
	}
	.containertimeline.active::after {
		content: '';
		position: absolute;
		width: 8px;
		height: 8px;
		right: -8px;
		background-color: #FFC82F;
		border: 4px solid #004EBC;
		top: 12px;
		border-radius: 50%;
		z-index: 1;
	}
	.leftcontent {
		left: 0;
	}
	.rightcontent {
		left: 40%;
	}
	.rightcontent::after {
		left: -5px;
	}
	.rightcontent.active::after {
		left: -8px;
	}
	.contenttimeline {
		padding: 0;
		position: relative;
	}
	.namelocal {
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		font-size: 12px;
		width: auto;
	}
	.containertimeline:hover::after {
		content: '';
		position: absolute;
		width: 8px;
		height: 8px;
		right: -8px;
		background-color: #FFC82F;
		border: 4px solid #004EBC;
		top: 12px;
		border-radius: 50%;
		z-index: 1;
		left:-8px;
	}
}


@media screen and (max-width: 767px) {
	.timelinemenu::after {
		left: 23px;
	}
	.containertimeline {
		width: 100%;
		padding-left: 40px;
		padding-right: 15px;
	}
	.leftcontent::after, .rightcontent::after {
		left: 18px;
	}
	.leftcontent.active::after, .rightcontent.active::after {
		left: 15px;
	}
	.rightcontent {
		left: 0%;
	}
	.containertimeline:hover::after {
		left:15px;
	}
}

.contentmap {position:relative; display:block;}

.contentmenu {width:100%; float:left; height: auto; position:relative; padding: 0; margin-top: 60px;}

.menu3nd ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.menu3nd ul li {
	position: relative;
	text-align: left;
	border:none;
	display: inline-block;
	margin-top: 10px;
	margin-right: 25px;
}
.menu3nd li > a {
	padding: 0;
	font-size: 14px;
	line-height: 1.3;
	font-weight:500;
	color: #004EBC;
	transition: all 0.4s linear;
}

.menu3nd li > a:before {
    font-family: 'Font Awesome';
	content: "\f0c8";
	font-size: 12px;
	color: #D0DFF2;
    position: relative;
    left: 0;
    top: 0;
	margin-right: 10px;
    transition: all 0.4s linear;
}
.menu3nd li a:hover {
	color: #004EBC;
}
.menu3nd li > a:hover:before  {
	color: #FFC82F;
}
.menu3nd li.active > a  {
	color: #004EBC;
	font-weight:700;
}
.menu3nd li.active > a:before   {
	color:#FFC82F;
}


.cx-map-roteiro {
  position: relative;
  width: auto;
  overflow: hidden;
  float: left;
  color: #004EBC;
  transition: all 1s;
  background-color: transparent;
  z-index: 10;
  line-height: 1.3;
  padding: 30px 30px 30px 30px;
  margin: 0;
  background-color: #FFFCF5;
}
.cx-map-roteiro .caption {
    position: relative;
}
.cx-map-roteiro .caption p {
    color: #004EBC;
	font-size: 13px;
    line-height: 1.1;
	font-weight: 400;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
.cx-map-roteiro .caption h2 {
    color: #004EBC;
	font-size: 20px;
    line-height: 1.1;
	font-weight: 700;
	margin: 0 0 5px 0;
	text-transform:none;
}
.cx-map-roteiro .caption h3 {
    color: #004EBC;
    font-weight: 700;
	line-height: 1.1;
    font-size: 20px;
	padding-left: 30px;
	margin: 0 0 5px 0;
	position:relative;
}
.cx-map-roteiro .caption h3:before {
    font-family: 'Font Awesome';
	content: "\f061";
	color: #004EBC;
    position: absolute;
    left: 0;
    top: 3px;
	font-size: 18px;
    transition: all
}
.cx-map-roteiro.other-cx {
  width: 100%;
  float: none;
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
}

.cx-map-roteiro .cx-msg  {margin-top:40px; margin-bottom:20px;}
.cx-map-roteiro .cx-msg p {margin:0;}

.othermaps {width:100%; height:400px; position:absolute; left:0; top:0; z-index:1; filter:grayscale(100%); filter:brightness(0.5); }

.allmaps {width:100%; height:400px; z-index:1; filter:grayscale(100%); filter:brightness(0.5); }

.div-cx-roteiro {position:relative; width:570px; height:520px; float:left;}

.div-cx-criarroteiro {position:relative; width:450px; height:400px; float:left;}

@media (max-width: 991.98px) {
    .div-cx-roteiro {width:100%;height:auto;float:none;}
	.div-cx-criarroteiro {width:100%;height:auto;float:none;}
}

#map.mapetapa {
       width:570px;
	   height:520px;
	   float:left;
       overflow: hidden;
       border: 0;
       position:relative; 
}
#map.maproteiro {
       height: 400px;
       width: 690px;
       overflow: hidden;
       border: 0;
       position:relative; 
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.div-cx-roteiro {width: 440px;}
	#map.mapetapa {
       width:500px; 
	}
	#map.maproteiro {
       width:490px; 
	}
}

@media (max-width: 991.98px) {
    #map.mapetapa {
		   height: 400px;
		   width: 100%;
		   overflow: hidden;
		   border: 0;
		   float:left;
		   position:relative; 
	}
	#map.maproteiro {
		   height: 400px;
		   width: 100%;
		   overflow: hidden;
		   border: 0;
		   float:left;
		   position:relative; 
	}
	
}

/* legenda do print 
.gmnoprint {display:none;}*/

/* titulo e texto nos popups do googlemaps */
#map.mapetapa [class*="gm-style-iw-"] {font-family: 'Raleway', 'Montserrat', 'Roboto', 'Open Sans', sans-serif; color:#004EBC; line-height: 1.2 !important;  }

#map.mapetapa [class*="gm-style-iw-"] h1 {font-size: 15px; font-weight: 700; margin: 0;}

#map.mapetapa [class*="gm-style-iw-"] h2 {font-size: 14px; font-weight: 400; margin: 0; text-transform:uppercase;}

#map.mapetapa [class*="gm-style-iw-"] p {font-size: 13px !important; font-weight: 400 !important; margin: 15px 0 15px 0 !important;}
#map.mapetapa [class*="gm-style-iw-"] p span {font-family: 'Raleway' !important; font-size: 13px !important; font-weight: 400 !important;}

#map.mapetapa [class*="gm-style-iw-"] a {color:#004EBC; font-size: 14px; font-weight: 700; margin: 0;}
#map.mapetapa [class*="gm-style-iw-"] a:hover {color:#FFC82F;}

#map.mapetapa .gm-style .gm-style-iw-c {border: solid 1px #FFC82F; border-radius: 0; padding: 30px 25px 15px 25px !important;}
#map.mapetapa .gm-style .gm-style-iw-t::after {border-bottom: solid 1px #FFC82F; border-left: solid 1px #FFC82F; background: white;} 

#map.mapetapa .gm-style .gm-ui-hover-effect {opacity: 1; width: 50px !important; height: 50px !important; top: 0 !important; right: 0 !important; background-image: url("http://caminhodetorres.pt/media/corner.png") !important; background-position: 0 0; background-repeat: no-repeat; background-size: 50px 50px;}

#map.mapetapa .gm-style .gm-ui-hover-effect img {filter: invert(100%); margin: 0px 0px 20px 25px !important;}


#map.maproteiro [class*="gm-style-iw-"] {font-family: 'Raleway', 'Montserrat', 'Roboto', 'Open Sans', sans-serif; color:#004EBC; line-height: 1.2 !important;  }

#map.maproteiro [class*="gm-style-iw-"] h1 {font-size: 15px; font-weight: 700; margin: 0;}

#map.maproteiro [class*="gm-style-iw-"] h2 {font-size: 14px; font-weight: 400; margin: 0; text-transform:uppercase;}

#map.maproteiro [class*="gm-style-iw-"] p {font-size: 13px !important; font-weight: 400 !important; margin: 15px 0 15px 0 !important;}
#map.maproteiro [class*="gm-style-iw-"] p span {font-family: 'Raleway' !important; font-size: 13px !important; font-weight: 400 !important;}

#map.maproteiro [class*="gm-style-iw-"] a {color:#004EBC; font-size: 14px; font-weight: 700; margin: 0;}
#map.maproteiro [class*="gm-style-iw-"] a:hover {color:#FFC82F;}

#map.maproteiro .gm-style .gm-style-iw-c {border: solid 1px #FFC82F; border-radius: 0; padding: 30px 25px 15px 25px !important;}
#map.maproteiro .gm-style .gm-style-iw-t::after {border-bottom: solid 1px #FFC82F; border-left: solid 1px #FFC82F; background: white;} 

#map.maproteiro .gm-style .gm-ui-hover-effect {opacity: 1; width: 50px !important; height: 50px !important; top: 0 !important; right: 0 !important; background-image: url("http://caminhodetorres.pt/media/corner.png") !important; background-position: 0 0; background-repeat: no-repeat; background-size: 50px 50px;}

#map.maproteiro .gm-style .gm-ui-hover-effect img {filter: invert(100%); margin: 0px 0px 20px 25px !important;}


.testemunhos .nome {font-size:20px; font-weight:700; color:#004EBC; text-transform:uppercase; margin-bottom:10px;}
.testemunhos .pais {font-size:14px; font-weight:500; color:#CFDEEE;}
.testemunhos .data {font-size:14px; font-weight:500; color:#CFDEEE;}
.testemunhos .texto {font-size:14px; font-weight:500; color:#000000;}
.testemunhos .line-divider {margin-top:30px; margin-bottom:30px;}
.testemunhos .col-lg-12:last-child .line-divider {margin-bottom:0;}

.testemunhos .quote:after {
		font-family: 'Font Awesome';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		content: "\f10e";
		position: absolute;
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 20px;
		top: 0;
		right: 0;
		color: #FFC82F;
	}
	
#testemunhos {background:#FBFBFD;}



.formgeral {width:100%;}

.formgeral.autos {width:auto;}

.formgeral .t20 {font-size:22px; line-height: 0;}

.formgeral .aviso {color:#F45E00; font-size:16px;}
.formgeral .aviso a {color:#F45E00; box-shadow: 0px 2px 0px 0px #F45E00;}
.formgeral .aviso a:hover {color:#004EBC; box-shadow: 0px 2px 0px 0px #004EBC;}
    

.formgeral .recpass {color:#004EBC; font-size:12px; float:right;}
.formgeral .recpass:hover {color:#F45E00;}

.formgeral .labelgeral {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    max-width: 100%;
    color: #004EBC;
    cursor: text;
	font-size: 14px;
    line-height: 1;
}

.formgeral input, .formgeral textarea {
    display: inline-block;
    width: 100%;
    background: transparent;
    text-shadow: none;
    font-size: 14px;
    line-height: 1.3;
    color: #004EBC;
	font-weight:400;
    padding: 8px 10px 8px 10px;
    border: 1px #CFDEEE solid;
    border-radius:0;
    margin: 0 0 20px 0;
	-webkit-appearance:none;
    appearance:normal;
    outline: none;
	transition: all 0.3s linear 0s;
}

.formgeral input:hover, .formgeral input:focus, .formgeral textarea:hover, .formgeral textarea:focus{
	border: 1px solid #004EBC;
}
.formgeral input {height:40px}
.formgeral textarea {height:110px}


.formgeral .btn-geral[type="submit"] {
  position: relative;
  width: auto;
  border: 0;
  border-left: 2px solid #F45E00;
  overflow: hidden;
  font-size: 14px;
  font-weight:700;
  color: #004EBC;
  padding: 15px 30px;
  transition: all 1s;
  margin: 20px 0 0 0;
  cursor:pointer;
  text-transform: uppercase;
  background-color: transparent;
  z-index: 1;
  line-height: 1;
}
.formgeral .btn-geral[type="submit"]:after,
.formgeral .btn-geral[type="submit"]:before {
  position: absolute;
  content: '';
  width: calc(100% - 2px);
  left: 0px;
  z-index: -1;
  transition: all 1s;
  box-sizing: initial;
}
.formgeral .btn-geral[type="submit"]:before {
  height: 30%;
  top: 0px;
  border: 2px solid #F45E00;
  border-width: 2px 3px 0px 0px;
  transform: skew(45deg);
  transform-origin: right bottom;
}
.formgeral .btn-geral[type="submit"]:after {
  height: calc(70% - 4px);
  bottom: 0px;
  border: 2px solid #F45E00;
  border-width: 0px 2px 2px 0px;
}
.formgeral .btn-geral[type="submit"]:hover {
  color: #FFFFFF;
  border-color: #F45E00;
}
.formgeral .btn-geral[type="submit"]:hover:before {border-color: #F45E00; background-color: #F45E00;
}
.formgeral .btn-geral[type="submit"]:hover:after {border-color: #F45E00; background-color: #F45E00;
}

.cx-photo {width:150px;height:150px;border-radius:1px;border:1px solid #CFDEEE;display:flex;justify-content:center;align-items:center;cursor:pointer;transition: all 0.3s linear 0s;}
.cx-photo:hover {border:1px solid #004EBC;}

.cx-photo i {font-size:25px;color:#CFDEEE;transition: all 0.3s linear 0s;}
.cx-photo:hover i {font-size:25px;color:#004EBC;}

.photouser {line-height: 2;}
.photouser img {max-width:250px; height:auto;}

.cx-cut-corner {
  position: relative;
  width: auto;
  border-left: 2px solid #FFC82F;
  overflow: hidden;
  float: left;
  color: #FFF;
  padding: 10px 30px;
  transition: all 1s;
  margin: 0;
  background-color: transparent;
  z-index: 10;
  line-height: 1.3;
}
.cx-cut-corner:after,
.cx-cut-corner:before {
  position: absolute;
  content: '';
  width: calc(100% - 2px);
  left: 0px;
  z-index: -1;
  transition: all 1s;
  box-sizing: initial;
   background-color: #FFC82F;
}
.cx-cut-corner:before {
  height: 30%;
  top: 0px;
  border: 2px solid #FFC82F;
  border-width: 2px 3px 0px 0px;
  transform: skew(45deg);
  transform-origin: right bottom;
}
.cx-cut-corner:after {
  height: calc(70% - 4px);
  bottom: 0px;
  border: 2px solid #FFC82F;
  border-width: 0px 2px 2px 0px;
}


.cx-cut-corner .caption {
    position: relative;
}

.cx-cut-corner .caption p {
    color: #FFFFFF;
	font-size: 13px;
    line-height: 1.1;
	font-weight: 400;
	margin: 10px 0 5px 0;
	text-transform: uppercase;
}
.cx-cut-corner .caption h2 {
    color: #004EBC;
	font-size: 22px;
    line-height: 1.1;
	font-weight: 700;
	margin: 0 0 5px 0;
	text-transform:none;
}
.cx-cut-corner .caption h3 {
    color: #004EBC;
    font-weight: 700;
	line-height: 1.1;
    font-size: 22px;
	padding-left: 30px;
	margin: 0 0 5px 0;
	position:relative;
}
.cx-cut-corner .caption h3:before {
    font-family: 'Font Awesome';
	content: "\f061";
	color: #004EBC;
    position: absolute;
    left: 0;
    top: 5px;
	font-size: 18px;
    transition: all
}

.cx-etapas {margin-bottom:30px;}

.cx-etapas .numbers {margin: 10px 10px -5px 30px; font-size:16px; font-weight:600; text-transform:uppercase; vertical-align: middle;}

.cx-etapas .numbers .beforestage {
	display: inline-block;
	border: solid 5px #FFF;
    width: 55px;
    transform: rotate(45deg);
    height: 55px;
    z-index: 10;
    position: relative;
    border-radius: 5px;
    margin: 0px 10px 0px 10px;
    background: #FFFFFF;
	text-align: center;
}

.cx-etapas .numbers .stage {
	background: #004EBC;
	height: 45px;
	text-align: center;
	transform: rotate(0deg);
	width: 45px;
	margin: 0px 0px 0 0px;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 10;
}
.cx-etapas .numbers .item-count {
  color: #FFFFFF;
  display: table-cell;
  height: 45px;
  transform: rotate(-45deg);
  vertical-align: middle;
  width:45px;
  font-size:20px;
  font-weight: 600;
  line-height: 1;
}



.cx-etapas-content {
  position: relative;
  width: auto;
  border-left: 2px solid #FFC82F;
  overflow: hidden;
  z-index: 0;
}
.cx-etapas-content:after,
.cx-etapas-content:before {
  position: absolute;
  content: '';
  width: calc(100% - 2px);
  left: 0px;
  z-index: -1;
  transition: all 1s;
  box-sizing: initial;
  background-color:#FFC82F;
}
.cx-etapas-content:before {
  height: 75%;
  top: 0px;
  border: 2px solid #FFC82F;
  border-width: 2px 3px 0px 0px;
  transform: skew(45deg);
  transform-origin: right bottom;
}
.cx-etapas-content:after {
  height: calc(25% - 4px);
  bottom: 0px;
  border: 2px solid #FFC82F;
  border-width: 0px 2px 2px 0px;
}

.cx-etapas .destiny {font-size:24px; font-weight:600; margin:20px 0 20px 30px;}

.cx-etapas .destiny .divarrow:before {
    font-family: 'Font Awesome';
	content: "\f061";
	color: #004EBC;
    font-size: 20px;
}

.planear-meta  {margin-top:20px; margin-bottom:20px;}

.planear-meta .div1 {float:left;}

.planear-meta .div1 img {height:18px; vertical-align:super;}

.planear-meta .div2 {float:left;margin-left:10px;}

.planear-meta .div21 {display:block; font-size:18px; line-height:18px; font-weight: 600; margin-top:10px; margin-bottom:5px; color: #004EBC;}

.planear-meta .div22 {display:block; font-size:12px; font-weight: 400; text-transform:uppercase; letter-spacing: 0.2px;}

@media (max-width: 400px) {
	.planear-meta .div1 img {height:16px;}
	.planear-meta .div2 {margin-left:5px;}
	.planear-meta .div21 {font-size:16px; line-height:16px;}
	.planear-meta .div22 {font-size:11px;}
}

.planear-meta .counter-horizontal.counter-icon {
    display: inline-flex;
    align-items: center;
	margin-right: 20px;
}
@media (max-width: 400px) {
    .planear-meta .counter-horizontal.counter-icon {margin-right: 5px;}
}
.planear-meta .counter-horizontal.counter-icon:last-child {
   margin-right: 0;
}


@media (max-width: 991.98px) {
	.cx-etapas .planear-meta  {margin: 0 10px 20px 30px;}
}


.cx-etapas ul.menuetapas {
	margin: 0;
	list-style: none;
    text-align: left;
    width: 100%;
	padding: 0;
}

.cx-etapas ul.menuetapas li {
	display: inline-block;
	text-align: left;
}
/* 
.cx-etapas ul.menuetapas li > a  {
	display: block;
	padding: 0;
	margin: 0 10px 10px 0;
	font-size: 16px;
	font-weight:600;
	color: #004EBC;
	text-transform: uppercase;
	cursor: pointer;
}

.cx-etapas ul.menuetapas li > a:after {
	color: #004EBC;
	content: '';
	display: block;
	width: 50px;
	border-top: 3px solid transparent;
	margin: 0 auto 0;
	transition: all 0.4s linear;
}

.cx-etapas ul.menuetapas li:last-child > a {
	margin: 0 0 10px 0;
}


.cx-etapas ul.menuetapas li.active > a {
	font-weight:700;
}

.cx-etapas ul.menuetapas li a:hover:after {
	color: #004EBC;
	content: '';
	display: block;
	width: 50px;
	border-top: 3px solid #FFC82F;
	margin: 0 auto 0;
}

.cx-etapas ul.menuetapas li.active > a:after {
	color: #004EBC;
	content: '';
	display: block;
	width: 50px;
	border-top: 3px solid #FFC82F;
	margin: 0 auto 0;
}
*/

/* recorrrendo a novos */

.cx-etapas ul.menuetapas > li  {
	display: inline-block;
	padding: 0;
	margin: 0 10px 10px 0;
	font-size: 16px;
	font-weight:600;
	color: #004EBC;
	text-transform: uppercase;
	cursor: pointer;
}

@media (max-width: 767.98px) {
	.cx-etapas ul.menuetapas > li  {font-size:14px;}
}



.cx-etapas ul.menuetapas > li:after {
	color: #004EBC;
	content: '';
	display: block;
	width: 50px;
	border-top: 3px solid transparent;
	margin: 0 auto 0;
	transition: all 0.4s linear;
}


.cx-etapas ul.menuetapas > li:last-child  {
	margin: 0 0 10px 0;
}


.cx-etapas ul.menuetapas > li.active {
	font-weight:700;
}

.cx-etapas ul.menuetapas > li:hover:after {
	color: #004EBC;
	content: '';
	display: block;
	width: 50px;
	border-top: 3px solid #FFC82F;
	margin: 0 auto 0;
}

.cx-etapas ul.menuetapas > li.active:after {
	color: #004EBC;
	content: '';
	display: block;
	width: 50px;
	border-top: 3px solid #FFC82F;
	margin: 0 auto 0;
}



.etapas h4 {
	display: inline-block;
	padding: 0;
	margin: 0 10px 10px 0;
	font-size: 16px;
	font-weight: 700;
	color: #004EBC;
	text-transform: uppercase;
	}
	
.etapas h4:after {
	color: #004EBC;
	content: '';
	display: block;
	width: 50px;
	border-top: 3px solid #FFC82F;
	margin: 0 auto 0;
	}

.cx-etapas .searchbox {position:relative; margin: 20px 0 30px 0 !important; width:250px;}

.cx-etapas .inputsearch {
    background: none;
    border: none;
	border-bottom: solid 1px #004EBC;
    border-radius: 0;
    color: #004EBC;
    font-size: 14px;
    padding: 0 35px 0 10px;
    width: 100%;
    box-shadow: none;
    height: 30px;
    line-height: 30px;
    transition: all 0.3s linear 0s;
    margin: 0;
}

.cx-etapas .btn-search {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0;
    transition: all 0.3s linear 0s;
    cursor: pointer;
}

.cx-etapas .btn-search > i {
    color: #004EBC;
    display: block;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    background: none;
    margin: -2px 0px 0px 0;
	transition: all 0.3s linear 0s;
}
.cx-etapas .btn-search > i:hover {color: #FFC82F;}


.cx-etapas .inputsearch::-webkit-input-placeholder {font-size:14px;color: #004EBC;}
.cx-etapas .inputsearch:-moz-placeholder{font-size:14px;color: #004EBC;}
.cx-etapas .inputsearch::-moz-placeholder{font-size:14px;color: #004EBC;}
.cx-etapas .inputsearch:-ms-input-placeholder{font-size:14px;color: #004EBC;}
.cx-etapas .inputsearch::-ms-input-placeholder{font-size:14px;color: #004EBC;}

@media (min-width: 992px) {
.cx-etapas .etapas .col-all-content {display:flex; flex-direction:row; flex-wrap:wrap; width:100%;}
.cx-etapas .etapas .col-1-content {display:flex; flex-direction:column; flex:1; padding-right:30px;}
.cx-etapas .etapas .col-2-content {display:flex; flex-direction:column; flex:1;}
}
@media (max-width: 991.98px) {
	.cx-etapas .etapas .col-all-content {display:block; width:100%;}
	.cx-etapas .etapas .col-1-content {display:block; width: 100%;}
	.cx-etapas .etapas .col-2-content {display:block; width: 100%;}
}

.table-etapas-1col, .table-etapas-2cols {
    border: none;
    text-align: left;
	width: 100%;
	color: #004EBC;
	font-size:14px;
	border-spacing:0;
}

.table-etapas-1col  a:hover, .table-etapas-2cols a:hover {font-weight:700;}

.table-etapas-1col .heart i, .table-etapas-2cols .heart i {
    color: #F45E00;
	transition: all 0.3s linear 0s;
}
.table-etapas-1col .heart i:hover , .table-etapas-2cols .heart i:hover {
    color: #004EBC;
}

.table-etapas-1col tr td, .table-etapas-2cols tr td {
	border-bottom: 1px solid rgba(0, 78, 188, 0.2);
}

.table-etapas-1col tr td{width:100%;}

.table-etapas-2cols tr td:nth-child(1) {
	width:80%;
}
.table-etapas-2cols tr td:nth-child(2) {
	width:20%;
}

.table-etapas-1col tr, .table-etapas-2cols tr {
	vertical-align: middle;
}
.table-etapas-2cols tr:first-child {	
}
.table-etapas-2cols tr:last-child {
}

.table-etapas-1col tr td {
	padding-left: 0;
	padding-top: 10px;
    padding-bottom: 10px;
	padding-right: 0;
}

.table-etapas-2cols tr td:nth-child(1) {
	padding-left: 0;
	padding-top: 10px;
    padding-bottom: 10px;
}
.table-etapas-2cols tr td:nth-child(2) {
	padding-left: 0;
	padding-right: 20px;
	padding-top: 10px;
    padding-bottom: 10px;
	text-align: right;
}

.popview {position: relative;}

.popview .nametitle {position: relative; margin-right: 50px; }

.popview:hover .nametitle {color: #EF5D07; transition: all 0.4s linear;}

.popview .popviewcontent {
  visibility: hidden;
  width: 250px;
  height: auto;
  background-color: #FFFFFF;
  color: #004EBC;
  font-size: 13px;
  text-align: left;
  border-radius: 0;
  padding: 0;
  right:50px;
  top:0;
  position: absolute;
  z-index: 100;
  overflow: auto;
  transition: all 0.4s linear 0s;
  box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
	.popview .popviewcontent {display:none;}
}

.popview:hover .popviewcontent {
  visibility: visible;
  transition: all 0.4s linear 0s;
}

.popview .popviewcontent a {
  transition: all 0s;
}

.popview .popviewcontent .text {
  padding: 20px;
}

.popview .popviewcontent .link {
  padding: 0 20px 20px;
}

.popview .heart-position {
	position: absolute; right: 20px; top: 0;
}


.botao-home-roteiro {
  position: relative;
  width: auto;
  border-left: 2px solid #FFC82F;
  overflow: hidden;
  float: left;
  font-size: 14px;
  font-weight:700;
  color: #004EBC;
  padding: 15px 30px;
  transition: all 1s;
  margin: 30px 0 0 0;
  cursor:pointer;
  text-transform: uppercase;
  background-color: transparent;
  z-index: 1;
  line-height: 1;
}
.botao-home-roteiro:after,
.botao-home-roteiro:before {
  position: absolute;
  content: '';
  width: calc(100% - 2px);
  left: 0px;
  z-index: -1;
  transition: all 1s;
  background-color: #FFC82F;
  box-sizing: initial;
}
.botao-home-roteiro:before {
  height: 30%;
  top: 0px;
  border: 2px solid #FFC82F;
  border-width: 2px 3px 0px 0px;
  transform: skew(45deg);
  transform-origin: right bottom;
}
.botao-home-roteiro:after {
  height: calc(70% - 4px);
  bottom: 0px;
  border: 2px solid #FFC82F;
  border-width: 0px 2px 2px 0px;
}
.botao-home-roteiro:hover {
  color: #FFFFFF;
  border-color: #F45E00;
}
.botao-home-roteiro:hover:before {border-color: #F45E00; background-color: #F45E00;}
.botao-home-roteiro:hover:after {border-color: #F45E00; background-color: #F45E00;}

.botao-home-roteiro span:after {
    font-family: 'Font Awesome';
	content: "\f061";
	color: #004EBC;
	font-size: 14px;
    position: relative;
    left: 10px;
    top: 0;
    transition: all 0.4s linear;
}
.botao-home-roteiro:hover span:after {color: #FFFFFF;}


.botao-sabermais {
position: relative;
width: auto;
border-left: 2px solid #004EBC;
overflow: hidden;
float: left;
font-size: 12px;
font-weight:600;
color: #004EBC;
padding: 15px 30px 15px 10px;
transition: all 1s;
margin: 0 0 30px;
cursor:pointer;
text-transform: uppercase;
background-color: transparent;
z-index: 1;
line-height: 1;
}
.botao-sabermais:after,
.botao-sabermais:before {
position: absolute;
content: '';
width: calc(100% - 2px);
left: 0px;
z-index: -1;
transition: all 0s;
box-sizing: initial;
}
.botao-sabermais:before {
height: 30%;
top: 0px;
border: 2px solid #004EBC;
border-width: 2px 3px 0px 0px;
transform: skew(45deg);
transform-origin: right bottom;
}
.botao-sabermais:after {
height: calc(70% - 4px);
bottom: 0px;
border: 2px solid #004EBC;
border-width: 0px 2px 2px 0px;
}
.botao-sabermais:hover {
color: #F45E00;
border-color: #F45E00;
}
.botao-sabermais:hover:before {border-color: #F45E00;}
.botao-sabermais:hover:after {border-color: #F45E00; }
.botao-sabermais span:after {
font-family: 'Font Awesome';
content: "\f067";
color: #004EBC;
font-size: 11px;
position: relative;
left: 10px;
top: -1;
transition: all 0s;
}
.botao-sabermais:hover span:after {
color: #F45E00;
}


.botao-continuar {
  position: relative;
  width: auto;
  border-left: 2px solid #F45E00;
  overflow: hidden;
  float: left;
  font-size: 14px;
  font-weight:700;
  color: #004EBC;
  padding: 15px 30px;
  transition: all 1s;
  margin: 30px 0 0 0;
  cursor:pointer;
  text-transform: uppercase;
  background-color: transparent;
  z-index: 1;
  line-height: 1;
}
.botao-continuar:after,
.botao-continuar:before {
  position: absolute;
  content: '';
  width: calc(100% - 2px);
  left: 0px;
  z-index: -1;
  transition: all 1s;
  box-sizing: initial;
}
.botao-continuar:before {
  height: 30%;
  top: 0px;
  border: 2px solid #F45E00;
  border-width: 2px 3px 0px 0px;
  transform: skew(45deg);
  transform-origin: right bottom;
}
.botao-continuar:after {
  height: calc(70% - 4px);
  bottom: 0px;
  border: 2px solid #F45E00;
  border-width: 0px 2px 2px 0px;
}
.botao-continuar:hover {
  color: #FFFFFF;
  border-color: #F45E00;
}
.botao-continuar:hover:before {border-color: #F45E00; background-color: #F45E00;}
.botao-continuar:hover:after {border-color: #F45E00; background-color: #F45E00;}

.botao-continuar span:after {
    font-family: 'Font Awesome';
	content: "\f061";
	color: #004EBC;
	font-size: 14px;
    position: relative;
    left: 10px;
    top: 0;
    transition: all 0.4s linear;
}
.botao-continuar:hover span:after {color: #FFFFFF;}

.botao-testemunho {
  position: relative;
  width: auto;
  border-left: 2px solid #F45E00;
  overflow: hidden;
  float: left;
  font-size: 14px;
  font-weight:700;
  color: #004EBC;
  padding: 15px 30px;
  transition: all 1s;
  margin: 0;
  cursor:pointer;
  text-transform: uppercase;
  background-color: transparent;
  z-index: 1;
  line-height: 1;
}
.botao-testemunho:after,
.botao-testemunho:before {
  position: absolute;
  content: '';
  width: calc(100% - 2px);
  left: 0px;
  z-index: -1;
  transition: all 1s;
  box-sizing: initial;
}
.botao-testemunho:before {
  height: 30%;
  top: 0px;
  border: 2px solid #F45E00;
  border-width: 2px 3px 0px 0px;
  transform: skew(45deg);
  transform-origin: right bottom;
}
.botao-testemunho:after {
  height: calc(70% - 4px);
  bottom: 0px;
  border: 2px solid #F45E00;
  border-width: 0px 2px 2px 0px;
}
.botao-testemunho:hover {
  color: #FFFFFF;
  border-color: #F45E00;
}
.botao-testemunho:hover:before {border-color: #F45E00; background-color: #F45E00;
}
.botao-testemunho:hover:after {border-color: #F45E00; background-color: #F45E00;
}


.botao-concluir {
  position: relative;
  width: auto;
  border-left: 2px solid #F45E00;
  overflow: hidden;
  float: left;
  font-size: 14px;
  font-weight:700;
  color: #004EBC;
  padding: 15px 30px;
  transition: all 1s;
  margin: 30px 0 0 0;
  cursor:pointer;
  text-transform: uppercase;
  background-color: transparent;
  z-index: 1;
  line-height: 1;
}
.botao-concluir:after,
.botao-concluir:before {
  position: absolute;
  content: '';
  width: calc(100% - 2px);
  left: 0px;
  z-index: -1;
  transition: all 1s;
  box-sizing: initial;
}
.botao-concluir:before {
  height: 30%;
  top: 0px;
  border: 2px solid #F45E00;
  border-width: 2px 3px 0px 0px;
  transform: skew(45deg);
  transform-origin: right bottom;
}
.botao-concluir:after {
  height: calc(70% - 4px);
  bottom: 0px;
  border: 2px solid #F45E00;
  border-width: 0px 2px 2px 0px;
}
.botao-concluir:hover {
  color: #FFFFFF;
  border-color: #F45E00;
}
.botao-concluir:hover:before {border-color: #F45E00; background-color: #F45E00;
}
.botao-concluir:hover:after {border-color: #F45E00; background-color: #F45E00;
}


.botao-home-app {
  position: relative;
  width: auto;
  border-left: 2px solid #F45E00;
  overflow: hidden;
  float: left;
  font-size: 14px;
  font-weight:700;
  color: #F45E00;
  padding: 15px 30px;
  transition: all 1s;
  margin: 0;
  cursor:pointer;
  text-transform: uppercase;
  background-color: transparent;
  z-index: 1;
  line-height: 1;
}
.botao-home-app:after,
.botao-home-app:before {
  position: absolute;
  content: '';
  width: calc(100% - 2px);
  left: 0px;
  z-index: -1;
  transition: all 1s;
  box-sizing: initial;
}
.botao-home-app:before {
  height: 30%;
  top: 0px;
  border: 2px solid #F45E00;
  border-width: 2px 3px 0px 0px;
  transform: skew(45deg);
  transform-origin: right bottom;
}
.botao-home-app:after {
  height: calc(70% - 4px);
  bottom: 0px;
  border: 2px solid #F45E00;
  border-width: 0px 2px 2px 0px;
}
.botao-home-app:hover {
  color: #FFFFFF;
  border-color: #F45E00;
}
.botao-home-app:hover:before {border-color: #F45E00; background-color: #F45E00;
}
.botao-home-app:hover:after {border-color: #F45E00; background-color: #F45E00;
}


.accordion-list.etapas {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion-list.etapas > li {
    list-style: none;
    padding: 0 30px;
    margin: 0;
    border: none;
	font-weight: normal;
	background: #FAF9FE;
}

.accordion-list.etapas > li:first-child {
    border: none;
}

.accordion-list.etapas > li.active {
    padding: 0 30px 30px;
    border-radius: 0;
    border: none;
    margin: 0;
    box-shadow: none;
	background: #FAF9FE;
}

.accordion-list.etapas > li > a {
    display: block;
    text-decoration: none;
    padding: 10px 0 10px 25px;
    position: relative;
    transition: all .5s;
}

.accordion-list.etapas .fechar {
    padding: 0;
	z-index: 1;
	height: 60px;
}

.accordion-list.etapas li.active .fechar {
    padding: 0;
	z-index: 1;
	height: 40px;
}

.accordion-list.etapas > li.active > a:before {
    content: "\63";
	transform: rotate(0deg);
	font-size: 24px;
	top: 15px;
}

.accordion-list.etapas > li > a:before {
    content: "\67";
	transform: rotate(90deg);
    font-family: "Icons";
    position: absolute;
    margin: 0;
	left:auto;
	top: 15px;
	right: 15px;
    font-size: 24px;
    line-height: 1;
	width: auto;
	height: auto;
    transition: all .5s;
    opacity: 1;
}


.accordion-list.etapas > li > a:hover:before {
    opacity: 1;
}

.accordion-list.etapas > li > .content {
    height: 0;
    display: none;
    overflow: visible;
}

.accordion-list.etapas > li > .content > * {
    font-weight: normal;
	margin-top: 0;
    margin-bottom: 0;
}




/* The heart check  */
.heart-check {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 13px;
	font-weight: 400;
	color: #012D6A;
	text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.heart-check .font0 {font-size:0;}
/* Hide the browser's default checkbox */
.heart-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom checkbox */
.checkheart {
    position: absolute;
	right:0;
	top:0;
    height: 15px;
    width: 15px;
    background-color: transparent;
	transition: all 0.4s linear;
}
/* On mouse-over, add a grey background color */
.heart-check:hover input ~ .checkheart {
    background-color: transparent;
}
/* When the checkbox is checked, add a blue background */
.heart-check input:checked ~ .checkheart {
    background-color: transparent;
}
/* Create the checkheart/indicator (hidden when not checked) */
.checkheart:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkheart when checked */
.heart-check input:checked ~ .checkheart:after {
    display: block;
}
/* Hide the other checkheart when checked */
.heart-check input:checked ~ .checkheart:before {
    display: none;
}

/* Style the checkheart/indicator */
.heart-check .checkheart:before {
    left: 0;
    top: 0;
	font-size: 16px;
	/*font-family:'Font Awesome';
	content: '\f056';*/
	color: #004EBC;
	font-family: 'icomoon';
    content: "\e9a0";
}

.heart-check .checkheart:hover:before {
	font-family:'Font Awesome';
	content: '\f004';
	color: #EF5D07;
}


.heart-check .checkheart:after {
    left: 0;
    top: 0;
	font-size: 16px;
	font-family:'Font Awesome';
	content: '\f004';
	color: #EF5D07;
}


#miniTip {max-width: 300px !important; padding:0; font-size:12px; line-height:1; color: #004EBC; position:absolute; top:0; left:0; z-index:1000;}

.textfavorite h3 {font-size:15px; font-weight:700; margin: 15px 0 0 0;}
.textfavorite p {font-size:13px; font-weight:500; margin: 0 0 5px 0;}


.divfavorite {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 3px 0 0 0;
    cursor: pointer;
    font-size: 13px;
	font-weight: 400;
	color: #F45E00;
	text-align: left;
    user-select: none;
}

.divfavorite-on:after {
    left: 0;
    top: 0;
	font-size: 18px;
	font-family: 'Font Awesome';
	content: "\f004";
	color: #F45E00;
}

.divfavorite-on:hover:after {
	color: #004EBC;
	transition: all 0.4s linear;
}

.divfavorite-off:after {
    left: 0;
    top: 0;
	font-size: 18px;
	font-family: 'icomoon' !important;
	content: "\e9a0";
	color: #F45E00;
}

.divfavorite-off:hover:after {
	color: #004EBC;
	transition: all 0.4s linear;
}



/* The favorites check  */
.favorites-check {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 13px;
	font-weight: 400;
	color: #004EBC;
	text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.favorites-check .font0 {font-size:0;}
/* Hide the browser's default checkbox */
.favorites-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom checkbox */
.checkfavorites {
    position: absolute;
	left:0;
	top:0;
    height: 15px;
    width: 15px;
    background-color: transparent;
	transition: all 0.4s linear;
}
/* On mouse-over, add a grey background color */
.favorites-check:hover input ~ .checkfavorites {
    background-color: transparent;
}
/* When the checkbox is checked, add a blue background */
.favorites-check input:checked ~ .checkfavorites {
    background-color: transparent;
}
/* Create the checkfavorites/indicator (hidden when not checked) */
.checkfavorites:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkfavorites when checked */
.favorites-check input:checked ~ .checkfavorites:after {
    display: block;
}
/* Hide the other checkfavorites when checked */
.favorites-check input:checked ~ .checkfavorites:before {
    display: none;
}

/* Style the checkfavorites/indicator */
.favorites-check .checkfavorites:before {
    left: 0;
    top: 0;
	font-size: 16px;
	font-family: 'icomoon' !important;
	content: "\e9a0";
	color: #004EBC;
}
.favorites-check .checkfavorites:after {
    left: 0;
    top: 0;
	font-size: 16px;
	font-family: 'Font Awesome';
	content: "\f004";
	color: #004EBC;
}

.favorites-check .checkfavorites.remover:before {
    left: 0;
    top: 0;
	font-size: 16px;
	font-family: 'Font Awesome' !important;
	content: "\f004";
	color: #004EBC;
	transition: all 0.4s linear;
}
.favorites-check .checkfavorites.remover:hover:before {
    left: 0;
    top: 0;
	font-size: 16px;
	font-family: 'Font Awesome' !important;
	content: "\f004";
	color: #F45D01 !important;	
}

.favorites-check .btnremove {display:none;}
.favorites-check .hideremove {font-size:0; margin: 13px 0 5px 0;}

.textpontofavorite h3 {font-size:18px; font-weight:700; margin: 15px 0 15px 0;}
.textpontofavorite p {font-size:13px; font-weight:500; margin: 0 0 15px 0;}
.textpontofavorite h4 {font-size:14px; font-weight:700; margin: 30px 0 15px 0;}

.botao-voltar {
  position: relative;
  width: auto;
  border-left: 2px solid #F45E00;
  overflow: hidden;
  float: left;
  font-size: 14px;
  font-weight:700;
  color: #004EBC;
  padding: 15px 30px;
  transition: all 1s;
  margin: 0;
  cursor:pointer;
  text-transform: uppercase;
  background-color: transparent;
  z-index: 1;
  line-height: 1;
}
.botao-voltar:after,
.botao-voltar:before {
  position: absolute;
  content: '';
  width: calc(100% - 2px);
  left: 0px;
  z-index: -1;
  transition: all 1s;
  box-sizing: initial;
}
.botao-voltar:before {
  height: 30%;
  top: 0px;
  border: 2px solid #F45E00;
  border-width: 2px 3px 0px 0px;
  transform: skew(45deg);
  transform-origin: right bottom;
}
.botao-voltar:after {
  height: calc(70% - 4px);
  bottom: 0px;
  border: 2px solid #F45E00;
  border-width: 0px 2px 2px 0px;
}
.botao-voltar:hover {
  color: #FFFFFF;
  border-color: #F45E00;
}
.botao-voltar:hover:before {border-color: #F45E00; background-color: #F45E00;
}
.botao-voltar:hover:after {border-color: #F45E00; background-color: #F45E00;
}

.botao-voltar i {margin-right: 7px; color: #F45E00; transition: all 1s;}
.botao-voltar:hover i {color: #FFFFFF;}
	
.nome-teste-favorite {font-size:14px; font-weight:700; color:#004EBC; text-transform:uppercase; margin-bottom:10px;}
.data-teste-favorite {font-size:14px; font-weight:500; color:#CFDEEE; text-transform:none; margin-left:15px;}
.texto-teste-favorite {font-size:14px; font-weight:500; color:#000000;}
.line-divider-teste-favorite {height:1px; background-color: rgba(0, 78, 188, 0.2); margin-top:30px; margin-bottom:30px;}
.quote-teste-favorite:after {
		font-family: 'Font Awesome';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		content: "\f10d";
		position: absolute;
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 20px;
		top: 0;
		left: -15px;
		color: #FFC82F;
	}	
	
	
.download-file {display:inline-block; border:solid 2px #004EBC; padding:15px; margin:0 30px 0 0; background:transparent; font-size:20px; font-weight:600;}
.download-file i {display:block; text-align:center; margin-top:5px; }
.download-file:hover {background:#FFC82F;}



/* paginas area reservada */


.menu-areareservada ul {
	margin: 0;
	list-style: none;
    text-align: left;
    width: 100%;
	padding: 0;
}

.menu-areareservada ul li {
	display: inline-block;
	text-align: left;
}

.menu-areareservada li > a {
	display: block;
	padding: 0;
	margin: 0 25px 10px 0;
	font-size: 14px;
	font-weight:600;
	color: #004EBC;
	border-bottom: solid 2px transparent;
	padding-bottom: 1px;
}

.menu-areareservada li:last-child > a {
	margin: 0 0 10px 0;
}


.menu-areareservada li a:hover {
	color: #004EBC;
	border-bottom: solid 2px #FFC82F;
	padding-bottom: 1px;
}

.menu-areareservada li.active > a {
	color: #004EBC;
	border-bottom: solid 2px #FFC82F;
	padding-bottom: 1px;
	font-weight:700;
}



.menu-areareservada-2nd-nivel ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.menu-areareservada-2nd-nivel ul li {
	float: right;
	position: relative;
	width:auto;
	text-align: right;
	border:none;
	width: 100%;
}

.menu-areareservada-2nd-nivel li > a {
	display: block;
	padding: 10px 0;
	font-size: 13px;
	line-height: 1.3;
	font-weight:500;
	color: #004EBC;
	transition: all 0.4s linear;
}

.menu-areareservada-2nd-nivel li:first-child > a {
	padding: 0 0 10px;
}
.menu-areareservada-2nd-nivel li:last-child > a {
	padding: 10px 0 0;
}

.menu-areareservada-2nd-nivel li > a:after {
    font-family: 'Font Awesome';
	content: "\f0c8";
	font-size: 11px;
	color: #004EBC;
    position: relative;
    left: 10px;
    top: 0;
    transition: all 0.4s linear;
}

.menu-areareservada-2nd-nivel li a:hover, .menu-areareservada-2nd-nivel li > a:hover:after  {
	color: #004EBC;
}
.menu-areareservada-2nd-nivel li > a:hover:after  {
	color: #FFC82F;
}
.menu-areareservada-2nd-nivel li.active > a, .menu-areareservada-2nd-nivel li.active > a:after  {
	color: #004EBC;
	font-weight:600;
}
.menu-areareservada-2nd-nivel li.active > a:after   {
	color:#FFC82F;
}

.menu-areareservada-2nd-nivel li a span {
	border-bottom: solid 2px transparent;
    padding-bottom: 1px;
	transition: all 0.4s linear;
}
.menu-areareservada-2nd-nivel li a:hover span {
	border-bottom: solid 2px #FFC82F;
    padding-bottom: 1px;
}

.menu-areareservada-2nd-nivel li.active > a span   {
	border-bottom: solid 2px #FFC82F;
    padding-bottom: 1px;
}

@media (max-width: 991.98px) {
	.menu-areareservada-2nd-nivel ul li {
		float: left;
		text-align: left;
	}
}


.listroteiro {margin:0 0 30px 0;}
.listroteiro a {}
.listroteiro h4 {margin:10px 0 0 0; font-size:16px; /*text-transform: uppercase;*/}
.listroteiro p {margin:0; font-size:14px;}

.botao-editar {
  position: relative;
  width: auto;
  border-left: 2px solid #F45E00;
  overflow: hidden;
  float: right;
  font-size: 14px;
  font-weight:700;
  color: #004EBC;
  padding: 15px 30px;
  transition: all 1s;
  margin: 0;
  cursor:pointer;
  text-transform: uppercase;
  background-color: transparent;
  z-index: 1;
  line-height: 1;
}
.botao-editar:after,
.botao-editar:before {
  position: absolute;
  content: '';
  width: calc(100% - 2px);
  left: 0px;
  z-index: -1;
  transition: all 1s;
  box-sizing: initial;
}
.botao-editar:before {
  height: 30%;
  top: 0px;
  border: 2px solid #F45E00;
  border-width: 2px 3px 0px 0px;
  transform: skew(45deg);
  transform-origin: right bottom;
}
.botao-editar:after {
  height: calc(70% - 4px);
  bottom: 0px;
  border: 2px solid #F45E00;
  border-width: 0px 2px 2px 0px;
}
.botao-editar:hover {
  color: #FFFFFF;
  border-color: #F45E00;
}
.botao-editar:hover:before {border-color: #F45E00; background-color: #F45E00;
}
.botao-editar:hover:after {border-color: #F45E00; background-color: #F45E00;
}

.cx-menuetapas {
	background: #FAF9FE;
	padding: 30px 30px 0 30px;
	margin: 0 0 20px 0;
}

.other-accordion.accordion-list.etapas > li {
	padding: 0;
	margin-top: 20px;
	background: none;
}

.other-accordion.accordion-list.etapas > li a.fechar {
	padding: 15px 30px;
	background: #FAF9FE;
}

.other-accordion.accordion-list.etapas > li.active > a.fechar:before {
    content: "\63";
	transform: rotate(0deg);
	font-size: 20px;
	top: 15px;
	right: 15px;
}

.other-accordion.accordion-list.etapas > li.active > a.fechar {
    font-weight:700;
}

.other-accordion.accordion-list.etapas > li > a.fechar:before {
    content: "\67";
	transform: rotate(90deg);
    top: 15px;
	right: 15px;
    font-size: 24px;
}

.other-accordion.accordion-list.etapas > li > .content .space {
    margin: 30px;
}

.other-accordion.accordion-list.etapas > li > .content h5 {
   font-size: 18px;
   margin: 15px 0 15px 0;
}
.other-accordion.accordion-list.etapas > li > .content p {
   font-size: 14px;
   margin: 0;
}

.other-accordion.accordion-list.etapas > li > .content .space2 {
    margin: 30px 30px 15px 30px;
}

.textdiario h3 {font-size:16px; font-weight:700; margin: 15px 0 0 0;}
.textdiario p {font-size:14px; font-weight:500; margin: 0 0 5px 0;}

.other-accordion.accordion-list.etapas > li > .content .space .row {
    margin-bottom: 20px;
	padding: 25px 10px;
	margin-right: -30px;
    margin-left: -30px;
}


.other-accordion.accordion-list.etapas > li > .content .space .row:nth-child(even) {
    background: #F9FAFC;
}

.other-accordion.accordion-list.etapas > li > .content .space .row:nth-child(odd) {
    background: #FFF;
}


.cutlinks-corner {
  position: relative;
  display: inline-block;
  width: 100%;
  border-left: 2px solid #FFC82F;
  overflow: hidden;
  float: none;
  color: #FFF;
  padding: 15px 30px;
  transition: all 1s;
  margin: 15px 0;
  cursor:pointer;
  text-transform: uppercase;
  background-color: transparent;
  z-index: 10;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
}
.cutlinks-corner:after,
.cutlinks-corner:before {
  position: absolute;
  content: '';
  width: calc(100% - 2px);
  left: 0px;
  z-index: -1;
  transition: all 1s;
  box-sizing: initial;
}
.cutlinks-corner:before {
  height: 30%;
  top: 0px;
  border: 2px solid #FFC82F;
  border-width: 2px 3px 0px 0px;
  transform: skew(45deg);
  transform-origin: right bottom;
}
.cutlinks-corner:after {
  height: calc(70% - 4px);
  bottom: 0px;
  border: 2px solid #FFC82F;
  border-width: 0px 2px 2px 0px;
}
.cutlinks-corner:hover {
  color: #FFF;
  border-color: #FFC82F;
}
.cutlinks-corner:hover:before {border-color: #FFC82F; background-color: #FFC82F;}
.cutlinks-corner:hover:after {border-color: #FFC82F; background-color: #FFC82F;}


.cutlinks-cornerwhhite {
  position: relative;
  display: inline-block;
  width: auto;
  border-left: 2px solid #FFFFFF;
  overflow: hidden;
  float: none;
  color: #FFF;
  padding: 15px 30px;
  transition: all 1s;
  margin: 0;
  cursor:pointer;
  text-transform: uppercase;
  background-color: transparent;
  z-index: 10;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.cutlinks-cornerwhhite:after,
.cutlinks-cornerwhhite:before {
  position: absolute;
  content: '';
  width: calc(100% - 2px);
  left: 0px;
  z-index: -1;
  transition: all 1s;
  box-sizing: initial;
}
.cutlinks-cornerwhhite:before {
  height: 30%;
  top: 0px;
  border: 2px solid #FFFFFF;
  border-width: 2px 3px 0px 0px;
  transform: skew(45deg);
  transform-origin: right bottom;
}
.cutlinks-cornerwhhite:after {
  height: calc(70% - 4px);
  bottom: 0px;
  border: 2px solid #FFFFFF;
  border-width: 0px 2px 2px 0px;
}
.cutlinks-cornerwhhite:hover {
  color: #004EBC;
  border-color: #FFC82F;
}
.cutlinks-cornerwhhite:hover:before {border-color: #FFC82F; background-color: #FFC82F;}
.cutlinks-cornerwhhite:hover:after {border-color: #FFC82F; background-color: #FFC82F;}

.cutlinks-cornerwhhite span:after {
    font-family: 'Font Awesome';
	content: "\f061";
	color: #FFFFFF;
	font-size: 14px;
    position: relative;
    left: 10px;
    top: 0;
    transition: all 0.4s linear;
}
.cutlinks-cornerwhhite:hover span:after {color: #004EBC;}


.botao-voltarpag {
  position: relative;
  width: auto;
  border-left: 2px solid #FFC82F;
  overflow: hidden;
  float: left;
  font-size: 14px;
  font-weight:700;
  color: #FFFFFF;
  padding: 15px 30px;
  transition: all 1s;
  margin: 30px 0 0 0;
  cursor:pointer;
  text-transform: uppercase;
  background-color: transparent;
  z-index: 1;
  line-height: 1;
}
.botao-voltarpag:after,
.botao-voltarpag:before {
  position: absolute;
  content: '';
  width: calc(100% - 2px);
  left: 0px;
  z-index: -1;
  transition: all 1s;
  box-sizing: initial;
}
.botao-voltarpag:before {
  height: 30%;
  top: 0px;
  border: 2px solid #FFC82F;
  border-width: 2px 3px 0px 0px;
  transform: skew(45deg);
  transform-origin: right bottom;
}
.botao-voltarpag:after {
  height: calc(70% - 4px);
  bottom: 0px;
  border: 2px solid #FFC82F;
  border-width: 0px 2px 2px 0px;
}
.botao-voltarpag:hover {
  color: #FFFFFF;
  border-color: #FFC82F;
}
.botao-voltarpag:hover:before {border-color: #FFC82F; background-color: #FFC82F;
}
.botao-voltarpag:hover:after {border-color: #FFC82F; background-color: #FFC82F;
}

.botao-voltarpag i {margin-right: 7px; color: #FFFFFF; transition: all 1s;}
.botao-voltarpag:hover i {color: #FFFFFF;}


.fundo-pagina-app {background-image: url('http://caminhodetorres.pt/media/fundo-app-roteiro.png'); background-position: 100% 100%; background-repeat: no-repeat; background-size: auto 300px;}
.other-fundo-pag {background-position: 100% 100%; background-repeat: no-repeat; background-size: auto 300px;}

@media (max-width: 767px) {
	.fundo-pagina-app {background-size: auto 200px;}
	.other-fundo-pag {background-size: auto 200px;}
}

.listdownload {margin:0;}
.listdownload a {}
.listdownload h4 {margin:10px 0 0 0; font-size:16px; text-transform: uppercase;}
.listdownload p {margin:0; font-size:14px;}

.textmunic h3 {font-size:16px; font-weight:700; margin: 15px 0 0 0;}
.textmunic p {font-size:14px; font-weight:500; margin: 0 0 5px 0;}

.textmunic h4 {position: relative; font-size:16px; font-weight:700; line-height: 1.1; text-transform: none; color: #004EBC; margin: 15px 0 0 0;}
.textmunic h5 {position: relative; font-size:16px; font-weight:700; line-height: 1.1; text-transform: none; color: #004EBC; margin: 0 0 10px 0; padding-left: 25px;}
.textmunic h5:before {
    font-family: 'Font Awesome';
    content: "\f061";
    color: #FFC82F;
    position: absolute;
    left: 0;
    top: 2px;
	font-size: 16px;
    transition: all;
}

a.linkpage {
	border-bottom: solid 2px transparent;
    padding-bottom: 1px;
}
a.linkpage:hover {
	border-bottom: solid 2px #FFC82F;
    padding-bottom: 1px;
}


/* Scroll Horizontal */

#svgDiv {
width: 100%;
height: 320px;
overflow: auto;
position: relative;
margin: 0;
padding: 0;
}
  #svgDiv svg {cursor:default !important;
}

#customscroll {
width: 100%;
height: 320px;
overflow: auto;
position: relative;
margin: 0;
padding: 0;
}
.fixedwidth {
width: 7085px;
height: auto;
position: relative;
}
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}
.vscrollerbase {
width: 6px;
background-color: #d0dff2;
border-radius: 3px;
}
.vscrollerbar {
width: 6px;
background-color: #004EBC;
border-radius: 3px;
}
.hscrollerbase {
height: 6px;
background-color: #d0dff2;
border-radius: 3px;
}
.hscrollerbar {
height: 6px;
background-color: #004EBC;
border-radius: 3px;
}
.scrollerjogbox {
width: 6px;
height: 6px;
top: auto;
left: auto;
bottom:0;
right:0;
background-color: #d0dff2;
}

.help {display: none;}

body.homepage .help {display: flex;}

.section-color-blue {background-color: #004EBC; color:#FFF; padding: 15px 0; text-align: center; text-transform:uppercase;}

.section-color-blue a {color:#FFF;}

.section-color-blue a:hover {color:#FFC82F;}

.section-color-blue a span {color:#FFC82F;}


/* diario */

.dateresultdiario {font-size:16px !important; margin: 0; font-weight:500;}

.typediario {width:100%; font-size:14px; font-weight:400; margin: 50px 0 20px 0; text-transform:uppercase;}

.cx-diario {width:100%; background-color:#FAF9FE; background-image:url(http://caminhodetorres.pt/media/corner-cx-diario.png); background-position: 100% 0; background-repeat: no-repeat; background-size: 68px auto; padding-top:30px; padding-bottom:30px; margin-right:0px; margin-left:0px; padding-right:15px; padding-left:15px;}

.cx-diario h3 {font-size:22px; margin: 0 0 20px 0;}

.cx-diario .results {font-size:16px; display: inline-block; margin-right:20px; margin-bottom:20px;}

.cx-diario .results i {color:#F45D01;}

/* Pagina cookies */

/*#cookies{width:100%; background: rgba(0, 0, 0, .4); position:relative; z-index:9999999; top:0!important}*/
#cookies{width:100%; background: rgba(0, 78, 188, .8); position:fixed; z-index:9999999; bottom:0!important}
.learn-more-cookies{padding-top:5px!important;font-size:10px!important;text-transform:none!important;font-weight:bold!important}

.learn-more-cookies:hover{color:white!important;text-decoration:underline!important;}

#div_cookie .description span{color:white;font-family: 'Raleway', 'Montserrat', 'Roboto', 'Open Sans', sans-serif;font-size: 11px!important;}

#div_cookie .description a{color:white;font-family: 'Raleway', 'Montserrat', 'Roboto', 'Open Sans', sans-serif;font-size: 11px!important;}
#div_cookie {margin:0 auto;}
.notification{padding: 15px 50px 17px 50px; font-size:14px; line-height:1.1; text-transform:none; text-align:center;}
#btn_cookie_accept{border: 1px solid white;color: white; font-family: 'Raleway', 'Montserrat', 'Roboto', 'Open Sans', sans-serif; font-size: 17px !important;font-weight: 400;line-height:1;padding: 3px 6px;text-decoration:none;}
.containercookie div:nth-child(2){position:absolute; right:10px; top:15px;}
#btn_cookie_accept:hover{color:#666!important;background:white!important;}

/* Pagina cookies */


/* BotÃ£o Explore o Caminho de Torres */
.button-explorer {display:none;}

/* BotÃ£o em descobrir */
.button-322, .button-323, .button-324, .button-325, .button-326, .button-327, .button-328, .button-329, .button-330, .button-331  {display:flex;}

/* BotÃ£o em planificar */
.button-333, .button-334, .button-335, .button-336, .button-337, .button-338, .button-339, .button-340, .button-341, .button-343, .button-344, .button-345, .button-346, .button-347  {display:flex;}


.bgwhite {background-color: #FFFFFF !important;}
.width100 {width:100% !important;}

.margin0 { margin: 0 !important;}
.margin20 { margin: 20px !important;}
.marg-0 { margin-bottom: 0 !important;}
.marg-10 { margin-bottom: 10px !important;}
.marg-15 { margin-bottom: 15px !important;}
.marg-20 { margin-bottom: 20px !important;}
.marg-25 { margin-bottom: 25px !important;}
.marg-30 { margin-bottom: 30px !important;}
.marg-35 { margin-bottom: 35px !important;}
.marg-40 { margin-bottom: 40px !important;}
.marg-50 { margin-bottom: 50px !important;}
.marg-60 { margin-bottom: 60px !important;}
.marg-75 { margin-bottom: 75px;}
.marg-100 { margin-bottom: 100px;}
.marg0 { margin-top: 0 !important;}
.marg10 { margin-top: 10px !important;}
.marg15 { margin-top: 15px !important;}
.marg20 { margin-top: 20px !important;}
.marg25 { margin-top: 25px !important;}
.marg30 { margin-top: 30px !important;}
.marg40 { margin-top: 40px !important;}
.marg50 { margin-top: 50px !important;}
.marg60 { margin-top: 60px !important;}
.marg75 { margin-top: 75px;}
.marg100 { margin-top: 100px;}
.marg150 { margin-top: 150px;}

.marg-L-20 { margin-left: 20px !important;}
.marg-R-20 { margin-right: 20px !important;}

.padd-0 { padding-bottom: 0 !important;}
.padd-10 { padding-bottom: 10px;}
.padd-15 { padding-bottom: 15px;}
.padd-20 { padding-bottom: 20px;}
.padd-25 { padding-bottom: 25px;}
.padd-30 { padding-bottom: 30px;}
.padd-35 { padding-bottom: 35px;}
.padd-50 { padding-bottom: 50px;}
.padd-75 { padding-bottom: 75px;}
.padd-100 { padding-bottom: 100px;}
.padd0 { padding-top: 0 !important;}
.padd10 { padding-top: 10px;}
.padd15 { padding-top: 15px;}
.padd20 { padding-top: 20px;}
.padd25 { padding-top: 25px;}
.padd30 { padding-top: 30px;}
.padd50 { padding-top: 50px;}
.padd75 { padding-top: 75px;}
.padd100 { padding-top: 100px;}

.padd-L-15 { padding-left: 15px;}
.padd-R-15 { padding-right: 15px;}

.padding0 { padding: 0 !important;}
.padding20 { padding: 20px !important;}

.text10 {font-size:10px}
.text11 {font-size:11px}
.text12 {font-size:12px}
.text13 {font-size:13px}
.text14 {font-size:14px}
.text16 {font-size:16px}
.text18 {font-size:16px}
.text20 {font-size:20px}
.text22 {font-size:22px}
.text24 {font-size:24px}
.text26 {font-size:26px}
.text28 {font-size:28px}
.text30 {font-size:30px}
.text36 {font-size:36px}
.text40 {font-size:40px}
.text50 {font-size:50px}

/* 2020-07-08 */
.formgeral.login-form .input-wp input, .formgeral.rpass-form .input-wp input, .formgeral.user-reg-form .input-wp input, .formgeral.uarea-form .input-wp input{margin-bottom:0;}
.formgeral.login-form .input-wp, .formgeral.rpass-form .input-wp, .formgeral.user-reg-form .input-wp, .formgeral.uarea-form .input-wp{margin-bottom:20px;}
.formgeral label.error{color: #F45E00;}
.form-error-message{color: #F45E00;display:none;}
.formgeral.login-form .form-error-message{margin-top:10px;}
.formgeral.user-reg-form .container-check{margin-bottom:0;}



/* info utilizador menu versao desktop */
@media (min-width: 992px) {
	.info-user.mob {display: none;}	
	.info-user {padding:38px 0 15px}
	.info-user ul li {width:100%!important; list-style: none; text-align: left; border-bottom: solid 1px #FFC82F;}
	.info-user ul li:hover {border-bottom: solid 1px #004EBC; transition: all 0.4s linear;}
	.info-user .dropdown > ul {
		box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.17);
		list-style: none;
		padding: 10px 0 0 0;
		margin: 0;
		border: none;
		min-width: 120px;
	}
	.info-user .dropdown-toggle::after {
		float: left;
		position: absolute;
		right: 0;
		top: 0;
		display: inline-block;
		margin: 0;
		margin-top: -1px;
		content: "";
		border-top: 0.5em solid;
		border-right: 0.5em solid transparent;
		border-bottom: 0;
		border-left: 0.5em solid transparent;
		font-family: 'Font Awesome';
		content: "\f061";
		transform: rotate(90deg);
		border: 0;
	}
	
	.info-user .nav-tabs {border:0; margin: 0;}
	.info-user .nav-tabs .nav-link {letter-spacing: 0.5px; border:0; border-radius: 0; padding:0 25px 5px 0; margin: 0; font-size: 14px; font-weight: 700; display: block;}

	.info-user .dropdown-item {padding: 16px; line-height: 1; height: auto;}
	.info-user .dropdown-menu li {border-bottom: solid 1px #B7CDEC;}
	.info-user .dropdown-menu li:last-child {border-bottom: 0;}
	.info-user .dropdown-menu li a {color:#004EBC}
	.info-user .dropdown-menu li a:hover {color: #FFFFFF;}
}

/* info utilizador menu versao mobile */

@media (max-width: 991.98px) {
	.info-user.desk {display: none;}
	.info-user {padding: 0; display: inline-block; margin: 40px 60px 10px 10px;}
	.info-user ul li {list-style: none; text-align: left; border-bottom: solid 1px #FFC82F;}
	.info-user .nav-tabs {border:0; margin: 0;}
	.info-user .nav-tabs .nav-link {letter-spacing: 0.5px; border:0; border-radius: 0; padding:0 0 5px 0; margin: 0; font-size: 14px; font-weight: 700; display: block;}
}

@media (max-width: 479px) {
	.info-user {margin: 0; position: absolute; right: 30px; bottom: 5px;}
}

.user-logado #main-menu li:nth-child(7) {display:none !important;}

.user-logado .hide-logado {display:none !important;}



/* versao mobile */
@media (max-width: 991.98px) {
	[class*=col-].marg-top-0 {margin-top: 0 !important;}
	hr.space-page {height:0;}
	.menu-cnt > ul > li > ul li > a {background-color:#FFC82F; text-transform:none;}
	.menu-cnt > ul > li > ul li a.active {color: #FFFFFF;}
	.marg0-mob { margin: 0 !important;}
	
	.menu-cnt > ul > li:nth-child(3) {/*display:none !important;*/}

}

/* versao desktop */
@media (min-width: 992px) {
	#main-menu .dropdown ul {display:none !important;} /* versao desktop - nÃ£o mostra 2Âº e 3Âº nivel */
	#main-menu li:nth-child(n+5) {display:none !important;} /* versao desktop - nÃ£o mostra a partir do 5Âº item do menu */
	#main-menu li:nth-child(3) {/*display:none !important;*/} /* versao desktop - esconde terceiro que Ã© o caminho */
	#main-menu li:last-child {display:block !important;} /* versao desktop - esconde ultimo */
	
	
	/* fixa cores menu e barra */
	.menu-cnt > ul > li a, .menu-cnt > ul > li a:hover, .menu-cnt > ul > li a.active  {
		color: #004EBC !important;
	}
	.menu-cnt > ul > li a:after {
		content: '';
		display: block;
		margin: 5px auto 0;
		width: 40px;
		border-top: 3px solid transparent;
		transition: all 0.4s linear;
	}
	.menu-cnt > ul > li a:hover:after {
		border-top: 3px solid #FFC82F;
	}
	.menu-cnt > ul > li a.active:after {
		border-top: 3px solid #FFC82F;
	}
	
	.ajust-height {
		height: 520px !important;
	}
	
	.btnlogout {display:none !important;}
	
}


@media (min-width: 767.98px) {
    .hide-menu-01 {
        display: none;
    }
}

@media (max-width: 768px) {
    .hide-menu-02 {
        display: none;
    }
}


/*
     FILE ARCHIVED ON 02:29:06 Jul 07, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:46:34 Jul 27, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.685
  captures_list: 0.601
  exclusion.robots: 0.069
  exclusion.robots.policy: 0.055
  esindex: 0.009
  cdx.remote: 55.165
  LoadShardBlock: 254.529 (3)
  PetaboxLoader3.datanode: 132.339 (4)
  PetaboxLoader3.resolve: 149.765 (2)
  load_resource: 131.069
*/


@font-face {
    font-family: 'icomoon';
    src: url('http://caminhodetorres.pt/assets/media/icons/iconsmind/line-icons-fonts/icomoon.eot');
    src: url('http://caminhodetorres.pt/assets/media/icons/iconsmind/line-icons-fonts/icomoon.eot#iefix-rdmvgc') format('embedded-opentype'), url('http://caminhodetorres.pt/assets/media/icons/iconsmind/line-icons-fonts/icomoon.woff') format('woff'), url('http://caminhodetorres.pt/assets/media/icons/iconsmind/line-icons-fonts/icomoon.ttf') format('truetype'), url('http://caminhodetorres.pt/assets/media/icons/iconsmind/line-icons-fonts/icomoon.svg?-rdmvgc#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="im-"], [class*=" im-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
}

.im-a-z:before {
    content: "\e600";
}

.im-aa:before {
    content: "\e601";
}

.im-add-bag:before {
    content: "\e602";
}

.im-add-basket:before {
    content: "\e603";
}

.im-add-cart:before {
    content: "\e604";
}

.im-add-file:before {
    content: "\e605";
}

.im-add-spaceafterparagraph:before {
    content: "\e606";
}

.im-add-spacebeforeparagraph:before {
    content: "\e607";
}

.im-add-user:before {
    content: "\e608";
}

.im-add-userstar:before {
    content: "\e609";
}

.im-add-window:before {
    content: "\e60a";
}

.im-add:before {
    content: "\e60b";
}

.im-address-book:before {
    content: "\e60c";
}

.im-address-book2:before {
    content: "\e60d";
}

.im-administrator:before {
    content: "\e60e";
}

.im-aerobics-2:before {
    content: "\e60f";
}

.im-aerobics-3:before {
    content: "\e610";
}

.im-aerobics:before {
    content: "\e611";
}

.im-affiliate:before {
    content: "\e612";
}

.im-aim:before {
    content: "\e613";
}

.im-air-balloon:before {
    content: "\e614";
}

.im-airbrush:before {
    content: "\e615";
}

.im-airship:before {
    content: "\e616";
}

.im-alarm-clock:before {
    content: "\e617";
}

.im-alarm-clock2:before {
    content: "\e618";
}

.im-alarm:before {
    content: "\e619";
}

.im-alien-2:before {
    content: "\e61a";
}

.im-alien:before {
    content: "\e61b";
}

.im-aligator:before {
    content: "\e61c";
}

.im-align-center:before {
    content: "\e61d";
}

.im-align-justifyall:before {
    content: "\e61e";
}

.im-align-justifycenter:before {
    content: "\e61f";
}

.im-align-justifyleft:before {
    content: "\e620";
}

.im-align-justifyright:before {
    content: "\e621";
}

.im-align-left:before {
    content: "\e622";
}

.im-align-right:before {
    content: "\e623";
}

.im-alpha:before {
    content: "\e624";
}

.im-ambulance:before {
    content: "\e625";
}

.im-amx:before {
    content: "\e626";
}

.im-anchor-2:before {
    content: "\e627";
}

.im-anchor:before {
    content: "\e628";
}

.im-android-store:before {
    content: "\e629";
}

.im-android:before {
    content: "\e62a";
}

.im-angel-smiley:before {
    content: "\e62b";
}

.im-angel:before {
    content: "\e62c";
}

.im-angry:before {
    content: "\e62d";
}

.im-apple-bite:before {
    content: "\e62e";
}

.im-apple-store:before {
    content: "\e62f";
}

.im-apple:before {
    content: "\e630";
}

.im-approved-window:before {
    content: "\e631";
}

.im-aquarius-2:before {
    content: "\e632";
}

.im-aquarius:before {
    content: "\e633";
}

.im-archery-2:before {
    content: "\e634";
}

.im-archery:before {
    content: "\e635";
}

.im-argentina:before {
    content: "\e636";
}

.im-aries-2:before {
    content: "\e637";
}

.im-aries:before {
    content: "\e638";
}

.im-army-key:before {
    content: "\e639";
}

.im-arrow-around:before {
    content: "\e63a";
}

.im-arrow-back3:before {
    content: "\e63b";
}

.im-arrow-back:before {
    content: "\e63c";
}

.im-arrow-back2:before {
    content: "\e63d";
}

.im-arrow-barrier:before {
    content: "\e63e";
}

.im-arrow-circle:before {
    content: "\e63f";
}

.im-arrow-cross:before {
    content: "\e640";
}

.im-arrow-down:before {
    content: "\e641";
}

.im-arrow-down2:before {
    content: "\e642";
}

.im-arrow-down3:before {
    content: "\e643";
}

.im-arrow-downincircle:before {
    content: "\e644";
}

.im-arrow-fork:before {
    content: "\e645";
}

.im-arrow-forward:before {
    content: "\e646";
}

.im-arrow-forward2:before {
    content: "\e647";
}

.im-arrow-from:before {
    content: "\e648";
}

.im-arrow-inside:before {
    content: "\e649";
}

.im-arrow-inside45:before {
    content: "\e64a";
}

.im-arrow-insidegap:before {
    content: "\e64b";
}

.im-arrow-insidegap45:before {
    content: "\e64c";
}

.im-arrow-into:before {
    content: "\e64d";
}

.im-arrow-join:before {
    content: "\e64e";
}

.im-arrow-junction:before {
    content: "\e64f";
}

.im-arrow-left:before {
    content: "\e650";
}

.im-arrow-left2:before {
    content: "\e651";
}

.im-arrow-leftincircle:before {
    content: "\e652";
}

.im-arrow-loop:before {
    content: "\e653";
}

.im-arrow-merge:before {
    content: "\e654";
}

.im-arrow-mix:before {
    content: "\e655";
}

.im-arrow-next:before {
    content: "\e656";
}

.im-arrow-outleft:before {
    content: "\e657";
}

.im-arrow-outright:before {
    content: "\e658";
}

.im-arrow-outside:before {
    content: "\e659";
}

.im-arrow-outside45:before {
    content: "\e65a";
}

.im-arrow-outsidegap:before {
    content: "\e65b";
}

.im-arrow-outsidegap45:before {
    content: "\e65c";
}

.im-arrow-over:before {
    content: "\e65d";
}

.im-arrow-refresh:before {
    content: "\e65e";
}

.im-arrow-refresh2:before {
    content: "\e65f";
}

.im-arrow-right:before {
    content: "\e660";
}

.im-arrow-right2:before {
    content: "\e661";
}

.im-arrow-rightincircle:before {
    content: "\e662";
}

.im-arrow-shuffle:before {
    content: "\e663";
}

.im-arrow-squiggly:before {
    content: "\e664";
}

.im-arrow-through:before {
    content: "\e665";
}

.im-arrow-to:before {
    content: "\e666";
}

.im-arrow-turnleft:before {
    content: "\e667";
}

.im-arrow-turnright:before {
    content: "\e668";
}

.im-arrow-up:before {
    content: "\e669";
}

.im-arrow-up2:before {
    content: "\e66a";
}

.im-arrow-up3:before {
    content: "\e66b";
}

.im-arrow-upincircle:before {
    content: "\e66c";
}

.im-arrow-xleft:before {
    content: "\e66d";
}

.im-arrow-xright:before {
    content: "\e66e";
}

.im-ask:before {
    content: "\e66f";
}

.im-assistant:before {
    content: "\e670";
}

.im-astronaut:before {
    content: "\e671";
}

.im-at-sign:before {
    content: "\e672";
}

.im-atm:before {
    content: "\e673";
}

.im-atom:before {
    content: "\e674";
}

.im-audio:before {
    content: "\e675";
}

.im-auto-flash:before {
    content: "\e676";
}

.im-autumn:before {
    content: "\e677";
}

.im-baby-clothes:before {
    content: "\e678";
}

.im-baby-clothes2:before {
    content: "\e679";
}

.im-baby-cry:before {
    content: "\e67a";
}

.im-baby:before {
    content: "\e67b";
}

.im-back2:before {
    content: "\e67c";
}

.im-back-media:before {
    content: "\e67d";
}

.im-back-music:before {
    content: "\e67e";
}

.im-back:before {
    content: "\e67f";
}

.im-background:before {
    content: "\e680";
}

.im-bacteria:before {
    content: "\e681";
}

.im-bag-coins:before {
    content: "\e682";
}

.im-bag-items:before {
    content: "\e683";
}

.im-bag-quantity:before {
    content: "\e684";
}

.im-bag:before {
    content: "\e685";
}

.im-bakelite:before {
    content: "\e686";
}

.im-ballet-shoes:before {
    content: "\e687";
}

.im-balloon:before {
    content: "\e688";
}

.im-banana:before {
    content: "\e689";
}

.im-band-aid:before {
    content: "\e68a";
}

.im-bank:before {
    content: "\e68b";
}

.im-bar-chart:before {
    content: "\e68c";
}

.im-bar-chart2:before {
    content: "\e68d";
}

.im-bar-chart3:before {
    content: "\e68e";
}

.im-bar-chart4:before {
    content: "\e68f";
}

.im-bar-chart5:before {
    content: "\e690";
}

.im-bar-code:before {
    content: "\e691";
}

.im-barricade-2:before {
    content: "\e692";
}

.im-barricade:before {
    content: "\e693";
}

.im-baseball:before {
    content: "\e694";
}

.im-basket-ball:before {
    content: "\e695";
}

.im-basket-coins:before {
    content: "\e696";
}

.im-basket-items:before {
    content: "\e697";
}

.im-basket-quantity:before {
    content: "\e698";
}

.im-bat-2:before {
    content: "\e699";
}

.im-bat:before {
    content: "\e69a";
}

.im-bathrobe:before {
    content: "\e69b";
}

.im-batman-mask:before {
    content: "\e69c";
}

.im-battery-0:before {
    content: "\e69d";
}

.im-battery-25:before {
    content: "\e69e";
}

.im-battery-50:before {
    content: "\e69f";
}

.im-battery-75:before {
    content: "\e6a0";
}

.im-battery-100:before {
    content: "\e6a1";
}

.im-battery-charge:before {
    content: "\e6a2";
}

.im-bear:before {
    content: "\e6a3";
}

.im-beard-2:before {
    content: "\e6a4";
}

.im-beard-3:before {
    content: "\e6a5";
}

.im-beard:before {
    content: "\e6a6";
}

.im-bebo:before {
    content: "\e6a7";
}

.im-bee:before {
    content: "\e6a8";
}

.im-beer-glass:before {
    content: "\e6a9";
}

.im-beer:before {
    content: "\e6aa";
}

.im-bell-2:before {
    content: "\e6ab";
}

.im-bell:before {
    content: "\e6ac";
}

.im-belt-2:before {
    content: "\e6ad";
}

.im-belt-3:before {
    content: "\e6ae";
}

.im-belt:before {
    content: "\e6af";
}

.im-berlin-tower:before {
    content: "\e6b0";
}

.im-beta:before {
    content: "\e6b1";
}

.im-betvibes:before {
    content: "\e6b2";
}

.im-bicycle-2:before {
    content: "\e6b3";
}

.im-bicycle-3:before {
    content: "\e6b4";
}

.im-bicycle:before {
    content: "\e6b5";
}

.im-big-bang:before {
    content: "\e6b6";
}

.im-big-data:before {
    content: "\e6b7";
}

.im-bike-helmet:before {
    content: "\e6b8";
}

.im-bikini:before {
    content: "\e6b9";
}

.im-bilk-bottle2:before {
    content: "\e6ba";
}

.im-billing:before {
    content: "\e6bb";
}

.im-bing:before {
    content: "\e6bc";
}

.im-binocular:before {
    content: "\e6bd";
}

.im-bio-hazard:before {
    content: "\e6be";
}

.im-biotech:before {
    content: "\e6bf";
}

.im-bird-deliveringletter:before {
    content: "\e6c0";
}

.im-bird:before {
    content: "\e6c1";
}

.im-birthday-cake:before {
    content: "\e6c2";
}

.im-bisexual:before {
    content: "\e6c3";
}

.im-bishop:before {
    content: "\e6c4";
}

.im-bitcoin:before {
    content: "\e6c5";
}

.im-black-cat:before {
    content: "\e6c6";
}

.im-blackboard:before {
    content: "\e6c7";
}

.im-blinklist:before {
    content: "\e6c8";
}

.im-block-cloud:before {
    content: "\e6c9";
}

.im-block-window:before {
    content: "\e6ca";
}

.im-blogger:before {
    content: "\e6cb";
}

.im-blood:before {
    content: "\e6cc";
}

.im-blouse:before {
    content: "\e6cd";
}

.im-blueprint:before {
    content: "\e6ce";
}

.im-board:before {
    content: "\e6cf";
}

.im-bodybuilding:before {
    content: "\e6d0";
}

.im-bold-text:before {
    content: "\e6d1";
}

.im-bone:before {
    content: "\e6d2";
}

.im-bones:before {
    content: "\e6d3";
}

.im-book:before {
    content: "\e6d4";
}

.im-bookmark:before {
    content: "\e6d5";
}

.im-books-2:before {
    content: "\e6d6";
}

.im-books:before {
    content: "\e6d7";
}

.im-boom:before {
    content: "\e6d8";
}

.im-boot-2:before {
    content: "\e6d9";
}

.im-boot:before {
    content: "\e6da";
}

.im-bottom-totop:before {
    content: "\e6db";
}

.im-bow-2:before {
    content: "\e6dc";
}

.im-bow-3:before {
    content: "\e6dd";
}

.im-bow-4:before {
    content: "\e6de";
}

.im-bow-5:before {
    content: "\e6df";
}

.im-bow-6:before {
    content: "\e6e0";
}

.im-bow:before {
    content: "\e6e1";
}

.im-bowling-2:before {
    content: "\e6e2";
}

.im-bowling:before {
    content: "\e6e3";
}

.im-box2:before {
    content: "\e6e4";
}

.im-box-close:before {
    content: "\e6e5";
}

.im-box-full:before {
    content: "\e6e6";
}

.im-box-open:before {
    content: "\e6e7";
}

.im-box-withfolders:before {
    content: "\e6e8";
}

.im-box:before {
    content: "\e6e9";
}

.im-boy:before {
    content: "\e6ea";
}

.im-bra:before {
    content: "\e6eb";
}

.im-brain-2:before {
    content: "\e6ec";
}

.im-brain-3:before {
    content: "\e6ed";
}

.im-brain:before {
    content: "\e6ee";
}

.im-brazil:before {
    content: "\e6ef";
}

.im-bread-2:before {
    content: "\e6f0";
}

.im-bread:before {
    content: "\e6f1";
}

.im-bridge:before {
    content: "\e6f2";
}

.im-brightkite:before {
    content: "\e6f3";
}

.im-broke-link2:before {
    content: "\e6f4";
}

.im-broken-link:before {
    content: "\e6f5";
}

.im-broom:before {
    content: "\e6f6";
}

.im-brush:before {
    content: "\e6f7";
}

.im-bucket:before {
    content: "\e6f8";
}

.im-bug:before {
    content: "\e6f9";
}

.im-building:before {
    content: "\e6fa";
}

.im-bulleted-list:before {
    content: "\e6fb";
}

.im-bus-2:before {
    content: "\e6fc";
}

.im-bus:before {
    content: "\e6fd";
}

.im-business-man:before {
    content: "\e6fe";
}

.im-business-manwoman:before {
    content: "\e6ff";
}

.im-business-mens:before {
    content: "\e700";
}

.im-business-woman:before {
    content: "\e701";
}

.im-butterfly:before {
    content: "\e702";
}

.im-button:before {
    content: "\e703";
}

.im-cable-car:before {
    content: "\e704";
}

.im-cake:before {
    content: "\e705";
}

.im-calculator-2:before {
    content: "\e706";
}

.im-calculator-3:before {
    content: "\e707";
}

.im-calculator:before {
    content: "\e708";
}

.im-calendar-2:before {
    content: "\e709";
}

.im-calendar-3:before {
    content: "\e70a";
}

.im-calendar-4:before {
    content: "\e70b";
}

.im-calendar-clock:before {
    content: "\e70c";
}

.im-calendar:before {
    content: "\e70d";
}

.im-camel:before {
    content: "\e70e";
}

.im-camera-2:before {
    content: "\e70f";
}

.im-camera-3:before {
    content: "\e710";
}

.im-camera-4:before {
    content: "\e711";
}

.im-camera-5:before {
    content: "\e712";
}

.im-camera-back:before {
    content: "\e713";
}

.im-camera:before {
    content: "\e714";
}

.im-can-2:before {
    content: "\e715";
}

.im-can:before {
    content: "\e716";
}

.im-canada:before {
    content: "\e717";
}

.im-cancer-2:before {
    content: "\e718";
}

.im-cancer-3:before {
    content: "\e719";
}

.im-cancer:before {
    content: "\e71a";
}

.im-candle:before {
    content: "\e71b";
}

.im-candy-cane:before {
    content: "\e71c";
}

.im-candy:before {
    content: "\e71d";
}

.im-cannon:before {
    content: "\e71e";
}

.im-cap-2:before {
    content: "\e71f";
}

.im-cap-3:before {
    content: "\e720";
}

.im-cap-smiley:before {
    content: "\e721";
}

.im-cap:before {
    content: "\e722";
}

.im-capricorn-2:before {
    content: "\e723";
}

.im-capricorn:before {
    content: "\e724";
}

.im-car-2:before {
    content: "\e725";
}

.im-car-3:before {
    content: "\e726";
}

.im-car-coins:before {
    content: "\e727";
}

.im-car-items:before {
    content: "\e728";
}

.im-car-wheel:before {
    content: "\e729";
}

.im-car:before {
    content: "\e72a";
}

.im-cardigan:before {
    content: "\e72b";
}

.im-cardiovascular:before {
    content: "\e72c";
}

.im-cart-quantity:before {
    content: "\e72d";
}

.im-casette-tape:before {
    content: "\e72e";
}

.im-cash-register:before {
    content: "\e72f";
}

.im-cash-register2:before {
    content: "\e730";
}

.im-castle:before {
    content: "\e731";
}

.im-cat:before {
    content: "\e732";
}

.im-cathedral:before {
    content: "\e733";
}

.im-cauldron:before {
    content: "\e734";
}

.im-cd-2:before {
    content: "\e735";
}

.im-cd-cover:before {
    content: "\e736";
}

.im-cd:before {
    content: "\e737";
}

.im-cello:before {
    content: "\e738";
}

.im-celsius:before {
    content: "\e739";
}

.im-chacked-flag:before {
    content: "\e73a";
}

.im-chair:before {
    content: "\e73b";
}

.im-charger:before {
    content: "\e73c";
}

.im-check-2:before {
    content: "\e73d";
}

.im-check:before {
    content: "\e73e";
}

.im-checked-user:before {
    content: "\e73f";
}

.im-checkmate:before {
    content: "\e740";
}

.im-checkout-bag:before {
    content: "\e741";
}

.im-checkout-basket:before {
    content: "\e742";
}

.im-checkout:before {
    content: "\e743";
}

.im-cheese:before {
    content: "\e744";
}

.im-cheetah:before {
    content: "\e745";
}

.im-chef-hat:before {
    content: "\e746";
}

.im-chef-hat2:before {
    content: "\e747";
}

.im-chef:before {
    content: "\e748";
}

.im-chemical-2:before {
    content: "\e749";
}

.im-chemical-3:before {
    content: "\e74a";
}

.im-chemical-4:before {
    content: "\e74b";
}

.im-chemical-5:before {
    content: "\e74c";
}

.im-chemical:before {
    content: "\e74d";
}

.im-chess-board:before {
    content: "\e74e";
}

.im-chess:before {
    content: "\e74f";
}

.im-chicken:before {
    content: "\e750";
}

.im-chile:before {
    content: "\e751";
}

.im-chimney:before {
    content: "\e752";
}

.im-china:before {
    content: "\e753";
}

.im-chinese-temple:before {
    content: "\e754";
}

.im-chip:before {
    content: "\e755";
}

.im-chopsticks-2:before {
    content: "\e756";
}

.im-chopsticks:before {
    content: "\e757";
}

.im-christmas-ball:before {
    content: "\e758";
}

.im-christmas-bell:before {
    content: "\e759";
}

.im-christmas-candle:before {
    content: "\e75a";
}

.im-christmas-hat:before {
    content: "\e75b";
}

.im-christmas-sleigh:before {
    content: "\e75c";
}

.im-christmas-snowman:before {
    content: "\e75d";
}

.im-christmas-sock:before {
    content: "\e75e";
}

.im-christmas-tree:before {
    content: "\e75f";
}

.im-christmas:before {
    content: "\e760";
}

.im-chrome:before {
    content: "\e761";
}

.im-chrysler-building:before {
    content: "\e762";
}

.im-cinema:before {
    content: "\e763";
}

.im-circular-point:before {
    content: "\e764";
}

.im-city-hall:before {
    content: "\e765";
}

.im-clamp:before {
    content: "\e766";
}

.im-clapperboard-close:before {
    content: "\e767";
}

.im-clapperboard-open:before {
    content: "\e768";
}

.im-claps:before {
    content: "\e769";
}

.im-clef:before {
    content: "\e76a";
}

.im-clinic:before {
    content: "\e76b";
}

.im-clock-2:before {
    content: "\e76c";
}

.im-clock-3:before {
    content: "\e76d";
}

.im-clock-4:before {
    content: "\e76e";
}

.im-clock-back:before {
    content: "\e76f";
}

.im-clock-forward:before {
    content: "\e770";
}

.im-clock:before {
    content: "\e771";
}

.im-close-window:before {
    content: "\e772";
}

.im-close:before {
    content: "\e773";
}

.im-clothing-store:before {
    content: "\e774";
}

.im-cloud--:before {
    content: "\e775";
}

.im-cloud-:before {
    content: "\e776";
}

.im-cloud-camera:before {
    content: "\e777";
}

.im-cloud-computer:before {
    content: "\e778";
}

.im-cloud-email:before {
    content: "\e779";
}

.im-cloud-hail:before {
    content: "\e77a";
}

.im-cloud-laptop:before {
    content: "\e77b";
}

.im-cloud-lock:before {
    content: "\e77c";
}

.im-cloud-moon:before {
    content: "\e77d";
}

.im-cloud-music:before {
    content: "\e77e";
}

.im-cloud-picture:before {
    content: "\e77f";
}

.im-cloud-rain:before {
    content: "\e780";
}

.im-cloud-remove:before {
    content: "\e781";
}

.im-cloud-secure:before {
    content: "\e782";
}

.im-cloud-settings:before {
    content: "\e783";
}

.im-cloud-smartphone:before {
    content: "\e784";
}

.im-cloud-snow:before {
    content: "\e785";
}

.im-cloud-sun:before {
    content: "\e786";
}

.im-cloud-tablet:before {
    content: "\e787";
}

.im-cloud-video:before {
    content: "\e788";
}

.im-cloud-weather:before {
    content: "\e789";
}

.im-cloud:before {
    content: "\e78a";
}

.im-clouds-weather:before {
    content: "\e78b";
}

.im-clouds:before {
    content: "\e78c";
}

.im-clown:before {
    content: "\e78d";
}

.im-cmyk:before {
    content: "\e78e";
}

.im-coat:before {
    content: "\e78f";
}

.im-cocktail:before {
    content: "\e790";
}

.im-coconut:before {
    content: "\e791";
}

.im-code-window:before {
    content: "\e792";
}

.im-coding:before {
    content: "\e793";
}

.im-coffee-2:before {
    content: "\e794";
}

.im-coffee-bean:before {
    content: "\e795";
}

.im-coffee-machine:before {
    content: "\e796";
}

.im-coffee-togo:before {
    content: "\e797";
}

.im-coffee:before {
    content: "\e798";
}

.im-coffin:before {
    content: "\e799";
}

.im-coin:before {
    content: "\e79a";
}

.im-coins-2:before {
    content: "\e79b";
}

.im-coins-3:before {
    content: "\e79c";
}

.im-coins:before {
    content: "\e79d";
}

.im-colombia:before {
    content: "\e79e";
}

.im-colosseum:before {
    content: "\e79f";
}

.im-column-2:before {
    content: "\e7a0";
}

.im-column-3:before {
    content: "\e7a1";
}

.im-column:before {
    content: "\e7a2";
}

.im-comb-2:before {
    content: "\e7a3";
}

.im-comb:before {
    content: "\e7a4";
}

.im-communication-tower:before {
    content: "\e7a5";
}

.im-communication-tower2:before {
    content: "\e7a6";
}

.im-compass-2:before {
    content: "\e7a7";
}

.im-compass-3:before {
    content: "\e7a8";
}

.im-compass-4:before {
    content: "\e7a9";
}

.im-compass-rose:before {
    content: "\e7aa";
}

.im-compass:before {
    content: "\e7ab";
}

.im-computer-2:before {
    content: "\e7ac";
}

.im-computer-3:before {
    content: "\e7ad";
}

.im-computer-secure:before {
    content: "\e7ae";
}

.im-computer:before {
    content: "\e7af";
}

.im-conference:before {
    content: "\e7b0";
}

.im-confused:before {
    content: "\e7b1";
}

.im-conservation:before {
    content: "\e7b2";
}

.im-consulting:before {
    content: "\e7b3";
}

.im-contrast:before {
    content: "\e7b4";
}

.im-control-2:before {
    content: "\e7b5";
}

.im-control:before {
    content: "\e7b6";
}

.im-cookie-man:before {
    content: "\e7b7";
}

.im-cookies:before {
    content: "\e7b8";
}

.im-cool-guy:before {
    content: "\e7b9";
}

.im-cool:before {
    content: "\e7ba";
}

.im-copyright:before {
    content: "\e7bb";
}

.im-costume:before {
    content: "\e7bc";
}

.im-couple-sign:before {
    content: "\e7bd";
}

.im-cow:before {
    content: "\e7be";
}

.im-cpu:before {
    content: "\e7bf";
}

.im-crane:before {
    content: "\e7c0";
}

.im-cranium:before {
    content: "\e7c1";
}

.im-credit-card:before {
    content: "\e7c2";
}

.im-credit-card2:before {
    content: "\e7c3";
}

.im-credit-card3:before {
    content: "\e7c4";
}

.im-cricket:before {
    content: "\e7c5";
}

.im-criminal:before {
    content: "\e7c6";
}

.im-croissant:before {
    content: "\e7c7";
}

.im-crop-2:before {
    content: "\e7c8";
}

.im-crop-3:before {
    content: "\e7c9";
}

.im-crown-2:before {
    content: "\e7ca";
}

.im-crown:before {
    content: "\e7cb";
}

.im-crying:before {
    content: "\e7cc";
}

.im-cube-molecule:before {
    content: "\e7cd";
}

.im-cube-molecule2:before {
    content: "\e7ce";
}

.im-cupcake:before {
    content: "\e7cf";
}

.im-cursor-click:before {
    content: "\e7d0";
}

.im-cursor-click2:before {
    content: "\e7d1";
}

.im-cursor-move:before {
    content: "\e7d2";
}

.im-cursor-move2:before {
    content: "\e7d3";
}

.im-cursor-select:before {
    content: "\e7d4";
}

.im-cursor:before {
    content: "\e7d5";
}

.im-d-eyeglasses:before {
    content: "\e7d6";
}

.im-d-eyeglasses2:before {
    content: "\e7d7";
}

.im-dam:before {
    content: "\e7d8";
}

.im-danemark:before {
    content: "\e7d9";
}

.im-danger-2:before {
    content: "\e7da";
}

.im-danger:before {
    content: "\e7db";
}

.im-dashboard:before {
    content: "\e7dc";
}

.im-data-backup:before {
    content: "\e7dd";
}

.im-data-block:before {
    content: "\e7de";
}

.im-data-center:before {
    content: "\e7df";
}

.im-data-clock:before {
    content: "\e7e0";
}

.im-data-cloud:before {
    content: "\e7e1";
}

.im-data-compress:before {
    content: "\e7e2";
}

.im-data-copy:before {
    content: "\e7e3";
}

.im-data-download:before {
    content: "\e7e4";
}

.im-data-financial:before {
    content: "\e7e5";
}

.im-data-key:before {
    content: "\e7e6";
}

.im-data-lock:before {
    content: "\e7e7";
}

.im-data-network:before {
    content: "\e7e8";
}

.im-data-password:before {
    content: "\e7e9";
}

.im-data-power:before {
    content: "\e7ea";
}

.im-data-refresh:before {
    content: "\e7eb";
}

.im-data-save:before {
    content: "\e7ec";
}

.im-data-search:before {
    content: "\e7ed";
}

.im-data-security:before {
    content: "\e7ee";
}

.im-data-settings:before {
    content: "\e7ef";
}

.im-data-sharing:before {
    content: "\e7f0";
}

.im-data-shield:before {
    content: "\e7f1";
}

.im-data-signal:before {
    content: "\e7f2";
}

.im-data-storage:before {
    content: "\e7f3";
}

.im-data-stream:before {
    content: "\e7f4";
}

.im-data-transfer:before {
    content: "\e7f5";
}

.im-data-unlock:before {
    content: "\e7f6";
}

.im-data-upload:before {
    content: "\e7f7";
}

.im-data-yes:before {
    content: "\e7f8";
}

.im-data:before {
    content: "\e7f9";
}

.im-david-star:before {
    content: "\e7fa";
}

.im-daylight:before {
    content: "\e7fb";
}

.im-death:before {
    content: "\e7fc";
}

.im-debian:before {
    content: "\e7fd";
}

.im-dec:before {
    content: "\e7fe";
}

.im-decrase-inedit:before {
    content: "\e7ff";
}

.im-deer-2:before {
    content: "\e800";
}

.im-deer:before {
    content: "\e801";
}

.im-delete-file:before {
    content: "\e802";
}

.im-delete-window:before {
    content: "\e803";
}

.im-delicious:before {
    content: "\e804";
}

.im-depression:before {
    content: "\e805";
}

.im-deviantart:before {
    content: "\e806";
}

.im-device-syncwithcloud:before {
    content: "\e807";
}

.im-diamond:before {
    content: "\e808";
}

.im-dice-2:before {
    content: "\e809";
}

.im-dice:before {
    content: "\e80a";
}

.im-digg:before {
    content: "\e80b";
}

.im-digital-drawing:before {
    content: "\e80c";
}

.im-diigo:before {
    content: "\e80d";
}

.im-dinosaur:before {
    content: "\e80e";
}

.im-diploma-2:before {
    content: "\e80f";
}

.im-diploma:before {
    content: "\e810";
}

.im-direction-east:before {
    content: "\e811";
}

.im-direction-north:before {
    content: "\e812";
}

.im-direction-south:before {
    content: "\e813";
}

.im-direction-west:before {
    content: "\e814";
}

.im-director:before {
    content: "\e815";
}

.im-disk:before {
    content: "\e816";
}

.im-dj:before {
    content: "\e817";
}

.im-dna-2:before {
    content: "\e818";
}

.im-dna-helix:before {
    content: "\e819";
}

.im-dna:before {
    content: "\e81a";
}

.im-doctor:before {
    content: "\e81b";
}

.im-dog:before {
    content: "\e81c";
}

.im-dollar-sign:before {
    content: "\e81d";
}

.im-dollar-sign2:before {
    content: "\e81e";
}

.im-dollar:before {
    content: "\e81f";
}

.im-dolphin:before {
    content: "\e820";
}

.im-domino:before {
    content: "\e821";
}

.im-door-hanger:before {
    content: "\e822";
}

.im-door:before {
    content: "\e823";
}

.im-doplr:before {
    content: "\e824";
}

.im-double-circle:before {
    content: "\e825";
}

.im-double-tap:before {
    content: "\e826";
}

.im-doughnut:before {
    content: "\e827";
}

.im-dove:before {
    content: "\e828";
}

.im-down-2:before {
    content: "\e829";
}

.im-down-3:before {
    content: "\e82a";
}

.im-down-4:before {
    content: "\e82b";
}

.im-down:before {
    content: "\e82c";
}

.im-download-2:before {
    content: "\e82d";
}

.im-download-fromcloud:before {
    content: "\e82e";
}

.im-download-window:before {
    content: "\e82f";
}

.im-download:before {
    content: "\e830";
}

.im-downward:before {
    content: "\e831";
}

.im-drag-down:before {
    content: "\e832";
}

.im-drag-left:before {
    content: "\e833";
}

.im-drag-right:before {
    content: "\e834";
}

.im-drag-up:before {
    content: "\e835";
}

.im-drag:before {
    content: "\e836";
}

.im-dress:before {
    content: "\e837";
}

.im-drill-2:before {
    content: "\e838";
}

.im-drill:before {
    content: "\e839";
}

.im-drop:before {
    content: "\e83a";
}

.im-dropbox:before {
    content: "\e83b";
}

.im-drum:before {
    content: "\e83c";
}

.im-dry:before {
    content: "\e83d";
}

.im-duck:before {
    content: "\e83e";
}

.im-dumbbell:before {
    content: "\e83f";
}

.im-duplicate-layer:before {
    content: "\e840";
}

.im-duplicate-window:before {
    content: "\e841";
}

.im-dvd:before {
    content: "\e842";
}

.im-eagle:before {
    content: "\e843";
}

.im-ear:before {
    content: "\e844";
}

.im-earphones-2:before {
    content: "\e845";
}

.im-earphones:before {
    content: "\e846";
}

.im-eci-icon:before {
    content: "\e847";
}

.im-edit-map:before {
    content: "\e848";
}

.im-edit:before {
    content: "\e849";
}

.im-eggs:before {
    content: "\e84a";
}

.im-egypt:before {
    content: "\e84b";
}

.im-eifel-tower:before {
    content: "\e84c";
}

.im-eject-2:before {
    content: "\e84d";
}

.im-eject:before {
    content: "\e84e";
}

.im-el-castillo:before {
    content: "\e84f";
}

.im-elbow:before {
    content: "\e850";
}

.im-electric-guitar:before {
    content: "\e851";
}

.im-electricity:before {
    content: "\e852";
}

.im-elephant:before {
    content: "\e853";
}

.im-email:before {
    content: "\e854";
}

.im-embassy:before {
    content: "\e855";
}

.im-empire-statebuilding:before {
    content: "\e856";
}

.im-empty-box:before {
    content: "\e857";
}

.im-end2:before {
    content: "\e858";
}

.im-end-2:before {
    content: "\e859";
}

.im-end:before {
    content: "\e85a";
}

.im-endways:before {
    content: "\e85b";
}

.im-engineering:before {
    content: "\e85c";
}

.im-envelope-2:before {
    content: "\e85d";
}

.im-envelope:before {
    content: "\e85e";
}

.im-environmental-2:before {
    content: "\e85f";
}

.im-environmental-3:before {
    content: "\e860";
}

.im-environmental:before {
    content: "\e861";
}

.im-equalizer:before {
    content: "\e862";
}

.im-eraser-2:before {
    content: "\e863";
}

.im-eraser-3:before {
    content: "\e864";
}

.im-eraser:before {
    content: "\e865";
}

.im-error-404window:before {
    content: "\e866";
}

.im-euro-sign:before {
    content: "\e867";
}

.im-euro-sign2:before {
    content: "\e868";
}

.im-euro:before {
    content: "\e869";
}

.im-evernote:before {
    content: "\e86a";
}

.im-evil:before {
    content: "\e86b";
}

.im-explode:before {
    content: "\e86c";
}

.im-eye-2:before {
    content: "\e86d";
}

.im-eye-blind:before {
    content: "\e86e";
}

.im-eye-invisible:before {
    content: "\e86f";
}

.im-eye-scan:before {
    content: "\e870";
}

.im-eye-visible:before {
    content: "\e871";
}

.im-eye:before {
    content: "\e872";
}

.im-eyebrow-2:before {
    content: "\e873";
}

.im-eyebrow-3:before {
    content: "\e874";
}

.im-eyebrow:before {
    content: "\e875";
}

.im-eyeglasses-smiley:before {
    content: "\e876";
}

.im-eyeglasses-smiley2:before {
    content: "\e877";
}

.im-face-style:before {
    content: "\e878";
}

.im-face-style2:before {
    content: "\e879";
}

.im-face-style3:before {
    content: "\e87a";
}

.im-face-style4:before {
    content: "\e87b";
}

.im-face-style5:before {
    content: "\e87c";
}

.im-face-style6:before {
    content: "\e87d";
}

.im-facebook-2:before {
    content: "\e87e";
}

.im-facebook:before {
    content: "\e87f";
}

.im-factory-2:before {
    content: "\e880";
}

.im-factory:before {
    content: "\e881";
}

.im-fahrenheit:before {
    content: "\e882";
}

.im-family-sign:before {
    content: "\e883";
}

.im-fan:before {
    content: "\e884";
}

.im-farmer:before {
    content: "\e885";
}

.im-fashion:before {
    content: "\e886";
}

.im-favorite-window:before {
    content: "\e887";
}

.im-fax:before {
    content: "\e888";
}

.im-feather:before {
    content: "\e889";
}

.im-feedburner:before {
    content: "\e88a";
}

.im-female-2:before {
    content: "\e88b";
}

.im-female-sign:before {
    content: "\e88c";
}

.im-female:before {
    content: "\e88d";
}

.im-file-block:before {
    content: "\e88e";
}

.im-file-bookmark:before {
    content: "\e88f";
}

.im-file-chart:before {
    content: "\e890";
}

.im-file-clipboard:before {
    content: "\e891";
}

.im-file-clipboardfiletext:before {
    content: "\e892";
}

.im-file-clipboardtextimage:before {
    content: "\e893";
}

.im-file-cloud:before {
    content: "\e894";
}

.im-file-copy:before {
    content: "\e895";
}

.im-file-copy2:before {
    content: "\e896";
}

.im-file-csv:before {
    content: "\e897";
}

.im-file-download:before {
    content: "\e898";
}

.im-file-edit:before {
    content: "\e899";
}

.im-file-excel:before {
    content: "\e89a";
}

.im-file-favorite:before {
    content: "\e89b";
}

.im-file-fire:before {
    content: "\e89c";
}

.im-file-graph:before {
    content: "\e89d";
}

.im-file-hide:before {
    content: "\e89e";
}

.im-file-horizontal:before {
    content: "\e89f";
}

.im-file-horizontaltext:before {
    content: "\e8a0";
}

.im-file-html:before {
    content: "\e8a1";
}

.im-file-jpg:before {
    content: "\e8a2";
}

.im-file-link:before {
    content: "\e8a3";
}

.im-file-loading:before {
    content: "\e8a4";
}

.im-file-lock:before {
    content: "\e8a5";
}

.im-file-love:before {
    content: "\e8a6";
}

.im-file-music:before {
    content: "\e8a7";
}

.im-file-network:before {
    content: "\e8a8";
}

.im-file-pictures:before {
    content: "\e8a9";
}

.im-file-pie:before {
    content: "\e8aa";
}

.im-file-presentation:before {
    content: "\e8ab";
}

.im-file-refresh:before {
    content: "\e8ac";
}

.im-file-search:before {
    content: "\e8ad";
}

.im-file-settings:before {
    content: "\e8ae";
}

.im-file-share:before {
    content: "\e8af";
}

.im-file-textimage:before {
    content: "\e8b0";
}

.im-file-trash:before {
    content: "\e8b1";
}

.im-file-txt:before {
    content: "\e8b2";
}

.im-file-upload:before {
    content: "\e8b3";
}

.im-file-video:before {
    content: "\e8b4";
}

.im-file-word:before {
    content: "\e8b5";
}

.im-file-zip:before {
    content: "\e8b6";
}

.im-file:before {
    content: "\e8b7";
}

.im-files:before {
    content: "\e8b8";
}

.im-film-board:before {
    content: "\e8b9";
}

.im-film-cartridge:before {
    content: "\e8ba";
}

.im-film-strip:before {
    content: "\e8bb";
}

.im-film-video:before {
    content: "\e8bc";
}

.im-film:before {
    content: "\e8bd";
}

.im-filter-2:before {
    content: "\e8be";
}

.im-filter:before {
    content: "\e8bf";
}

.im-financial:before {
    content: "\e8c0";
}

.im-find-user:before {
    content: "\e8c1";
}

.im-finger-dragfoursides:before {
    content: "\e8c2";
}

.im-finger-dragtwosides:before {
    content: "\e8c3";
}

.im-finger-print:before {
    content: "\e8c4";
}

.im-finger:before {
    content: "\e8c5";
}

.im-fingerprint-2:before {
    content: "\e8c6";
}

.im-fingerprint:before {
    content: "\e8c7";
}

.im-fire-flame:before {
    content: "\e8c8";
}

.im-fire-flame2:before {
    content: "\e8c9";
}

.im-fire-hydrant:before {
    content: "\e8ca";
}

.im-fire-staion:before {
    content: "\e8cb";
}

.im-firefox:before {
    content: "\e8cc";
}

.im-firewall:before {
    content: "\e8cd";
}

.im-first-aid:before {
    content: "\e8ce";
}

.im-first:before {
    content: "\e8cf";
}

.im-fish-food:before {
    content: "\e8d0";
}

.im-fish:before {
    content: "\e8d1";
}

.im-fit-to:before {
    content: "\e8d2";
}

.im-fit-to2:before {
    content: "\e8d3";
}

.im-five-fingers:before {
    content: "\e8d4";
}

.im-five-fingersdrag:before {
    content: "\e8d5";
}

.im-five-fingersdrag2:before {
    content: "\e8d6";
}

.im-five-fingerstouch:before {
    content: "\e8d7";
}

.im-flag-2:before {
    content: "\e8d8";
}

.im-flag-3:before {
    content: "\e8d9";
}

.im-flag-4:before {
    content: "\e8da";
}

.im-flag-5:before {
    content: "\e8db";
}

.im-flag-6:before {
    content: "\e8dc";
}

.im-flag:before {
    content: "\e8dd";
}

.im-flamingo:before {
    content: "\e8de";
}

.im-flash-2:before {
    content: "\e8df";
}

.im-flash-video:before {
    content: "\e8e0";
}

.im-flash:before {
    content: "\e8e1";
}

.im-flashlight:before {
    content: "\e8e2";
}

.im-flask-2:before {
    content: "\e8e3";
}

.im-flask:before {
    content: "\e8e4";
}

.im-flick:before {
    content: "\e8e5";
}

.im-flickr:before {
    content: "\e8e6";
}

.im-flowerpot:before {
    content: "\e8e7";
}

.im-fluorescent:before {
    content: "\e8e8";
}

.im-fog-day:before {
    content: "\e8e9";
}

.im-fog-night:before {
    content: "\e8ea";
}

.im-folder-add:before {
    content: "\e8eb";
}

.im-folder-archive:before {
    content: "\e8ec";
}

.im-folder-binder:before {
    content: "\e8ed";
}

.im-folder-binder2:before {
    content: "\e8ee";
}

.im-folder-block:before {
    content: "\e8ef";
}

.im-folder-bookmark:before {
    content: "\e8f0";
}

.im-folder-close:before {
    content: "\e8f1";
}

.im-folder-cloud:before {
    content: "\e8f2";
}

.im-folder-delete:before {
    content: "\e8f3";
}

.im-folder-download:before {
    content: "\e8f4";
}

.im-folder-edit:before {
    content: "\e8f5";
}

.im-folder-favorite:before {
    content: "\e8f6";
}

.im-folder-fire:before {
    content: "\e8f7";
}

.im-folder-hide:before {
    content: "\e8f8";
}

.im-folder-link:before {
    content: "\e8f9";
}

.im-folder-loading:before {
    content: "\e8fa";
}

.im-folder-lock:before {
    content: "\e8fb";
}

.im-folder-love:before {
    content: "\e8fc";
}

.im-folder-music:before {
    content: "\e8fd";
}

.im-folder-network:before {
    content: "\e8fe";
}

.im-folder-open:before {
    content: "\e8ff";
}

.im-folder-open2:before {
    content: "\e900";
}

.im-folder-organizing:before {
    content: "\e901";
}

.im-folder-pictures:before {
    content: "\e902";
}

.im-folder-refresh:before {
    content: "\e903";
}

.im-folder-remove-:before {
    content: "\e904";
}

.im-folder-search:before {
    content: "\e905";
}

.im-folder-settings:before {
    content: "\e906";
}

.im-folder-share:before {
    content: "\e907";
}

.im-folder-trash:before {
    content: "\e908";
}

.im-folder-upload:before {
    content: "\e909";
}

.im-folder-video:before {
    content: "\e90a";
}

.im-folder-withdocument:before {
    content: "\e90b";
}

.im-folder-zip:before {
    content: "\e90c";
}

.im-folder:before {
    content: "\e90d";
}

.im-folders:before {
    content: "\e90e";
}

.im-font-color:before {
    content: "\e90f";
}

.im-font-name:before {
    content: "\e910";
}

.im-font-size:before {
    content: "\e911";
}

.im-font-style:before {
    content: "\e912";
}

.im-font-stylesubscript:before {
    content: "\e913";
}

.im-font-stylesuperscript:before {
    content: "\e914";
}

.im-font-window:before {
    content: "\e915";
}

.im-foot-2:before {
    content: "\e916";
}

.im-foot:before {
    content: "\e917";
}

.im-football-2:before {
    content: "\e918";
}

.im-football:before {
    content: "\e919";
}

.im-footprint-2:before {
    content: "\e91a";
}

.im-footprint-3:before {
    content: "\e91b";
}

.im-footprint:before {
    content: "\e91c";
}

.im-forest:before {
    content: "\e91d";
}

.im-fork:before {
    content: "\e91e";
}

.im-formspring:before {
    content: "\e91f";
}

.im-formula:before {
    content: "\e920";
}

.im-forsquare:before {
    content: "\e921";
}

.im-forward:before {
    content: "\e922";
}

.im-fountain-pen:before {
    content: "\e923";
}

.im-four-fingers:before {
    content: "\e924";
}

.im-four-fingersdrag:before {
    content: "\e925";
}

.im-four-fingersdrag2:before {
    content: "\e926";
}

.im-four-fingerstouch:before {
    content: "\e927";
}

.im-fox:before {
    content: "\e928";
}

.im-frankenstein:before {
    content: "\e929";
}

.im-french-fries:before {
    content: "\e92a";
}

.im-friendfeed:before {
    content: "\e92b";
}

.im-friendster:before {
    content: "\e92c";
}

.im-frog:before {
    content: "\e92d";
}

.im-fruits:before {
    content: "\e92e";
}

.im-fuel:before {
    content: "\e92f";
}

.im-full-bag:before {
    content: "\e930";
}

.im-full-basket:before {
    content: "\e931";
}

.im-full-cart:before {
    content: "\e932";
}

.im-full-moon:before {
    content: "\e933";
}

.im-full-screen:before {
    content: "\e934";
}

.im-full-screen2:before {
    content: "\e935";
}

.im-full-view:before {
    content: "\e936";
}

.im-full-view2:before {
    content: "\e937";
}

.im-full-viewwindow:before {
    content: "\e938";
}

.im-function:before {
    content: "\e939";
}

.im-funky:before {
    content: "\e93a";
}

.im-funny-bicycle:before {
    content: "\e93b";
}

.im-furl:before {
    content: "\e93c";
}

.im-gamepad-2:before {
    content: "\e93d";
}

.im-gamepad:before {
    content: "\e93e";
}

.im-gas-pump:before {
    content: "\e93f";
}

.im-gaugage-2:before {
    content: "\e940";
}

.im-gaugage:before {
    content: "\e941";
}

.im-gay:before {
    content: "\e942";
}

.im-gear-2:before {
    content: "\e943";
}

.im-gear:before {
    content: "\e944";
}

.im-gears-2:before {
    content: "\e945";
}

.im-gears:before {
    content: "\e946";
}

.im-geek-2:before {
    content: "\e947";
}

.im-geek:before {
    content: "\e948";
}

.im-gemini-2:before {
    content: "\e949";
}

.im-gemini:before {
    content: "\e94a";
}

.im-genius:before {
    content: "\e94b";
}

.im-gentleman:before {
    content: "\e94c";
}

.im-geo--:before {
    content: "\e94d";
}

.im-geo-:before {
    content: "\e94e";
}

.im-geo-close:before {
    content: "\e94f";
}

.im-geo-love:before {
    content: "\e950";
}

.im-geo-number:before {
    content: "\e951";
}

.im-geo-star:before {
    content: "\e952";
}

.im-geo:before {
    content: "\e953";
}

.im-geo2--:before {
    content: "\e954";
}

.im-geo2-:before {
    content: "\e955";
}

.im-geo2-close:before {
    content: "\e956";
}

.im-geo2-love:before {
    content: "\e957";
}

.im-geo2-number:before {
    content: "\e958";
}

.im-geo2-star:before {
    content: "\e959";
}

.im-geo2:before {
    content: "\e95a";
}

.im-geo3--:before {
    content: "\e95b";
}

.im-geo3-:before {
    content: "\e95c";
}

.im-geo3-close:before {
    content: "\e95d";
}

.im-geo3-love:before {
    content: "\e95e";
}

.im-geo3-number:before {
    content: "\e95f";
}

.im-geo3-star:before {
    content: "\e960";
}

.im-geo3:before {
    content: "\e961";
}

.im-gey:before {
    content: "\e962";
}

.im-gift-box:before {
    content: "\e963";
}

.im-giraffe:before {
    content: "\e964";
}

.im-girl:before {
    content: "\e965";
}

.im-glass-water:before {
    content: "\e966";
}

.im-glasses-2:before {
    content: "\e967";
}

.im-glasses-3:before {
    content: "\e968";
}

.im-glasses:before {
    content: "\e969";
}

.im-global-position:before {
    content: "\e96a";
}

.im-globe-2:before {
    content: "\e96b";
}

.im-globe:before {
    content: "\e96c";
}

.im-gloves:before {
    content: "\e96d";
}

.im-go-bottom:before {
    content: "\e96e";
}

.im-go-top:before {
    content: "\e96f";
}

.im-goggles:before {
    content: "\e970";
}

.im-golf-2:before {
    content: "\e971";
}

.im-golf:before {
    content: "\e972";
}

.im-google-buzz:before {
    content: "\e973";
}

.im-google-drive:before {
    content: "\e974";
}

.im-google-play:before {
    content: "\e975";
}

.im-google-plus:before {
    content: "\e976";
}

.im-google:before {
    content: "\e977";
}

.im-gopro:before {
    content: "\e978";
}

.im-gorilla:before {
    content: "\e979";
}

.im-gowalla:before {
    content: "\e97a";
}

.im-grave:before {
    content: "\e97b";
}

.im-graveyard:before {
    content: "\e97c";
}

.im-greece:before {
    content: "\e97d";
}

.im-green-energy:before {
    content: "\e97e";
}

.im-green-house:before {
    content: "\e97f";
}

.im-guitar:before {
    content: "\e980";
}

.im-gun-2:before {
    content: "\e981";
}

.im-gun-3:before {
    content: "\e982";
}

.im-gun:before {
    content: "\e983";
}

.im-gymnastics:before {
    content: "\e984";
}

.im-hair-2:before {
    content: "\e985";
}

.im-hair-3:before {
    content: "\e986";
}

.im-hair-4:before {
    content: "\e987";
}

.im-hair:before {
    content: "\e988";
}

.im-half-moon:before {
    content: "\e989";
}

.im-halloween-halfmoon:before {
    content: "\e98a";
}

.im-halloween-moon:before {
    content: "\e98b";
}

.im-hamburger:before {
    content: "\e98c";
}

.im-hammer:before {
    content: "\e98d";
}

.im-hand-touch:before {
    content: "\e98e";
}

.im-hand-touch2:before {
    content: "\e98f";
}

.im-hand-touchsmartphone:before {
    content: "\e990";
}

.im-hand:before {
    content: "\e991";
}

.im-hands:before {
    content: "\e992";
}

.im-handshake:before {
    content: "\e993";
}

.im-hanger:before {
    content: "\e994";
}

.im-happy:before {
    content: "\e995";
}

.im-hat-2:before {
    content: "\e996";
}

.im-hat:before {
    content: "\e997";
}

.im-haunted-house:before {
    content: "\e998";
}

.im-hd-video:before {
    content: "\e999";
}

.im-hd:before {
    content: "\e99a";
}

.im-hdd:before {
    content: "\e99b";
}

.im-headphone:before {
    content: "\e99c";
}

.im-headphones:before {
    content: "\e99d";
}

.im-headset:before {
    content: "\e99e";
}

.im-heart-2:before {
    content: "\e99f";
}

.im-heart:before {
    content: "\e9a0";
}

.im-heels-2:before {
    content: "\e9a1";
}

.im-heels:before {
    content: "\e9a2";
}

.im-height-window:before {
    content: "\e9a3";
}

.im-helicopter-2:before {
    content: "\e9a4";
}

.im-helicopter:before {
    content: "\e9a5";
}

.im-helix-2:before {
    content: "\e9a6";
}

.im-hello:before {
    content: "\e9a7";
}

.im-helmet-2:before {
    content: "\e9a8";
}

.im-helmet-3:before {
    content: "\e9a9";
}

.im-helmet:before {
    content: "\e9aa";
}

.im-hipo:before {
    content: "\e9ab";
}

.im-hipster-glasses:before {
    content: "\e9ac";
}

.im-hipster-glasses2:before {
    content: "\e9ad";
}

.im-hipster-glasses3:before {
    content: "\e9ae";
}

.im-hipster-headphones:before {
    content: "\e9af";
}

.im-hipster-men:before {
    content: "\e9b0";
}

.im-hipster-men2:before {
    content: "\e9b1";
}

.im-hipster-men3:before {
    content: "\e9b2";
}

.im-hipster-sunglasses:before {
    content: "\e9b3";
}

.im-hipster-sunglasses2:before {
    content: "\e9b4";
}

.im-hipster-sunglasses3:before {
    content: "\e9b5";
}

.im-hokey:before {
    content: "\e9b6";
}

.im-holly:before {
    content: "\e9b7";
}

.im-home-2:before {
    content: "\e9b8";
}

.im-home-3:before {
    content: "\e9b9";
}

.im-home-4:before {
    content: "\e9ba";
}

.im-home-5:before {
    content: "\e9bb";
}

.im-home-window:before {
    content: "\e9bc";
}

.im-home:before {
    content: "\e9bd";
}

.im-homosexual:before {
    content: "\e9be";
}

.im-honey:before {
    content: "\e9bf";
}

.im-hong-kong:before {
    content: "\e9c0";
}

.im-hoodie:before {
    content: "\e9c1";
}

.im-horror:before {
    content: "\e9c2";
}

.im-horse:before {
    content: "\e9c3";
}

.im-hospital-2:before {
    content: "\e9c4";
}

.im-hospital:before {
    content: "\e9c5";
}

.im-host:before {
    content: "\e9c6";
}

.im-hot-dog:before {
    content: "\e9c7";
}

.im-hotel:before {
    content: "\e9c8";
}

.im-hour:before {
    content: "\e9c9";
}

.im-hub:before {
    content: "\e9ca";
}

.im-humor:before {
    content: "\e9cb";
}

.im-hurt:before {
    content: "\e9cc";
}

.im-ice-cream:before {
    content: "\e9cd";
}

.im-icq:before {
    content: "\e9ce";
}

.im-id-2:before {
    content: "\e9cf";
}

.im-id-3:before {
    content: "\e9d0";
}

.im-id-card:before {
    content: "\e9d1";
}

.im-idea-2:before {
    content: "\e9d2";
}

.im-idea-3:before {
    content: "\e9d3";
}

.im-idea-4:before {
    content: "\e9d4";
}

.im-idea-5:before {
    content: "\e9d5";
}

.im-idea:before {
    content: "\e9d6";
}

.im-identification-badge:before {
    content: "\e9d7";
}

.im-imdb:before {
    content: "\e9d8";
}

.im-inbox-empty:before {
    content: "\e9d9";
}

.im-inbox-forward:before {
    content: "\e9da";
}

.im-inbox-full:before {
    content: "\e9db";
}

.im-inbox-into:before {
    content: "\e9dc";
}

.im-inbox-out:before {
    content: "\e9dd";
}

.im-inbox-reply:before {
    content: "\e9de";
}

.im-inbox:before {
    content: "\e9df";
}

.im-increase-inedit:before {
    content: "\e9e0";
}

.im-indent-firstline:before {
    content: "\e9e1";
}

.im-indent-leftmargin:before {
    content: "\e9e2";
}

.im-indent-rightmargin:before {
    content: "\e9e3";
}

.im-india:before {
    content: "\e9e4";
}

.im-info-window:before {
    content: "\e9e5";
}

.im-information:before {
    content: "\e9e6";
}

.im-inifity:before {
    content: "\e9e7";
}

.im-instagram:before {
    content: "\e9e8";
}

.im-internet-2:before {
    content: "\e9e9";
}

.im-internet-explorer:before {
    content: "\e9ea";
}

.im-internet-smiley:before {
    content: "\e9eb";
}

.im-internet:before {
    content: "\e9ec";
}

.im-ios-apple:before {
    content: "\e9ed";
}

.im-israel:before {
    content: "\e9ee";
}

.im-italic-text:before {
    content: "\e9ef";
}

.im-jacket-2:before {
    content: "\e9f0";
}

.im-jacket:before {
    content: "\e9f1";
}

.im-jamaica:before {
    content: "\e9f2";
}

.im-japan:before {
    content: "\e9f3";
}

.im-japanese-gate:before {
    content: "\e9f4";
}

.im-jeans:before {
    content: "\e9f5";
}

.im-jeep-2:before {
    content: "\e9f6";
}

.im-jeep:before {
    content: "\e9f7";
}

.im-jet:before {
    content: "\e9f8";
}

.im-joystick:before {
    content: "\e9f9";
}

.im-juice:before {
    content: "\e9fa";
}

.im-jump-rope:before {
    content: "\e9fb";
}

.im-kangoroo:before {
    content: "\e9fc";
}

.im-kenya:before {
    content: "\e9fd";
}

.im-key-2:before {
    content: "\e9fe";
}

.im-key-3:before {
    content: "\e9ff";
}

.im-key-lock:before {
    content: "\ea00";
}

.im-key:before {
    content: "\ea01";
}

.im-keyboard:before {
    content: "\ea02";
}

.im-keyboard3:before {
    content: "\ea03";
}

.im-keypad:before {
    content: "\ea04";
}

.im-king-2:before {
    content: "\ea05";
}

.im-king:before {
    content: "\ea06";
}

.im-kiss:before {
    content: "\ea07";
}

.im-knee:before {
    content: "\ea08";
}

.im-knife-2:before {
    content: "\ea09";
}

.im-knife:before {
    content: "\ea0a";
}

.im-knight:before {
    content: "\ea0b";
}

.im-koala:before {
    content: "\ea0c";
}

.im-korea:before {
    content: "\ea0d";
}

.im-lamp:before {
    content: "\ea0e";
}

.im-landscape-2:before {
    content: "\ea0f";
}

.im-landscape:before {
    content: "\ea10";
}

.im-lantern:before {
    content: "\ea11";
}

.im-laptop-2:before {
    content: "\ea12";
}

.im-laptop-3:before {
    content: "\ea13";
}

.im-laptop-phone:before {
    content: "\ea14";
}

.im-laptop-secure:before {
    content: "\ea15";
}

.im-laptop-tablet:before {
    content: "\ea16";
}

.im-laptop:before {
    content: "\ea17";
}

.im-laser:before {
    content: "\ea18";
}

.im-last-fm:before {
    content: "\ea19";
}

.im-last:before {
    content: "\ea1a";
}

.im-laughing:before {
    content: "\ea1b";
}

.im-layer-1635:before {
    content: "\ea1c";
}

.im-layer-1646:before {
    content: "\ea1d";
}

.im-layer-backward:before {
    content: "\ea1e";
}

.im-layer-forward:before {
    content: "\ea1f";
}

.im-leafs-2:before {
    content: "\ea20";
}

.im-leafs:before {
    content: "\ea21";
}

.im-leaning-tower:before {
    content: "\ea22";
}

.im-left--right:before {
    content: "\ea23";
}

.im-left--right3:before {
    content: "\ea24";
}

.im-left-2:before {
    content: "\ea25";
}

.im-left-3:before {
    content: "\ea26";
}

.im-left-4:before {
    content: "\ea27";
}

.im-left-toright:before {
    content: "\ea28";
}

.im-left:before {
    content: "\ea29";
}

.im-leg-2:before {
    content: "\ea2a";
}

.im-leg:before {
    content: "\ea2b";
}

.im-lego:before {
    content: "\ea2c";
}

.im-lemon:before {
    content: "\ea2d";
}

.im-len-2:before {
    content: "\ea2e";
}

.im-len-3:before {
    content: "\ea2f";
}

.im-len:before {
    content: "\ea30";
}

.im-leo-2:before {
    content: "\ea31";
}

.im-leo:before {
    content: "\ea32";
}

.im-leopard:before {
    content: "\ea33";
}

.im-lesbian:before {
    content: "\ea34";
}

.im-lesbians:before {
    content: "\ea35";
}

.im-letter-close:before {
    content: "\ea36";
}

.im-letter-open:before {
    content: "\ea37";
}

.im-letter-sent:before {
    content: "\ea38";
}

.im-libra-2:before {
    content: "\ea39";
}

.im-libra:before {
    content: "\ea3a";
}

.im-library-2:before {
    content: "\ea3b";
}

.im-library:before {
    content: "\ea3c";
}

.im-life-jacket:before {
    content: "\ea3d";
}

.im-life-safer:before {
    content: "\ea3e";
}

.im-light-bulb:before {
    content: "\ea3f";
}

.im-light-bulb2:before {
    content: "\ea40";
}

.im-light-bulbleaf:before {
    content: "\ea41";
}

.im-lighthouse:before {
    content: "\ea42";
}

.im-like-2:before {
    content: "\ea43";
}

.im-like:before {
    content: "\ea44";
}

.im-line-chart:before {
    content: "\ea45";
}

.im-line-chart2:before {
    content: "\ea46";
}

.im-line-chart3:before {
    content: "\ea47";
}

.im-line-chart4:before {
    content: "\ea48";
}

.im-line-spacing:before {
    content: "\ea49";
}

.im-line-spacingtext:before {
    content: "\ea4a";
}

.im-link-2:before {
    content: "\ea4b";
}

.im-link:before {
    content: "\ea4c";
}

.im-linkedin-2:before {
    content: "\ea4d";
}

.im-linkedin:before {
    content: "\ea4e";
}

.im-linux:before {
    content: "\ea4f";
}

.im-lion:before {
    content: "\ea50";
}

.im-livejournal:before {
    content: "\ea51";
}

.im-loading-2:before {
    content: "\ea52";
}

.im-loading-3:before {
    content: "\ea53";
}

.im-loading-window:before {
    content: "\ea54";
}

.im-loading:before {
    content: "\ea55";
}

.im-location-2:before {
    content: "\ea56";
}

.im-location:before {
    content: "\ea57";
}

.im-lock-2:before {
    content: "\ea58";
}

.im-lock-3:before {
    content: "\ea59";
}

.im-lock-user:before {
    content: "\ea5a";
}

.im-lock-window:before {
    content: "\ea5b";
}

.im-lock:before {
    content: "\ea5c";
}

.im-lollipop-2:before {
    content: "\ea5d";
}

.im-lollipop-3:before {
    content: "\ea5e";
}

.im-lollipop:before {
    content: "\ea5f";
}

.im-loop:before {
    content: "\ea60";
}

.im-loud:before {
    content: "\ea61";
}

.im-loudspeaker:before {
    content: "\ea62";
}

.im-love-2:before {
    content: "\ea63";
}

.im-love-user:before {
    content: "\ea64";
}

.im-love-window:before {
    content: "\ea65";
}

.im-love:before {
    content: "\ea66";
}

.im-lowercase-text:before {
    content: "\ea67";
}

.im-luggafe-front:before {
    content: "\ea68";
}

.im-luggage-2:before {
    content: "\ea69";
}

.im-macro:before {
    content: "\ea6a";
}

.im-magic-wand:before {
    content: "\ea6b";
}

.im-magnet:before {
    content: "\ea6c";
}

.im-magnifi-glass-:before {
    content: "\ea6d";
}

.im-magnifi-glass:before {
    content: "\ea6e";
}

.im-magnifi-glass2:before {
    content: "\ea6f";
}

.im-mail-2:before {
    content: "\ea70";
}

.im-mail-3:before {
    content: "\ea71";
}

.im-mail-add:before {
    content: "\ea72";
}

.im-mail-attachement:before {
    content: "\ea73";
}

.im-mail-block:before {
    content: "\ea74";
}

.im-mail-delete:before {
    content: "\ea75";
}

.im-mail-favorite:before {
    content: "\ea76";
}

.im-mail-forward:before {
    content: "\ea77";
}

.im-mail-gallery:before {
    content: "\ea78";
}

.im-mail-inbox:before {
    content: "\ea79";
}

.im-mail-link:before {
    content: "\ea7a";
}

.im-mail-lock:before {
    content: "\ea7b";
}

.im-mail-love:before {
    content: "\ea7c";
}

.im-mail-money:before {
    content: "\ea7d";
}

.im-mail-open:before {
    content: "\ea7e";
}

.im-mail-outbox:before {
    content: "\ea7f";
}

.im-mail-password:before {
    content: "\ea80";
}

.im-mail-photo:before {
    content: "\ea81";
}

.im-mail-read:before {
    content: "\ea82";
}

.im-mail-removex:before {
    content: "\ea83";
}

.im-mail-reply:before {
    content: "\ea84";
}

.im-mail-replyall:before {
    content: "\ea85";
}

.im-mail-search:before {
    content: "\ea86";
}

.im-mail-send:before {
    content: "\ea87";
}

.im-mail-settings:before {
    content: "\ea88";
}

.im-mail-unread:before {
    content: "\ea89";
}

.im-mail-video:before {
    content: "\ea8a";
}

.im-mail-withatsign:before {
    content: "\ea8b";
}

.im-mail-withcursors:before {
    content: "\ea8c";
}

.im-mail:before {
    content: "\ea8d";
}

.im-mailbox-empty:before {
    content: "\ea8e";
}

.im-mailbox-full:before {
    content: "\ea8f";
}

.im-male-2:before {
    content: "\ea90";
}

.im-male-sign:before {
    content: "\ea91";
}

.im-male:before {
    content: "\ea92";
}

.im-malefemale:before {
    content: "\ea93";
}

.im-man-sign:before {
    content: "\ea94";
}

.im-management:before {
    content: "\ea95";
}

.im-mans-underwear:before {
    content: "\ea96";
}

.im-mans-underwear2:before {
    content: "\ea97";
}

.im-map-marker:before {
    content: "\ea98";
}

.im-map-marker2:before {
    content: "\ea99";
}

.im-map-marker3:before {
    content: "\ea9a";
}

.im-map:before {
    content: "\ea9b";
}

.im-map2:before {
    content: "\ea9c";
}

.im-marker-2:before {
    content: "\ea9d";
}

.im-marker-3:before {
    content: "\ea9e";
}

.im-marker:before {
    content: "\ea9f";
}

.im-martini-glass:before {
    content: "\eaa0";
}

.im-mask:before {
    content: "\eaa1";
}

.im-master-card:before {
    content: "\eaa2";
}

.im-maximize-window:before {
    content: "\eaa3";
}

.im-maximize:before {
    content: "\eaa4";
}

.im-medal-2:before {
    content: "\eaa5";
}

.im-medal-3:before {
    content: "\eaa6";
}

.im-medal:before {
    content: "\eaa7";
}

.im-medical-sign:before {
    content: "\eaa8";
}

.im-medicine-2:before {
    content: "\eaa9";
}

.im-medicine-3:before {
    content: "\eaaa";
}

.im-medicine:before {
    content: "\eaab";
}

.im-megaphone:before {
    content: "\eaac";
}

.im-memory-card:before {
    content: "\eaad";
}

.im-memory-card2:before {
    content: "\eaae";
}

.im-memory-card3:before {
    content: "\eaaf";
}

.im-men:before {
    content: "\eab0";
}

.im-menorah:before {
    content: "\eab1";
}

.im-mens:before {
    content: "\eab2";
}

.im-metacafe:before {
    content: "\eab3";
}

.im-mexico:before {
    content: "\eab4";
}

.im-mic:before {
    content: "\eab5";
}

.im-microphone-2:before {
    content: "\eab6";
}

.im-microphone-3:before {
    content: "\eab7";
}

.im-microphone-4:before {
    content: "\eab8";
}

.im-microphone-5:before {
    content: "\eab9";
}

.im-microphone-6:before {
    content: "\eaba";
}

.im-microphone-7:before {
    content: "\eabb";
}

.im-microphone:before {
    content: "\eabc";
}

.im-microscope:before {
    content: "\eabd";
}

.im-milk-bottle:before {
    content: "\eabe";
}

.im-mine:before {
    content: "\eabf";
}

.im-minimize-maximize-close-window:before {
    content: "\eac0";
}

.im-minimize-window:before {
    content: "\eac1";
}

.im-minimize:before {
    content: "\eac2";
}

.im-mirror:before {
    content: "\eac3";
}

.im-mixer:before {
    content: "\eac4";
}

.im-mixx:before {
    content: "\eac5";
}

.im-money-2:before {
    content: "\eac6";
}

.im-money-bag:before {
    content: "\eac7";
}

.im-money-smiley:before {
    content: "\eac8";
}

.im-money:before {
    content: "\eac9";
}

.im-monitor-2:before {
    content: "\eaca";
}

.im-monitor-3:before {
    content: "\eacb";
}

.im-monitor-4:before {
    content: "\eacc";
}

.im-monitor-5:before {
    content: "\eacd";
}

.im-monitor-analytics:before {
    content: "\eace";
}

.im-monitor-laptop:before {
    content: "\eacf";
}

.im-monitor-phone:before {
    content: "\ead0";
}

.im-monitor-tablet:before {
    content: "\ead1";
}

.im-monitor-vertical:before {
    content: "\ead2";
}

.im-monitor:before {
    content: "\ead3";
}

.im-monitoring:before {
    content: "\ead4";
}

.im-monkey:before {
    content: "\ead5";
}

.im-monster:before {
    content: "\ead6";
}

.im-morocco:before {
    content: "\ead7";
}

.im-motorcycle:before {
    content: "\ead8";
}

.im-mouse-2:before {
    content: "\ead9";
}

.im-mouse-3:before {
    content: "\eada";
}

.im-mouse-4:before {
    content: "\eadb";
}

.im-mouse-pointer:before {
    content: "\eadc";
}

.im-mouse:before {
    content: "\eadd";
}

.im-moustache-smiley:before {
    content: "\eade";
}

.im-movie-ticket:before {
    content: "\eadf";
}

.im-movie:before {
    content: "\eae0";
}

.im-mp3-file:before {
    content: "\eae1";
}

.im-museum:before {
    content: "\eae2";
}

.im-mushroom:before {
    content: "\eae3";
}

.im-music-note:before {
    content: "\eae4";
}

.im-music-note2:before {
    content: "\eae5";
}

.im-music-note3:before {
    content: "\eae6";
}

.im-music-note4:before {
    content: "\eae7";
}

.im-music-player:before {
    content: "\eae8";
}

.im-mustache-2:before {
    content: "\eae9";
}

.im-mustache-3:before {
    content: "\eaea";
}

.im-mustache-4:before {
    content: "\eaeb";
}

.im-mustache-5:before {
    content: "\eaec";
}

.im-mustache-6:before {
    content: "\eaed";
}

.im-mustache-7:before {
    content: "\eaee";
}

.im-mustache-8:before {
    content: "\eaef";
}

.im-mustache:before {
    content: "\eaf0";
}

.im-mute:before {
    content: "\eaf1";
}

.im-myspace:before {
    content: "\eaf2";
}

.im-navigat-start:before {
    content: "\eaf3";
}

.im-navigate-end:before {
    content: "\eaf4";
}

.im-navigation-leftwindow:before {
    content: "\eaf5";
}

.im-navigation-rightwindow:before {
    content: "\eaf6";
}

.im-nepal:before {
    content: "\eaf7";
}

.im-netscape:before {
    content: "\eaf8";
}

.im-network-window:before {
    content: "\eaf9";
}

.im-network:before {
    content: "\eafa";
}

.im-neutron:before {
    content: "\eafb";
}

.im-new-mail:before {
    content: "\eafc";
}

.im-new-tab:before {
    content: "\eafd";
}

.im-newspaper-2:before {
    content: "\eafe";
}

.im-newspaper:before {
    content: "\eaff";
}

.im-newsvine:before {
    content: "\eb00";
}

.im-next2:before {
    content: "\eb01";
}

.im-next-3:before {
    content: "\eb02";
}

.im-next-music:before {
    content: "\eb03";
}

.im-next:before {
    content: "\eb04";
}

.im-no-battery:before {
    content: "\eb05";
}

.im-no-drop:before {
    content: "\eb06";
}

.im-no-flash:before {
    content: "\eb07";
}

.im-no-smoking:before {
    content: "\eb08";
}

.im-noose:before {
    content: "\eb09";
}

.im-normal-text:before {
    content: "\eb0a";
}

.im-note:before {
    content: "\eb0b";
}

.im-notepad-2:before {
    content: "\eb0c";
}

.im-notepad:before {
    content: "\eb0d";
}

.im-nuclear:before {
    content: "\eb0e";
}

.im-numbering-list:before {
    content: "\eb0f";
}

.im-nurse:before {
    content: "\eb10";
}

.im-office-lamp:before {
    content: "\eb11";
}

.im-office:before {
    content: "\eb12";
}

.im-oil:before {
    content: "\eb13";
}

.im-old-camera:before {
    content: "\eb14";
}

.im-old-cassette:before {
    content: "\eb15";
}

.im-old-clock:before {
    content: "\eb16";
}

.im-old-radio:before {
    content: "\eb17";
}

.im-old-sticky:before {
    content: "\eb18";
}

.im-old-sticky2:before {
    content: "\eb19";
}

.im-old-telephone:before {
    content: "\eb1a";
}

.im-old-tv:before {
    content: "\eb1b";
}

.im-on-air:before {
    content: "\eb1c";
}

.im-on-off-2:before {
    content: "\eb1d";
}

.im-on-off-3:before {
    content: "\eb1e";
}

.im-on-off:before {
    content: "\eb1f";
}

.im-one-finger:before {
    content: "\eb20";
}

.im-one-fingertouch:before {
    content: "\eb21";
}

.im-one-window:before {
    content: "\eb22";
}

.im-open-banana:before {
    content: "\eb23";
}

.im-open-book:before {
    content: "\eb24";
}

.im-opera-house:before {
    content: "\eb25";
}

.im-opera:before {
    content: "\eb26";
}

.im-optimization:before {
    content: "\eb27";
}

.im-orientation-2:before {
    content: "\eb28";
}

.im-orientation-3:before {
    content: "\eb29";
}

.im-orientation:before {
    content: "\eb2a";
}

.im-orkut:before {
    content: "\eb2b";
}

.im-ornament:before {
    content: "\eb2c";
}

.im-over-time:before {
    content: "\eb2d";
}

.im-over-time2:before {
    content: "\eb2e";
}

.im-owl:before {
    content: "\eb2f";
}

.im-pac-man:before {
    content: "\eb30";
}

.im-paint-brush:before {
    content: "\eb31";
}

.im-paint-bucket:before {
    content: "\eb32";
}

.im-paintbrush:before {
    content: "\eb33";
}

.im-palette:before {
    content: "\eb34";
}

.im-palm-tree:before {
    content: "\eb35";
}

.im-panda:before {
    content: "\eb36";
}

.im-panorama:before {
    content: "\eb37";
}

.im-pantheon:before {
    content: "\eb38";
}

.im-pantone:before {
    content: "\eb39";
}

.im-pants:before {
    content: "\eb3a";
}

.im-paper-plane:before {
    content: "\eb3b";
}

.im-paper:before {
    content: "\eb3c";
}

.im-parasailing:before {
    content: "\eb3d";
}

.im-parrot:before {
    content: "\eb3e";
}

.im-password-2shopping:before {
    content: "\eb3f";
}

.im-password-field:before {
    content: "\eb40";
}

.im-password-shopping:before {
    content: "\eb41";
}

.im-password:before {
    content: "\eb42";
}

.im-pause-2:before {
    content: "\eb43";
}

.im-pause:before {
    content: "\eb44";
}

.im-paw:before {
    content: "\eb45";
}

.im-pawn:before {
    content: "\eb46";
}

.im-paypal:before {
    content: "\eb47";
}

.im-pen-2:before {
    content: "\eb48";
}

.im-pen-3:before {
    content: "\eb49";
}

.im-pen-4:before {
    content: "\eb4a";
}

.im-pen-5:before {
    content: "\eb4b";
}

.im-pen-6:before {
    content: "\eb4c";
}

.im-pen:before {
    content: "\eb4d";
}

.im-pencil-ruler:before {
    content: "\eb4e";
}

.im-pencil:before {
    content: "\eb4f";
}

.im-penguin:before {
    content: "\eb50";
}

.im-pentagon:before {
    content: "\eb51";
}

.im-people-oncloud:before {
    content: "\eb52";
}

.im-pepper-withfire:before {
    content: "\eb53";
}

.im-pepper:before {
    content: "\eb54";
}

.im-petrol:before {
    content: "\eb55";
}

.im-petronas-tower:before {
    content: "\eb56";
}

.im-philipines:before {
    content: "\eb57";
}

.im-phone-2:before {
    content: "\eb58";
}

.im-phone-3:before {
    content: "\eb59";
}

.im-phone-3g:before {
    content: "\eb5a";
}

.im-phone-4g:before {
    content: "\eb5b";
}

.im-phone-simcard:before {
    content: "\eb5c";
}

.im-phone-sms:before {
    content: "\eb5d";
}

.im-phone-wifi:before {
    content: "\eb5e";
}

.im-phone:before {
    content: "\eb5f";
}

.im-photo-2:before {
    content: "\eb60";
}

.im-photo-3:before {
    content: "\eb61";
}

.im-photo-album:before {
    content: "\eb62";
}

.im-photo-album2:before {
    content: "\eb63";
}

.im-photo-album3:before {
    content: "\eb64";
}

.im-photo:before {
    content: "\eb65";
}

.im-photos:before {
    content: "\eb66";
}

.im-physics:before {
    content: "\eb67";
}

.im-pi:before {
    content: "\eb68";
}

.im-piano:before {
    content: "\eb69";
}

.im-picasa:before {
    content: "\eb6a";
}

.im-pie-chart:before {
    content: "\eb6b";
}

.im-pie-chart2:before {
    content: "\eb6c";
}

.im-pie-chart3:before {
    content: "\eb6d";
}

.im-pilates-2:before {
    content: "\eb6e";
}

.im-pilates-3:before {
    content: "\eb6f";
}

.im-pilates:before {
    content: "\eb70";
}

.im-pilot:before {
    content: "\eb71";
}

.im-pinch:before {
    content: "\eb72";
}

.im-ping-pong:before {
    content: "\eb73";
}

.im-pinterest:before {
    content: "\eb74";
}

.im-pipe:before {
    content: "\eb75";
}

.im-pipette:before {
    content: "\eb76";
}

.im-piramids:before {
    content: "\eb77";
}

.im-pisces-2:before {
    content: "\eb78";
}

.im-pisces:before {
    content: "\eb79";
}

.im-pizza-slice:before {
    content: "\eb7a";
}

.im-pizza:before {
    content: "\eb7b";
}

.im-plane-2:before {
    content: "\eb7c";
}

.im-plane:before {
    content: "\eb7d";
}

.im-plant:before {
    content: "\eb7e";
}

.im-plasmid:before {
    content: "\eb7f";
}

.im-plaster:before {
    content: "\eb80";
}

.im-plastic-cupphone:before {
    content: "\eb81";
}

.im-plastic-cupphone2:before {
    content: "\eb82";
}

.im-plate:before {
    content: "\eb83";
}

.im-plates:before {
    content: "\eb84";
}

.im-plaxo:before {
    content: "\eb85";
}

.im-play-music:before {
    content: "\eb86";
}

.im-plug-in:before {
    content: "\eb87";
}

.im-plug-in2:before {
    content: "\eb88";
}

.im-plurk:before {
    content: "\eb89";
}

.im-pointer:before {
    content: "\eb8a";
}

.im-poland:before {
    content: "\eb8b";
}

.im-police-man:before {
    content: "\eb8c";
}

.im-police-station:before {
    content: "\eb8d";
}

.im-police-woman:before {
    content: "\eb8e";
}

.im-police:before {
    content: "\eb8f";
}

.im-polo-shirt:before {
    content: "\eb90";
}

.im-portrait:before {
    content: "\eb91";
}

.im-portugal:before {
    content: "\eb92";
}

.im-post-mail:before {
    content: "\eb93";
}

.im-post-mail2:before {
    content: "\eb94";
}

.im-post-office:before {
    content: "\eb95";
}

.im-post-sign:before {
    content: "\eb96";
}

.im-post-sign2ways:before {
    content: "\eb97";
}

.im-posterous:before {
    content: "\eb98";
}

.im-pound-sign:before {
    content: "\eb99";
}

.im-pound-sign2:before {
    content: "\eb9a";
}

.im-pound:before {
    content: "\eb9b";
}

.im-power-2:before {
    content: "\eb9c";
}

.im-power-3:before {
    content: "\eb9d";
}

.im-power-cable:before {
    content: "\eb9e";
}

.im-power-station:before {
    content: "\eb9f";
}

.im-power:before {
    content: "\eba0";
}

.im-prater:before {
    content: "\eba1";
}

.im-present:before {
    content: "\eba2";
}

.im-presents:before {
    content: "\eba3";
}

.im-press:before {
    content: "\eba4";
}

.im-preview:before {
    content: "\eba5";
}

.im-previous:before {
    content: "\eba6";
}

.im-pricing:before {
    content: "\eba7";
}

.im-printer:before {
    content: "\eba8";
}

.im-professor:before {
    content: "\eba9";
}

.im-profile:before {
    content: "\ebaa";
}

.im-project:before {
    content: "\ebab";
}

.im-projector-2:before {
    content: "\ebac";
}

.im-projector:before {
    content: "\ebad";
}

.im-pulse:before {
    content: "\ebae";
}

.im-pumpkin:before {
    content: "\ebaf";
}

.im-punk:before {
    content: "\ebb0";
}

.im-punker:before {
    content: "\ebb1";
}

.im-puzzle:before {
    content: "\ebb2";
}

.im-qik:before {
    content: "\ebb3";
}

.im-qr-code:before {
    content: "\ebb4";
}

.im-queen-2:before {
    content: "\ebb5";
}

.im-queen:before {
    content: "\ebb6";
}

.im-quill-2:before {
    content: "\ebb7";
}

.im-quill-3:before {
    content: "\ebb8";
}

.im-quill:before {
    content: "\ebb9";
}

.im-quotes-2:before {
    content: "\ebba";
}

.im-quotes:before {
    content: "\ebbb";
}

.im-radio:before {
    content: "\ebbc";
}

.im-radioactive:before {
    content: "\ebbd";
}

.im-rafting:before {
    content: "\ebbe";
}

.im-rain-drop:before {
    content: "\ebbf";
}

.im-rainbow-2:before {
    content: "\ebc0";
}

.im-rainbow:before {
    content: "\ebc1";
}

.im-ram:before {
    content: "\ebc2";
}

.im-razzor-blade:before {
    content: "\ebc3";
}

.im-receipt-2:before {
    content: "\ebc4";
}

.im-receipt-3:before {
    content: "\ebc5";
}

.im-receipt-4:before {
    content: "\ebc6";
}

.im-receipt:before {
    content: "\ebc7";
}

.im-record2:before {
    content: "\ebc8";
}

.im-record-3:before {
    content: "\ebc9";
}

.im-record-music:before {
    content: "\ebca";
}

.im-record:before {
    content: "\ebcb";
}

.im-recycling-2:before {
    content: "\ebcc";
}

.im-recycling:before {
    content: "\ebcd";
}

.im-reddit:before {
    content: "\ebce";
}

.im-redhat:before {
    content: "\ebcf";
}

.im-redirect:before {
    content: "\ebd0";
}

.im-redo:before {
    content: "\ebd1";
}

.im-reel:before {
    content: "\ebd2";
}

.im-refinery:before {
    content: "\ebd3";
}

.im-refresh-window:before {
    content: "\ebd4";
}

.im-refresh:before {
    content: "\ebd5";
}

.im-reload-2:before {
    content: "\ebd6";
}

.im-reload-3:before {
    content: "\ebd7";
}

.im-reload:before {
    content: "\ebd8";
}

.im-remote-controll:before {
    content: "\ebd9";
}

.im-remote-controll2:before {
    content: "\ebda";
}

.im-remove-bag:before {
    content: "\ebdb";
}

.im-remove-basket:before {
    content: "\ebdc";
}

.im-remove-cart:before {
    content: "\ebdd";
}

.im-remove-file:before {
    content: "\ebde";
}

.im-remove-user:before {
    content: "\ebdf";
}

.im-remove-window:before {
    content: "\ebe0";
}

.im-remove:before {
    content: "\ebe1";
}

.im-rename:before {
    content: "\ebe2";
}

.im-repair:before {
    content: "\ebe3";
}

.im-repeat-2:before {
    content: "\ebe4";
}

.im-repeat-3:before {
    content: "\ebe5";
}

.im-repeat-4:before {
    content: "\ebe6";
}

.im-repeat-5:before {
    content: "\ebe7";
}

.im-repeat-6:before {
    content: "\ebe8";
}

.im-repeat-7:before {
    content: "\ebe9";
}

.im-repeat:before {
    content: "\ebea";
}

.im-reset:before {
    content: "\ebeb";
}

.im-resize:before {
    content: "\ebec";
}

.im-restore-window:before {
    content: "\ebed";
}

.im-retouching:before {
    content: "\ebee";
}

.im-retro-camera:before {
    content: "\ebef";
}

.im-retro:before {
    content: "\ebf0";
}

.im-retweet:before {
    content: "\ebf1";
}

.im-reverbnation:before {
    content: "\ebf2";
}

.im-rewind:before {
    content: "\ebf3";
}

.im-rgb:before {
    content: "\ebf4";
}

.im-ribbon-2:before {
    content: "\ebf5";
}

.im-ribbon-3:before {
    content: "\ebf6";
}

.im-ribbon:before {
    content: "\ebf7";
}

.im-right-2:before {
    content: "\ebf8";
}

.im-right-3:before {
    content: "\ebf9";
}

.im-right-4:before {
    content: "\ebfa";
}

.im-right-toleft:before {
    content: "\ebfb";
}

.im-right:before {
    content: "\ebfc";
}

.im-road-2:before {
    content: "\ebfd";
}

.im-road-3:before {
    content: "\ebfe";
}

.im-road:before {
    content: "\ebff";
}

.im-robot-2:before {
    content: "\ec00";
}

.im-robot:before {
    content: "\ec01";
}

.im-rock-androll:before {
    content: "\ec02";
}

.im-rocket:before {
    content: "\ec03";
}

.im-roller:before {
    content: "\ec04";
}

.im-roof:before {
    content: "\ec05";
}

.im-rook:before {
    content: "\ec06";
}

.im-rotate-gesture:before {
    content: "\ec07";
}

.im-rotate-gesture2:before {
    content: "\ec08";
}

.im-rotate-gesture3:before {
    content: "\ec09";
}

.im-rotation-390:before {
    content: "\ec0a";
}

.im-rotation:before {
    content: "\ec0b";
}

.im-router-2:before {
    content: "\ec0c";
}

.im-router:before {
    content: "\ec0d";
}

.im-rss:before {
    content: "\ec0e";
}

.im-ruler-2:before {
    content: "\ec0f";
}

.im-ruler:before {
    content: "\ec10";
}

.im-running-shoes:before {
    content: "\ec11";
}

.im-running:before {
    content: "\ec12";
}

.im-safari:before {
    content: "\ec13";
}

.im-safe-box:before {
    content: "\ec14";
}

.im-safe-box2:before {
    content: "\ec15";
}

.im-safety-pinclose:before {
    content: "\ec16";
}

.im-safety-pinopen:before {
    content: "\ec17";
}

.im-sagittarus-2:before {
    content: "\ec18";
}

.im-sagittarus:before {
    content: "\ec19";
}

.im-sailing-ship:before {
    content: "\ec1a";
}

.im-sand-watch:before {
    content: "\ec1b";
}

.im-sand-watch2:before {
    content: "\ec1c";
}

.im-santa-claus:before {
    content: "\ec1d";
}

.im-santa-claus2:before {
    content: "\ec1e";
}

.im-santa-onsled:before {
    content: "\ec1f";
}

.im-satelite-2:before {
    content: "\ec20";
}

.im-satelite:before {
    content: "\ec21";
}

.im-save-window:before {
    content: "\ec22";
}

.im-save:before {
    content: "\ec23";
}

.im-saw:before {
    content: "\ec24";
}

.im-saxophone:before {
    content: "\ec25";
}

.im-scale:before {
    content: "\ec26";
}

.im-scarf:before {
    content: "\ec27";
}

.im-scissor:before {
    content: "\ec28";
}

.im-scooter-front:before {
    content: "\ec29";
}

.im-scooter:before {
    content: "\ec2a";
}

.im-scorpio-2:before {
    content: "\ec2b";
}

.im-scorpio:before {
    content: "\ec2c";
}

.im-scotland:before {
    content: "\ec2d";
}

.im-screwdriver:before {
    content: "\ec2e";
}

.im-scroll-fast:before {
    content: "\ec2f";
}

.im-scroll:before {
    content: "\ec30";
}

.im-scroller-2:before {
    content: "\ec31";
}

.im-scroller:before {
    content: "\ec32";
}

.im-sea-dog:before {
    content: "\ec33";
}

.im-search-oncloud:before {
    content: "\ec34";
}

.im-search-people:before {
    content: "\ec35";
}

.im-secound:before {
    content: "\ec36";
}

.im-secound2:before {
    content: "\ec37";
}

.im-security-block:before {
    content: "\ec38";
}

.im-security-bug:before {
    content: "\ec39";
}

.im-security-camera:before {
    content: "\ec3a";
}

.im-security-check:before {
    content: "\ec3b";
}

.im-security-settings:before {
    content: "\ec3c";
}

.im-security-smiley:before {
    content: "\ec3d";
}

.im-securiy-remove:before {
    content: "\ec3e";
}

.im-seed:before {
    content: "\ec3f";
}

.im-selfie:before {
    content: "\ec40";
}

.im-serbia:before {
    content: "\ec41";
}

.im-server-2:before {
    content: "\ec42";
}

.im-server:before {
    content: "\ec43";
}

.im-servers:before {
    content: "\ec44";
}

.im-settings-window:before {
    content: "\ec45";
}

.im-sewing-machine:before {
    content: "\ec46";
}

.im-sexual:before {
    content: "\ec47";
}

.im-share-oncloud:before {
    content: "\ec48";
}

.im-share-window:before {
    content: "\ec49";
}

.im-share:before {
    content: "\ec4a";
}

.im-sharethis:before {
    content: "\ec4b";
}

.im-shark:before {
    content: "\ec4c";
}

.im-sheep:before {
    content: "\ec4d";
}

.im-sheriff-badge:before {
    content: "\ec4e";
}

.im-shield:before {
    content: "\ec4f";
}

.im-ship-2:before {
    content: "\ec50";
}

.im-ship:before {
    content: "\ec51";
}

.im-shirt:before {
    content: "\ec52";
}

.im-shoes-2:before {
    content: "\ec53";
}

.im-shoes-3:before {
    content: "\ec54";
}

.im-shoes:before {
    content: "\ec55";
}

.im-shop-2:before {
    content: "\ec56";
}

.im-shop-3:before {
    content: "\ec57";
}

.im-shop-4:before {
    content: "\ec58";
}

.im-shop:before {
    content: "\ec59";
}

.im-shopping-bag:before {
    content: "\ec5a";
}

.im-shopping-basket:before {
    content: "\ec5b";
}

.im-shopping-cart:before {
    content: "\ec5c";
}

.im-short-pants:before {
    content: "\ec5d";
}

.im-shoutwire:before {
    content: "\ec5e";
}

.im-shovel:before {
    content: "\ec5f";
}

.im-shuffle-2:before {
    content: "\ec60";
}

.im-shuffle-3:before {
    content: "\ec61";
}

.im-shuffle-4:before {
    content: "\ec62";
}

.im-shuffle:before {
    content: "\ec63";
}

.im-shutter:before {
    content: "\ec64";
}

.im-sidebar-window:before {
    content: "\ec65";
}

.im-signal:before {
    content: "\ec66";
}

.im-singapore:before {
    content: "\ec67";
}

.im-skate-shoes:before {
    content: "\ec68";
}

.im-skateboard-2:before {
    content: "\ec69";
}

.im-skateboard:before {
    content: "\ec6a";
}

.im-skeleton:before {
    content: "\ec6b";
}

.im-ski:before {
    content: "\ec6c";
}

.im-skirt:before {
    content: "\ec6d";
}

.im-skrill:before {
    content: "\ec6e";
}

.im-skull:before {
    content: "\ec6f";
}

.im-skydiving:before {
    content: "\ec70";
}

.im-skype:before {
    content: "\ec71";
}

.im-sled-withgifts:before {
    content: "\ec72";
}

.im-sled:before {
    content: "\ec73";
}

.im-sleeping:before {
    content: "\ec74";
}

.im-sleet:before {
    content: "\ec75";
}

.im-slippers:before {
    content: "\ec76";
}

.im-smart:before {
    content: "\ec77";
}

.im-smartphone-2:before {
    content: "\ec78";
}

.im-smartphone-3:before {
    content: "\ec79";
}

.im-smartphone-4:before {
    content: "\ec7a";
}

.im-smartphone-secure:before {
    content: "\ec7b";
}

.im-smartphone:before {
    content: "\ec7c";
}

.im-smile:before {
    content: "\ec7d";
}

.im-smoking-area:before {
    content: "\ec7e";
}

.im-smoking-pipe:before {
    content: "\ec7f";
}

.im-snake:before {
    content: "\ec80";
}

.im-snorkel:before {
    content: "\ec81";
}

.im-snow-2:before {
    content: "\ec82";
}

.im-snow-dome:before {
    content: "\ec83";
}

.im-snow-storm:before {
    content: "\ec84";
}

.im-snow:before {
    content: "\ec85";
}

.im-snowflake-2:before {
    content: "\ec86";
}

.im-snowflake-3:before {
    content: "\ec87";
}

.im-snowflake-4:before {
    content: "\ec88";
}

.im-snowflake:before {
    content: "\ec89";
}

.im-snowman:before {
    content: "\ec8a";
}

.im-soccer-ball:before {
    content: "\ec8b";
}

.im-soccer-shoes:before {
    content: "\ec8c";
}

.im-socks:before {
    content: "\ec8d";
}

.im-solar:before {
    content: "\ec8e";
}

.im-sound-wave:before {
    content: "\ec8f";
}

.im-sound:before {
    content: "\ec90";
}

.im-soundcloud:before {
    content: "\ec91";
}

.im-soup:before {
    content: "\ec92";
}

.im-south-africa:before {
    content: "\ec93";
}

.im-space-needle:before {
    content: "\ec94";
}

.im-spain:before {
    content: "\ec95";
}

.im-spam-mail:before {
    content: "\ec96";
}

.im-speach-bubble:before {
    content: "\ec97";
}

.im-speach-bubble2:before {
    content: "\ec98";
}

.im-speach-bubble3:before {
    content: "\ec99";
}

.im-speach-bubble4:before {
    content: "\ec9a";
}

.im-speach-bubble5:before {
    content: "\ec9b";
}

.im-speach-bubble6:before {
    content: "\ec9c";
}

.im-speach-bubble7:before {
    content: "\ec9d";
}

.im-speach-bubble8:before {
    content: "\ec9e";
}

.im-speach-bubble9:before {
    content: "\ec9f";
}

.im-speach-bubble10:before {
    content: "\eca0";
}

.im-speach-bubble11:before {
    content: "\eca1";
}

.im-speach-bubble12:before {
    content: "\eca2";
}

.im-speach-bubble13:before {
    content: "\eca3";
}

.im-speach-bubbleasking:before {
    content: "\eca4";
}

.im-speach-bubblecomic:before {
    content: "\eca5";
}

.im-speach-bubblecomic2:before {
    content: "\eca6";
}

.im-speach-bubblecomic3:before {
    content: "\eca7";
}

.im-speach-bubblecomic4:before {
    content: "\eca8";
}

.im-speach-bubbledialog:before {
    content: "\eca9";
}

.im-speach-bubbles:before {
    content: "\ecaa";
}

.im-speak-2:before {
    content: "\ecab";
}

.im-speak:before {
    content: "\ecac";
}

.im-speaker-2:before {
    content: "\ecad";
}

.im-speaker:before {
    content: "\ecae";
}

.im-spell-check:before {
    content: "\ecaf";
}

.im-spell-checkabc:before {
    content: "\ecb0";
}

.im-spermium:before {
    content: "\ecb1";
}

.im-spider:before {
    content: "\ecb2";
}

.im-spiderweb:before {
    content: "\ecb3";
}

.im-split-foursquarewindow:before {
    content: "\ecb4";
}

.im-split-horizontal:before {
    content: "\ecb5";
}

.im-split-horizontal2window:before {
    content: "\ecb6";
}

.im-split-vertical:before {
    content: "\ecb7";
}

.im-split-vertical2:before {
    content: "\ecb8";
}

.im-split-window:before {
    content: "\ecb9";
}

.im-spoder:before {
    content: "\ecba";
}

.im-spoon:before {
    content: "\ecbb";
}

.im-sport-mode:before {
    content: "\ecbc";
}

.im-sports-clothings1:before {
    content: "\ecbd";
}

.im-sports-clothings2:before {
    content: "\ecbe";
}

.im-sports-shirt:before {
    content: "\ecbf";
}

.im-spot:before {
    content: "\ecc0";
}

.im-spray:before {
    content: "\ecc1";
}

.im-spread:before {
    content: "\ecc2";
}

.im-spring:before {
    content: "\ecc3";
}

.im-spurl:before {
    content: "\ecc4";
}

.im-spy:before {
    content: "\ecc5";
}

.im-squirrel:before {
    content: "\ecc6";
}

.im-ssl:before {
    content: "\ecc7";
}

.im-st-basilscathedral:before {
    content: "\ecc8";
}

.im-st-paulscathedral:before {
    content: "\ecc9";
}

.im-stamp-2:before {
    content: "\ecca";
}

.im-stamp:before {
    content: "\eccb";
}

.im-stapler:before {
    content: "\eccc";
}

.im-star-track:before {
    content: "\eccd";
}

.im-star:before {
    content: "\ecce";
}

.im-starfish:before {
    content: "\eccf";
}

.im-start2:before {
    content: "\ecd0";
}

.im-start-3:before {
    content: "\ecd1";
}

.im-start-ways:before {
    content: "\ecd2";
}

.im-start:before {
    content: "\ecd3";
}

.im-statistic:before {
    content: "\ecd4";
}

.im-stethoscope:before {
    content: "\ecd5";
}

.im-stop--2:before {
    content: "\ecd6";
}

.im-stop-music:before {
    content: "\ecd7";
}

.im-stop:before {
    content: "\ecd8";
}

.im-stopwatch-2:before {
    content: "\ecd9";
}

.im-stopwatch:before {
    content: "\ecda";
}

.im-storm:before {
    content: "\ecdb";
}

.im-street-view:before {
    content: "\ecdc";
}

.im-street-view2:before {
    content: "\ecdd";
}

.im-strikethrough-text:before {
    content: "\ecde";
}

.im-stroller:before {
    content: "\ecdf";
}

.im-structure:before {
    content: "\ece0";
}

.im-student-female:before {
    content: "\ece1";
}

.im-student-hat:before {
    content: "\ece2";
}

.im-student-hat2:before {
    content: "\ece3";
}

.im-student-male:before {
    content: "\ece4";
}

.im-student-malefemale:before {
    content: "\ece5";
}

.im-students:before {
    content: "\ece6";
}

.im-studio-flash:before {
    content: "\ece7";
}

.im-studio-lightbox:before {
    content: "\ece8";
}

.im-stumbleupon:before {
    content: "\ece9";
}

.im-suit:before {
    content: "\ecea";
}

.im-suitcase:before {
    content: "\eceb";
}

.im-sum-2:before {
    content: "\ecec";
}

.im-sum:before {
    content: "\eced";
}

.im-summer:before {
    content: "\ecee";
}

.im-sun-cloudyrain:before {
    content: "\ecef";
}

.im-sun:before {
    content: "\ecf0";
}

.im-sunglasses-2:before {
    content: "\ecf1";
}

.im-sunglasses-3:before {
    content: "\ecf2";
}

.im-sunglasses-smiley:before {
    content: "\ecf3";
}

.im-sunglasses-smiley2:before {
    content: "\ecf4";
}

.im-sunglasses-w:before {
    content: "\ecf5";
}

.im-sunglasses-w2:before {
    content: "\ecf6";
}

.im-sunglasses-w3:before {
    content: "\ecf7";
}

.im-sunglasses:before {
    content: "\ecf8";
}

.im-sunrise:before {
    content: "\ecf9";
}

.im-sunset:before {
    content: "\ecfa";
}

.im-superman:before {
    content: "\ecfb";
}

.im-support:before {
    content: "\ecfc";
}

.im-surprise:before {
    content: "\ecfd";
}

.im-sushi:before {
    content: "\ecfe";
}

.im-sweden:before {
    content: "\ecff";
}

.im-swimming-short:before {
    content: "\ed00";
}

.im-swimming:before {
    content: "\ed01";
}

.im-swimmwear:before {
    content: "\ed02";
}

.im-switch:before {
    content: "\ed03";
}

.im-switzerland:before {
    content: "\ed04";
}

.im-sync-cloud:before {
    content: "\ed05";
}

.im-sync:before {
    content: "\ed06";
}

.im-synchronize-2:before {
    content: "\ed07";
}

.im-synchronize:before {
    content: "\ed08";
}

.im-t-shirt:before {
    content: "\ed09";
}

.im-tablet-2:before {
    content: "\ed0a";
}

.im-tablet-3:before {
    content: "\ed0b";
}

.im-tablet-orientation:before {
    content: "\ed0c";
}

.im-tablet-phone:before {
    content: "\ed0d";
}

.im-tablet-secure:before {
    content: "\ed0e";
}

.im-tablet-vertical:before {
    content: "\ed0f";
}

.im-tablet:before {
    content: "\ed10";
}

.im-tactic:before {
    content: "\ed11";
}

.im-tag-2:before {
    content: "\ed12";
}

.im-tag-3:before {
    content: "\ed13";
}

.im-tag-4:before {
    content: "\ed14";
}

.im-tag-5:before {
    content: "\ed15";
}

.im-tag:before {
    content: "\ed16";
}

.im-taj-mahal:before {
    content: "\ed17";
}

.im-talk-man:before {
    content: "\ed18";
}

.im-tap:before {
    content: "\ed19";
}

.im-target-market:before {
    content: "\ed1a";
}

.im-target:before {
    content: "\ed1b";
}

.im-taurus-2:before {
    content: "\ed1c";
}

.im-taurus:before {
    content: "\ed1d";
}

.im-taxi-2:before {
    content: "\ed1e";
}

.im-taxi-sign:before {
    content: "\ed1f";
}

.im-taxi:before {
    content: "\ed20";
}

.im-teacher:before {
    content: "\ed21";
}

.im-teapot:before {
    content: "\ed22";
}

.im-technorati:before {
    content: "\ed23";
}

.im-teddy-bear:before {
    content: "\ed24";
}

.im-tee-mug:before {
    content: "\ed25";
}

.im-telephone-2:before {
    content: "\ed26";
}

.im-telephone:before {
    content: "\ed27";
}

.im-telescope:before {
    content: "\ed28";
}

.im-temperature-2:before {
    content: "\ed29";
}

.im-temperature-3:before {
    content: "\ed2a";
}

.im-temperature:before {
    content: "\ed2b";
}

.im-temple:before {
    content: "\ed2c";
}

.im-tennis-ball:before {
    content: "\ed2d";
}

.im-tennis:before {
    content: "\ed2e";
}

.im-tent:before {
    content: "\ed2f";
}

.im-test-tube:before {
    content: "\ed30";
}

.im-test-tube2:before {
    content: "\ed31";
}

.im-testimonal:before {
    content: "\ed32";
}

.im-text-box:before {
    content: "\ed33";
}

.im-text-effect:before {
    content: "\ed34";
}

.im-text-highlightcolor:before {
    content: "\ed35";
}

.im-text-paragraph:before {
    content: "\ed36";
}

.im-thailand:before {
    content: "\ed37";
}

.im-the-whitehouse:before {
    content: "\ed38";
}

.im-this-sideup:before {
    content: "\ed39";
}

.im-thread:before {
    content: "\ed3a";
}

.im-three-arrowfork:before {
    content: "\ed3b";
}

.im-three-fingers:before {
    content: "\ed3c";
}

.im-three-fingersdrag:before {
    content: "\ed3d";
}

.im-three-fingersdrag2:before {
    content: "\ed3e";
}

.im-three-fingerstouch:before {
    content: "\ed3f";
}

.im-thumb:before {
    content: "\ed40";
}

.im-thumbs-downsmiley:before {
    content: "\ed41";
}

.im-thumbs-upsmiley:before {
    content: "\ed42";
}

.im-thunder:before {
    content: "\ed43";
}

.im-thunderstorm:before {
    content: "\ed44";
}

.im-ticket:before {
    content: "\ed45";
}

.im-tie-2:before {
    content: "\ed46";
}

.im-tie-3:before {
    content: "\ed47";
}

.im-tie-4:before {
    content: "\ed48";
}

.im-tie:before {
    content: "\ed49";
}

.im-tiger:before {
    content: "\ed4a";
}

.im-time-backup:before {
    content: "\ed4b";
}

.im-time-bomb:before {
    content: "\ed4c";
}

.im-time-clock:before {
    content: "\ed4d";
}

.im-time-fire:before {
    content: "\ed4e";
}

.im-time-machine:before {
    content: "\ed4f";
}

.im-time-window:before {
    content: "\ed50";
}

.im-timer-2:before {
    content: "\ed51";
}

.im-timer:before {
    content: "\ed52";
}

.im-to-bottom:before {
    content: "\ed53";
}

.im-to-bottom2:before {
    content: "\ed54";
}

.im-to-left:before {
    content: "\ed55";
}

.im-to-right:before {
    content: "\ed56";
}

.im-to-top:before {
    content: "\ed57";
}

.im-to-top2:before {
    content: "\ed58";
}

.im-token-:before {
    content: "\ed59";
}

.im-tomato:before {
    content: "\ed5a";
}

.im-tongue:before {
    content: "\ed5b";
}

.im-tooth-2:before {
    content: "\ed5c";
}

.im-tooth:before {
    content: "\ed5d";
}

.im-top-tobottom:before {
    content: "\ed5e";
}

.im-touch-window:before {
    content: "\ed5f";
}

.im-tourch:before {
    content: "\ed60";
}

.im-tower-2:before {
    content: "\ed61";
}

.im-tower-bridge:before {
    content: "\ed62";
}

.im-tower:before {
    content: "\ed63";
}

.im-trace:before {
    content: "\ed64";
}

.im-tractor:before {
    content: "\ed65";
}

.im-traffic-light:before {
    content: "\ed66";
}

.im-traffic-light2:before {
    content: "\ed67";
}

.im-train-2:before {
    content: "\ed68";
}

.im-train:before {
    content: "\ed69";
}

.im-tram:before {
    content: "\ed6a";
}

.im-transform-2:before {
    content: "\ed6b";
}

.im-transform-3:before {
    content: "\ed6c";
}

.im-transform-4:before {
    content: "\ed6d";
}

.im-transform:before {
    content: "\ed6e";
}

.im-trash-withmen:before {
    content: "\ed6f";
}

.im-tree-2:before {
    content: "\ed70";
}

.im-tree-3:before {
    content: "\ed71";
}

.im-tree-4:before {
    content: "\ed72";
}

.im-tree-5:before {
    content: "\ed73";
}

.im-tree:before {
    content: "\ed74";
}

.im-trekking:before {
    content: "\ed75";
}

.im-triangle-arrowdown:before {
    content: "\ed76";
}

.im-triangle-arrowleft:before {
    content: "\ed77";
}

.im-triangle-arrowright:before {
    content: "\ed78";
}

.im-triangle-arrowup:before {
    content: "\ed79";
}

.im-tripod-2:before {
    content: "\ed7a";
}

.im-tripod-andvideo:before {
    content: "\ed7b";
}

.im-tripod-withcamera:before {
    content: "\ed7c";
}

.im-tripod-withgopro:before {
    content: "\ed7d";
}

.im-trophy-2:before {
    content: "\ed7e";
}

.im-trophy:before {
    content: "\ed7f";
}

.im-truck:before {
    content: "\ed80";
}

.im-trumpet:before {
    content: "\ed81";
}

.im-tumblr:before {
    content: "\ed82";
}

.im-turkey:before {
    content: "\ed83";
}

.im-turn-down:before {
    content: "\ed84";
}

.im-turn-down2:before {
    content: "\ed85";
}

.im-turn-downfromleft:before {
    content: "\ed86";
}

.im-turn-downfromright:before {
    content: "\ed87";
}

.im-turn-left:before {
    content: "\ed88";
}

.im-turn-left3:before {
    content: "\ed89";
}

.im-turn-right:before {
    content: "\ed8a";
}

.im-turn-right3:before {
    content: "\ed8b";
}

.im-turn-up:before {
    content: "\ed8c";
}

.im-turn-up2:before {
    content: "\ed8d";
}

.im-turtle:before {
    content: "\ed8e";
}

.im-tuxedo:before {
    content: "\ed8f";
}

.im-tv:before {
    content: "\ed90";
}

.im-twister:before {
    content: "\ed91";
}

.im-twitter-2:before {
    content: "\ed92";
}

.im-twitter:before {
    content: "\ed93";
}

.im-two-fingers:before {
    content: "\ed94";
}

.im-two-fingersdrag:before {
    content: "\ed95";
}

.im-two-fingersdrag2:before {
    content: "\ed96";
}

.im-two-fingersscroll:before {
    content: "\ed97";
}

.im-two-fingerstouch:before {
    content: "\ed98";
}

.im-two-windows:before {
    content: "\ed99";
}

.im-type-pass:before {
    content: "\ed9a";
}

.im-ukraine:before {
    content: "\ed9b";
}

.im-umbrela:before {
    content: "\ed9c";
}

.im-umbrella-2:before {
    content: "\ed9d";
}

.im-umbrella-3:before {
    content: "\ed9e";
}

.im-under-linetext:before {
    content: "\ed9f";
}

.im-undo:before {
    content: "\eda0";
}

.im-united-kingdom:before {
    content: "\eda1";
}

.im-united-states:before {
    content: "\eda2";
}

.im-university-2:before {
    content: "\eda3";
}

.im-university:before {
    content: "\eda4";
}

.im-unlike-2:before {
    content: "\eda5";
}

.im-unlike:before {
    content: "\eda6";
}

.im-unlock-2:before {
    content: "\eda7";
}

.im-unlock-3:before {
    content: "\eda8";
}

.im-unlock:before {
    content: "\eda9";
}

.im-up--down:before {
    content: "\edaa";
}

.im-up--down3:before {
    content: "\edab";
}

.im-up-2:before {
    content: "\edac";
}

.im-up-3:before {
    content: "\edad";
}

.im-up-4:before {
    content: "\edae";
}

.im-up:before {
    content: "\edaf";
}

.im-upgrade:before {
    content: "\edb0";
}

.im-upload-2:before {
    content: "\edb1";
}

.im-upload-tocloud:before {
    content: "\edb2";
}

.im-upload-window:before {
    content: "\edb3";
}

.im-upload:before {
    content: "\edb4";
}

.im-uppercase-text:before {
    content: "\edb5";
}

.im-upward:before {
    content: "\edb6";
}

.im-url-window:before {
    content: "\edb7";
}

.im-usb-2:before {
    content: "\edb8";
}

.im-usb-cable:before {
    content: "\edb9";
}

.im-usb:before {
    content: "\edba";
}

.im-user:before {
    content: "\edbb";
}

.im-ustream:before {
    content: "\edbc";
}

.im-vase:before {
    content: "\edbd";
}

.im-vector-2:before {
    content: "\edbe";
}

.im-vector-3:before {
    content: "\edbf";
}

.im-vector-4:before {
    content: "\edc0";
}

.im-vector-5:before {
    content: "\edc1";
}

.im-vector:before {
    content: "\edc2";
}

.im-venn-diagram:before {
    content: "\edc3";
}

.im-vest-2:before {
    content: "\edc4";
}

.im-vest:before {
    content: "\edc5";
}

.im-viddler:before {
    content: "\edc6";
}

.im-video-2:before {
    content: "\edc7";
}

.im-video-3:before {
    content: "\edc8";
}

.im-video-4:before {
    content: "\edc9";
}

.im-video-5:before {
    content: "\edca";
}

.im-video-6:before {
    content: "\edcb";
}

.im-video-gamecontroller:before {
    content: "\edcc";
}

.im-video-len:before {
    content: "\edcd";
}

.im-video-len2:before {
    content: "\edce";
}

.im-video-photographer:before {
    content: "\edcf";
}

.im-video-tripod:before {
    content: "\edd0";
}

.im-video:before {
    content: "\edd1";
}

.im-vietnam:before {
    content: "\edd2";
}

.im-view-height:before {
    content: "\edd3";
}

.im-view-width:before {
    content: "\edd4";
}

.im-vimeo:before {
    content: "\edd5";
}

.im-virgo-2:before {
    content: "\edd6";
}

.im-virgo:before {
    content: "\edd7";
}

.im-virus-2:before {
    content: "\edd8";
}

.im-virus-3:before {
    content: "\edd9";
}

.im-virus:before {
    content: "\edda";
}

.im-visa:before {
    content: "\eddb";
}

.im-voice:before {
    content: "\eddc";
}

.im-voicemail:before {
    content: "\eddd";
}

.im-volleyball:before {
    content: "\edde";
}

.im-volume-down:before {
    content: "\eddf";
}

.im-volume-up:before {
    content: "\ede0";
}

.im-vpn:before {
    content: "\ede1";
}

.im-wacom-tablet:before {
    content: "\ede2";
}

.im-waiter:before {
    content: "\ede3";
}

.im-walkie-talkie:before {
    content: "\ede4";
}

.im-wallet-2:before {
    content: "\ede5";
}

.im-wallet-3:before {
    content: "\ede6";
}

.im-wallet:before {
    content: "\ede7";
}

.im-warehouse:before {
    content: "\ede8";
}

.im-warning-window:before {
    content: "\ede9";
}

.im-watch-2:before {
    content: "\edea";
}

.im-watch-3:before {
    content: "\edeb";
}

.im-watch:before {
    content: "\edec";
}

.im-wave-2:before {
    content: "\eded";
}

.im-wave:before {
    content: "\edee";
}

.im-webcam:before {
    content: "\edef";
}

.im-weight-lift:before {
    content: "\edf0";
}

.im-wheelbarrow:before {
    content: "\edf1";
}

.im-wheelchair:before {
    content: "\edf2";
}

.im-width-window:before {
    content: "\edf3";
}

.im-wifi-2:before {
    content: "\edf4";
}

.im-wifi-keyboard:before {
    content: "\edf5";
}

.im-wifi:before {
    content: "\edf6";
}

.im-wind-turbine:before {
    content: "\edf7";
}

.im-windmill:before {
    content: "\edf8";
}

.im-window-2:before {
    content: "\edf9";
}

.im-window:before {
    content: "\edfa";
}

.im-windows-2:before {
    content: "\edfb";
}

.im-windows-microsoft:before {
    content: "\edfc";
}

.im-windows:before {
    content: "\edfd";
}

.im-windsock:before {
    content: "\edfe";
}

.im-windy:before {
    content: "\edff";
}

.im-wine-bottle:before {
    content: "\ee00";
}

.im-wine-glass:before {
    content: "\ee01";
}

.im-wink:before {
    content: "\ee02";
}

.im-winter-2:before {
    content: "\ee03";
}

.im-winter:before {
    content: "\ee04";
}

.im-wireless:before {
    content: "\ee05";
}

.im-witch-hat:before {
    content: "\ee06";
}

.im-witch:before {
    content: "\ee07";
}

.im-wizard:before {
    content: "\ee08";
}

.im-wolf:before {
    content: "\ee09";
}

.im-woman-sign:before {
    content: "\ee0a";
}

.im-womanman:before {
    content: "\ee0b";
}

.im-womans-underwear:before {
    content: "\ee0c";
}

.im-womans-underwear2:before {
    content: "\ee0d";
}

.im-women:before {
    content: "\ee0e";
}

.im-wonder-woman:before {
    content: "\ee0f";
}

.im-wordpress:before {
    content: "\ee10";
}

.im-worker-clothes:before {
    content: "\ee11";
}

.im-worker:before {
    content: "\ee12";
}

.im-wrap-text:before {
    content: "\ee13";
}

.im-wreath:before {
    content: "\ee14";
}

.im-wrench:before {
    content: "\ee15";
}

.im-x-box:before {
    content: "\ee16";
}

.im-x-ray:before {
    content: "\ee17";
}

.im-xanga:before {
    content: "\ee18";
}

.im-xing:before {
    content: "\ee19";
}

.im-yacht:before {
    content: "\ee1a";
}

.im-yahoo-buzz:before {
    content: "\ee1b";
}

.im-yahoo:before {
    content: "\ee1c";
}

.im-yelp:before {
    content: "\ee1d";
}

.im-yes:before {
    content: "\ee1e";
}

.im-ying-yang:before {
    content: "\ee1f";
}

.im-youtube:before {
    content: "\ee20";
}

.im-z-a:before {
    content: "\ee21";
}

.im-zebra:before {
    content: "\ee22";
}

.im-zombie:before {
    content: "\ee23";
}

.im-zoom-gesture:before {
    content: "\ee24";
}

.im-zootool:before {
    content: "\ee25";
}

/*
     FILE ARCHIVED ON 02:30:47 Jul 07, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:46:35 Jul 27, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.51
  captures_list: 0.652
  exclusion.robots: 0.062
  exclusion.robots.policy: 0.049
  esindex: 0.009
  cdx.remote: 50.957
  LoadShardBlock: 118.452 (3)
  PetaboxLoader3.datanode: 184.732 (4)
  load_resource: 194.46
  PetaboxLoader3.resolve: 61.189
*/