@charset "UTF-8";
/*#region CSS Imports */
@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900";
@import "https://fonts.googleapis.com/css?family=Lobster";
/*#endregion*/

/*#region URL: /content/styles/scss/bootstrap.scss */

/*!
 * Bootstrap v4.0.0-beta.3 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*sf_variables.less*/
/*$fontColor: lighten($borderColor, 25%) !default;
$hoverColor: lighten($borderColor, 50%) !default;*/
/*$styled-font: 'Droid Serif', serif;*/
/*$base-font: 'Open Sans', sans-serif;*/
/*$input-btn-padding-y: .8rem !default;
$input-btn-padding-x: 1.75rem !default;
$input-btn-line-height: $line-height-base !default;*/
/*$btn-padding-y: 0.8rem; //$input-btn-padding-y !default;  // original boostrap
$btn-padding-x: 1.75rem; // $input-btn-padding-x !default; // original boostrap*/
*,
*::before,
*::after {
  box-sizing: border-box;
  outline: 0;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

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

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

body {
  margin: 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0em;
  overflow-x: hidden;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #4a90e2;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #1f69c1;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 2px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

.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: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  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 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.form-control, form.sform input, form.sform select, form.sform textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand, form.sform input::-ms-expand, form.sform select::-ms-expand, form.sform textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus, form.sform input:focus, form.sform select:focus, form.sform textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #b8d3f4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.25);
}

.form-control::placeholder, form.sform input::placeholder, form.sform select::placeholder, form.sform textarea::placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:disabled, form.sform input:disabled, form.sform select:disabled, form.sform textarea:disabled, .form-control[readonly], form.sform input[readonly], form.sform select[readonly], form.sform textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]), form.sform select:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value, form.sform select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, form.sform .input-group-sm > input.form-control-plaintext, form.sform .input-group-sm > select.form-control-plaintext, form.sform .input-group-sm > textarea.form-control-plaintext,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, form.sform .input-group-lg > input.form-control-plaintext, form.sform .input-group-lg > select.form-control-plaintext, form.sform .input-group-lg > textarea.form-control-plaintext,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control, form.sform .input-group-sm > input, form.sform .input-group-sm > select, form.sform .input-group-sm > textarea,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), form.sform .input-group-sm > select:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control, form.sform .input-group-lg > input, form.sform .input-group-lg > select, form.sform .input-group-lg > textarea,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), form.sform .input-group-lg > select:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #868e96;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline.wrap-center-content {
  flex-wrap: wrap;
  justify-content: center;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .was-validated form.sform input:valid, form.sform .was-validated input:valid, .was-validated form.sform select:valid, form.sform .was-validated select:valid, .was-validated form.sform textarea:valid, form.sform .was-validated textarea:valid, .form-control.is-valid, form.sform input.is-valid, form.sform select.is-valid, form.sform textarea.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .was-validated form.sform input:valid:focus, form.sform .was-validated input:valid:focus, .was-validated form.sform select:valid:focus, form.sform .was-validated select:valid:focus, .was-validated form.sform textarea:valid:focus, form.sform .was-validated textarea:valid:focus, .form-control.is-valid:focus, form.sform input.is-valid:focus, form.sform select.is-valid:focus, form.sform textarea.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback, .was-validated form.sform input:valid ~ .valid-feedback, form.sform .was-validated input:valid ~ .valid-feedback, .was-validated form.sform select:valid ~ .valid-feedback, form.sform .was-validated select:valid ~ .valid-feedback, .was-validated form.sform textarea:valid ~ .valid-feedback, form.sform .was-validated textarea:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated form.sform input:valid ~ .valid-tooltip,
form.sform .was-validated input:valid ~ .valid-tooltip,
.was-validated form.sform select:valid ~ .valid-tooltip,
form.sform .was-validated select:valid ~ .valid-tooltip,
.was-validated form.sform textarea:valid ~ .valid-tooltip,
form.sform .was-validated textarea:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, form.sform input.is-valid ~ .valid-feedback, form.sform select.is-valid ~ .valid-feedback, form.sform textarea.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
form.sform input.is-valid ~ .valid-tooltip,
form.sform select.is-valid ~ .valid-tooltip,
form.sform textarea.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .was-validated form.sform input:invalid, form.sform .was-validated input:invalid, .was-validated form.sform select:invalid, form.sform .was-validated select:invalid, .was-validated form.sform textarea:invalid, form.sform .was-validated textarea:invalid, .form-control.is-invalid, form.sform input.is-invalid, form.sform select.is-invalid, form.sform textarea.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .was-validated form.sform input:invalid:focus, form.sform .was-validated input:invalid:focus, .was-validated form.sform select:invalid:focus, form.sform .was-validated select:invalid:focus, .was-validated form.sform textarea:invalid:focus, form.sform .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, form.sform input.is-invalid:focus, form.sform select.is-invalid:focus, form.sform textarea.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated form.sform input:invalid ~ .invalid-feedback, form.sform .was-validated input:invalid ~ .invalid-feedback, .was-validated form.sform select:invalid ~ .invalid-feedback, form.sform .was-validated select:invalid ~ .invalid-feedback, .was-validated form.sform textarea:invalid ~ .invalid-feedback, form.sform .was-validated textarea:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated form.sform input:invalid ~ .invalid-tooltip,
form.sform .was-validated input:invalid ~ .invalid-tooltip,
.was-validated form.sform select:invalid ~ .invalid-tooltip,
form.sform .was-validated select:invalid ~ .invalid-tooltip,
.was-validated form.sform textarea:invalid ~ .invalid-tooltip,
form.sform .was-validated textarea:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, form.sform input.is-invalid ~ .invalid-feedback, form.sform select.is-invalid ~ .invalid-feedback, form.sform textarea.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
form.sform input.is-invalid ~ .invalid-tooltip,
form.sform select.is-invalid ~ .invalid-tooltip,
form.sform textarea.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline form.sform input, form.sform .form-inline input, .form-inline form.sform select, form.sform .form-inline select, .form-inline form.sform textarea, form.sform .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn.btn-rounded {
  border-radius: 100px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  letter-spacing: 0.05em;
  font-weight: 600 !important;
  border: 2px solid transparent;
  font-size: 0.75rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  /*&.btn-lg {
        font-size: 0.8rem;
    }*/
}

.btn.btn-narrow {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.9rem !important;
  padding-right: 0.9rem !important;
  font-size: 1rem !important;
}

.btn.btn-narrow .fa {
  padding: 0;
  margin: 0;
}

.btn.btn-section {
  padding: 15px 20px;
}

.btn.btn-section-sm {
  padding: 15px 40px;
}

.btn.btn-section-lg {
  padding: 15 40px;
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
  background-image: none;
}

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

.btn-primary {
  color: #fff;
  background-color: #4a90e2;
  border-color: #4a90e2;
}

.btn-primary:hover {
  color: #fff;
  background-color: #297cdd;
  border-color: #2275d7;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #4a90e2;
  border-color: #4a90e2;
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2275d7;
  border-color: #216fcc;
}

.btn-primary:not([disabled]):not(.disabled):active:focus, .btn-primary:not([disabled]):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
}

.btn-secondary:not([disabled]):not(.disabled):active:focus, .btn-secondary:not([disabled]):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not([disabled]):not(.disabled):active:focus, .btn-success:not([disabled]):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not([disabled]):not(.disabled):active:focus, .btn-info:not([disabled]):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #f4ed00;
  border-color: #f4ed00;
}

.btn-warning:hover {
  color: #212529;
  background-color: #cec800;
  border-color: #c1bb00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 237, 0, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #f4ed00;
  border-color: #f4ed00;
}

.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #c1bb00;
  border-color: #b4af00;
}

.btn-warning:not([disabled]):not(.disabled):active:focus, .btn-warning:not([disabled]):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 237, 0, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not([disabled]):not(.disabled):active:focus, .btn-danger:not([disabled]):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not([disabled]):not(.disabled):active:focus, .btn-light:not([disabled]):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not([disabled]):not(.disabled):active:focus, .btn-dark:not([disabled]):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-orange {
  color: #212529;
  background-color: orange;
  border-color: orange;
}

.btn-orange:hover {
  color: #fff;
  background-color: #d98c00;
  border-color: #cc8400;
}

.btn-orange:focus, .btn-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, 0.5);
}

.btn-orange.disabled, .btn-orange:disabled {
  background-color: orange;
  border-color: orange;
}

.btn-orange:not([disabled]):not(.disabled):active, .btn-orange:not([disabled]):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #cc8400;
  border-color: #bf7c00;
}

.btn-orange:not([disabled]):not(.disabled):active:focus, .btn-orange:not([disabled]):not(.disabled).active:focus,
.show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, 0.5);
}

.btn-outline-primary {
  color: #4a90e2;
  background-color: transparent;
  background-image: none;
  border-color: #4a90e2;
}

.btn-outline-primary:hover:not(.sf-bg-slide) {
  color: #fff;
  background-color: #4a90e2;
  border-color: #4a90e2;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #4a90e2;
  background-color: transparent;
}

.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #4a90e2;
  border-color: #4a90e2;
  box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.5);
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}

.btn-outline-secondary:hover:not(.sf-bg-slide) {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}

.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #868e96;
  border-color: #868e96;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover:not(.sf-bg-slide) {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover:not(.sf-bg-slide) {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #f4ed00;
  background-color: transparent;
  background-image: none;
  border-color: #f4ed00;
}

.btn-outline-warning:hover:not(.sf-bg-slide) {
  color: #212529;
  background-color: #f4ed00;
  border-color: #f4ed00;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 237, 0, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f4ed00;
  background-color: transparent;
}

.btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #f4ed00;
  border-color: #f4ed00;
  box-shadow: 0 0 0 0.2rem rgba(244, 237, 0, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover:not(.sf-bg-slide) {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #212529;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover:not(.sf-bg-slide) {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light:not([disabled]):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover:not(.sf-bg-slide) {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark:not([disabled]):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #212529;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-orange {
  color: orange;
  background-color: transparent;
  background-image: none;
  border-color: orange;
}

.btn-outline-orange:hover:not(.sf-bg-slide) {
  color: #212529;
  background-color: orange;
  border-color: orange;
}

.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, 0.5);
}

.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: orange;
  background-color: transparent;
}

.btn-outline-orange:not([disabled]):not(.disabled):active, .btn-outline-orange:not([disabled]):not(.disabled).active,
.show > .btn-outline-orange.dropdown-toggle {
  color: #212529;
  background-color: orange;
  border-color: orange;
  box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, 0.5);
}

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}

.btn-outline-white:hover:not(.sf-bg-slide) {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-white:not([disabled]):not(.disabled):active, .btn-outline-white:not([disabled]):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-primary {
  color: #4a90e2;
  background-color: transparent;
  background-image: none;
  border-color: #4a90e2;
}

.btn-outline-primary:hover:not(.sf-bg-slide) {
  color: #fff;
  background-color: #4a90e2;
  border-color: #4a90e2;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #4a90e2;
  background-color: transparent;
}

.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #4a90e2;
  border-color: #4a90e2;
  box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #4a90e2;
  background-color: transparent;
}

.btn-link:hover {
  color: #1f69c1;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #868e96;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #cce0f7;
}

.table-hover .table-primary:hover {
  background-color: #b6d3f4;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b6d3f4;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2;
}

.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcfab8;
}

.table-hover .table-warning:hover {
  background-color: #fbf8a0;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbf8a0;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #ffe6b8;
}

.table-hover .table-orange:hover {
  background-color: #ffdd9f;
}

.table-hover .table-orange:hover > td,
.table-hover .table-orange:hover > th {
  background-color: #ffdd9f;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.99px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.99px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.99px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.99px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #4a90e2;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -2px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -2px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group .form-control, .input-group form.sform input, form.sform .input-group input, .input-group form.sform select, form.sform .input-group select, .input-group form.sform textarea, form.sform .input-group textarea,
.input-group .custom-select,
.input-group .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group form.sform input:focus, form.sform .input-group input:focus, .input-group form.sform select:focus, form.sform .input-group select:focus, .input-group form.sform textarea:focus, form.sform .input-group textarea:focus,
.input-group .custom-select:focus,
.input-group .custom-file:focus {
  z-index: 3;
}

.input-group .form-control + .form-control, .input-group form.sform input + .form-control, form.sform .input-group input + .form-control, .input-group form.sform select + .form-control, form.sform .input-group select + .form-control, .input-group form.sform textarea + .form-control, form.sform .input-group textarea + .form-control, .input-group form.sform .form-control + input, form.sform .input-group .form-control + input, .input-group form.sform input + input, form.sform .input-group input + input, .input-group form.sform select + input, form.sform .input-group select + input, .input-group form.sform textarea + input, form.sform .input-group textarea + input, .input-group form.sform .form-control + select, form.sform .input-group .form-control + select, .input-group form.sform input + select, form.sform .input-group input + select, .input-group form.sform select + select, form.sform .input-group select + select, .input-group form.sform textarea + select, form.sform .input-group textarea + select, .input-group form.sform .form-control + textarea, form.sform .input-group .form-control + textarea, .input-group form.sform input + textarea, form.sform .input-group input + textarea, .input-group form.sform select + textarea, form.sform .input-group select + textarea, .input-group form.sform textarea + textarea, form.sform .input-group textarea + textarea,
.input-group .custom-select + .form-control,
.input-group form.sform .custom-select + input,
form.sform .input-group .custom-select + input,
.input-group form.sform .custom-select + select,
form.sform .input-group .custom-select + select,
.input-group form.sform .custom-select + textarea,
form.sform .input-group .custom-select + textarea,
.input-group .custom-file + .form-control,
.input-group form.sform .custom-file + input,
form.sform .input-group .custom-file + input,
.input-group form.sform .custom-file + select,
form.sform .input-group .custom-file + select,
.input-group form.sform .custom-file + textarea,
form.sform .input-group .custom-file + textarea {
  margin-left: -1px;
}

.input-group .form-control:not(:last-child), .input-group form.sform input:not(:last-child), form.sform .input-group input:not(:last-child), .input-group form.sform select:not(:last-child), form.sform .input-group select:not(:last-child), .input-group form.sform textarea:not(:last-child), form.sform .input-group textarea:not(:last-child),
.input-group .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .form-control:not(:first-child), .input-group form.sform input:not(:first-child), form.sform .input-group input:not(:first-child), .input-group form.sform select:not(:first-child), form.sform .input-group select:not(:first-child), .input-group form.sform textarea:not(:first-child), form.sform .input-group textarea:not(:first-child),
.input-group .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .custom-file {
  display: flex;
  align-items: center;
}

.input-group .custom-file:not(:last-child) .custom-file-control,
.input-group .custom-file:not(:last-child) .custom-file-control::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .custom-file:not(:first-child) .custom-file-control,
.input-group .custom-file:not(:first-child) .custom-file-control::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
  align-items: center;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 2px;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #4a90e2;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(74, 144, 226, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #e4eefb;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #868e96;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #4a90e2;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #4a90e2;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #4a90e2;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 2px;
  appearance: none;
}

.custom-select:focus {
  border-color: #b8d3f4;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(74, 144, 226, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #b8d3f4;
  box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #b8d3f4;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 2px;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 2px 2px 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #868e96;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 2px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #4a90e2;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: block;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 1px 10px rgba(200, 200, 200, 0.1);
  /*padding-right: 0.5rem; //sf*/
  z-index: 99;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  background-color: white;
  /*padding-right: 0.5rem; //sf
    padding-left: 1rem; //sf*/
  /*padding-right: 0; //sf
    padding-left: 0; //sf*/
  /*padding: $navbar-padding-y $navbar-padding-x;*/
  /*> .container,*/
}

.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  font-weight: 600;
  font-size: 0.7rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  line-height: 0.8rem;
  color: rgba(34, 35, 45, 0.6);
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/*.navbar-text {
    display: inline-block;
    padding-top: $nav-link-padding-y;
    padding-bottom: $nav-link-padding-y;
}*/
/*// Responsive navbar
//
// Custom styles for responsive collapsing and toggling of navbar contents.
// Powered by the collapse Bootstrap JavaScript plugin.

// When collapsed, prevent the toggleable navbar contents from appearing in
// the default flexbox row orienation. Requires the use of `flex-wrap: wrap`
// on the `.navbar` parent.
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    // For always expanded or extra full navbars, ensure content aligns itself
    // properly vertically. Can be easily overridden with flex utilities.
    align-items: center;
}*/
/*.navbar-toggler {
    padding: $navbar-toggler-padding-y $navbar-toggler-padding-x;
    font-size: $navbar-toggler-font-size;
    line-height: 1;
    background-color: transparent; // remove default button style
    border: $border-width solid transparent; // remove default button style
    @include border-radius($navbar-toggler-border-radius);

    @include hover-focus {
        text-decoration: none;
    }
    // Opinionated: add "hand" cursor to non-disabled .navbar-toggler elements
    &:not([disabled]):not(.disabled) {
        cursor: pointer;
    }
}*/
/*teste para entender a cria��o da navbar. abaixo, ser� criada 2 classes 
    .teste {} Originada do "" 
    .teste-xs {} originada do "-xs" 
*/
/*.teste {
    & {
        teste-background-color: red;
    }

    &-xs {
        teste-background-color: red;
    }
}*/
/*.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}*/
/*$grid-breakpoints: ( xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px ) !default;*/
.navbar-expand {
  /*$breakpoint: "sm";*/
  /*$breakpoint: "md";
        $next: "lg";
        $infix: "-md";*/
  /*$breakpoint: "sm";*/
  /*$breakpoint: "md";
        $next: "lg";
        $infix: "-md";*/
  /*$breakpoint: "sm";*/
  /*$breakpoint: "md";
        $next: "lg";
        $infix: "-md";*/
  /*$breakpoint: "sm";*/
  /*$breakpoint: "md";
        $next: "lg";
        $infix: "-md";*/
  /*$breakpoint: "sm";*/
  /*$breakpoint: "md";
        $next: "lg";
        $infix: "-md";*/
}

@media (max-width: 575.99px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
    /*.navbar-toggler {
                display: none;
            }*/
    /*.dropup {
                .dropdown-menu {
                    top: auto;
                    bottom: 100%;
                }
            }*/
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
    /*.nav-link {
                        padding-right: .5rem;
                        padding-left: .5rem;
                    }*/
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex;
    flex-basis: auto;
  }
}

@media (max-width: 767.99px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
    /*.navbar-toggler {
                display: none;
            }*/
    /*.dropup {
                .dropdown-menu {
                    top: auto;
                    bottom: 100%;
                }
            }*/
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
    /*.nav-link {
                        padding-right: .5rem;
                        padding-left: .5rem;
                    }*/
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex;
    flex-basis: auto;
  }
}

@media (max-width: 991.99px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
    /*.navbar-toggler {
                display: none;
            }*/
    /*.dropup {
                .dropdown-menu {
                    top: auto;
                    bottom: 100%;
                }
            }*/
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    /*.nav-link {
                        padding-right: .5rem;
                        padding-left: .5rem;
                    }*/
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex;
    flex-basis: auto;
  }
}

@media (max-width: 1199.99px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
    /*.navbar-toggler {
                display: none;
            }*/
    /*.dropup {
                .dropdown-menu {
                    top: auto;
                    bottom: 100%;
                }
            }*/
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
    /*.nav-link {
                        padding-right: .5rem;
                        padding-left: .5rem;
                    }*/
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex;
    flex-basis: auto;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
  /*.navbar-toggler {
                display: none;
            }*/
  /*.dropup {
                .dropdown-menu {
                    top: auto;
                    bottom: 100%;
                }
            }*/
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
  /*.nav-link {
                        padding-right: .5rem;
                        padding-left: .5rem;
                    }*/
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex;
  flex-basis: auto;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 2px;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(2px - 1px) calc(2px - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(2px - 1px) calc(2px - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(2px - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(2px - 1px);
  border-top-right-radius: calc(2px - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(2px - 1px);
  border-bottom-left-radius: calc(2px - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 2px;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 2px;
}

.breadcrumb-item {
  color: #4a90e2;
  font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: ">";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #868e96;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #4a90e2;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2275d7;
}

.badge-secondary {
  color: #fff;
  background-color: #868e96;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #f4ed00;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #c1bb00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.badge-orange {
  color: #212529;
  background-color: orange;
}

.badge-orange[href]:focus, .badge-orange[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #cc8400;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 2px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4a90e2;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:focus, .page-link:hover {
  color: #1f69c1;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #4a90e2;
  border-color: #4a90e2;
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/*
@import "badge";
@import "jumbotron";
    */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 2px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #264b76;
  background-color: #dbe9f9;
  border-color: #cce0f7;
}

.alert-primary hr {
  border-top-color: #b6d3f4;
}

.alert-primary .alert-link {
  color: #1a324f;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

.alert-secondary hr {
  border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #7f7b00;
  background-color: #fdfbcc;
  border-color: #fcfab8;
}

.alert-warning hr {
  border-top-color: #fbf8a0;
}

.alert-warning .alert-link {
  color: #4c4a00;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.alert-orange {
  color: #855600;
  background-color: #ffedcc;
  border-color: #ffe6b8;
}

.alert-orange hr {
  border-top-color: #ffdd9f;
}

.alert-orange .alert-link {
  color: #523500;
}

/*
@import "progress";
@import "media";
@import "list-group";
*/
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not([disabled]):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip i.fa {
  font-size: 1.5rem;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #335a98;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #335a98;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #335a98;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #335a98;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #335a98;
  border-radius: 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

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

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/*
@import "carousel";*/
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #4a90e2 !important;
}

a.bg-primary:focus, a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #2275d7 !important;
}

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #f4ed00 !important;
}

a.bg-warning:focus, a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #c1bb00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-orange {
  background-color: orange !important;
}

a.bg-orange:focus, a.bg-orange:hover,
button.bg-orange:focus,
button.bg-orange:hover {
  background-color: #cc8400 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #4a90e2 !important;
}

.border-secondary {
  border-color: #868e96 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #f4ed00 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-orange {
  border-color: orange !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 2px !important;
}

.rounded-top {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.rounded-right {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-left {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }
  .d-sm-inline-flex {
    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: flex !important;
  }
  .d-md-inline-flex {
    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: flex !important;
  }
  .d-lg-inline-flex {
    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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

.d-print-block {
  display: none !important;
}

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

.d-print-inline {
  display: none !important;
}

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

.d-print-inline-block {
  display: none !important;
}

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

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

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #4a90e2 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #2275d7 !important;
}

.text-secondary {
  color: #868e96 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #f4ed00 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #c1bb00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.text-orange {
  color: orange !important;
}

a.text-orange:focus, a.text-orange:hover {
  color: #cc8400 !important;
}

.text-muted {
  color: #868e96 !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.fullwidth {
  width: 100%;
}

.debug, debug * {
  border: solid 1px #600000 !important;
}

.debug > *, debug * > * {
  border: solid 1px #aa0000 !important;
}

.debug > * > *, debug * > * > * {
  border: solid 1px #cc0000 !important;
}

.debug > * > * > *, debug * > * > * > * {
  border: solid 1px #ee0000 !important;
}

.debug > * > * > * > *, debug * > * > * > * > * {
  border: solid 1px #ff0000 !important;
}

/*ul .long - menu*/
@media (min-width: 767px) {
  ul.long {
    width: 300px;
  }
  ul.long li {
    float: left;
    width: 150px;
  }
}

@media (min-width: 992px) {
  .order-lg-last {
    order: 6 !important;
  }
}

.fs-4 {
  font-size: 25px !important;
  margin-right: 5px;
}

/*fullviewport - Pensado como uma estrura para sections que pegaria parte ou o todo de uma viewport. podendo ter 
    1 ocupando a tela toda, 2 ocupando 50% do espa�o vertical ou horizontal em determinado viewport.
*/
.fullviewport-xs-1-1 {
  width: 100vw;
  min-height: 100vh;
}

.fullviewport-xs-1-2 {
  width: 100vw;
  min-height: 50vh;
}

/* ASSAN */
.width-5x {
  width: 3rem !important;
}

.width-9x {
  width: 5.5rem !important;
}

.height-9x {
  height: 5.5rem !important;
}

.height-5x {
  height: 3rem !important;
}

.step-row {
  position: relative;
  display: flex;
  padding-bottom: 1.25rem;
}

.step-icon {
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin-right: 1.25rem;
}

.step-icon:after {
  border-left: 2px dashed #e0dfea;
  content: "";
  position: absolute;
  top: 3.75rem;
  left: calc(1.5rem - 1px);
  width: 1rem;
  height: calc(100% - 3.25rem);
}

.step-item {
  margin-bottom: 1.25rem;
}

.rounded-4 {
  border-radius: 1rem;
}

.overflow-hidden {
  overflow: hidden !important;
}

.start-50 {
  left: 50% !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.bottom-0 {
  bottom: 0 !important;
}

top-0 {
  top: 0 !important;
}

right-0 {
  right: 0 !important;
}

left-0 {
  left: 0 !important;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .fullviewport-sm-1-1 {
    width: 100vw;
    min-height: 100vh;
  }
  .fullviewport-sm-1-2 {
    width: 100vw;
    min-height: 50vh;
  }
}

@media (min-width: 768px) {
  .fullviewport-md-1-1 {
    width: 100vw;
    min-height: 100vh;
  }
  .fullviewport-md-1-2 {
    width: 100vw;
    min-height: 50vh;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .fullviewport-lg-1-1 {
    width: 100vw;
    min-height: 100vh;
  }
  .fullviewport-lg-1-2 {
    width: 100vw;
    min-height: 50vh;
  }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .fullviewport-xl-1-1 {
    width: 100vw;
    min-height: 100vh;
  }
  .fullviewport-xl-1-2 {
    width: 100vw;
    min-height: 50vh;
  }
}

/*@import "print";*/
/*.modal-open .dropdown-menu {
    z-index: 2050;
}

.modal-open .dropdown.open {
    *z-index: 2050;
}

.modal-open .popover {
    z-index: 2060;
}

.modal-open .tooltip {
    z-index: 2070;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.show {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin: -250px 0 0 -280px;
    overflow: auto;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    @include roundedCorners(10px);
    @include boxShadow(0 3px 7px rgba(0, 0, 0, 0.3));
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.modal.fade {
     
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -ms-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.show {
    top: 50%;
}

.modal.iframe {
    width: 700px;
    margin: -250px 0 0 -350px;
    
}

    

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

.modal-header h3 {
    padding: 5px;
    font-size: 120%;
}

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

.modal-body {
    max-height: 400px;
    padding: 15px;
    overflow-y: auto;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: "";
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal.iframe {
    width: 700px;
    margin: -250px 0 0 -350px;

    & .modal-body {
        height: 400px;
        padding: 0px;
    }
}*/

/*#endregion*/

/*#region URL: /content/styles/scss/sfr5.scss */

/*Quebras padrão do bootstrap para consulta */
/*Breackpoints do boostrap para componentes responsivos*/
/*Extra small devices (portrait phones, less than 576px)*/
/*No media query since this is the default in Bootstrap*/
/*Small devices (landscape phones, 576px and up)*/
/*Large devices (desktops, 992px and up)*/
/*Extra large devices (large desktops, 1200px and up)*/
/*sf*/


@font-face {
  font-family: 'themify';
  src: url("/content/fonts/themify/themify.eot?-fvbane");
  src: url("/content/fonts/themify/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("/content/fonts/themify/themify.woff?-fvbane") format("woff"), url("/content/fonts/themify/themify.ttf?-fvbane") format("truetype"), url("/content/fonts/themify/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*Requerido para trechos baseados em bootstrap*/
/*Não gera CSS, apenas funções e variaveis*/
/*sf_variables.less*/
/*$fontColor: lighten($borderColor, 25%) !default;
$hoverColor: lighten($borderColor, 50%) !default;*/
/*$styled-font: 'Droid Serif', serif;*/
/*$base-font: 'Open Sans', sans-serif;*/
/*$input-btn-padding-y: .8rem !default;
$input-btn-padding-x: 1.75rem !default;
$input-btn-line-height: $line-height-base !default;*/
/*$btn-padding-y: 0.8rem; //$input-btn-padding-y !default;  // original boostrap
$btn-padding-x: 1.75rem; // $input-btn-padding-x !default; // original boostrap*/
/*Mixins da sf*/
/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-display: swap;
  font-family: 'FontAwesome';
  src: url("/content/fonts/fontawesome-4.7/fontawesome-webfont.eot?v=4.7.0");
  src: url("/content/fonts/fontawesome-4.7/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/content/fonts/fontawesome-4.7/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/content/fonts/fontawesome-4.7/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/content/fonts/fontawesome-4.7/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/content/fonts/fontawesome-4.7/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.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(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-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 {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

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

/*2x no font-awesome para unidades rem*/
.fa-2x-rem {
  font-size: 1.5rem;
}

.fa-1_5x-rem {
  font-size: 1.5rem;
}

.fa-1_2x-rem {
  font-size: 1.2rem;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.sf-bg-slide {
  position: relative;
  font-size: inherit;
  z-index: 2;
}

.sf-bg-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  transition: all .3s;
}

.sf-bg-slide:hover:before {
  transition: all .3s;
  z-index: -1;
}

.sf-bg-slide.sf-bg-slide-to-white:hover:before {
  width: 100%;
  background-color: white;
}

.sf-bg-slide.sf-bg-slide-to-white:hover {
  border-color: #fff;
  color: #333;
}

.sf-bg-slide.sf-bg-slide-to-yellow:hover {
  border-color: #f4ed00;
}

.sf-bg-slide.sf-bg-slide-to-yellow:hover:before {
  width: 100%;
  background-color: #f4ed00;
}

.sf-bg-slide.sf-bg-slide-to-primary:hover {
  border-color: #4a90e2;
  color: white;
}

.sf-bg-slide.sf-bg-slide-to-primary:hover:before {
  width: 100%;
  background-color: #4a90e2;
}

/* Animation */
@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-moz-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes bounce-light {
  0%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-4px);
  }
  40% {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-2.5px);
  }
  60% {
    transform: translateY(2.5px);
  }
  70% {
    transform: translateY(-1.4px);
  }
}

.bounce-light {
  -webkit-animation-name: bounce-light;
  animation-name: bounce-light;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  from {
    transform: translate3d(100px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-moz-keyframes fadeInLeft {
  from {
    transform: translate3d(100px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  from {
    transform: translate3d(100px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animatedFadeLeft {
  opacity: 0;
}

.animatedFadeInLeft {
  opacity: 0;
}

.fadeInLeft {
  opacity: 0;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/*gera classe delay-xxx de 250 a 3000 com step de 250 */
.delay-250 {
  animation-delay: 250ms;
}

.delay-500 {
  animation-delay: 500ms;
}

.delay-750 {
  animation-delay: 750ms;
}

.delay-1000 {
  animation-delay: 1000ms;
}

.delay-1250 {
  animation-delay: 1250ms;
}

.delay-1500 {
  animation-delay: 1500ms;
}

.delay-1750 {
  animation-delay: 1750ms;
}

.delay-2000 {
  animation-delay: 2000ms;
}

.delay-2250 {
  animation-delay: 2250ms;
}

.delay-2500 {
  animation-delay: 2500ms;
}

.delay-2750 {
  animation-delay: 2750ms;
}

.delay-3000 {
  animation-delay: 3000ms;
}

.animated-very-slow {
  animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: both;
}

.animated-very-slow.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated-fast {
  animation-duration: 500ms;
  animation-fill-mode: both;
  -webkit-animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
}

.animated-fast.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*--- ASSAN EFFECTS FILE ------------------------------------- */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

/*@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}*/
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.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;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  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;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  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%;
}

.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;
    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;
  }
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("bower_components/owl.carousel/dist/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*Loading*/
.ui-widget-overlay {
  position: fixed !important;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #aaaaaa url("/content/images/jqui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("/content/images/jqui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.ui-dialog {
  box-sizing: content-box;
  z-index: 1050;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

/*navbar  seguro de vida */
/*navbar  seguro de vida */
.sf-logo-com-mapa {
  display: block;
  width: 270px;
  height: 15px;
  margin-top: 1px;
  background: transparent url("//www.segurofacil.com.br/content/images/base/sfsprite.png") no-repeat -252px 0px;
}

.sf-sprite-logo-maneira-inteligente {
  width: 271px;
  height: 16px;
  background: transparent url("//www.segurofacil.com.br/content/images/base/sfsprite.png") no-repeat 0px -116px;
  bottom: 0;
  right: 0px;
}

/*Sprite para icone do seguro facil com brasil no S*/
/*@media (min-width: 1025px) {
    .sf-logo-responsive {
        @include sf-logo-mixim;
    }
    .sf-contact-responsive {
        // ciramos sf-contact-responsive para usar no site wide
        @include sf-contact-mixin;
    }
}*/
.sf-menu-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*A primeira .navbar cria a navbar, seus temanhos, cores, etc... A segunda classe .navbar foi criada para esconder os itens da navbar
    conforme o media query, escondendo itens de produto, de subitens do produto "outros" que tem um dropdown com os outros produtos
*/
.search-icon-color {
  color: #cccccc;
}

.sf-navbar-nav-search {
  display: none;
}

.navbar {
  /*Navbar inline search (retirado do assan classico)*/
  /*Navbar toggler para o search*/
  /*navbar de itens de menu no mobile. Contém o botão de pesquisa e o acionador do menu*/
}

@media (max-width: 767px) {
  .navbar > .container-fluid {
    padding-left: 1rem;
  }
}

.navbar .search-inline {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  z-index: 9;
}

.navbar .search-inline.search-visible {
  opacity: 1;
  visibility: visible;
  animation: fadeInDown 0.3s ease-out forwards;
}

.navbar .search-inline button[type="submit"] {
  position: absolute;
  right: 52px;
  top: 0;
  background-color: #8c3f73;
  border: 0px;
  top: 0;
  right: 80px;
  padding: 0px;
  cursor: pointer;
  width: 80px;
  height: 100%;
  color: #fff;
  font-size: 1.2rem;
}

.navbar .search-inline .form-control {
  border: none;
  box-shadow: none;
  border: 0px;
  padding-left: 0;
  font-size: 1.5rem;
  position: absolute;
  left: 1%;
  top: 0;
  height: 100%;
  width: 99%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.navbar .search-inline .search-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
  width: 80px;
  height: 100%;
  text-align: center;
  display: table;
  background-color: white;
}

.navbar .search-inline .search-close i {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .navbar .search-inline .form-control {
    font-size: 1rem;
  }
  .navbar .search-inline button[type="submit"] {
    width: 50px;
    right: 50px;
  }
  .navbar .search-inline .search-close {
    width: 50px;
  }
}

.navbar .navbarBrand, .navbar #navbarBrand, .navbar .navbarbrand-com-um-site-sf {
  display: inline-block;
  /*padding-top: $navbar-brand-padding-y;
        padding-bottom: $navbar-brand-padding-y;*/
  padding-top: 0.3em;
  padding-bottom: 0.3rem;
  /*margin-right: $navbar-padding-x;*/
  /*font-size: $navbar-brand-font-size;
        line-height: inherit;
        white-space: nowrap;
        padding-left: 0; */
  padding-right: 14px;
}

@media (min-width: 768px) {
  .navbar .navbarBrand, .navbar #navbarBrand, .navbar .navbarbrand-com-um-site-sf {
    padding-left: 1rem;
  }
}

@media (min-width: 1180px) {
  .navbar .navbarBrand, .navbar #navbarBrand, .navbar .navbarbrand-com-um-site-sf {
    padding-left: 2.8rem;
    padding-right: 14px;
  }
}

@media (min-width: 1440px) {
  .navbar .navbarBrand, .navbar #navbarBrand, .navbar .navbarbrand-com-um-site-sf {
    padding-left: 6rem;
  }
}

.navbar .navbarBrand:focus, .navbar #navbarBrand:focus, .navbar .navbarbrand-com-um-site-sf:focus, .navbar .navbarBrand:hover, .navbar #navbarBrand:hover, .navbar .navbarbrand-com-um-site-sf:hover {
  text-decoration: none;
}

.navbar #navbarBrand {
  /*display: inline-block;
       
        padding-top: 0.3em; //sf
        padding-bottom: 0.3rem; //sf
        
        padding-right: 14px;

        a {
            @include sf-logo-mobile-mixin;

            @media (min-width: 1025px) {
                @include sf-logo-mixin;
            }
        }

        @media (min-width: 768px) {
            padding-left: 1rem;
        }
      
        @media (min-width: 1180px) {
            padding-left: 2.8rem;
        }

        @media (min-width: 1440px) {
            padding-left: 6rem;
        }

        @include hover-focus {
            text-decoration: none;
        }*/
}

.navbar #navbarBrand a {
  display: block;
  height: 32px;
  margin-top: 1px;
  background-repeat: no-repeat;
  width: 144px;
  background: transparent url("//www.segurofacil.com.br/content/images/base/sfsprite.png") no-repeat -232px -45px;
}

@media (min-width: 1025px) {
  .navbar #navbarBrand a {
    display: block;
    width: 187px;
    height: 41px;
    margin-top: 1px;
    background: transparent url("//www.segurofacil.com.br/content/images/base/sfsprite.png") no-repeat -252px 0px;
  }
}

.navbar .navbarbrand-com-um-site-sf {
  display: flex;
}

@media (min-width: 768px) {
  .navbar .navbarbrand-com-um-site-sf {
    padding: 0 0 0 0.8rem;
  }
}

@media (min-width: 1025px) {
  .navbar .navbarbrand-com-um-site-sf a:nth-child(1) {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.navbar .navbarbrand-com-um-site-sf a:nth-child(2) {
  display: block;
  height: 32px;
  margin-top: 1px;
  background-repeat: no-repeat;
  width: 68px;
  height: 22px;
  background: transparent url("//www.segurofacil.com.br/content/images/base/logo-um-site-sf-xs.png") 0 0;
  align-self: flex-end;
  margin-left: 2px;
  margin-bottom: 2px;
}

@media (min-width: 1025px) {
  .navbar .navbarbrand-com-um-site-sf a:nth-child(2) {
    display: block;
    height: 60px;
    margin-top: 1px;
    background-repeat: no-repeat;
    width: 96px;
    height: 25px;
    background: transparent url("//www.segurofacil.com.br/content/images/base/logo-um-site-sf-md.png") 0 0;
    margin-bottom: 6px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.navbar .navbar-brand-estagiario a:nth-child(1) {
  display: block;
  height: 32px;
  margin-top: 1px;
  background-repeat: no-repeat;
  width: 200px;
  height: 36px;
  background: transparent url("//www.segurofacil.com.br/content/images/seguroestagiario/seguro-estagiario-logo-xs.png") 0 0px;
}

@media (min-width: 1025px) {
  .navbar .navbar-brand-estagiario a:nth-child(1) {
    display: block;
    height: 60px;
    margin-top: 1px;
    background-repeat: no-repeat;
    width: 311px;
    height: 57px;
    background: transparent url("//www.segurofacil.com.br/content/images/seguroestagiario/seguro-estagiario-logo-md.png") 0 0px;
  }
}

.navbar .navbar-brand-estagiario a:nth-child(2) {
  display: none;
}

@media (min-width: 380px) {
  .navbar .navbar-brand-estagiario a:nth-child(2) {
    display: block;
  }
}

@media (min-width: 768px) {
  .navbar .navbar-brand-estagiario a:nth-child(2) {
    display: none;
  }
}

@media (min-width: 805px) {
  .navbar .navbar-brand-estagiario a:nth-child(2) {
    display: block;
  }
}

.navbar .navbar-brand-vida a:nth-child(1) {
  display: block;
  height: 32px;
  margin-top: 1px;
  background-repeat: no-repeat;
  width: 152px;
  height: 36px;
  background: transparent url("//www.segurofacil.com.br/content/images/segurodevida/seguro-vida-logo-xs.png") 0 0px;
}

@media (min-width: 1025px) {
  .navbar .navbar-brand-vida a:nth-child(1) {
    display: block;
    height: 60px;
    margin-top: 1px;
    background-repeat: no-repeat;
    width: 260px;
    height: 57px;
    background: transparent url("//www.segurofacil.com.br/content/images/segurodevida/seguro-vida-logo-md.png") 0 0px;
  }
}

.navbar .navbar-brand-vida a:nth-child(2) {
  display: none;
  /*@media (min-width: 768px) {
                display: none;
            }*/
}

@media (min-width: 380px) {
  .navbar .navbar-brand-vida a:nth-child(2) {
    display: block;
  }
}

@media (min-width: 805px) {
  .navbar .navbar-brand-vida a:nth-child(2) {
    display: block;
  }
}

@media (min-width: 1025px) {
  .navbar .navbar-brand-vida a:nth-child(2) {
    margin-bottom: 10px;
  }
}

.navbar .navbar-sso-estagiario a:nth-child(1) {
  display: block;
  height: 32px;
  margin-top: 1px;
  background-repeat: no-repeat;
  width: 144px;
  background: transparent url("//www.segurofacil.com.br/content/images/base/sfsprite.png") no-repeat -232px -45px;
}

@media (min-width: 1025px) {
  .navbar .navbar-sso-estagiario a:nth-child(1) {
    display: block;
    width: 187px;
    height: 41px;
    margin-top: 1px;
    background: transparent url("//www.segurofacil.com.br/content/images/base/sfsprite.png") no-repeat -252px 0px;
  }
}

.navbar .navbar-sso-estagiario a:nth-child(2) {
  display: block;
  height: 32px;
  margin-top: 1px;
  background-repeat: no-repeat;
  width: 200px;
  height: 36px;
  background: transparent url("//www.segurofacil.com.br/content/images/seguroestagiario/seguro-estagiario-logo-xs.png") 0 0px;
}

@media (min-width: 1025px) {
  .navbar .navbar-sso-estagiario a:nth-child(2) {
    display: block;
    height: 60px;
    margin-top: 1px;
    background-repeat: no-repeat;
    width: 311px;
    height: 57px;
    background: transparent url("//www.segurofacil.com.br/content/images/seguroestagiario/seguro-estagiario-logo-md.png") 0 0px;
  }
}

.navbar #navbarBrandWithMap {
  display: inline-block;
  /*padding-top: $navbar-brand-padding-y;
        padding-bottom: $navbar-brand-padding-y;*/
  padding-top: 0.3em;
  padding-bottom: 0.3rem;
  /*margin-right: $navbar-padding-x;*/
  /*font-size: $navbar-brand-font-size;
        line-height: inherit;
        white-space: nowrap;
        padding-left: 0; */
  padding-right: 14px;
  /*@media (min-width: 768px) {
            padding-left: 1rem;
        }
        //@media (min-width: 1061px) {
        @media (min-width: 1180px) {
            padding-left: 2.8rem;
        }

        @media (min-width: 1440px) {
            padding-left: 6rem;
        }

        @include hover-focus {
            text-decoration: none;
        }*/
}

.navbar #navbarBrandWithMap a {
  display: block;
  height: 60px;
  margin-top: 1px;
  background-repeat: no-repeat;
  width: 234px;
  background: transparent url("//www.segurofacil.com.br/content/images/base/sfsprite.png") no-repeat 0 -174px;
  /*@media (min-width: 1025px) {
                @include sf-logo-mixin;
            }*/
}

.navbar #navbar-toggler-flex {
  align-items: center;
  align-self: center;
  display: flex;
  align-content: space-between;
  font-size: 1.1rem;
  padding-right: 0;
  top: 6px;
  transition: all .3s;
  -webkit-transition: all .3s;
  cursor: pointer;
  line-height: 1.2rem;
}

@media (min-width: 768px) {
  .navbar #navbar-toggler-flex {
    display: none;
  }
}

.navbar #navbar-toggler-flex .navbar-toggler-toggle {
  transition: transform .3s;
}

.navbar #navbar-toggler-flex .navbar-toggler-toggle:not(.collapsed) {
  transform: rotate(-90deg);
}

.navbar #navbar-toggler-flex > div {
  /*.navbar-toggler-item {*/
  display: flex;
  position: relative;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.navbar #navbar-toggler-flex > div button, .navbar #navbar-toggler-flex > div a {
  padding: 0;
  margin: 0;
  background-color: white;
  border: none;
}

.navbar #navbar-toggler-flex > div button i, .navbar #navbar-toggler-flex > div a i {
  cursor: pointer;
}

.navbar .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar .navbar-collapse .navbar-nav .dropdown-menu {
  border: 0px;
}

@media (min-width: 768px) {
  .navbar .navbar-collapse .navbar-nav .dropdown-menu {
    display: flex;
    display: none;
    box-shadow: none;
    padding: 0;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid #f1f0fe;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 0.5rem;
    background-color: RGBA(255, 255, 255, 0.96);
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu.show {
    display: flex;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item-com-icone-inline > div {
    display: flex;
    align-items: center;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item-com-icone-inline > div > .fa {
    display: flex;
    font-size: 0.8rem;
    width: 1.8rem;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item-com-icone-inline > div > span {
    display: flex;
    font-size: 0.7rem;
    flex-wrap: nowrap;
    text-align: left;
    width: 8rem;
  }
}

.navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  font-size: 0.7rem;
  padding: 0.65rem 1.5rem;
}

@media (min-width: 768px) {
  .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 0.7rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 1rem;
    white-space: initial;
    padding: 1rem;
    border-bottom: 1px solid #f1f0fe;
    border-right: 1px solid #f1f0fe;
    height: 2.3rem;
    display: flex;
  }
}

.navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item .fa {
  font-size: 0.9rem;
}

.navbar .navbar-collapse .navbar-nav .dropdown-item {
  color: rgba(34, 35, 45, 0.6);
}

.navbar .navbar-collapse .navbar-nav.sf-navbar-nav-product .sf-nav-item-produto {
  display: block;
}

.navbar .navbar-collapse .navbar-nav.sf-navbar-nav-product .sf-nav-item-produto > a > div {
  text-align: left;
  font-weight: 600;
}

.navbar .navbar-collapse .navbar-nav.sf-navbar-nav-product .sf-nav-item-produto > a > div > .fa {
  display: inline-block;
  font-size: 1.15rem;
  width: 2rem;
}

.navbar .navbar-collapse .navbar-nav.sf-navbar-nav-product .sf-nav-item-produto > a > div > span {
  display: inline-block;
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .navbar .navbar-collapse .navbar-nav.sf-navbar-nav-product .sf-nav-item-produto > a > div {
    text-align: center;
  }
  .navbar .navbar-collapse .navbar-nav.sf-navbar-nav-product .sf-nav-item-produto > a > div > .fa {
    display: block;
    font-size: 1.15rem;
    width: auto;
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .navbar .navbar-collapse .navbar-nav.sf-navbar-nav-product .sf-nav-item-produto > a > div > .fa {
    font-size: 1.45rem;
    padding-bottom: 3px;
  }
}

@media (min-width: 768px) {
  .navbar .navbar-collapse .navbar-nav.sf-navbar-nav-product .sf-nav-item-produto > a > div > span {
    display: block;
    font-size: 0.7rem;
  }
}

.navbar .navbar-collapse .navbar-nav.sf-navbar-nav-product .nav-link {
  color: #4a90e2;
  line-height: 0.8rem;
}

.navbar .navbar-collapse .navbar-nav.sf-navbar-nav-geral {
  text-align: left;
}

@media (min-width: 768px) {
  .navbar .navbar-collapse .navbar-nav.sf-navbar-nav-geral {
    text-align: center;
    /*max-width: 150px;*/
  }
}

@media (min-width: 925px) {
  .navbar .navbar-collapse .navbar-nav.sf-navbar-nav-geral {
    /*max-width: 220px;*/
  }
}

@media (min-width: 1025px) {
  .navbar .navbar-collapse .navbar-nav.sf-navbar-nav-geral {
    /*max-width: none;*/
  }
}

.navbar .navbar-collapse .navbar-nav.sf-navbar-nav-geral > a {
  line-height: 0.8rem;
}

.navbar .navbar-collapse .navbar-nav.sf-navbar-nav-geral .nav-item .nav-link {
  padding-left: 0;
  padding-right: 0;
}

.navbar .navbar-collapse .navbar-nav.nav-slogan {
  align-self: flex-end;
  display: none;
}

@media (min-width: 768px) {
  .navbar .navbar-collapse .navbar-nav.nav-slogan {
    display: block;
  }
}

.navbar .navbar-collapse .navbar-nav .nav-item {
  /*padding-left: 0.4rem;
                    padding-right: 0.4rem;*/
  padding-left: 0;
  padding-right: 0.4rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

@media (min-width: 768px) {
  .navbar .navbar-collapse .navbar-nav .nav-item {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

@media (min-width: 1440px) {
  .navbar .navbar-collapse .navbar-nav .nav-item {
    padding-right: 0.5rem;
    padding-left: 1rem;
  }
}

@media (min-width: 768px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menus-2columns {
    width: 380px;
    flex-direction: row;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menus-2columns > li {
    width: 189px;
    display: flex;
  }
}

.navbar .navbar-collapse .navbar-nav .nav-item > .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-top: none;
}

.navbar .navbar-collapse .navbar-nav .nav-item > .nav-link.active {
  color: #4a90e2;
  border-top-color: #4a90e2;
}

.navbar .navbar-collapse .navbar-nav .nav-item > .nav-link:focus, .navbar .navbar-collapse .navbar-nav .nav-item > .nav-link:hover {
  color: #4a90e2;
  border-top-color: #4a90e2;
}

@media (min-width: 768px) {
  .navbar .navbar-collapse .navbar-nav .nav-item > .nav-link {
    border-top: solid 2px transparent;
  }
}

@media (min-width: 1025px) {
  .navbar .navbar-collapse .navbar-nav .nav-item > .nav-link {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (min-width: 1130px) {
  .navbar .navbar-collapse .navbar-nav .nav-item > .nav-link {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
}

@media (min-width: 1210px) {
  .navbar .navbar-collapse .navbar-nav .nav-item > .nav-link {
    padding-right: 0.35rem;
    padding-left: 0.35rem;
  }
}

@media (min-width: 1250px) {
  .navbar .navbar-collapse .navbar-nav .nav-item > .nav-link {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}

.navbar .navbar-collapse > .nav-link.search-open {
  padding: 0.5rem .5rem;
}

@media (min-width: 950px) {
  .navbar .navbar-collapse > .nav-link.search-open {
    padding: 0.5rem 0.5rem;
  }
}

@media (min-width: 1040) {
  .navbar .navbar-collapse > .nav-link.search-open {
    padding: 0.5rem 1rem;
  }
}

.navbar .navbar-collapse #navbarPhone {
  display: inline-block;
  /*padding-top: $navbar-brand-padding-y;
                padding-bottom: $navbar-brand-padding-y;*/
  padding-top: 0.3em;
  padding-bottom: 0.3rem;
  /*padding-right: 2.5rem;*/
  padding-right: 1rem;
  padding-left: 5px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar .navbar-collapse #navbarPhone > div {
  width: 124px;
  height: 16px;
  background: transparent url("//www.segurofacil.com.br/content/images/base/sfsprite.png") no-repeat -236px -167px;
}

@media (min-width: 1025px) {
  .navbar .navbar-collapse #navbarPhone > div {
    width: 183px;
    height: 35px;
    background: transparent url("//www.segurofacil.com.br/content/images/base/sfsprite.png") no-repeat -218px -132px;
    bottom: 6px;
    right: 0px;
  }
}

@media (min-width: 1061px) {
  .navbar .navbar-collapse #navbarPhone {
    padding-left: 14px;
  }
}

@media (min-width: 1440px) {
  .navbar .navbar-collapse #navbarPhone {
    padding-right: 4rem;
  }
}

.navbar .navbar-collapse #navbarPhone:focus, .navbar .navbar-collapse #navbarPhone:hover {
  text-decoration: none;
}

.navbar .navbar-collapse #navbarPhone-simple {
  display: inline-block;
  /*padding-top: $navbar-brand-padding-y;
                padding-bottom: $navbar-brand-padding-y;*/
  padding-top: 0.3em;
  padding-bottom: 0.3rem;
  /*padding-right: 2.5rem;*/
  padding-right: 1rem;
  padding-left: 5px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar .navbar-collapse #navbarPhone-simple > div {
  display: none;
}

@media (min-width: 460px) {
  .navbar .navbar-collapse #navbarPhone-simple > div {
    display: block;
    width: 183px;
    height: 35px;
    background: transparent url("//www.segurofacil.com.br/content/images/base/sfsprite.png") no-repeat -218px -132px;
    bottom: 6px;
    right: 0px;
    width: 124px;
    height: 16px;
    background: transparent url("//www.segurofacil.com.br/content/images/base/sfsprite.png") no-repeat -236px -167px;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-collapse #navbarPhone-simple > div {
    width: 183px;
    height: 35px;
    background: transparent url("//www.segurofacil.com.br/content/images/base/sfsprite.png") no-repeat -218px -132px;
    bottom: 6px;
    right: 0px;
  }
}

@media (min-width: 1061px) {
  .navbar .navbar-collapse #navbarPhone-simple {
    padding-left: 14px;
  }
}

@media (min-width: 1440px) {
  .navbar .navbar-collapse #navbarPhone-simple {
    padding-right: 4rem;
  }
}

.navbar .navbar-collapse #navbarPhone-simple:focus, .navbar .navbar-collapse #navbarPhone-simple:hover {
  text-decoration: none;
}

.navbar.navbar-simple {
  background-color: transparent;
}

.navbar.navbar-brand-only {
  background-color: white;
}

.navbar.navbar-brand-only .navbar-brand-estagiario a:nth-child(2) {
  display: flex;
}

/*------------- Configuração de exibição de itens de menu e do submenu outros*/
/*deve ficar após o css de dropdown para nav-itens para conseguir esconder os itens
    O menu outros deve ser o inverso do menu de produtos, porque quando exibidos na navbar, não deve apresentar o mesmo item no 
    submenu outros.
*/
@media (min-width: 768px) {
  .navbar .navbar-collapse .navbar-nav.sf-navbar-nav-product:not(.ignore-responsive-hide) > li:nth-child(1) {
    display: list-item;
  }
  .navbar .navbar-collapse .navbar-nav.sf-navbar-nav-product:not(.ignore-responsive-hide) > li:nth-child(2) {
    display: list-item;
  }
  .navbar .navbar-collapse .navbar-nav.sf-navbar-nav-product:not(.ignore-responsive-hide) > li:nth-child(3) {
    display: list-item;
  }
  .navbar .navbar-collapse .navbar-nav.sf-navbar-nav-product:not(.ignore-responsive-hide) > li:nth-child(4) {
    display: list-item;
  }
  .navbar .navbar-collapse .navbar-nav.sf-navbar-nav-product:not(.ignore-responsive-hide) > li:nth-child(5) {
    display: none;
  }
  .navbar .navbar-collapse .navbar-nav.sf-navbar-nav-product:not(.ignore-responsive-hide) > li:nth-child(6) {
    display: none;
  }
  .navbar .navbar-collapse .navbar-nav.sf-navbar-nav-product:not(.ignore-responsive-hide) > li:nth-child(7) {
    display: list-item;
  }
}

@media (min-width: 810px) {
  .navbar .navbar-collapse .navbar-nav.sf-navbar-nav-product:not(.ignore-responsive-hide) > li:nth-child(5) {
    display: list-item;
  }
}

@media (min-width: 880px) {
  .navbar .navbar-collapse .navbar-nav.sf-navbar-nav-product:not(.ignore-responsive-hide) > li:nth-child(6) {
    display: list-item;
  }
}

.navbar .navbar-collapse .navbar-nav.sf-navbar-nav-product:not(.ignore-responsive-hide) .sf-nav-item-produto .submenu-menu-outros {
  /*@media (min-width: 925px) {
                            > li:nth-child(1) {
                                display: flex;
                            }

                            > li:nth-child(2) {
                                display: flex;
                            }
                        }

                        @media (min-width: 1000px) {
                            > li:nth-child(1) {
                                display: none;
                            }

                            > li:nth-child(2) {
                                display: flex;
                            }
                        }

                        @media (min-width: 1025px) {
                            > li:nth-child(1) {
                                display: flex;
                            }
                        }

                        @media (min-width: 1130px) {
                            > li:nth-child(1) {
                                display: none;
                            }
                        }

                        @media (min-width: 1210px) {
                            > li:nth-child(2) {
                                display: none;
                            }
                        }*/
}

@media (max-width: 767px) {
  .navbar .navbar-collapse .navbar-nav.sf-navbar-nav-product:not(.ignore-responsive-hide) .sf-nav-item-produto .submenu-menu-outros > li:nth-child(1) {
    display: none;
  }
  .navbar .navbar-collapse .navbar-nav.sf-navbar-nav-product:not(.ignore-responsive-hide) .sf-nav-item-produto .submenu-menu-outros > li:nth-child(2) {
    display: none;
  }
}

@media (min-width: 810px) {
  .navbar .navbar-collapse .navbar-nav.sf-navbar-nav-product:not(.ignore-responsive-hide) .sf-nav-item-produto .submenu-menu-outros > li:nth-child(1) {
    display: none;
  }
}

@media (min-width: 880px) {
  .navbar .navbar-collapse .navbar-nav.sf-navbar-nav-product:not(.ignore-responsive-hide) .sf-nav-item-produto .submenu-menu-outros > li:nth-child(2) {
    display: none;
  }
}

.sf-navbar-admin {
  display: flex;
  align-items: center;
  height: 58px;
  margin-bottom: 15px;
  box-shadow: 0px 8px 8px -6px #c9c9c9;
}

.sf-navbar-admin .item-admin {
  font-size: 14px;
  padding: 12px;
}

.sf-navbar-admin .ul-spaced {
  width: 70%;
  display: flex;
  justify-content: space-between;
}

#bottomNav {
  /*padding-top: 100px;*/
}

#bottomNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottomNav h2 {
  margin: 0;
}

#bottomNav > Div {
  background-color: #f0f0f0;
  border: 1px solid gainsboro;
  min-height: 200px;
  /*@include roundedCorners();*/
  color: #9c9c9c;
  font-size: 11px;
}

#bottomNav > Div h2, #bottomNav > Div h3, #bottomNav > Div h4 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#bottomNav > Div a:hover {
  color: #5c5c5c;
  text-decoration: none;
}

#bottomNav > Div #bottomBreadcrumbs {
  font-size: 12px;
  /*overflow: hidden;*/
  height: 31px;
  border-bottom: 1px solid gainsboro;
  color: inherit;
  /*width: 100%;*/
}

#bottomNav > Div #bottomBreadcrumbs ul {
  height: 31px;
  align-items: stretch;
  display: flex;
}

#bottomNav > Div #bottomBreadcrumbs ul li {
  /*height: 22px;*/
  display: flex;
  flex-direction: row;
  /*float: left;*/
  background: url("/content/images/base/breadcrumbdivisor.png") no-repeat left;
  padding: 0 10px 0px 20px;
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

#bottomNav > Div #bottomBreadcrumbs ul li a {
  display: flex;
  align-items: center;
  color: inherit;
  /*height: 31px;*/
}

#bottomNav > Div #bottomBreadcrumbs ul li a:hover {
  color: #5c5c5c;
  font-weight: bold;
}

#bottomNav > Div #bottomBreadcrumbs ul li:first-child {
  background-image: none;
  padding: 0 10px 0px 15px;
}

#bottomNav > Div #bottomBreadcrumbs ul li:first-child a img {
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#bottomNav > Div #bottomBreadcrumbs ul li:first-child a:hover img {
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#bottomNav > Div #bottomLinks {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 12px;
  line-height: 17px;
}

@media (max-width: 575px) {
  #bottomNav > Div #bottomLinks {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

#bottomNav > Div #bottomLinks .bottomsubmenu {
  cursor: pointer;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

#bottomNav > Div #bottomLinks .bottomsubmenu.show {
  display: block;
  max-height: 700px;
  transition: max-height 0.3s ease-in;
}

#bottomNav > Div #bottomLinks .col-bottom-menu-toggler {
  padding-left: 2rem;
}

@media (min-width: 576px) {
  #bottomNav > Div #bottomLinks .col-bottom-menu-toggler {
    display: none;
  }
  #bottomNav > Div #bottomLinks .bottomsubmenu {
    max-height: initial;
    overflow: initial;
    transition: none;
  }
}

#bottomNav > Div #bottomLinks > ul {
  /*float: left;*/
  border-bottom: 1px solid gainsboro;
  font-size: inherit;
  color: inherit;
  padding: 15px 15px 15px 30px;
  /*?? validar media*/
}

@media (min-width: 576px) {
  #bottomNav > Div #bottomLinks > ul {
    padding: 15px 15px 15px 15px;
    float: left;
    border-bottom: none;
  }
}

#bottomNav > Div #bottomLinks > ul a {
  font-size: inherit;
  color: inherit;
  display: block;
}

#bottomNav > Div #bottomLinks > ul a:hover {
  color: #5c5c5c;
}

#bottomNav > Div #bottomLinks > ul > li h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

#bottomNav > Div #footerContact {
  /*Padrão do reset do boostrap*/
  /*@include boxSizing();*/
  padding: 25px 10px 25px 25px;
  border-left: 1px solid gainsboro;
  /*color: $fontColorBottomNav;*/
}

#bottomNav > Div #footerContact h3 {
  font-size: 18px;
  font-weight: 700;
  color: inherit;
  margin-bottom: 10px;
  color: #9c9c9c;
}

#bottomNav > Div #footerContact h4 {
  font-weight: 700;
  color: #9c9c9c;
  font-size: 14px;
}

#bottomNav > Div #footerContact p {
  padding-top: 0px;
  color: inherit;
}

#bottomNav > Div #footerContact p a {
  color: inherit;
  font-weight: normal;
}

#bottomNav > Div #footerContact p a:hover {
  text-decoration: underline;
  color: #5c5c5c;
}

#bottomNav > Div #footerContact p.last {
  padding-bottom: 0px;
}

/*Extra small devices (portrait phones, less than 576px)*/
/*No media query since this is the default in Bootstrap*/
/*Small devices (landscape phones, 576px and up)*/
.arrow-1rem {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 0.2rem;
}

.arrow-1rem.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow-1rem.arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow-1rem.arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow-1rem.arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.arrow-xs {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.arrow-xs.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow-xs.arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow-xs.arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow-xs.arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.arrow-sm {
  border: solid black;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 4px;
}

.arrow-sm.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow-sm.arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow-sm.arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow-sm.arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.arrow-md {
  border: solid black;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 5px;
}

.arrow-md.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow-md.arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow-md.arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow-md.arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.arrow-lg {
  border: solid black;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 6px;
}

.arrow-lg.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow-lg.arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow-lg.arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow-lg.arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .arrow-xs {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
  }
  .arrow-xs.arrow-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .arrow-xs.arrow-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .arrow-xs.arrow-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .arrow-xs.arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .arrow-sm {
    border: solid black;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 5px;
  }
  .arrow-sm.arrow-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .arrow-sm.arrow-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .arrow-sm.arrow-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .arrow-sm.arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .arrow-md {
    border: solid black;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 7px;
  }
  .arrow-md.arrow-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .arrow-md.arrow-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .arrow-md.arrow-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .arrow-md.arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .arrow-lg {
    border: solid black;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 9px;
  }
  .arrow-lg.arrow-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .arrow-lg.arrow-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .arrow-lg.arrow-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .arrow-lg.arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}

/*Extra large devices (large desktops, 1200px and up)*/
.arrow-white {
  border-color: white;
}

.arrow-orange {
  border-color: orange;
}

/*adjusted by John*/
.rateit {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.rateit .rateit-range {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  background: url("/content/images/base/rating/star.gif");
  height: 16px;
  outline: none;
}

.rateit .rateit-range * {
  display: block;
}

/* for IE 6 */
* html .rateit, * html .rateit .rateit-range {
  display: inline;
}

/* for IE 7 */
* + html .rateit, * + html .rateit .rateit-range {
  display: inline;
}

.rateit .rateit-hover, .rateit .rateit-selected {
  position: absolute;
  left: 0px;
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl {
  left: auto;
  right: 0px;
}

.rateit .rateit-hover {
  background: url("/content/images/base/rating/star.gif") left -32px;
}

.rateit .rateit-hover-rtl {
  background-position: right -32px;
}

.rateit .rateit-selected {
  background: url("/content/images/base/rating/star.gif") left -16px;
}

.rateit .rateit-selected-rtl {
  background-position: right -16px;
}

.rateit .rateit-preset {
  background: url("/content/images/base/rating/star.gif") left -48px;
}

.rateit .rateit-preset-rtl {
  background: url("/content/images/base/rating/star.gif") left -48px;
}

.rateit button.rateit-reset {
  background: url("/content/images/base/rating/delete.gif") 0 0;
  width: 16px;
  height: 16px;
  display: -moz-inline-box;
  display: inline-block;
  float: left;
  outline: none;
  border: none;
  padding: 0;
}

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus {
  background-position: 0 -16px;
}

.rateit.bigstars div.rateit-range {
  background: url("/content/images/base/rating/star32.png");
  height: 32px !important;
}

.rateit.bigstars div.rateit-hover {
  background: url("/content/images/base/rating/star32.png") left -64px;
}

.rateit.bigstars div.rateit-hover-rtl {
  background-position: right -64px;
}

.rateit.bigstars div.rateit-selected {
  background: url("/content/images/base/rating/star32.png") left -32px;
  height: 32px !important;
  /*added by John*/
}

.rateit.bigstars div.rateit-selected-rtl {
  background-position: right -32px;
}

.rateit.bigstars div.rateit-reset {
  background: url("/content/images/base/rating/star32.png") 0 0;
  width: 32px;
  height: 32px;
}

.rateit.bigstars div.rateit-reset:hover {
  background: url("/content/images/base/rating/star32.png") 0 -64px;
}

.review-count {
  color: #3aaa35;
}

.review-count:hover {
  color: #3aaa35;
  text-decoration: underline;
}

/*
Testimonials
*/
.testimonial {
  padding: 1.5rem 1.5rem 0 1.5rem;
  /*.open-mark {
        font-size: $default-text-size;
    }

    .close-mark {
        font-size: $default-text-size;
    }*/
  /*&.testimonial-dark {
        p {
            color: #fff;
            opacity: 0.8;
        }

        .client-info {
         
            color: #fff;
        }
    }*/
  /*.img-fluid {
        width: 128px !important;
        height: auto;
        display: block;
        margin: 0 auto;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }*/
}

.testimonial .crop-image-male {
  border: none;
  background-color: #0065bd;
}

.testimonial .crop-image-female {
  border: none;
  background-color: #8c3f73;
}

.testimonial .crop-image-summary {
  border: 1px solid white;
  background-color: white;
}

.testimonial .img-summary {
  width: 80% !important;
  height: 80% !important;
}

.testimonial .data {
  font-size: 0.8rem;
}

.testimonial .product {
  font-size: 0.8rem;
  display: block;
  text-align: right;
  padding-right: 20px;
}

.testimonial .col-image {
  padding-left: 15px;
  padding-right: 15px;
}

.testimonial blockquote {
  quotes: "\201C" "\201D" "\2018" "\2019";
  padding-right: 2rem;
  margin-bottom: 0;
  padding-top: 1rem;
  /*font-family: 'Trebuchet MS', sans-serif;*/
}

.testimonial blockquote h5 {
  display: inline-block;
  font-size: 1.1rem;
}

.testimonial blockquote .review-text {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  min-width: 200px;
}

.testimonial blockquote::before {
  font-family: "Trebuchet MS", sans-serif;
  content: open-quote;
  margin-top: 0rem;
  /*margin-top: -1rem;*/
  margin-left: -1.7rem;
  font-size: 3rem;
  position: absolute;
  color: #5A5A5A;
}

.testimonial blockquote::after {
  font-family: "Trebuchet MS", sans-serif;
  content: close-quote;
  margin-top: 0.2rem;
  font-size: 3rem;
  position: absolute;
  color: #5A5A5A;
}

.testimonial .crop-image {
  width: 96px;
  height: 96px;
  overflow: hidden;
  border: none;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.testimonial .crop-image img {
  /*margin-left: 50%;
            margin-top: 50%;
            transform: translateX(-50%);
            transform: translateY(50%);*/
  display: block;
  /*width: 80% !important;
            height: 80% !important;*/
  object-fit: cover;
}

.testimonial .crop-image img.img-error {
  width: 80% !important;
  height: 80% !important;
}

.testimonial .crop-image.crop-image-summary {
  width: 128px;
  height: 128px;
}

.testimonial .client-info {
  font-size: 13px;
  margin-top: 15px;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
}

.testimonial .client-info > .name {
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
}

.testimonial .client-info > .product {
  font-style: normal;
}

.testimonial .client-info > .dateCreated {
  /*font-family: $base-font;*/
  font-weight: 400;
  text-transform: capitalize;
  opacity: 0.5;
  position: relative !important;
}

.owl-theme .owl-nav [class*=owl-] {
  color: inherit;
}

.testimonial-summary h5 {
  font-size: 1.4rem;
  font-weight: normal;
}

.testimonial-summary h5em, .testimonial-summary h5 em {
  font-weight: 700;
  font-style: oblique;
}

/*.testimonial-card {
    text-align: center;
    padding: 30px 20px;
    margin: 10px;

    .client-info {
        margin-bottom: 0;
    }

    .img-fluid {
        margin: 0 auto;
        margin-bottom: 10px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 60px !important;
    }

    &.t-card-dark {
        background: $dark-color;
        color: #fff;

        .client-info {
            color: #fff;
        }
    }
}*/
/**testi col**/
.testimonial-col {
  background-color: rgba(245, 245, 245, 0.04);
  padding: 30px 20px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .testimonial {
    line-height: normal;
    padding: 0rem 3rem 0 3rem;
  }
  .testimonial .col-image {
    padding-right: 2rem;
  }
  .testimonial .col-image .crop-image {
    float: right;
  }
  .testimonial .col-image .client-info {
    text-align: right;
  }
  .testimonial blockquote::before {
    margin-top: -1rem;
  }
  .testimonial blockquote::after {
    margin-top: -0.7rem;
  }
}

@media (min-width: 992px) {
  .testimonial blockquote {
    padding-top: 0;
  }
  .testimonial .col-image {
    padding-right: 5rem;
  }
}

/*.icon-user {
    width: 100px; 
    height: 100px;
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22rgb%28205,218,240%29%22%20width%3D%22100%22%20height%3D%22100%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A //www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1536%201399q0%20109-62.5%20187t-150.5%2078h-854q-88%200-150.5-78t-62.5-187q0-85%208.5-160.5t31.5-152%2058.5-131%2094-89%20134.5-34.5q131%20128%20313%20128t313-128q76%200%20134.5%2034.5t94%2089%2058.5%20131%2031.5%20152%208.5%20160.5zm-256-887q0%20159-112.5%20271.5t-271.5%20112.5-271.5-112.5-112.5-271.5%20112.5-271.5%20271.5-112.5%20271.5%20112.5%20112.5%20271.5z%22/%3E%3C/svg%3E");
}*/
/* ----------------------------------- 
/* ---------------- cores --F---------- */
.testimonial-blue {
  color: rgba(255, 255, 255, 0.8);
}

.testimonial-blue .data, .testimonial-blue .name, .testimonial-blue .product {
  color: white;
}

.testimonial-blue .testimonial {
  /*.open-mark {
            color: #ccccff;
        }

        .close-mark {
            color: #ccccff;
        }*/
}

.testimonial-blue .testimonial .crop-image {
  border: none;
}

.testimonial-blue .testimonial blockquote::before {
  color: #e0e0e0;
  opacity: 0.8;
}

.testimonial-blue .testimonial blockquote::after {
  color: #e0e0e0;
  opacity: 0.8;
}

.photo-mask {
  width: 96px;
  height: 96px;
  overflow: hidden;
  border: none;
  margin: 0 auto;
  background: url(data:image/svg+xml,%3Csvg%20fill%3D%22rgb%28205,218,240%29%22%20width%3D%2280%22%20height%3D%22100%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1536%201399q0%20109-62.5%20187t-150.5%2078h-854q-88%200-150.5-78t-62.5-187q0-85%208.5-160.5t31.5-152%2058.5-131%2094-89%20134.5-34.5q131%20128%20313%20128t313-128q76%200%20134.5%2034.5t94%2089%2058.5%20131%2031.5%20152%208.5%20160.5zm-256-887q0%20159-112.5%20271.5t-271.5%20112.5-271.5-112.5-112.5-271.5%20112.5-271.5%20271.5-112.5%20271.5%20112.5%20112.5%20271.5z%22/%3E%3C/svg%3E) no-repeat center #0065bd;
  background-size: cover;
  /*margin-bottom: 0.5rem;*/
  box-shadow: 0px 2px 13px -5px rgba(0, 0, 0, 0.75);
  /*@media (min-width: 576px) {
        margin-bottom: 0;
    }*/
}

.photo-mask.pointer {
  cursor: pointer;
}

.crop-photo {
  width: 96px;
  height: 96px;
  overflow: hidden;
  border: none;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #0065bd;
}

.crop-photo img {
  /*margin-left: 50%;
            margin-top: 50%;
            transform: translateX(-50%);
            transform: translateY(50%);*/
  display: block;
  /*width: 80% !important;
            height: 80% !important;*/
  object-fit: cover;
}

.crop-photo img.img-error {
  width: 80% !important;
  height: 80% !important;
}

.crop-photo.crop-image-summary {
  width: 128px;
  height: 128px;
}

.owl-arrow-responsive.owl-theme .owl-nav {
  top: 80px;
}

@media (min-width: 768px) {
  .owl-arrow-responsive.owl-theme .owl-nav {
    top: 50%;
  }
}

/*Tabela de comparação responsiva*/
.compare-table {
  line-height: normal;
  /*.row:not(:first-child) {
        padding-bottom: 0.5rem;
    }*/
  /*&.selected-col-2 {
        .row {
            [class*='col']:nth-child(2) {
                background-color: $compare-table-row-freatured-col-background-color;
            }

            &.row-footer {
                [class*='col']:nth-child(2) {
                    border-bottom-left-radius: $compare-table-border-radius;
                    border-bottom-right-radius: $compare-table-border-radius;
                }
            }

            &.row-title {
                [class*='col']:nth-child(2) {
                    border-top-left-radius: $compare-table-border-radius;
                    border-top-right-radius: $compare-table-border-radius;
                    background-color: $compare-table-row-freatured-header-background-color;
                    min-height: 7rem;
                    align-self: baseline !important;
                    color: $compare-table-row-freatured-header-font-color;
                }
            }
        }
    }*/
}

.compare-table .row {
  border-bottom: 1px solid #d6d6d6;
}

.compare-table .row:nth-child(even):not(:last-child) {
  background-color: #f9f9f9;
}

.compare-table .row [class*='col'] {
  display: flex;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-self: stretch;
}

.compare-table .row [class*='col'] img {
  align-self: center;
}

.compare-table .row [class*='col'].description {
  font-weight: 600;
  text-align: center;
}

.compare-table .row [class*='col'].featured {
  background-color: #fae99e;
}

.compare-table .row.row-footer {
  display: none;
  background-color: none;
  border-bottom: none;
}

.compare-table .row.row-footer [class*='col'].featured {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.compare-table .row.row-title {
  font-weight: bold;
  align-items: flex-end;
  background-color: white;
  position: sticky;
  top: 0;
  color: white;
  z-index: 2;
  /*[class*='col'].featured {
                border-top-left-radius: $compare-table-border-radius;
                border-top-right-radius: $compare-table-border-radius;
                background-color: $compare-table-row-freatured-header-background-color;
                min-height: 4rem;
                align-self: baseline !important;
                color: $compare-table-row-freatured-header-font-color;
            }*/
}

.compare-table .row.row-title [class*='col'] {
  min-height: 3rem;
  padding-top: 0;
  padding-bottom: 0;
  align-self: flex-end !important;
}

.compare-table .row.row-title [class*='col'].featured {
  font-size: 1rem;
}

.compare-table .row.row-title [class*='col']:not(.featured) {
  font-size: 0.8rem;
}

.compare-table .row.row-title [class*='col']:not(:nth-child(1)) {
  background-color: #0065bd;
}

.compare-table .row.row-title [class*='col']:nth-child(2):not(.freatured) {
  border-top-left-radius: 20px;
}

.compare-table .row.row-title [class*='col']:nth-child(2).featured {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #ffc926;
  min-height: 4rem;
  align-self: baseline !important;
  color: #b25900;
}

.compare-table .row.row-title [class*='col']:last-child {
  border-top-right-radius: 20px;
}

.compare-table.selectable [class*='col']:not(:nth-child(1)), .compare-table.selectable [class*='col']:not(:nth-child(1)) * {
  cursor: pointer;
}

.compare-table.selected-col-2 .row [class*='col']:nth-child(2) {
  background-color: #fae99e;
}

.compare-table.selected-col-2 .row.row-footer [class*='col']:nth-child(2) {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.compare-table.selected-col-2 .row.row-title [class*='col']:nth-child(2) {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #ffc926;
  min-height: 6rem;
  align-self: baseline !important;
  color: #b25900;
}

.compare-table.highlight-col-2 .row [class*='col']:nth-child(2) {
  background-color: #fdf4cf;
}

.compare-table.highlight-col-2 .row.row-footer [class*='col']:nth-child(2) {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.compare-table.highlight-col-2 .row.row-title [class*='col']:nth-child(2) {
  /*border-top-left-radius: $compare-table-border-radius;
                    border-top-right-radius: $compare-table-border-radius;*/
  background-color: #ffd659;
  /*min-height: 6rem;*/
  /*align-self: baseline !important;*/
  color: #b25900;
}

.compare-table.selected-col-3 .row [class*='col']:nth-child(3) {
  background-color: #fae99e;
}

.compare-table.selected-col-3 .row.row-footer [class*='col']:nth-child(3) {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.compare-table.selected-col-3 .row.row-title [class*='col']:nth-child(3) {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #ffc926;
  min-height: 6rem;
  align-self: baseline !important;
  color: #b25900;
}

.compare-table.highlight-col-3 .row [class*='col']:nth-child(3) {
  background-color: #fdf4cf;
}

.compare-table.highlight-col-3 .row.row-footer [class*='col']:nth-child(3) {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.compare-table.highlight-col-3 .row.row-title [class*='col']:nth-child(3) {
  /*border-top-left-radius: $compare-table-border-radius;
                    border-top-right-radius: $compare-table-border-radius;*/
  background-color: #ffd659;
  /*min-height: 6rem;*/
  /*align-self: baseline !important;*/
  color: #b25900;
}

@media (max-width: 240px) {
  .compare-table .row.row-title [class*='col'] {
    font-size: 0.6rem !important;
  }
}

@media (min-width: 241) and (max-width: 290px) {
  .compare-table .row.row-title [class*='col'] {
    font-size: 0.6rem;
  }
}

@media (min-width: 768px) {
  .compare-table .row:not(:first-child) {
    padding-bottom: 0rem;
  }
  .compare-table .row {
    margin: 0;
    padding-bottom: 0;
  }
  .compare-table .row [class*='col'].description {
    text-align: left;
  }
  .compare-table .row:not(.row-title) [class*='col'] {
    align-self: stretch;
  }
  .compare-table .row.row-footer {
    display: flex;
  }
  .compare-table .row.row-title {
    /*position: relative;*/
  }
  .compare-table .row.row-title [class*='col'].featured {
    font-size: 0.9rem;
  }
  .compare-table .row.row-title [class*='col']:not(.featured) {
    font-size: 0.8rem;
  }
}

@media (min-width: 992px) {
  .compare-table .row.row-title {
    /*position: relative;*/
  }
  .compare-table .row.row-title [class*='col'].featured {
    font-size: 1.1rem;
  }
  .compare-table .row.row-title [class*='col']:not(.featured) {
    font-size: 0.9rem;
  }
}

/* ------------------ TEMAS */
.compare-table-estagiario {
  color: black;
  font-size: 1.1rem;
}

.compare-table-estagiario [data-toggle] {
  color: #0065bd;
  font-size: 1.5rem;
}

.compare-table-estagiario [data-toggle]:hover {
  cursor: pointer;
  color: #0b8dff;
}

.compare-table-estagiario .row [class*='col']:not(.description) strong {
  font-size: 2rem;
}

.compare-table-estagiario .row [class*='col']:not(.description) strong.strong-small {
  font-size: 1.5rem;
}

.compare-table-estagiario .row [class*='col']:not(.description) strong.strong-normal {
  font-size: 1rem;
}

.compare-table-estagiario .row.row-title .fa {
  font-size: 2.5rem;
}

.compare-table-estagiario .row.row-title [class*='col']:not(.featured) {
  font-size: 1.2rem;
  /*padding: $row-title-column-paddings;*/
  min-height: 5rem;
}

.compare-table-estagiario.table-estagiario-small-header .row.row-title [class*='col']:not(.featured) {
  min-height: 5rem;
}

@media (min-width: 992px) {
  .compare-table-estagiario.table-estagiario-small-header .row.row-title [class*='col']:not(.featured) {
    min-height: 3.5rem;
  }
}

.compare-table-estagiario.table-estagiario-small-header.selected-col-2 .row.row-title [class*='col']:nth-child(2) {
  min-height: 6rem;
}

@media (min-width: 992px) {
  .compare-table-estagiario.table-estagiario-small-header.selected-col-2 .row.row-title [class*='col']:nth-child(2) {
    min-height: 4.5rem;
  }
}

.compare-table-estagiario.table-estagiario-small-header.selected-col-3 .row.row-title [class*='col']:nth-child(3) {
  min-height: 6rem;
}

@media (min-width: 992px) {
  .compare-table-estagiario.table-estagiario-small-header.selected-col-3 .row.row-title [class*='col']:nth-child(3) {
    min-height: 4.5rem;
  }
}

/*cria uma section para controlar o formato padrão de layout*/
section {
  position: relative;
  width: 100%;
  /*line-height: 1.3;*/
  line-height: 1.65714286em;
  letter-spacing: -0.2px;
  font-variant-ligatures: common-ligatures;
  padding-top: 2rem;
  padding-bottom: 2rem;
  /*Divide uma section em 2 colunas usando as cols do bootstrap, porém, ma tem imagem de fundo com cover*/
  /*&.half-bg-image-content {
        .section-body {


            .image-side {
                min-height: 30vh;
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;


                @media (min-width: 992px) {
                    background-size: contain;
                    background-repeat: no-repeat;
                    background-position: center;
                }
            }

            .content-side {
                min-height: 200px;
            }
        }
    }*/
  /*height em 100vh para ocupar todo o height*/
  /*pega todo o espaço de largura, retirando margins e paddings. Utilizado em sessões que precisão de todo o espaço, como carrossel, banner, etc*/
  /*estilo padrão para o header*/
  /*Estilo para o header abaixo do section, há outro tipo de header dentro do body para layout 2 colunas*/
  /*body*/
  /*quando a section não possui header, tira as margens de espaço entre body e header*/
}

section a:not(.btn) {
  color: inherit;
  font-weight: 600;
}

section a:not(.btn):hover {
  text-decoration: underline;
}

section .fewlines, section .fewlines:visited, section .fewlines:hover {
  color: inherit;
}

section .fewlines.open-mark, section .fewlines.open-mark:visited, section .fewlines .open-mark:hover,
section .fewlines.close-mark, section .fewlines.close-mark-mark:visited, section .fewlines .close-mark:hover {
  text-decoration: underline;
  color: inherit;
}

section.padding-md {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

section fieldset .fieldset-subtitle {
  padding-top: 1rem;
}

section.half-image-content {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  section.half-image-content {
    padding-top: 0.5rem;
  }
  section.half-image-content .section-body {
    margin-top: 0;
  }
  section.half-image-content .section-body .section-header {
    padding-top: 0;
  }
  section.half-image-content .section-body .section-header .title {
    padding-top: 1rem;
  }
}

section.half-image-content .content-img {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}

section.half-image-content .content-img.pos-left {
  left: 0;
}

section.half-image-content .content-img.pos-right {
  right: 0;
}

section.section-responsive {
  min-height: 100vh;
}

section .section-header {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  line-height: normal;
}

@media (min-width: 576px) {
  section .section-header {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  section .section-header {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  section .section-header {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  section .section-header {
    max-width: 1140px;
  }
}

section .section-header .title-description a {
  font-weight: normal;
  text-decoration: none;
  font-style: italic;
}

section > .section-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

section > .section-header .title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  padding: 0 0.5rem 0 0.5rem;
  color: #111;
}

section > .section-header .title-description {
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  padding: .5rem 0.5rem 0 0.5rem;
  color: #999;
}

section > .section-header .title-description a {
  font-weight: normal;
  text-decoration: none;
  font-style: italic;
}

section .section-body {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 1.5rem;
  /*Estilo para o header dentro do body, para layout em 2 colunas*/
  /*utilizado quando se põe uma imagem no body para tomar todo o conteudo do mesmo. 
            Para ter a facilidade de imagens responsivas, cria-se uma imagem 
            fluida que tomará todo o conteúdo, e body-layer para conteúdos que aparecerão acima da imagem*/
}

@media (min-width: 576px) {
  section .section-body {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  section .section-body {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  section .section-body {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  section .section-body {
    max-width: 1140px;
  }
}

section .section-body .section-header {
  text-align: center;
}

section .section-body .section-header .title {
  text-align: center !important;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  /*text-transform: uppercase;*/
  padding: 2rem 0 0 0;
  color: #111;
}

section .section-body .section-header .title-description {
  text-align: center !important;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  padding: .5rem 0 .5rem 0;
  color: #999;
}

section .section-body .section-header.section-xs-header-align-left .title {
  text-align: left !important;
}

section .section-body .section-header.section-xs-header-align-left .title-description {
  text-align: left !important;
}

section .section-body .section-header.section-xs-header-align-center .title {
  text-align: center !important;
}

section .section-body .section-header.section-xs-header-align-center .title-description {
  text-align: center !important;
}

section .section-body .section-body-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}

section .section-body .section-body-layer .row {
  margin: 0;
}

section .section-body .section-body-layer.section-layer-align-center {
  text-align: center;
}

section .section-body .section-body-layer.section-layer-align-middle {
  flex-direction: column;
  justify-content: center;
}

section .section-body.section-body-fluid {
  max-width: none;
  padding: 0;
}

section > .section-body {
  margin-top: 0;
}

section.no-mp {
  padding-top: 0;
  padding-bottom: 0;
}

section.no-mp.modal-body {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  section.section-steps .section-body {
    padding: 0 2rem 0 2rem;
  }
}

@media (min-width: 830px) {
  section.section-steps .section-body {
    padding: 0 4rem 0 4rem;
  }
}

section.section-small-spacing {
  padding: 1rem 0 0 0;
}

section.section-small-spacing:last-child {
  padding: 1.5rem 0 1rem 0;
}

section.section-small-spacing.first {
  padding-top: 0;
}

section.section-small-spacing .section-header {
  padding: 1rem 0 0 0;
}

section.section-small-spacing .section-body {
  margin-top: 1rem;
}

/*Small devices (landscape phones, 576px and up)*/
/*@media (min-width: 576px) {
}*/
@media (min-width: 768px) {
  section .title {
    padding: 4rem 0.5rem 0 0.5rem;
  }
  section .section-body .section-header {
    text-align: left;
  }
  section .section-body .section-header.section-md-header-align-left .title {
    text-align: left !important;
  }
  section .section-body .section-header.section-md-header-align-left .title-description {
    text-align: left !important;
  }
  section .section-body .section-header.section-md-header-align-center .title {
    text-align: center !important;
  }
  section .section-body .section-header.section-md-header-align-center .title-description {
    text-align: center !important;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  section.half-image-content {
    padding-top: 30px;
  }
  section .section-body {
    margin-top: 3rem;
  }
  section .section-body .section-header .title {
    padding: 0 0 0 0;
    text-align: left;
  }
  section .section-body .section-header.section-lg-header-align-left .title {
    text-align: left !important;
  }
  section .section-body .section-header.section-lg-header-align-left .title-description {
    text-align: left !important;
  }
  section .section-body .section-header.section-lg-header-align-center .title {
    text-align: center !important;
  }
  section .section-body .section-header.section-lg-header-align-center .title-description {
    text-align: center !important;
  }
  section > .section-body {
    margin-top: 0;
  }
  section > .section-body .section-header .title-description {
    text-align: left;
  }
  /*.padding-content {
        padding: 1rem 3rem;
    }*/
}

/*Extra large devices (large desktops, 1200px and up)*/
/*@media (min-width: 1200px) {
}*/
@media (min-width: 1200px) {
  .section-responsive {
    min-height: 70vh;
  }
}

/* ----------------------------- animações */
.section.section-animate-entrance {
  visibility: hidden;
}

.section.section-animate-entrance.animated {
  visibility: visible;
  animation-duration: 1s;
}

.animated.section-animation-fadeIn {
  animation-name: fadeIn;
}

.animated.section-animation-fadeInUp {
  animation-name: fadeInUp;
}

.animated.section-animation-lightSpeedIn {
  animation-name: lightSpeedIn;
}

/* ----------------------------- esquema de cores e templates especificos (login por exemplo)*/
/*
        Alguns sections não possui configuração para links ou tag EM. Conforme for necessário, basta incluir. Algumas tags possuiem 
        apenas configuração de font-bold, mantendo a cor padrão do texto da section.
    */
section {
  /*incompleto*/
}

section.section-form-step {
  color: #999;
}

section.section-form-step .section-header {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  section.section-form-step .section-header:not(.section-header-center) .title {
    text-align: left;
  }
}

@media (min-width: 768px) {
  section.section-form-step .section-header:not(.section-header-center) .title-description {
    text-align: left;
  }
}

section.section-form-step fieldset {
  background-color: white;
  border-radius: 10px;
}

section.section-form-step fieldset legend {
  font-size: 1rem;
  font-weight: bold;
  color: #999;
}

section.section-form-step fieldset fieldset {
  background-color: #f9f9f9;
  padding: 1rem;
  border-radius: 10px;
}

section.section-signin {
  margin-top: 1rem;
  background-color: transparent;
  color: #fafafa;
}

section.section-signin .text-title {
  color: white;
}

section.section-signin fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

section.section-signin a:not(.btn):hover {
  text-decoration: none;
}

section.section-signin > .section-header .title {
  color: white;
}

section.section-signin > .section-header .title-description {
  color: white;
}

section.section-signin .section-body .section-header .title {
  color: white;
}

section.section-signin .section-body .section-header .title-description {
  color: white;
}

section.section-ssologon {
  margin-top: 2rem;
  background-color: transparent;
  color: #5A5A5A;
}

section.section-ssologon fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

section.section-ssologon .text-highlight-gray, section.section-ssologon .text-highlight {
  background-color: transparent;
  color: #5A5A5A;
}

section.section-ssologon .text-title {
  color: #5A5A5A;
}

section.section-ssologon a:not(.btn):hover {
  /*text-decoration: none;*/
  text-decoration: underline;
}

section.section-ssologon a.social-icon-lg:hover {
  text-decoration: none;
}

section.section-ssologon > .section-header .title {
  color: #5A5A5A;
}

section.section-ssologon > .section-header .title-description {
  color: #5A5A5A;
}

section.section-ssologon .section-body .section-header .title {
  color: #5A5A5A;
}

section.section-ssologon .section-body .section-header .title-description {
  color: #5A5A5A;
}

section.section-white {
  /*$section-bg-color: rgba(241, 243, 244, 1);*/
  background-color: white;
  color: #666666;
}

section.section-white em {
  font-weight: bold;
  font-style: oblique;
}

section.section-white > .section-header .title {
  color: #111;
}

section.section-white > .section-header .title-description {
  color: #999;
}

section.section-white > .section-header .title-description a {
  color: #4a90e2;
}

section.section-white .section-body .section-header .title {
  color: #111;
}

section.section-white .section-body .section-header .title-description {
  color: #999;
}

section.section-white .section-body .section-header .title-description a {
  color: #4a90e2;
}

section.section-black {
  background-color: black;
  color: #fafafa;
}

section.section-black > .section-header .title {
  color: white;
}

section.section-black > .section-header .title-description {
  color: white;
}

section.section-black .section-body .section-header .title {
  color: white;
}

section.section-black .section-body .section-header .title-description {
  color: white;
}

section.section-blue {
  background-color: #4782d3;
  color: white;
}

section.section-blue > .section-header .title {
  color: white;
}

section.section-blue > .section-header .title-description {
  color: white;
}

section.section-blue .section-body .section-header .title {
  color: white;
}

section.section-blue .section-body .section-header .title-description {
  color: white;
}

section.section-blue .special-feature {
  color: #212529;
}

section.section-lightgray {
  /*$section-bg-color: rgba(241, 243, 244, 1);*/
  background-color: #f8f8f8;
  /*color: $section-default-text-color;*/
}

section.section-lightgray a:not(.btn) {
  color: #4a90e2;
}

section.section-lightgray > .section-header .title {
  color: #111;
}

section.section-lightgray > .section-header .title-description {
  color: #999;
}

section.section-lightgray .section-body .section-header .title {
  color: #111;
}

section.section-lightgray .section-body .section-header .title-description {
  color: #999;
}

section.section-bluewood {
  background-color: #34495E;
  color: white;
}

section.section-bluewood > .section-header .title {
  color: white;
}

section.section-bluewood > .section-header .title-description {
  color: white;
}

section.section-bluewood .section-body .section-header .title {
  color: white;
}

section.section-bluewood .section-body .section-header .title-description {
  color: white;
}

section.section-orange {
  /*$section-bg-color: rgba(241, 243, 244, 1);*/
  background-color: white;
  color: #666666;
}

section.section-orange > .section-header .title {
  color: #e37222;
}

section.section-orange > .section-header .title-description {
  color: #999;
}

section.section-orange > .section-header .title-description a {
  color: #4a90e2;
}

section.section-orange .section-body .section-header .title {
  color: #e37222;
}

section.section-orange .section-body .section-header .title-description {
  color: #999;
}

section.section-orange .section-body .section-header .title-description a {
  color: #4a90e2;
}

section.bg-transparent {
  background-color: transparent;
}

section.enfase-blue em, section.enfase-blue strong {
  color: #4a90e2;
}

.parallax-overlay {
  background: linear-gradient(215deg, #ee0000 0%, #9c51f5 70%, #b88ee7 100%);
  background: -webkitlinear-gradient(215deg, #ee0000 0%, #9c51f5 70%, #b88ee7 100%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0.8;
  z-index: 1;
  overflow: hidden;
}

/*.parallax-overlay {
    position: relative;
    overflow: hidden;
}*/
.parallax-overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

.bg-parallax {
  background-attachment: fixed !important;
  background-position: center center;
  position: relative;
  overflow: hidden;
}

.bg-parallax .custom-control-description {
  color: #fff;
}

.bg-parallax .custom-control-description a {
  display: inline-block;
  margin-left: 8px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.bg-parallax .custom-control-description a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}

.bg-parallax .container {
  position: relative;
  z-index: 3;
}

/*circles - estilos padrão (branco) */
.circles-text {
  font-size: 1.4rem !important;
  font-weight: bold;
  color: white;
}

.circles-valuestroke {
  stroke: white;
}

.circles-maxvaluestroke {
  stroke: transparent;
}

/* Product-carousel */
.product-carousel {
  cursor: pointer;
  padding: 1.5rem;
}

.product-carousel .col {
  text-align: center;
}

.product-carousel:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.product-carousel [class*='col'] {
  /*padding: 0.5rem;*/
}

.product-carousel .product-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #335a98;
}

.product-carousel .product-title a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

.product-carousel .product-title a:hover {
  text-decoration: underline;
}

.product-carousel .product-description {
  font-size: 1rem;
  font-weight: normal;
  color: #5A5A5A;
}

.product-carousel .product-image {
  width: 60%;
  max-width: 220px;
  margin: 0 auto;
}

.product-carousel .rating a {
  font-weight: normal;
  text-decoration: none;
  color: #3aaa35;
  font-size: 0.8rem;
}

.product-carousel .rating a:hover {
  text-decoration: underline;
  color: #3aaa35;
}

@media (min-width: 481px) {
  .product-carousel {
    border-image: linear-gradient(to bottom, #fff, gainsboro, #fff) 1;
    border-right: solid 1px;
  }
}

/*# BACK TO TOP */
.back-to-top {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  bottom: 10px;
  right: 10px;
  background: #4a90e2;
  color: white;
  line-height: 50px;
  visibility: hidden;
  z-index: 339;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transform: translate3d(0, 15px, 0);
  -webkit-transform: translate3d(0, 15px, 0);
  opacity: 0;
}

.back-to-top i {
  display: block;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
}

.back-to-top:hover, .back-to-top:focus {
  color: #333;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
}

/* FOOTER */
footer {
  padding-top: 5px;
  padding-bottom: 15px;
  font-size: 11px;
  color: dimgray;
  background-color: gainsboro;
}

footer #footerSeals {
  padding-top: 10px;
  padding-bottom: 10px;
}

footer #footerSeals > div {
  padding-left: 15px;
}

footer #footerSeals > div .sslSealImage {
  display: inline-block;
  width: 132px;
  height: 31px;
  background: transparent url("/content/images/base/sfsprite.png") no-repeat -45px -85px;
}

footer #footerSeals > div .sslSealsImage {
  display: inline-block;
  height: 48px;
  background: transparent url("/content/images/base/sfsprite.png") no-repeat 0px -235px;
}

footer #footerSeals > div .sslSealsImage:hover {
  cursor: pointer;
}

footer #footerSeals > div .sslSealsImage#sslSeal {
  background-position: 0px -235px;
  width: 48px;
}

footer #footerSeals > div .sslSealsImage#sslSeal:hover {
  background-position: 0px -283px;
}

footer #footerSeals > div .sslSealsImage#susep {
  background-position: -48px -235px;
  width: 124px;
}

footer #footerSeals > div .sslSealsImage#susep:hover {
  background-position: -48px -283px;
}

footer #footerSeals > div .sslSealsImage#fenacor {
  background-position: -172px -235px;
  width: 126px;
}

footer #footerSeals > div .sslSealsImage#fenacor:hover {
  background-position: -172px -283px;
}

footer #footerSeals > div .sslSealsImage#sincor {
  background-position: -298px -235px;
  width: 93px;
}

footer #footerSeals > div .sslSealsImage#sincor:hover {
  background-position: -298px -283px;
}

footer #footerInfo {
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 70px;
}

footer #footerInfo div {
  font-size: inherit;
  /*text-align: center;*/
  padding: 0px;
}

footer #footerInfo div a {
  color: dimgray;
  font-weight: normal;
}

footer #companyLogo a {
  margin-right: 5px;
  display: inline-block;
  width: 187px;
  height: 40px;
  background: transparent url("/content/images/base/sfsprite.png") no-repeat -45px -45px;
}

/* Retirado do assan. Cria um box com icone, que quando se pôe o mouse em cima ou se clica nele, ele faz um efeito 
    de slide-up e aparece um novo box com um icone menor e um texto
*/
/*
Icon boxes
*/
.icon-box-center {
  text-align: center;
}

.icon-box h4 {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  /*font-family: $base-font;*/
}

.icon-box.icon-box-center h4 {
  margin: 25px 0 20px;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media div, .media h4 {
  /*font-family: "Open Sans", sans-serif;*/
  line-height: 1.65714286em;
  letter-spacing: 0em;
  font-size: 12px;
  color: #777777;
}

.media .fa {
  color: #4782d3;
}

.media .fa.fa-id-card-o {
  color: #33a72e;
}

.media .media-body h4 {
  color: #252525;
  letter-spacing: -0.2px;
  font-size: 14px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  /*font-family: $base-font;*/
}

.media-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  /* not working */
  /*.font-image {
        display: inline-block;
        max-width: 100%;
        height: auto;
        width: 64px;
        margin-right: 1rem;

        > .fa {
        }
    }*/
}

@media (min-width: 1500px) {
  .media-list {
    margin-bottom: 2rem;
  }
}

.media-list > .fa {
  /*mr-3 img-fluid*/
  /*margin-right: 1rem;*/
  /*@include img-fluid;*/
  margin-right: 1rem;
  font-size: 54px;
  width: 64px;
  height: 64px;
}

@media (min-width: 1500px) {
  .media-list > .fa {
    width: 86px;
    height: 86px;
  }
}

.media-list img {
  /*mr-3 img-fluid*/
  /*margin-right: 1rem;*/
  max-width: 100%;
  height: auto;
  margin-right: 1rem;
  width: 64px;
  height: 64px;
}

@media (min-width: 1500px) {
  .media-list img {
    width: 86px;
    height: 86px;
  }
}

.media-list p, .media-list li {
  font-size: 12px;
  letter-spacing: 0em;
}

.media-list .media-body-text {
  font-size: 14px;
}

.media-list .media-body-text li {
  font-size: 14px;
}

.media-list media-body, .media-list .media-body h4 {
  /*font-family: "Open Sans", sans-serif;*/
  line-height: 1.65714286em;
  letter-spacing: 0em;
  font-size: 12px;
  color: #777777;
}

.media-list .media-body h3, .media-list .media-body h4 {
  color: #252525;
  letter-spacing: -0.2px;
  font-size: 14px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  /*font-family: $base-font;*/
}

.icon-background {
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
}

.icon-background.icon-bg-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
}

.icon-background.icon-bg-default {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 27px;
}

.icon-background.icon-bg-lg {
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 40px;
}

.icon-border {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  border: 1px solid;
  text-align: center;
}

.icon-border.btn-outline-warning:hover {
  background-color: #f0ad4e;
}

.icon-border.btn-outline-danger:hover {
  background-color: #c9302c;
}

.icon-border.btn-outline-primary:hover {
  background-color: #4782d3;
}

.icon-border.btn-outline-success:hover {
  background-color: #5cb85c;
}

.icon-border.btn-outline-info:hover {
  background-color: #5bc0de;
}

.icon-border.icon-border-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
}

.icon-border.icon-border-default {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 27px;
}

.icon-border.icon-border-lg {
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 40px;
}

/**hover icons**/
.icon-hover-1 {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.icon-hover-1.bg-default {
  color: #999;
}

.icon-hover-1.bg-primary:after {
  box-shadow: 0 0 0 2px #4782d3;
}

.icon-hover-1.bg-sfgreen {
  background-color: white;
}

.icon-hover-1.bg-sfgreen.bg-sfgreen:after {
  box-shadow: 0 0 0 2px #3aaa35;
}

.icon-hover-1.bg-success:after {
  box-shadow: 0 0 0 2px #5cb85c;
}

.icon-hover-1.bg-default:after {
  box-shadow: 0 0 0 2px #f7f7f7;
}

.icon-hover-1.bg-warning:after {
  box-shadow: 0 0 0 2px #f0ad4e;
}

.icon-hover-1.bg-danger:after {
  box-shadow: 0 0 0 2px #c9302c;
}

.icon-hover-1.bg-dark:after {
  box-shadow: 0 0 0 2px #141414;
}

.icon-hover-1:after {
  top: -4px;
  left: -4px;
  padding: 4px;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.icon-hover-1:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.icon-hover-1.icon-hover-1-small:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.icon-hover-default {
  width: 90px;
  height: 90px;
  line-height: 90px;
}

.icon-hover-default:before {
  z-index: 2;
  font-size: 10px;
}

.icon-hover-lg {
  width: 150px;
  height: 150px;
  line-height: 150px;
}

.icon-hover-lg:before {
  z-index: 2;
  font-size: 35px;
}

.icon-hover-sm {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.icon-hover-sm:before {
  z-index: 2;
  font-size: 20px;
}

/**icon border box**/
.icon-border-box {
  border: 1px solid #eee;
  padding: 30px 20px 15px;
}

.icon-border-box i {
  position: relative;
  font-size: 30px;
}

/***special features***/
.special-feature .section-title hr {
  border-color: #151515;
}

.section-body-fluid .special-feature {
  padding: 0 2rem;
  /*Large devices (desktops, 992px and up)*/
}

@media (min-width: 1200px) {
  .section-body-fluid .special-feature {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) and (min-width: 576px) {
  .section-body-fluid .special-feature {
    max-width: 540px;
  }
}

@media (min-width: 1200px) and (min-width: 768px) {
  .section-body-fluid .special-feature {
    max-width: 720px;
  }
}

@media (min-width: 1200px) and (min-width: 992px) {
  .section-body-fluid .special-feature {
    max-width: 960px;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .section-body-fluid .special-feature {
    max-width: 1140px;
  }
}

.special-feature i {
  font-size: 65px;
  line-height: 75px;
}

.special-feature .fa:first-child {
  color: #4a90e2;
}

.special-feature .saibamais {
  color: #4a90e2;
  font-weight: bold;
}

.special-feature .saibamais .arrow-right {
  border-color: #4a90e2;
}

.special-feature .fa-stack {
  width: 75px;
  height: 75px;
}

.special-feature h4 {
  margin-top: 25px;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
}

.special-feature .mask-top {
  width: 100%;
  background-color: #ffffff;
  padding: 55px 15px;
  height: 280px;
  position: absolute;
  top: 0px;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.special-feature .mask-top h4:before {
  top: -18px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  right: 0;
  margin: -2px auto;
  position: absolute;
  width: 40px;
}

.special-feature .s-feature-box:hover .mask-top {
  top: -200px;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.special-feature .s-feature-box {
  line-height: 1.4;
  overflow: hidden;
  position: relative;
  height: 280px;
  border: 1px solid #f2f2f2;
  margin-bottom: 20px;
  cursor: pointer;
  box-shadow: 0px 4px 15px -10px black;
}

.special-feature .mask-bottom {
  background-color: #ffffff;
  padding: 20px 15px 20px 15px;
  width: 100%;
  position: absolute;
  bottom: -300px;
  height: 280px;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.special-feature .mask-bottom p {
  padding: 0px 5px;
  font-size: 14px;
}

.special-feature .mask-bottom h4 {
  margin: 15px 0px 17px;
}

.special-feature .s-feature-box:hover .mask-bottom {
  bottom: 0;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.special-feature .mask-top img {
  height: 75px;
  width: auto;
}

.special-feature .mask-bottom i {
  font-size: 38px;
  line-height: 50px;
}

.special-feature .mask-bottom img {
  height: 38px;
  width: auto;
}

.special-feature .mask-bottom .fa-stack {
  width: 38px;
  height: 50px;
}

.special-feature .fa-bluetooth-b.fa-stack-1x.fa-rotate-90 {
  top: -5px !important;
}

.icon-bg {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 60px 40px;
}

.icon-bg h3 {
  color: #fff;
  font-size: 18px;
}

.icon-bg p {
  color: rgba(255, 255, 255, 0.8);
}

.icon-bg i {
  color: #fff;
  display: inline-block;
}

.icon-simple i {
  width: 60px;
  text-align: center;
  display: inline-block;
  height: 60px;
  line-height: 60px;
}

.icon-simple img {
  width: 60px;
  height: 100%;
}

/* utils */
/* alinha o font-awesome com as imagens*/
.media-boxes-topalign .icon-simple i {
  line-height: normal;
}

.special-feature-xl .special-feature .mask-top .fa:first-child {
  font-size: 75px;
}

/*TEMPLATES*/
.media-boxes-green .media .fa {
  color: #3aaa35;
}

.media-boxes-sf-blue .media .fa {
  color: #335a98;
}

.special-feature-green .special-feature .fa:first-child {
  color: #3aaa35;
}

@media (min-width: 576px) {
  .featured-box-vertical-style .media-list {
    flex-direction: column;
    align-items: center;
  }
  .featured-box-vertical-style .media-list img, .featured-box-vertical-style .media-list img mr-3 {
    margin-right: 0 !important;
  }
  .featured-box-vertical-style .media-list .media-body {
    text-align: center;
  }
}

.faq ul {
  list-style: none;
  color: #4572bb;
}

.faq ul li .fa {
  margin-right: 0.5rem;
  font-size: 20px;
}

.faq ul li:not(:first-child) {
  margin-top: 15px;
}

.faq > p {
  text-align: center;
}

/* /////// assan styles

.btn-white-outline {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}

.btn-white-outline:hover, .btn-white-outline:focus, .btn-white-outline:active {
    color: #333;
    border-color: #fff;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}

.btn-white-outline:hover:before, .btn-white-outline:focus:before, .btn-white-outline:active:before {
    width: 100%;
    background-color: #fff;
}

.btn-outline-primary {
    border: 2px solid #4a90e2;
    background-color: transparent;
    color: #4a90e2 !important;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    color: #fff !important;
    border-color: #4a90e2;
    background-color: transparent;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}

.btn-outline-primary:hover:before, .btn-outline-primary:focus:before, .btn-outline-primary:active:before {
    width: 100%;
    background-color: #4a90e2;
}

.btn-outline-info {
    border: 2px solid #5bc0de;
    background-color: transparent;
    color: #5bc0de;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active {
    color: #fff;
    border-color: #5bc0de;
    background-color: transparent;
}

.btn-outline-info:hover:before, .btn-outline-info:focus:before, .btn-outline-info:active:before {
    width: 100%;
    background-color: #5bc0de;
}

.btn-outline-success {
    border: 2px solid #5cb85c;
    background-color: transparent;
    color: #5cb85c;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active {
    color: #fff;
    border-color: #5cb85c;
    background-color: transparent;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}

.btn-outline-success:hover:before, .btn-outline-success:focus:before, .btn-outline-success:active:before {
    width: 100%;
    background-color: #5cb85c;
}

.btn-outline-danger {
    border: 2px solid #c9302c;
    background-color: transparent;
    color: #c9302c;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active {
    color: #fff;
    border-color: #c9302c;
    background-color: transparent;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}

.btn-outline-danger:hover:before, .btn-outline-danger:focus:before, .btn-outline-danger:active:before {
    width: 100%;
    background-color: #c9302c;
}

.btn-outline-warning {
    border: 2px solid #f0ad4e;
    background-color: transparent;
    color: #f0ad4e;
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active {
    color: #fff;
    border-color: #f0ad4e;
    background-color: transparent;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}

.btn-outline-warning:hover:before, .btn-outline-warning:focus:before, .btn-outline-warning:active:before {
    width: 100%;
    background-color: #f0ad4e;
}

.btn-outline-secondary {
    border: 2px solid #f7f7f7;
    background-color: transparent;
    color: #22232d;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
    color: #fff;
    border-color: #22232d;
    background-color: transparent;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}

.btn-outline-secondary:hover:before, .btn-outline-secondary:focus:before, .btn-outline-secondary:active:before {
    width: 100%;
    background-color: #22232d;
    color: #fff;
}


.btn-outline-dark {
    border: 2px solid #22232d;
    color: #22232d;
    background-color: transparent;
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active {
    color: #fff;
    border-color: #22232d;
    background-color: transparent;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}

.btn-outline-dark:hover:before, .btn-outline-dark:focus:before, .btn-outline-dark:active:before {
    width: 100%;
    background-color: #22232d;
}*/
.page-3c {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .page-3c.page-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .page-3c.page-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .page-3c.page-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .page-3c.page-container {
    max-width: 1140px;
  }
}

.page-3c .row section:first-child {
  padding-top: 0;
}

.page-3c section .section-header {
  padding-top: 0;
}

.page-3c section .section-body {
  padding-left: 0;
  padding-right: 0;
}

.page-3c article:not(:last-child)::after {
  display: block;
  content: " ";
  border-bottom: solid 1px gainsboro;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.page-3c .col-left {
  padding-left: 5%;
  padding-top: 1.5rem;
}

@media (max-width: 991px) {
  .page-3c .col-left {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: sticky;
    top: 0rem;
    padding-bottom: 0rem;
    z-index: 999999;
    /*.vertical-icon-menu {
                background-color: white;
                padding-bottom: 0;

                ul {
                    margin-bottom: 0;
                    //justify-content: center;
                    background-color: #f8f8f8;
                    border-top: 1px solid lightgray;
                    border-bottom: 1px solid lightgray;

                    @media (max-width: 991px) {
                        li {
                            border-top-width: 0;
                            border-bottom: none;
                        }
                    }

                    @media (min-width: 992px) {
                        justify-content: unset;
                        border-bottom: none;
                    }
                }
            }*/
  }
}

.page-3c .col-center {
  padding-top: 1.5rem;
}

.page-3c .col-right {
  padding-top: 1.5rem;
}

.page-3c.default-page .row-title {
  padding-top: 2rem;
}

.page-3c.default-page .row-title h2 {
  font-size: 30px;
}

.page-3c.default-page .col-left {
  padding-top: 0.5rem;
}

.page-3c.default-page .col-center {
  padding-top: 0.5rem;
}

.page-3c.default-page .col-right {
  padding-top: 0.5rem;
}

.page-3c.page-contact .row-title {
  padding-top: 2rem;
}

.page-3c.page-contact .row-title h2 {
  font-size: 30px;
}

.page-3c.page-contact .col-center {
  padding-top: 0.5rem;
}

.page-3c.page-contact .col-right {
  padding-top: 0.5rem;
}

@media (min-width: 576px) {
  .page-3cdefault-page-v2 {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .page-3cdefault-page-v2 {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .page-3cdefault-page-v2 {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .page-3cdefault-page-v2 {
    max-width: 1140px;
  }
}

.page-3c.page-faq {
  /*.col-center {
            padding-left: 5%;
        }*/
}

@media (min-width: 576px) {
  .page-3c.page-faq {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .page-3c.page-faq {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .page-3c.page-faq {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .page-3c.page-faq {
    max-width: 1140px;
  }
}

/*templates*/
.page-3c.lightgray {
  background-color: #f8f8f8;
}

.vertical-icon-menu {
  /*margin-top: 2rem;*/
  position: sticky;
  top: 1rem;
  padding-bottom: 2rem;
}

@media (max-width: 991px) {
  .vertical-icon-menu {
    margin-left: 0;
  }
}

.vertical-icon-menu .fa {
  font-size: 1.5rem;
}

.vertical-icon-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  flex-direction: column;
  font-size: 0.8rem;
  /*border: 1px solid lightgray;*/
  /*border-left: none;*/
  /*padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0rem;*/
  /*// ajustes de bordas
        li {
           
            border: 1px solid lightgray;
            border-right-width: 0;

            &:last-child {
                border-right-width: 1px;
            }
        }*/
}

.vertical-icon-menu ul li {
  /*border-left: 1px solid lightgray;*/
  /*border: 1px solid lightgray;
            border-bottom-width: 0;*/
  cursor: pointer;
  display: flex;
  margin: 0;
  padding: 0;
  /*width: 100%;*/
  height: 3.5rem;
  /*border: none;
            border-top: 1px solid lightgray;
            border-left: 1px solid lightgray;
            border-bottom: 1px solid lightgray;*/
  /*border-right: none;*/
  border: 1px solid lightgray;
  border-right-style: none;
}

.vertical-icon-menu ul li:last-child {
  /*border-right-style: solid;*/
  /*border-right-width: 1px;*/
}

@media (min-width: 992px) {
  .vertical-icon-menu ul li {
    border: 1px solid lightgray;
    border-bottom-style: none;
  }
  .vertical-icon-menu ul li:last-child, .vertical-icon-menu ul li.last-child {
    border-bottom-style: solid;
    /*background-color: red !important;*/
  }
}

.vertical-icon-menu ul li.active {
  border-left: 2px solid #4a90e2;
}

@media (max-width: 991px) {
  .vertical-icon-menu ul li.active {
    border-top: 3px solid #4a90e2 !important;
    border-left: 1px solid lightgray;
    font-weight: bold;
  }
}

.vertical-icon-menu ul li.active div:nth-child(1) {
  background-color: #e0e0e0;
}

.vertical-icon-menu ul li.active div:nth-child(2) {
  background-color: #f0f0f0;
}

@media (min-width: 992px) {
  .vertical-icon-menu ul li:hover div:nth-child(1) {
    background-color: #e0e0e0;
  }
  .vertical-icon-menu ul li:hover div:nth-child(2) {
    background-color: #f0f0f0;
  }
}

.vertical-icon-menu ul li div {
  width: 4rem;
  display: flex;
  align-items: center;
  /*padding: 0.7rem 1.2rem;*/
  /*border-bottom: 1px solid lightgray;*/
}

.vertical-icon-menu ul li:last-child div {
  border-bottom: none;
}

.vertical-icon-menu ul li div:nth-child(1) {
  background-color: #f0f0f0;
  color: #4a90e2;
  border-right: 1px solid lightgray;
  justify-content: center;
}

.vertical-icon-menu ul li div:nth-child(2) {
  background-color: #f8f8f8;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 991px) {
  .vertical-icon-menu ul {
    flex-direction: row;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .vertical-icon-menu ul li {
    /*min-width: inherit;
                min-width: 100%;*/
    display: flex;
    flex-shrink: 0;
  }
  .vertical-icon-menu ul li div {
    width: 3rem;
  }
  .vertical-icon-menu ul li div:nth-child(1) {
    border-right: none !important;
    flex-shrink: 0;
  }
  .vertical-icon-menu ul li div:nth-child(2) {
    padding-left: 0.5rem;
    background-color: #f8f8f8;
    border-right: 1px solid lightgray;
    width: auto;
    white-space: nowrap;
    flex-shrink: 0;
  }
}

.breadcrumbs-nav {
  position: relative;
  /*.socialine {
        text-align: right;
        width: auto;

        div.g-plusone, div.sf-g-follow {
            float: right;
        }

        div.fb-like, div.fb-send {
            float: right;
            margin-right: 0;
        }
    }*/
}

.breadcrumbs-nav.row .col-center,
.breadcrumbs-nav.row .col-right,
.breadcrumbs-nav.row .col-left {
  padding-top: 0;
}

.breadcrumbs-nav:before {
  content: " ";
  position: absolute;
  background-color: lightgray;
  width: 100%;
  height: 1px;
  top: 50%;
}

.breadcrumbs-nav .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  /*padding-left: calc(3% - 15px);*/
  padding-left: 15px;
  margin-left: -15px;
  padding-right: 15px;
  font-size: 0.8rem;
  width: auto;
}

.breadcrumbs-nav .breadcrumb .breadcrumb-item:first-child {
  padding-left: 15px;
}

.breadcrumbs-nav .breadcrumb .breadcrumb-item:last-child {
  padding-right: 15px;
}

.breadcrumbs-nav .breadcrumb .breadcrumb-item {
  background-color: white;
}

.breadcrumbs-nav .socialine {
  display: block;
  height: 22px;
  padding: 0.75rem 0;
  float: right;
  margin-left: auto;
  margin-right: 0;
  /*background-color: white;*/
  /*padding: 0 8px;*/
}

.breadcrumbs-nav .socialine div.fb-like, .breadcrumbs-nav .socialine div.fb-send {
  float: right;
  margin-left: 4px;
}

.breadcrumbs-nav .socialine div.fb-like {
  width: 88px;
  top: -4px;
}

.breadcrumbs-nav .socialine div.fb-send {
  width: 59px;
}

.breadcrumbs-nav .socialine div.fb-send iframe {
  min-width: 59px !important;
  min-height: 20px !important;
}

.breadcrumbs-nav.no-line {
  /*.col {
            padding: 0 0 1rem 1rem;
        }*/
}

.breadcrumbs-nav.no-line .row .col {
  margin-bottom: 0;
  padding: 0 0 0 2rem;
}

.breadcrumbs-nav.no-line:before {
  border: none;
  background-color: transparent;
}

.breadcrumbs-nav.no-line .breadcrumb {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.breadcrumbs-nav.no-line .breadcrumb .breadcrumb-item:first-child {
  padding-left: 0;
}

form fieldset {
  border: 1px solid gainsboro;
  padding: 1rem;
  border-radius: 3px;
  /*border-top: 4px solid $borderColor;*/
  margin-bottom: 2rem;
}

form fieldset:last-child {
  /*margin-bottom: 0;*/
}

form label {
  font-weight: 500;
}

form .form-check label {
  font-weight: normal;
}

form legend {
  width: auto;
  /*padding: 0 0.7rem;*/
  color: #4a90e2;
}

form input[type='radio'] {
  cursor: pointer;
}

form .form-check-label {
  margin-left: 0.2rem;
  cursor: pointer;
}

form .label-icon {
  font-size: 0.9rem;
  padding-left: 0.3rem;
  color: #8d8d8d;
}

form .label-icon.fa-whatsapp {
  color: green;
}

form.sform .row div {
  margin-bottom: 1rem;
}

#cookieConsent {
  background-color: white;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 0 10px #aaa;
  bottom: 15px;
}

#cookieConsent p {
  margin-bottom: 0px;
  font-size: 14px;
}

#cookieConsent #consentButCont {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 990px) {
  #cookieConsent #consentButCont {
    padding-top: 10px;
  }
}

/*
Buttons
*/
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  font-size: .8rem;
}

.btn {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 700 !important;
  font-size: .75rem !important;
  font-family: "Montserrat", sans-serif;
  padding: 14px 30px 14px !important;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 0.05em;
}

.btn i {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.btn.btn-rounded {
  border-radius: 100px;
}

.btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  transition: all .3s;
}

.btn:hover, .btn:focus {
  box-shadow: none;
  outline: 0 !important;
}

.btn:hover:before, .btn:focus:before {
  transition: all .3s;
  z-index: -1;
}

.btn.btn-link {
  border: 0px;
  padding: 0px !important;
}

.btn.btn-sm {
  padding: 9px 20px 9px !important;
  font-size: .75rem;
}

.btn.btn-lg {
  padding: 15px 40px 15px !important;
  font-size: .8rem !important;
}

.btn.btn-link {
  color: #4782d3;
  overflow: hidden;
  text-transform: uppercase;
  /*&:after {
            font-family: 'themify';
            content: "\e649";
            margin-left: 5px;
            position: relative;
            top: 0;
            font-size: 10px;
            transition: all .3s;
            -webkit-transition: all .3s;
        }*/
}

.btn.btn-link:hover {
  text-decoration: none;
  color: #999;
}

.btn.btn-link:hover:after {
  margin-top: -100px;
}

.btn.btn-link-seta-avancar {
  color: #4782d3;
  overflow: hidden;
  text-transform: uppercase;
}

.btn.btn-link-seta-avancar:after {
  font-family: 'themify';
  content: "\e649";
  margin-left: 5px;
  position: relative;
  top: 0;
  font-size: 10px;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.btn.btn-link-seta-avancar:hover {
  text-decoration: none;
  color: #999;
}

.btn.btn-link-seta-avancar:hover:after {
  margin-top: -100px;
}

.btn.btn-link-seta-voltar {
  color: #4782d3;
  overflow: hidden;
  text-transform: uppercase;
  padding-left: 1rem !important;
}

.btn.btn-link-seta-voltar:before {
  font-family: 'themify';
  content: "\e64a";
  position: relative;
  display: inline-block;
  left: -1rem;
  font-size: 10px;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.btn.btn-link-seta-voltar:hover {
  text-decoration: none;
  color: #999;
}

.btn.btn-link-seta-voltar:hover:after {
  margin-top: -100px;
}

.btn.btn-secondary {
  color: #999;
}

.btn.btn-secondary:hover {
  color: #fff;
}

.btn-white {
  background-color: #fff;
  color: #333;
}

.btn-white-outline {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

.btn-white-outline:hover, .btn-white-outline:focus {
  color: #333;
  border-color: #fff;
}

.btn-white-outline:hover:before, .btn-white-outline:focus:before {
  width: 100%;
  background-color: #fff;
}

.btn-outline-primary {
  border: 2px solid #4782d3;
  background-color: transparent;
  color: #4782d3;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  color: #fff;
  border-color: #4782d3;
  background-color: transparent;
}

.btn-outline-primary:hover:before, .btn-outline-primary:focus:before, .btn-outline-primary:active:before {
  width: 100%;
  background-color: #4782d3;
}

.btn-outline-info {
  border: 2px solid #5bc0de;
  background-color: transparent;
  color: #5bc0de;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active {
  color: #fff;
  border-color: #5bc0de;
  background-color: transparent;
}

.btn-outline-info:hover:before, .btn-outline-info:focus:before, .btn-outline-info:active:before {
  width: 100%;
  background-color: #5bc0de;
}

.btn-outline-info {
  border: 2px solid #5bc0de;
  background-color: transparent;
  color: #5bc0de;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active {
  color: #fff;
  border-color: #5bc0de;
  background-color: transparent;
}

.btn-outline-info:hover:before, .btn-outline-info:focus:before, .btn-outline-info:active:before {
  width: 100%;
  background-color: #5bc0de;
}

.btn-outline-success {
  border: 2px solid #5cb85c;
  background-color: transparent;
  color: #5cb85c;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active {
  color: #fff;
  border-color: #5cb85c;
  background-color: transparent;
}

.btn-outline-success:hover:before, .btn-outline-success:focus:before, .btn-outline-success:active:before {
  width: 100%;
  background-color: #5cb85c;
}

.btn-outline-danger {
  border: 2px solid #c9302c;
  background-color: transparent;
  color: #c9302c;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active {
  color: #fff;
  border-color: #c9302c;
  background-color: transparent;
}

.btn-outline-danger:hover:before, .btn-outline-danger:focus:before, .btn-outline-danger:active:before {
  width: 100%;
  background-color: #c9302c;
}

.btn-outline-warning {
  border: 2px solid #f0ad4e;
  background-color: transparent;
  color: #f0ad4e;
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active {
  color: #fff;
  border-color: #f0ad4e;
  background-color: transparent;
}

.btn-outline-warning:hover:before, .btn-outline-warning:focus:before, .btn-outline-warning:active:before {
  width: 100%;
  background-color: #f0ad4e;
}

.btn-outline-secondary {
  border: 2px solid #ccc;
  background-color: transparent;
  color: #ccc;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
  color: #fff;
  border-color: #ccc;
  background-color: transparent;
}

.btn-outline-secondary:hover:before, .btn-outline-secondary:focus:before, .btn-outline-secondary:active:before {
  width: 100%;
  background-color: #ccc;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #f5f5f5;
}

/**fill buttons**/
.btn-primary, .btn-success, .btn-warning, .btn-danger, .btn-info, .btn-secondary, .btn-white, .btn-dark {
  box-shadow: 0 0.05em 0.1em rgba(0, 0, 0, 0.18);
  border: 0px;
}

.btn-primary:hover, .btn-success:hover, .btn-warning:hover, .btn-danger:hover, .btn-info:hover, .btn-secondary:hover, .btn-white:hover, .btn-dark:hover {
  border: 0px;
  box-shadow: 0 0.05em 1em rgba(0, 0, 0, 0.18);
}

.btn-secondary {
  background: #f5f5f5;
  box-shadow: none;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  border: 0px;
  color: #fff;
  box-shadow: none;
}

.btn-primary {
  background: #4782d3;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #4782d3;
  color: #fff;
}

.btn-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
}

.btn-circle i {
  display: block;
  line-height: 80px;
  margin: 0 auto;
  font-size: 35px;
}

.btn-circle .btn-primary i, .btn-circle .btn-success i, .btn-circle .btn-warning i, .btn-circle .btn-danger i, .btn-circle .btn-info i {
  color: #fff;
}

.btn-dark {
  background: #141414;
  color: #fff;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
  background: #141414;
  color: #fff;
}

.icon-sm-rounded {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block !important;
  text-align: center;
  border-radius: 50%;
  background: #4782d3;
  color: #fff;
}

/****************

SOCIAL BUTTONS

**********************/
/**social icons default size**/
.social-icon {
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #AAA;
}

.social-icon:hover {
  border-color: transparent;
}

.social-icon i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 40px;
  position: relative;
}

.social-icon i:last-child {
  color: #FFF !important;
}

.social-icon:hover i:first-child {
  margin-top: -40px;
}

/***social icons lg (big)***/
.social-icon-lg {
  margin: 0 5px 5px 0;
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #AAA;
}

.social-icon-lg:hover {
  border-color: transparent;
  text-decoration: none;
}

.social-icon-lg i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 60px;
  position: relative;
}

.social-icon-lg i:last-child {
  color: #FFF !important;
}

.social-icon-lg:hover i:first-child {
  margin-top: -60px;
  text-decoration: none;
}

/***social icons small***/
.social-icon-sm {
  margin: 0 5px 5px 0;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #AAA;
}

.social-icon-sm:hover {
  border-color: transparent;
  text-decoration: none;
}

.social-icon-sm i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 30px;
  position: relative;
}

.social-icon-sm i:last-child {
  color: #FFF !important;
}

.social-icon-sm:hover i:first-child {
  margin-top: -30px;
  text-decoration: none;
}

si-border {
  border: 1px solid #AAA !important;
}

.si-border-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-dark-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-gray-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-gray {
  background: #f3f3f3;
  border: 0px;
}

.si-dark {
  background-color: #333;
  border: 0px !important;
  color: #fff !important;
}

/**icons hover colored**/
.si-colored-facebook, .si-facebook:hover {
  background-color: #3B5998 !important;
}

.si-colored-twitter, .si-twitter:hover {
  background-color: #00ACEE !important;
}

.si-colored-google-plus, .si-g-plus:hover {
  background-color: #DD4B39 !important;
}

.si-colored-skype, .si-skype:hover {
  background-color: #00AFF0 !important;
}

.si-colored-yahoo, .si-yahoo:hover {
  background-color: #720E9E !important;
}

.si-linkedin:hover, .si-colored-linkedin {
  background-color: #0E76A8 !important;
}

.si-pin:hover, .si-colored-pinterest {
  background-color: #C8232C !important;
}

.si-rss:hover, .si-colored-rss {
  background-color: #EE802F !important;
}

.si-pinterest:hover, .si-colored-pinterest {
  background-color: #C8232C !important;
}

.si-tumblr:hover, .si-colored-tumblr {
  background-color: #34526F !important;
}

.si-vimeo:hover, .si-colored-vimeo {
  background-color: #86C9EF !important;
}

.si-digg:hover, .si-colored-digg {
  background-color: #191919 !important;
}

.si-instagram:hover, .si-colored-instagram {
  background-color: #3F729B !important;
}

.si-flickr:hover, .si-colored-flickr {
  background-color: #FF0084 !important;
}

.si-paypal:hover, .si-colored-paypal {
  background-color: #00588B !important;
}

.si-yahoo:hover, .si-colored-yahoo {
  background-color: #720E9E !important;
}

.si-android:hover, .si-colored-andriod {
  background-color: #A4C639 !important;
}

.si-appstore:hover, .si-colored-apple {
  background-color: #000 !important;
}

.si-dropbox:hover {
  background-color: #3D9AE8 !important;
}

.si-dribbble:hover, .si-colored-dribbble {
  background-color: #EA4C89 !important;
}

.si-soundcloud:hover, .si-colored-soundcoloud {
  background-color: #F70 !important;
}

.si-xing:hover, .si-colored-xing {
  background-color: #126567 !important;
}

.si-phone:hover, .si-colored-phone {
  background-color: #444 !important;
}

.si-behance:hover, .si-colored-behance {
  background-color: #053eff !important;
}

.si-github:hover, .si-colored-github {
  background-color: #171515 !important;
}

.si-stumbleupon:hover, .si-colored-stumbleupon {
  background-color: #F74425 !important;
}

.si-email:hover, .si-colored-email {
  background-color: #6567A5 !important;
}

.si-wordpress:hover, .si-colored-wordpress {
  background-color: #1E8CBE !important;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #4a90e2;
  border-color: #4a90e2;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #264b76;
  background-color: #cce0f7;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #264b76;
}

a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #264b76;
  background-color: #b6d3f4;
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #264b76;
  border-color: #264b76;
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}

a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}

a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}

a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #7f7b00;
  background-color: #fcfab8;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #7f7b00;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #7f7b00;
  background-color: #fbf8a0;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #7f7b00;
  border-color: #7f7b00;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

a.list-group-item-light,
button.list-group-item-light {
  color: #818182;
}

a.list-group-item-light:focus, a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}

a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}

a.list-group-item-dark:focus, a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-orange {
  color: #855600;
  background-color: #ffe6b8;
}

a.list-group-item-orange,
button.list-group-item-orange {
  color: #855600;
}

a.list-group-item-orange:focus, a.list-group-item-orange:hover,
button.list-group-item-orange:focus,
button.list-group-item-orange:hover {
  color: #855600;
  background-color: #ffdd9f;
}

a.list-group-item-orange.active,
button.list-group-item-orange.active {
  color: #fff;
  background-color: #855600;
  border-color: #855600;
}

.switch {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  /*
    BUG: jquery validator não esta validando os switches.

    Jquery validator utiliza o selector próprio :hidden para não validar os campos de formulário "invisiveis". 
    :hidden verifica se a altura e largura são 0, se o display é none ou se ele é um input type=hidden... nesse caso, o width e height com 0 não valida 
    os controles de switch, então foi alterado a visibilidade deles pra hidden (Não é display: none), e coloca o width para 1px.
*/
  /*width: 0;*/
  width: 1px;
  height: 1px;
  visibility: hidden;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

.switch input:checked + .slider {
  background-color: #4a90e2;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch.switch-xs {
  width: 40px;
  height: 24px;
}

.switch.switch-xs .slider:before {
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
}

.switch.switch-xs .slider.round {
  border-radius: 34px;
}

.switch.switch-xs .slider.round:before {
  border-radius: 50%;
}

.switch.switch-xs input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

@media (max-width: 575px) {
  .switch.switch-responsive {
    width: 40px;
    height: 24px;
  }
  .switch.switch-responsive .slider:before {
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
  }
  .switch.switch-responsive .slider.round {
    border-radius: 34px;
  }
  .switch.switch-responsive .slider.round:before {
    border-radius: 50%;
  }
  .switch.switch-responsive input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
  }
}

.c-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Style the indicator (dot/circle) */
}

.c-radio input {
  opacity: 0;
  /*
    BUG: jquery validator não esta validando os switches.

    Jquery validator utiliza o selector próprio :hidden para não validar os campos de formulário "invisiveis". 
    :hidden verifica se a altura e largura são 0, se o display é none ou se ele é um input type=hidden... nesse caso, o width e height com 0 não valida 
    os controles de switch, então foi alterado a visibilidade deles pra hidden (Não é display: none), e coloca o width para 1px.
*/
  /*width: 0;*/
  width: 1px;
  height: 1px;
  visibility: hidden;
  /* When the radio button is checked, add a blue background */
  /* Show the indicator (dot/circle) when checked */
}

.c-radio input:checked ~ .checkmark {
  background-color: #2196F3;
}

.c-radio input:checked ~ .checkmark:after {
  display: block;
}

.c-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.c-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

.c-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.c-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.switch-button {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  cursor: pointer;
  position: relative;
  display: inline-block;
  color: white;
}

.switch-button input {
  /*
    BUG: jquery validator não esta validando os switches.

    Jquery validator utiliza o selector próprio :hidden para não validar os campos de formulário "invisiveis". 
    :hidden verifica se a altura e largura são 0, se o display é none ou se ele é um input type=hidden... nesse caso, o width e height com 0 não valida 
    os controles de switch, então foi alterado a visibilidade deles pra hidden (Não é display: none), e coloca o width para 1px.
*/
  /*width: 0;*/
  width: 1px;
  visibility: hidden;
  height: 1px;
}

.switch-button .switch-label {
  text-align: center;
  width: 110px;
  padding: 0.5rem;
  display: inline-block;
  cursor: pointer;
  /*top: auto;
        left: 0;
        right: 0;
        bottom: auto;*/
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  /*&:before {
            position: absolute;
            content: "";
            height: 26px;
            width: 26px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }*/
}

.switch-button .switch-label.round {
  border-radius: 34px;
}

.switch-button .switch-label.round:before {
  border-radius: 50%;
}

.switch-button.auto-width .switch-label {
  width: auto;
  min-width: 4rem;
  padding: 0.5rem 1.1rem;
}

.switch-button .w-120 {
  width: 120px;
}

.switch-button .w-130 {
  width: 130px;
}

.switch-button input:checked + .switch-label {
  background-color: #4a90e2;
  font-weight: bold;
  /*&:before {
                -webkit-transform: translateX(26px);
                -ms-transform: translateX(26px);
                transform: translateX(26px);
            }*/
}

.switch-button input:checked + .switch-label.pink-on-select {
  background-color: hotpink;
}

.switch-button input:focus + .switch-label {
  /*box-shadow: 0 0 1px #2196F3;*/
}

/*Themas*/
.contrato-checkboxes .switch-button:nth-child(1) input:checked + .switch-label {
  background-color: lightcoral;
}

/*
Blog post entries
*/
.entry-card {
  height: 100%;
  -webkit-box-shadow: 0px 3px 10px -4px #828282;
  -moz-box-shadow: 0px 3px 10px -4px #828282;
  box-shadow: 0px 3px 10px -4px #828282;
  display: flex;
  flex-direction: column;
  /*imagem acima*/
}

.entry-card .entry-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 200px;
  overflow: hidden;
  border: solid 1px #e6e6e6;
}

.entry-card .entry-thumb img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.entry-card .entry-thumb .thumb-hover {
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(71, 130, 211, 0.85);
  display: block;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 40px;
  line-height: 100px;
  border-radius: 50%;
  margin-top: -50px;
  margin-left: -50px;
  text-align: center;
  transform: scale(0);
  -webkit-transform: scale(0);
  opacity: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.entry-card .entry-thumb:hover .thumb-hover {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.entry-card .entry-content {
  background-color: #fff;
  padding: 36px 36px 36px 36px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  line-height: 1.65714286em;
  letter-spacing: 0em;
  font-size: 12px;
  color: #777777;
  flex-grow: 1;
}

.entry-card .entry-content .entry-title a {
  font-size: 16px;
  font-weight: 400;
  color: #252525;
  letter-spacing: -0.2px;
  text-transform: capitalize;
}

.entry-card .entry-content .entry-about {
  display: flex;
  justify-content: space-between;
}

.entry-card .entry-meta span {
  font-size: 12px;
}

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial,sans-serif;
  line-height: normal;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min, .irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: .4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min, .irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big-sf {
  height: 55px;
}

.irs--big-sf.irs-with-grid {
  height: 70px;
}

.irs--big-sf .irs-line {
  cursor: pointer;
  top: 33px;
  height: 12px;
  background-color: #fff;
  background: linear-gradient(to bottom, #ddd -50%, #fff 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big-sf .irs-bar {
  cursor: pointer;
  top: 33px;
  height: 12px;
  background-color: #4a90e2;
  border: 1px solid #4a90e2;
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big-sf .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big-sf .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(74, 144, 226, 0.5);
}

.irs--big-sf .irs-handle {
  cursor: grab;
  top: 25px;
  width: 30px;
  height: 30px;
  border: 4px #4a90e2 solid;
  background-color: #4a90e2;
  border-radius: 30px;
}

.irs--big-sf .irs-handle.state_hover, .irs--big-sf .irs-handle:hover {
  border: 4px #4a90e2 solid;
  background-color: #fff;
}

.irs--big-sf .irs-min, .irs--big-sf .irs-max {
  top: 0;
  padding: 1px 5px;
  color: #fff;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big-sf .irs-from, .irs--big-sf .irs-to, .irs--big-sf .irs-single {
  color: #fff;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big-sf .irs-grid-pol {
  background-color: #428bca;
}

.irs--big-sf .irs-grid-text {
  color: #428bca;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
  cursor: pointer;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #3399FF;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #ced4da;
}

.body-sso, .body-default-gray {
  background-color: #f8f8f8;
}

.car-taxi {
  color: #FF8400 !important;
}

.sf-green {
  color: #33a72e;
}

/*
    Prefira utilizar com mini-hero-expand que tenta expandiar a área do mini-hero quando o conteúdo fica 
    grande demais - melhor para mobile
*/
.mini-hero {
  height: 170px;
  background-color: lightgray;
  width: 100%;
  /*background-image: url('/content/images/outdoor/outdoor-xs-moto-coberturas.png');*/
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #1e0a04;
  /*versão menor do miniHero, não finalizada*/
  /*&.micro-hero {
        height: 90px; 
        > div {

        }
    }*/
}

.mini-hero > div {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: rgba(30, 10, 4, 0.5);
}

.mini-hero > div h1 {
  margin-bottom: 2rem;
  color: white;
  opacity: 1;
  text-align: center;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .mini-hero > div h1 {
    font-size: 2rem;
  }
}

.mini-hero > div h1.small-h1 {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .mini-hero > div h1.small-h1 {
    font-size: 1.5rem;
  }
}

.mini-hero.transparency {
  position: relative;
}

.mini-hero.transparency:before {
  /*content: "";
            display: block;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background-color: rgba(30,10,4,0.5);*/
}

.mini-hero.mini-hero-expand {
  height: 100%;
  min-height: 170px;
  position: relative;
}

.mini-hero.mini-hero-expand > div {
  display: flex;
  min-height: 170px;
  height: 100%;
  width: 100%;
  position: relative;
}

.mini-hero.mini-hero-expand > div h1 {
  margin-top: 1.5rem;
}

/* buttons */
#slider-Seguradoras {
  padding: 2rem 0;
}

#slider-Seguradoras img {
  width: 100%;
  max-width: 170px;
  height: auto;
  padding: 0;
  margin: 0 auto;
}

.page-item.active .page-link {
  /*background-color: $pagination-active-bg;*/
  background-color: #3aaa35;
}

/* sfloading */
#sfloading div {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

#sfloading div:first-of-type {
  display: block;
  width: 187px;
  height: 41px;
  margin-top: 1px;
  background: transparent url("//www.segurofacil.com.br/content/images/base/sfsprite.png") no-repeat -252px 0px;
  margin-top: 3px;
}

#sfloading div:last-of-type {
  background: transparent url("/content/images/base/ajaxloadingbar.gif") no-repeat;
  width: 220px;
  height: 19px;
}

#sfloading p {
  text-align: center;
  font-style: oblique;
  font-size: 0.9rem;
  color: #666;
}

.loading, .alert.loading {
  border-radius: 10px;
  background-color: #fff;
  padding: 5px 10px 0px 10px;
  text-align: center;
  overflow: hidden;
  min-height: 110px;
  max-height: 110px;
  height: 110px;
}

.loading img, .alert.loading img {
  clear: both;
}

.loading .ui-dialog-titlebar, .alert.loading .ui-dialog-titlebar {
  display: none;
}

.loading div, .alert.loading div {
  overflow: hidden;
}

main {
  /*padding-bottom: 100px;*/
}

/* field validation */
.field-validation-error, .validation-summary-errors {
  display: block;
  /*.alert;*/
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.alert-error;*/
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.field-validation-error:before, .validation-summary-errors:before {
  content: "\f071 \00a0 \00a0";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  float: left;
}

#pageSeguros .row, #pageSeguradoras .row, #pageOperadoras .row {
  margin: 0;
  padding: 0;
}

#pageSeguros [class*='col'], #pageSeguradoras [class*='col'], #pageOperadoras [class*='col'] {
  margin: 0;
  padding: 0;
}

#pageSeguros .lista-seguro > div, #pageSeguradoras .lista-seguro > div, #pageOperadoras .lista-seguro > div {
  display: flex;
  align-items: stretch;
}

#pageSeguros .lista-seguro .lista-seguro-item, #pageSeguradoras .lista-seguro .lista-seguro-item, #pageOperadoras .lista-seguro .lista-seguro-item {
  background-color: white;
  margin: 0.5rem;
  padding: 1.5rem 1rem;
  cursor: pointer;
  box-shadow: 0px 2px 15px -8px rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: stretch;
}

#pageSeguros .lista-seguro .lista-seguro-item:hover, #pageSeguradoras .lista-seguro .lista-seguro-item:hover, #pageOperadoras .lista-seguro .lista-seguro-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

#pageSeguros .lista-seguro .lista-seguro-item .col-image, #pageSeguradoras .lista-seguro .lista-seguro-item .col-image, #pageOperadoras .lista-seguro .lista-seguro-item .col-image {
  display: flex;
  justify-content: center;
  align-items: center;
  /*Breackpoints do boostrap para componentes responsivos*/
  /*Extra small devices (portrait phones, less than 576px)*/
  /*No media query since this is the default in Bootstrap*/
  /*Small devices (landscape phones, 576px and up)*/
  /*Large devices (desktops, 992px and up)*/
  /*Extra large devices (large desktops, 1200px and up)*/
}

#pageSeguros .lista-seguro .lista-seguro-item .col-product-info, #pageSeguradoras .lista-seguro .lista-seguro-item .col-product-info, #pageOperadoras .lista-seguro .lista-seguro-item .col-product-info {
  padding-left: 1rem;
  text-align: center;
}

@media (min-width: 576px) {
  #pageSeguros .lista-seguro .lista-seguro-item .col-product-info, #pageSeguradoras .lista-seguro .lista-seguro-item .col-product-info, #pageOperadoras .lista-seguro .lista-seguro-item .col-product-info {
    text-align: left;
  }
}

#pageSeguros .lista-seguro .lista-seguro-item .col-product-info .product-title, #pageSeguradoras .lista-seguro .lista-seguro-item .col-product-info .product-title, #pageOperadoras .lista-seguro .lista-seguro-item .col-product-info .product-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #335a98;
  margin-bottom: 0.1rem;
  /*text-align: center;*/
}

#pageSeguros .lista-seguro .lista-seguro-item .col-product-info .product-title a, #pageSeguradoras .lista-seguro .lista-seguro-item .col-product-info .product-title a, #pageOperadoras .lista-seguro .lista-seguro-item .col-product-info .product-title a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

#pageSeguros .lista-seguro .lista-seguro-item .col-product-info .product-title a:hover, #pageSeguradoras .lista-seguro .lista-seguro-item .col-product-info .product-title a:hover, #pageOperadoras .lista-seguro .lista-seguro-item .col-product-info .product-title a:hover {
  text-decoration: underline;
}

#pageSeguros .lista-seguro .lista-seguro-item .col-product-info .product-description, #pageSeguradoras .lista-seguro .lista-seguro-item .col-product-info .product-description, #pageOperadoras .lista-seguro .lista-seguro-item .col-product-info .product-description {
  font-size: 1rem;
  font-weight: normal;
  color: #5A5A5A;
}

#pageSeguros .lista-seguro .lista-seguro-item .col-product-info .rating, #pageSeguradoras .lista-seguro .lista-seguro-item .col-product-info .rating, #pageOperadoras .lista-seguro .lista-seguro-item .col-product-info .rating {
  margin-bottom: 0.25rem;
}

#pageSeguros .lista-seguro .lista-seguro-item .col-product-info .rating .rateit, #pageSeguradoras .lista-seguro .lista-seguro-item .col-product-info .rating .rateit, #pageOperadoras .lista-seguro .lista-seguro-item .col-product-info .rating .rateit {
  display: inline-block;
}

#pageSeguros .lista-seguro .lista-seguro-item .col-product-info .rating a, #pageSeguradoras .lista-seguro .lista-seguro-item .col-product-info .rating a, #pageOperadoras .lista-seguro .lista-seguro-item .col-product-info .rating a {
  position: relative;
  top: -2px;
  line-height: 1.3;
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  color: #3aaa35;
  font-size: 0.8rem;
}

#pageSeguros .lista-seguro .lista-seguro-item .col-product-info .rating a:hover, #pageSeguradoras .lista-seguro .lista-seguro-item .col-product-info .rating a:hover, #pageOperadoras .lista-seguro .lista-seguro-item .col-product-info .rating a:hover {
  text-decoration: underline;
  color: #3aaa35;
}

#pageSeguros .lista-seguradora, #pageSeguradoras .lista-seguradora, #pageOperadoras .lista-seguradora {
  justify-content: center;
}

#pageSeguros .lista-seguradora .lista-seguro-item, #pageSeguradoras .lista-seguradora .lista-seguro-item, #pageOperadoras .lista-seguradora .lista-seguro-item {
  width: 100%;
  display: block !important;
  align-items: center;
}

#pageSeguros .lista-seguradora .lista-seguro-item .row-details h2, #pageSeguradoras .lista-seguradora .lista-seguro-item .row-details h2, #pageOperadoras .lista-seguradora .lista-seguro-item .row-details h2 {
  text-align: center;
}

#pageSeguros .lista-seguradora .lista-seguro-item .row-image, #pageSeguradoras .lista-seguradora .lista-seguro-item .row-image, #pageOperadoras .lista-seguradora .lista-seguro-item .row-image {
  justify-content: center;
}

.list-default {
  color: #4572bb;
  list-style-type: none;
  padding-left: 0;
}

.list-default li:not(:first-child) {
  margin-top: 15px;
}

.list-2column-responsive {
  column-count: unset;
}

@media (min-width: 992px) {
  .list-2column-responsive {
    column-count: 2;
    list-style-position: inside;
    /*list-style-type: disc;*/
  }
  .list-2column-responsive li:not(:first-child) {
    margin-top: 15px;
  }
}

.list-3column-responsive {
  column-count: unset;
}

.list-3column-responsive.list-xs {
  column-count: 2;
}

@media (min-width: 768px) {
  .list-3column-responsive {
    column-count: 2;
    list-style-position: inside;
    /*list-style-type: disc;*/
  }
  .list-3column-responsive.list-xs {
    column-count: 2;
  }
  .list-3column-responsive li:not(:first-child) {
    margin-top: 5px;
  }
}

@media (min-width: 992px) {
  .list-3column-responsive {
    column-count: 3;
    list-style-position: inside;
    /*list-style-type: disc;*/
  }
  .list-3column-responsive.list-xs {
    column-count: 3;
  }
  .list-3column-responsive li:not(:first-child) {
    margin-top: 5px;
  }
}

.list-3column-responsive.list-no-gutter li:not(:first-child) {
  margin-top: auto;
}

/*Diferente do img-responsive, este pega o tamanho completo mesmo ultrapassando o tamanho da imagem*/
.img-fullwidth {
  width: 100%;
  height: auto;
}

.fa-furto:before {
  content: "\f111";
}

.fa-furto:after {
  color: white;
  position: absolute;
  transform: rotate(90deg) translatey(40%) translatex(-2px);
  content: "\f294";
  margin: 0;
  padding: 0;
  font-size: 1.96rem;
}

.fa-colisao:before {
  content: "\f111";
}

/*.socialine {
    width: 250px;

    div.g-plusone, div.sf-g-follow, div.fb-like, div.fb-send {
        float: left;
        margin-right: 4px;
        margin-top: 0;
        top: -4px;
    }

    div.fb-like {
        width: 88px;
    }

    div.fb-send {
        width: 59px;

        iframe {
            min-width: 59px !important;
            min-height: 20px !important;
        }
        // http://stackoverflow.com/a/18770980/1133338
    }
}*/
.sf-affix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 0;
  z-index: 999999;
}

.disclaimer {
  font-size: 0.8rem !important;
  line-height: 1.5;
  /*&.disclaimer-small{ 

    }*/
}

.disclaimer.warning {
  color: #c9302c;
}

.but, .but-input {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

#pageLegal {
  padding-bottom: 60px;
}

#pageLegal small {
  font-size: 50%;
}

#pageLegal h1:first-child {
  padding: 2rem 0;
}

.as-label {
  background-color: transparent;
  border: none;
  outline: none;
  padding-left: 0;
}

.as-label:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.as-label:read-only {
  background-color: transparent;
  outline: none;
}

.hide-number-arrows {
  -moz-appearance: textfield;
}

.hide-number-arrows::-webkit-inner-spin-button, .hide-number-arrows::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.input-group-spinner .input-group-text {
  /*@media (max-width: 767px) {
            
        }*/
}

.input-group-spinner .spinner-input {
  text-align: center;
}

@media (min-width: 768px) {
  .input-group-spinner .spinner-input {
    /*max-width: 7rem;*/
  }
}

.input-group-spinner .input-group-pinner-text {
  width: 130px;
}

@media (min-width: 768px) {
  .input-group-spinner .input-group-pinner-text {
    width: 200px;
  }
}

.input-group-spinner .ui-spinner-down {
  min-width: 2rem;
  border-width: 1px;
  border-color: #ced4da;
}

@media (min-width: 768px) {
  .input-group-spinner .ui-spinner-down {
    min-width: 5rem;
  }
}

.input-group-spinner .ui-spinner-up {
  min-width: 2rem;
  border-width: 1px;
  border-color: #ced4da;
}

@media (min-width: 768px) {
  .input-group-spinner .ui-spinner-up {
    min-width: 5rem;
  }
}

.tabela-selecao-idade-vidas .row {
  margin-bottom: 0.2rem;
}

a.sf-tooltip:not([href]) {
  color: #8cb8ed;
  cursor: pointer;
}

a.sf-tooltip:not([href]):hover {
  color: #4a90e2;
}

.body-simple {
  background-image: url(/content/images/base/background.png);
  background-repeat: repeat-x;
  background-color: #f5f5f5;
}

.body-simple .rateit-range {
  cursor: pointer;
}

.body-simple .navbar {
  box-shadow: none;
}

@media (min-width: 576px) {
  .body-simple > .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .body-simple > .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .body-simple > .container {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .body-simple > .container {
    max-width: 800px;
  }
}

.body-simple #content {
  margin-bottom: 3rem;
}

.body-simple .box {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.body-simple h1 {
  font-size: 36px;
  padding: 20px 15px 10px 20px;
  z-index: 3;
}

.body-simple em {
  font-style: italic;
  color: #666;
  font-weight: normal;
}

.body-simple em.blue {
  color: #0064cd;
}

.body-simple #content .main #mainSubheader {
  margin: 0 20px 15px 20px;
  padding: 13px 0;
  border-top: 1px dotted #d6d6d6;
  border-bottom: 1px dotted #d6d6d6;
  position: relative;
  font-size: 1.3rem;
  font-weight: normal;
  color: #666;
}

.body-simple #content .main #mainSubheader p {
  margin-bottom: 0;
}

.body-simple #content .main #mainContent {
  padding: 0px 20px 20px 20px;
}

.body-simple #content .main #mainContent h4 {
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}

.body-simple #content .main #mainContent label {
  font-size: 1rem;
  display: inline-block;
  /*padding-bottom: 0.3rem;*/
  font-weight: bold;
}

.body-simple #content .main #mainContent .border-darkgray {
  border: 1px solid #999999;
}

.body-simple #content .main #mainContent .editor-field {
  padding: 20px;
}

.body-simple #content .main #mainContent .row {
  margin-bottom: 1rem;
}

.body-simple #content .main #mainContent .input-inline {
  width: 2.5rem;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #ccc;
  border-top-color: #666;
  border-left-color: #666;
  padding: 3px 2px;
  display: inline-block;
  margin-left: 0.3rem;
}

.body-simple #content .main #mainContent .nota-dez {
  /*color: #0c6f32;*/
  font-weight: bold;
  /*font-size: 1.4rem;*/
  color: #0064cd;
}

.body-simple #content .main #mainContent .nota-boa {
  color: #3aaa35;
}

.body-simple #content .main #mainContent .nota-mediana {
  color: #f0ad4e;
}

.body-simple #content .main #mainContent .nota-ruim {
  color: red;
}

.font-warnock {
  font-size: 1.3rem;
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Montserrat;
}

.font-warnock-responsive-xs {
  font-size: 0.7rem;
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Montserrat;
}

@media (min-width: 320px) {
  .font-warnock-responsive-xs {
    font-size: 0.9rem;
  }
}

@media (min-width: 576px) {
  .font-warnock-responsive-xs {
    font-size: 1.2rem;
  }
}

@media (max-width: 575px) {
  .ui-slider-horizontal .ui-slider-handle {
    height: 1.6rem !important;
  }
  .ui-slider-horizontal .ui-slider-handle {
    top: -.6rem !important;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.assan-inputs .form-control {
  min-height: 48px;
  border: 0px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.18);
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.assan-inputs button, .assan-inputs input, .assan-inputs optgroup, .assan-inputs select, .assan-inputs textarea {
  font-family: "Open Sans", sans-serif;
}

.assan-inputs .form-control:focus {
  border: 0px;
  box-shadow: 0 8px 23px rgba(0, 0, 0, 0.18);
}

.text-white-gray {
  font-size: 1.1rem;
  font-weight: 500;
  color: white !important;
  /*text-shadow: 0px 0px 10px black;*/
  /*text-shadow: 2px 2px 0 black, 2px -2px 0 black, -2px 2px 0 black, -2px -2px 0 black, 2px 0px 0 black, 0px 2px 0 black, -2px 0px 0 black, 0px -2px 0 black;*/
}

@media (min-width: 768px) {
  .text-highlight {
    background-color: rgba(0, 0, 0, 0.7);
  }
}

@media (min-width: 768px) {
  .text-highlight-gray {
    background-color: rgba(20, 20, 20, 0.5);
  }
}

.crop-image {
  overflow: hidden;
  border: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
}

.crop-image img {
  /*margin-left: 50%;
            margin-top: 50%;
            transform: translateX(-50%);
            transform: translateY(50%);*/
  /*display: block;*/
  /*width: 80% !important;
            height: 80% !important;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*&.img-error {
            width: 80% !important; //Important porque o owl esta sobrescrevendo o width da imagem
            height: 80% !important; //Important porque o owl esta sobrescrevendo o width da imagem
        }*/
}

.crop-image.crop-image-summary {
  width: 128px;
  height: 128px;
}

.faded {
  opacity: 0.5;
}

.faded:hover, .faded:focus, .faded:active, .faded:focus-within {
  opacity: 1;
}

.sf-simple-gallery * {
  transition: all linear 200ms;
}

.sf-simple-gallery > h2 {
  margin-bottom: 20px;
}

.sf-simple-gallery .row a {
  display: block;
}

.sf-simple-gallery .row a:hover, .sf-simple-gallery .row a:active, .sf-simple-gallery .row a:focus {
  text-decoration: none;
}

.sf-simple-gallery .row a:hover img, .sf-simple-gallery .row a:active img, .sf-simple-gallery .row a:focus img {
  max-width: 100%;
  height: auto;
  width: 100%;
  padding: 0.25rem;
  box-shadow: 0 2px 4px 0 rgba(74, 144, 226, 0.8), 0 2px 10px 0 rgba(74, 144, 226, 0.75) !important;
}

@media (min-width: 576px) {
  .sf-simple-gallery .row a:hover img, .sf-simple-gallery .row a:active img, .sf-simple-gallery .row a:focus img {
    transform: scale(1.05);
  }
}

.sf-simple-gallery .row a:hover h2, .sf-simple-gallery .row a:hover h3, .sf-simple-gallery .row a:active h2, .sf-simple-gallery .row a:active h3, .sf-simple-gallery .row a:focus h2, .sf-simple-gallery .row a:focus h3 {
  color: #4a90e2;
}

.sf-simple-gallery .row img {
  max-width: 100%;
  height: auto;
  width: 100%;
  padding: 0.25rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.sf-simple-gallery .row h2 {
  text-align: center;
  margin-top: 10px;
}

.sf-simple-gallery .row h3 {
  text-align: center;
  font-size: 17px;
  line-height: 24px;
  margin-top: 10px;
}

.sf-simple-gallery .row p {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

/*-- LIST STYLES ------------------------------ */
.media-list ul, .list-themes {
  padding-left: 0;
}

.media-list ul.list-with-arrow, .list-themes.list-with-arrow {
  list-style: none;
  list-style-type: none;
  width: 100%;
}

.media-list ul.list-with-arrow li, .list-themes.list-with-arrow li {
  width: 100%;
  font-size: 14px;
}

.media-list ul.list-with-arrow li a, .list-themes.list-with-arrow li a {
  padding: 5px 10px;
  display: block;
  border-bottom: 1px solid #eee;
  color: #212529;
}

.media-list ul.list-with-arrow li a:hover, .media-list ul.list-with-arrow li a:focus, .list-themes.list-with-arrow li a:hover, .list-themes.list-with-arrow li a:focus {
  text-decoration: none;
  outline: 0 !important;
  color: #666;
  background-color: #f5f5f5;
}

.media-list ul.list-with-arrow li a:before, .list-themes.list-with-arrow li a:before {
  color: #999;
  content: "\f0da";
  font-family: 'FontAwesome';
  margin-right: 7px;
}

.media-list ul.list-collapse-like, .list-themes.list-collapse-like {
  list-style: none;
}

.media-list ul.list-collapse-like li, .list-themes.list-collapse-like li {
  padding: 0.5rem 2rem 0.5rem 1rem;
  margin: 0.5rem 0;
  border: 1px solid gainsboro;
  position: relative;
}

.media-list ul.list-collapse-like li:hover, .list-themes.list-collapse-like li:hover {
  background-color: #f5f5f5;
}

.media-list ul.list-collapse-like li::before, .list-themes.list-collapse-like li::before {
  content: "\e649";
  font-family: 'themify';
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 100%;
  right: 0.5rem;
  top: 0;
  margin: auto auto;
  font-weight: bold;
}

/*-- END LIST STYLES ------------------------------ */
btn-link-no-icon::after {
  content: none;
}

.answer-styles a {
  font-weight: bold;
  text-decoration: underline;
}

.answer-styles table {
  width: 100%;
  margin: 1rem 0;
}

.answer-styles table th, .answer-styles table td {
  padding: 0.5rem 0.5rem;
}

.answer-styles table thead th {
  background-color: #335a98;
  color: #ffffff;
}

.answer-styles table tbody > tr:nth-child(even) {
  background-color: #f0f0f0;
}

.no-wrap {
  white-space: nowrap;
}

section.legal-texts a:not(.btn) {
  text-decoration: underline;
  color: #4572bb;
}

section.legal-texts blockquote.title-blockquote p {
  padding-left: 15%;
  text-align: justify;
}

@media (min-width: 768px) {
  section.legal-texts blockquote.title-blockquote p {
    padding-left: 40%;
  }
}

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

.list-about {
  font-size: 1rem;
}

.list-about .fa {
  font-size: 1.5rem;
  color: #4572bb;
  display: inline-block;
  width: 1.8rem;
}

.emergencia-cor {
  color: red;
}

.table .vertical-align-center {
  vertical-align: central;
}

.table th {
  background-color: #335a98;
  color: #ffffff;
}

.table tbody > tr:nth-child(even) {
  background-color: white;
}

.table tbody > tr:nth-child(odd) {
  background-color: #f0f0f0;
}

.table-emergencia th {
  max-width: 50px;
}

.table-emergencia td {
  max-width: 30px;
  text-align: center;
}

.table-emergencia th,
.table-emergencia td {
  border: 1px solid #ddd !important;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .table-emergencia {
    min-width: 300px;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .table-emergencia {
    width: 40%;
  }
}

.table-seguroadoras {
  width: 100%;
  /*@media (min-width: 768px) {
        min-width: 500px;
        width: 50%;
    }


    @media (min-width: 992px) {
        width: 40%;
    }*/
}

.table-seguroadoras th,
.table-seguroadoras td {
  border: 1px solid #ddd !important;
  vertical-align: middle;
}

.table-seguroadoras td {
  vertical-align: middle;
}

.list-search h3, .list-search p {
  margin: 0;
  font-size: 1rem;
}

.list-search li {
  margin-bottom: 1rem;
}

.list-search .url {
  color: #388222;
}

.list-steps {
  /*variaveis de componente*/
  width: 100%;
  background-color: #fafafa;
  /*border: 1px solid gray;*/
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  padding: 0 2rem 0 2rem;
  /*padding-left: 3rem;
    padding-right: 3rem;*/
  /*margin: 0 0 0 ($list-xs-font-icon-size/2);

    @media (min-width: 576px) {
        margin: 0 0 0 ($list-font-icon-size/2);
    }*/
}

@media (min-width: 576px) {
  .list-steps {
    padding: 0 1rem 0 1rem;
  }
}

.list-steps li {
  display: block;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: 2rem;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 5rem;
}

.list-steps li .description {
  color: lightgray;
  padding: 0 0.5rem 0 0.5rem;
  font-weight: bold;
  /*margin-left: ($list-xs-font-icon-size/2);*/
  font-style: italic;
  display: none;
  align-self: center;
  font-size: 0.8rem;
}

@media (min-width: 576px) {
  .list-steps li .description {
    display: inline;
    /*margin-left: ($list-font-icon-size/2);*/
  }
}

@media (min-width: 768px) {
  .list-steps li .description {
    /*margin-left: ($list-font-icon-size/2);*/
    font-size: 1rem;
  }
}

.list-steps li .progress-number {
  font-family: 'Montserrat', Georgia, 'arial';
  font-weight: 900;
  font-style: italic;
  font-size: 1.2rem;
  color: white;
  margin-left: 0.5rem;
}

@media (min-width: 768px) {
  .list-steps li .progress-number {
    display: inline;
    font-size: 1.6rem;
    margin-left: 0.8rem;
  }
}

.list-steps li .fa {
  font-size: 2.3rem;
  color: lightgray;
  /*border: 1px solid gray;*/
}

@media (min-width: 768px) {
  .list-steps li .fa {
    font-size: 3.3rem;
  }
}

.list-steps li .stack {
  display: flex;
  position: relative;
  align-items: center;
  /*justify-content: center;*/
  /*width: $list-xs-font-size;

            @media (min-width: 576px) {
                width: $list-font-size;
            }*/
}

.list-steps li .stack > span {
  position: absolute;
}

.list-steps li:last-child {
  width: auto;
}

.list-steps li:not(:last-child):after {
  content: "";
  display: block;
  border: solid 2px lightgray;
  width: 100%;
  /*position: absolute;
            bottom: $list-progresso-height - ($list-progresso-height*.95);
            left: 0;
            right: 0;*/
}

.list-steps li.selected .fa {
  color: #f98432;
}

.list-steps li.selected .progress-number {
  color: white;
}

.list-steps li.selected .description {
  color: #f98432;
}

.list-steps li.selected:not(:last-child):after {
  border-color: #f98432;
}

/* exemplo: use o editor ou alguma ferramenta online para fazer o código ficar melhor visivel em hireraquia.
    html:
    <ul class="list-progresso-2"><li class="selected"><div class="d-flex"><div class="stack"><i class="fa fa-circle"></i><span class="progress-number">1</span></div><span class="description">Cadastro</span></div></li><li><div class="d-flex"><div class="stack"><i class="fa fa-circle"></i><span class="progress-number">2</span></div><span class="description">Empresa</span></div></li><li><div class="d-flex"><div class="stack"><i class="fa fa-circle"></i><span class="progress-number">3</span></div><span class="description">Estagiários</span></div></li><li><div class="d-flex"><div class="stack"><i class="fa fa-circle"></i><span class="progress-number">4</span></div><span class="description">Calcular</span></div></li><li><div class="d-flex"><div class="stack"><i class="fa fa-circle"></i><span class="progress-number">5</span></div><span class="description">Concluir</span></div></li></ul>
*/
.list-steps-sf {
  width: 100%;
  list-style: none;
  display: flex;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  /*border: 1px solid gray;*/
  /*li:after, .li:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    li:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #88b7d5;
        border-width: 30px;
        margin-left: -30px;
    }

    li:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #c2e1f5;
        border-width: 36px;
        margin-left: -36px;
    }*/
  /*li {
        padding: 0.5rem 1rem 0.5rem 0;

        > span:nth-child(1) {
            font-weight: 900;
            font-style: italic;
            color: #f98432;
            font-size: 3rem;
        }

        > span:nth-child(2) {
            font-weight: 600;
            font-style: italic;
            color: #f98432;
            font-size: 1.3rem;
        }
    }*/
  /*&:after {
        content: "";
        width: 100%;
        border: 3px solid #f98432;
        background-color: #f98432;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
    }*/
}

.list-steps-sf li {
  width: 100%;
  position: relative;
  padding: 0.5rem 0.6rem 0.5rem 0;
}

@media (min-width: 576px) {
  .list-steps-sf li {
    padding: 0.5rem 1rem 0.5rem 0;
  }
}

.list-steps-sf li a {
  white-space: nowrap;
}

.list-steps-sf li a:hover, .list-steps-sf li a:visited, .list-steps-sf li a:active, .list-steps-sf li a:focus {
  text-decoration: none;
}

.list-steps-sf li a > span:nth-child(1):first-child {
  /*padding-left: 0.3rem;*/
}

.list-steps-sf li a > span:nth-child(1) {
  padding-left: 2rem;
  /*padding-left: 1rem;*/
  font-weight: 900;
  font-style: italic;
  color: #d4d4d4;
  font-size: 1.5rem;
}

@media (min-width: 576px) {
  .list-steps-sf li a > span:nth-child(1) {
    display: inline;
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  .list-steps-sf li a > span:nth-child(1) {
    display: inline;
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .list-steps-sf li a > span:nth-child(1) {
    font-size: 3rem;
  }
}

.list-steps-sf li a > span:nth-child(2) {
  display: none;
  font-weight: normal;
  font-style: italic;
  color: #d4d4d4;
  font-weight: bold;
}

@media (min-width: 768px) {
  .list-steps-sf li a > span:nth-child(2) {
    display: inline;
    font-size: 0.8rem;
  }
}

@media (min-width: 992px) {
  .list-steps-sf li a > span:nth-child(2) {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .list-steps-sf li a > span:nth-child(2) {
    font-size: 1.3rem;
  }
}

.list-steps-sf li:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 4px solid #d4d4d4;
  background-color: #d4d4d4;
}

.list-steps-sf li.completed {
  /*&:first-child:before {
                left: 2.2rem;
            }


            &:before {
                content: "";
                position: absolute;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 0.5rem 0.5rem 0.5rem;
                border-color: transparent transparent #f98432 transparent;
                left: 2.5rem;
                bottom: 5px;
            }*/
}

.list-steps-sf li.completed > a > span:nth-child(1) {
  color: #f98432;
}

.list-steps-sf li.completed > a > span:nth-child(2) {
  color: #f98432;
}

.list-steps-sf li.completed:after {
  border-color: #f98432;
}

.list-steps-sf li.completed:after {
  border-color: #f98432;
  background-color: #f98432;
}

.list-steps-sf li.current {
  /*&:after {
                border-color: #f98432;
            }*/
}

.list-steps-sf li.current a > span:nth-child(1) {
  color: #f98432;
}

.list-steps-sf li.current a > span:nth-child(2) {
  color: #f98432;
}

.list-steps-sf li.current:after {
  border-color: #f98432;
  background-color: #f98432;
}

.list-steps-sf li.current:first-child:before {
  left: 1.9rem;
}

@media (min-width: 576px) {
  .list-steps-sf li.current:first-child:before {
    left: 2.2rem;
  }
}

@media (min-width: 768px) {
  .list-steps-sf li.current:first-child:before {
    left: 2rem;
  }
}

@media (min-width: 992px) {
  .list-steps-sf li.current:first-child:before {
    left: 2.2rem;
  }
}

.list-steps-sf li.current:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-color: transparent transparent #f98432 transparent;
  left: 2rem;
  bottom: 5px;
}

@media (min-width: 576px) {
  .list-steps-sf li.current:before {
    left: 2.5rem;
  }
}

@media (min-width: 768px) {
  .list-steps-sf li.current:before {
    left: 2.2rem;
  }
}

@media (min-width: 992px) {
  .list-steps-sf li.current:before {
    left: 2.5rem;
  }
}

.pointer {
  cursor: pointer;
}

/*.timer {
    cursor: pointer; 
    font-weight: bold; 
    color: blue; 
}*/
.formGroup {
  background-color: #f9f9f9;
  padding: 1rem;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .container-steps {
    padding: 0 2rem 0 2rem;
  }
}

@media (min-width: 830px) {
  .container-steps {
    padding: 0 4rem 0 4rem;
  }
}

.container-steps > .row > div, .container-steps > .row > aside {
  margin-bottom: 2rem;
}

.media-list.media-list-steps {
  margin: 0;
  padding: 0;
  background-color: white;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .media-list.media-list-steps.media-list-steps-fixed-with-overflow {
    height: calc(100vh - 4rem);
    overflow-y: scroll;
    scrollbar-width: thin;
  }
}

.media-list.media-list-steps .media-list {
  margin-bottom: 0;
}

.media-list.media-list-steps img {
  width: auto;
  height: auto;
}

.media-list.media-list-steps p {
  font-size: 1rem;
}

.media-list.media-list-steps p:last-child {
  font-size: 1rem;
  margin-bottom: 0;
}

.media-list.media-list-steps .fa {
  font-size: 1.2rem;
  color: #388222;
}

.media-list.media-list-steps .fa.fa-steps-bigicon {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.div-table {
  /*&.div-table-no-wrap {
        [class|='col'] > * {
            text-wrap: none;
            white-space: nowrap; 
        }
    }*/
}

.div-table .crop-image svg {
  height: 35px;
}

.div-table .dropdown {
  margin-right: 1rem;
}

.div-table .form-group {
  margin: 0;
}

.div-table .fa-remove {
  font-size: 2rem;
  color: red;
}

.div-table .icons-column .fa {
  font-size: 1.2rem;
  padding: 0;
  margin: 0;
}

.div-table .icons-column .fa.fa-remove {
  color: white;
}

.div-table .row {
  margin: 0;
  /*&:first-child {
            padding-left: 0.5rem;
        }

        &:last-child:not(:first-child) {
            padding-right: 0.5rem;
        }*/
}

.div-table .row > [class*='col'] {
  padding: 0.5rem;
  justify-content: center;
}

.div-table .row.no-gutters {
  padding-right: 0;
  padding-left: 0;
}

.div-table .row.no-gutters > [class*='col'] {
  padding: 0;
}

.div-table.div-table-striped .div-table-body > .row:nth-child(odd) {
  background-color: #f5f5f5;
}

.div-table .div-table-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: bold;
  color: white;
  background-color: #335a98;
  padding: 0.5rem 0 0.5rem 0;
}

.div-table .div-table-header .row > div {
  margin: 0;
  justify-content: center;
}

.div-table .div-table-header .row > div span {
  display: inline-block;
}

.div-table.div-table-hover .div-table-body > .row:hover, .div-table.div-table-hover .div-table-body > .row:focus-within {
  background-color: #dce4ef !important;
}

.div-table.div-table-border .div-table-body > .row {
  border-bottom: solid 1px gainsboro;
}

.breakable-row {
  color: black;
  margin: 0;
}

.breakable-row .title-col {
  padding: 0.5rem;
  color: white;
  background-color: #0065bd;
  font-weight: bold;
}

.breakable-row .body-col {
  padding: 0.5rem;
  background-color: #f9f9f9;
}

@media (min-width: 576px) {
  .breakable-row.breakable-row-3 > div:nth-child(1) {
    order: 1;
  }
  .breakable-row.breakable-row-3 > div:nth-child(2) {
    order: 4;
  }
  .breakable-row.breakable-row-3 > div:nth-child(3) {
    order: 2;
  }
  .breakable-row.breakable-row-3 > div:nth-child(4) {
    order: 5;
  }
  .breakable-row.breakable-row-3 > div:nth-child(5) {
    order: 3;
  }
  .breakable-row.breakable-row-3 > div:nth-child(6) {
    order: 6;
  }
}

.estagiario-mensal-price {
  text-align: center;
}

.estagiario-mensal-price #valor {
  border-radius: 10px;
  background-color: #0065bd;
  color: white;
  text-align: center;
  padding: 2rem;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
}

.estagiario-mensal-price #valor small {
  position: relative;
  font-size: 1rem;
}

.color-sfbrightblue {
  color: #4a90e2 !important;
}

.back-to-top {
  display: none !important;
}

.default-price-box {
  margin: 0;
  padding: 0;
  background-color: white;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.step-form-pricebar {
  z-index: 99;
  color: black;
}

@media (min-width: 992px) {
  .step-form-pricebar {
    position: relative;
    min-width: 270px;
    max-width: 270px;
  }
}

@media (min-width: 1200px) {
  .step-form-pricebar {
    min-width: 370px;
    max-width: 370px;
  }
}

.step-form-pricebar .show-on-fixed {
  display: none;
}

.step-form-pricebar.fluid {
  max-width: 100%;
  width: 100%;
}

.step-form-pricebar .step-form-price-bar-wrapper {
  position: sticky;
  top: 2rem;
  text-align: center;
}

.step-form-pricebar .step-form-price-bar-wrapper .media-list-steps {
  margin: 0;
  padding: 0;
  background-color: white;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  /*margin: 0;
            padding: 0;
            background-color: white;
            border-radius: 10px;
            padding: 1rem;
            box-shadow: 0 1px 2px rgba(0,0,0,.3);*/
}

.step-form-pricebar .btn-summary-continuar {
  width: 100%;
}

.step-form-pricebar.step-form-pricebar-fixed {
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0;
  border-radius: 0;
  height: 4rem;
  min-width: 100%;
  max-width: 100%;
  /*.btn {
            display: none;
        }*/
}

.step-form-pricebar.step-form-pricebar-fixed .btn-summary-continuar {
  width: auto;
}

.step-form-pricebar.step-form-pricebar-fixed h2 {
  font-size: 1.3rem;
}

.step-form-pricebar.step-form-pricebar-fixed .step-form-price-bar-wrapper {
  position: fixed;
  top: auto;
  bottom: 0;
  width: 100%;
}

.step-form-pricebar.step-form-pricebar-fixed .hidden-on-fixed {
  display: none;
}

@media (min-width: 992px) {
  .step-form-pricebar.step-form-pricebar-fixed .hidden-on-fixed {
    display: block;
  }
}

.step-form-pricebar.step-form-pricebar-fixed .show-on-fixed {
  display: block;
}

@media (min-width: 992px) {
  .step-form-pricebar.step-form-pricebar-fixed .show-on-fixed {
    display: none;
  }
}

.step-form-pricebar.step-form-pricebar-fixed .media-list-steps {
  border-radius: 0px;
}

.step-form-pricebar.step-form-pricebar-fixed .media-body-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /*.price-box {
                @media (min-width: 992px) {
                    display: block;
                    text-align: center !important;
                    float: right;
                }
            }*/
}

@media (min-width: 992px) {
  .step-form-pricebar.step-form-pricebar-fixed .media-body-wrapper {
    display: block;
    justify-content: unset;
    align-items: unset;
  }
}

.step-form-pricebar.step-form-pricebar-fixed .media-body-wrapper .price-box-logo {
  display: none;
  /*@media (min-width: 992px) {
                    width: 100px;
                    float: left;
                    display: none;
                }*/
}

.step-form-pricebar.step-form-pricebar-fixed .media-body-wrapper h2 {
  display: none;
}

.step-form-pricebar.step-form-pricebar-fixed .media-body-wrapper p {
  display: none;
}

.box-price {
  position: relative;
  border: solid 0 gray;
}

.box-price.box-price-responsive span:nth-child(1) {
  font-size: 1.2rem;
  position: relative;
  top: -0.5rem;
  font-weight: bold;
}

.box-price.box-price-responsive span:nth-child(2) {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: bold;
}

.box-price.box-price-responsive span:nth-child(3) {
  font-size: 1.2rem;
  position: relative;
  top: -0.7rem;
}

.box-price.box-price-responsive span:nth-child(4) {
  font-size: 1.1rem;
  position: relative;
  top: -0.9rem;
}

.box-price.box-price-calculo-summary span:nth-child(1) {
  font-size: 1rem;
  top: -0.5rem;
  position: relative;
  font-weight: bold;
}

@media (min-width: 1200px) {
  .box-price.box-price-calculo-summary span:nth-child(1) {
    font-size: 2rem;
    top: -0.7rem;
  }
}

.box-price.box-price-calculo-summary span:nth-child(2) {
  font-size: 2.3rem;
  line-height: 4rem;
  font-weight: bold;
}

@media (min-width: 1200px) {
  .box-price.box-price-calculo-summary span:nth-child(2) {
    font-size: 3.5rem;
  }
}

.box-price.box-price-calculo-summary span:nth-child(3) {
  font-size: 1.3rem;
  top: -.7rem;
  position: relative;
}

@media (min-width: 1200px) {
  .box-price.box-price-calculo-summary span:nth-child(3) {
    font-size: 2rem;
    top: -1.2rem;
  }
}

.box-price.box-price-calculo-summary span:nth-child(4) {
  font-size: 1.3rem;
  top: -.7rem;
  position: relative;
  /*color: red;*/
}

@media (min-width: 1200px) {
  .box-price.box-price-calculo-summary span:nth-child(4) {
    font-size: 1.4rem;
    top: -1.4rem;
  }
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.text-float {
  position: absolute;
  display: flex;
  background-color: white;
}

.text-float.text-circle {
  margin: 1rem;
  border: 2px solid #3aaa35;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}

.text-float.text-circle > span {
  display: block;
  margin: auto;
  font-weight: bolder;
  color: #3aaa35;
  font-size: 1.1rem;
}

.text-float.on-rb {
  bottom: 0;
  right: 0;
}

.text-float.on-lb {
  bottom: 0;
  left: 0;
}

.text-float.on-lt {
  top: 0;
  left: 0;
}

.text-float.text-small > span {
  font-size: 0.7rem;
}

.text-float.size-2 {
  width: 2.3rem;
  height: 2.3rem;
}

.rotate-30 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.rotate-340 {
  -webkit-transform: rotate(340deg);
  -ms-transform: rotate(340deg);
  transform: rotate(340deg);
}

@media (max-width: 767px) {
  .word-wrap-mobile {
    white-space: normal !important;
    word-wrap: break-word;
  }
}

.no-decoration {
  border: none !important;
  text-decoration: none !important;
}

/*.fa-no-border:hover {
    border: none !important;
    text-decoration: none !important;
}*/
.sub-list {
  background-color: #f9f9f9;
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid gainsboro;
}

.default-hr {
  border: none;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: solid 1pt gainsboro;
}

.ls-icones {
  list-style-type: none;
}

.ls-icones li:before {
  position: absolute;
  font-family: 'FontAwesome';
  margin: 0 5px 0 -30px;
  font-size: 1.4rem;
  color: #4572bb;
}

.ls-icones li {
  position: relative;
}

.ls-icones li h3 {
  margin-bottom: 0;
  font-size: 1rem;
}

.ls-icones li.lsi-faq:before {
  content: '\f059';
}

.ls-icones li.lsi-captalizacao:before {
  content: '\f201';
}

.ls-icones li.lsi-assistencia-viagem:before {
  content: '\f072';
}

.ls-icones li.lsi-eventos-culturais:before {
  content: '\f0ac';
}

.ls-icones li.lsi-descontos:before {
  content: '\f0d6';
}

.ls-icones li.lsi-check:before {
  content: '\f058';
}

.ls-icones li.text-bold {
  font-weight: 600;
}

.ls-icones .fa-danger:before {
  color: red;
}

.ls-icones .fa-danger:before.lsi-cc-brand-visa:before {
  content: " ";
  background-image: url(/content/images/cartoes/cc_visa.svg);
}

.rodape-link {
  padding: 0.2rem 0.5rem 0.2rem 0;
  /*color: red !important;*/
}

.modal-opcao-col {
  margin-bottom: 1rem;
}

.modal-opcao {
  background-color: #fafafa;
  border: 1px #cacaca solid;
  border-radius: 5px;
  padding: 1rem;
}

.modal-opcao:hover {
  cursor: pointer;
  background-color: #f0f0f0;
  border: 1px #b0b0b0 solid;
}

.btn-option-purple {
  background-color: #aa5ddb;
  border-color: #a350d8;
  color: white;
}

.btn-option-purple:hover {
  background-color: #aa5ddb;
  color: white;
}

/*.w-shortdate-field {
    @media (min-width: 768px) {
        max-width: 120px;
    }
}*/
.whatsapp {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 1rem;
  z-index: 9;
  background: url("https://www.segurofacil.com.br/content/images/base/sfsprite.png") no-repeat -400px -45px;
}

.whatsapp a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.whatsapp a:hover {
  border: 2px solid green;
}

.price-box-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 0;
  /*align-items: center;
    align-content: stretch;
    flex-direction: row;*/
  margin: 0;
  padding: 0;
  /*flex-grow: 1;*/
  /*flex-basis: 100%;*/
  /*width: 100%;*/
}

@media (min-width: 992px) {
  .price-box-container {
    flex-direction: row;
  }
}

.price-box-container .price-box-item {
  flex-basis: 30%;
  /*flex-grow: 1;*/
  display: flex;
  z-index: 1;
  min-height: 400px;
  flex-direction: column;
  /*flex-basis: 30%;*/
  margin: 0.5rem;
  border: solid 1px #d6d6d6;
  /*padding: 2rem;*/
  position: relative;
  overflow: hidden;
  background-color: white;
  /*-webkit-box-shadow: 0px 0px 14px -9px rgba(0,0,0,1);
        -moz-box-shadow: 0px 0px 14px -9px rgba(0,0,0,1);
        box-shadow: 0px 0px 14px -9px rgba(0,0,0,1);*/
}

.price-box-container .price-box-item:hover {
  border: solid 1px #3498db;
}

.price-box-container .price-box-item:hover .btn:not(.btn-primary) {
  background-color: #868e96;
  color: #fff;
}

.price-box-container .price-box-item .diagonal-box {
  z-index: 1;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 0.5rem;
  width: 110px;
  height: 110px;
  /*background-color: orange;
            position: absolute;
            top: -5rem;
            left: -5rem;
            height: 10rem;  
            width: 10rem; 
            transform: rotate(-45deg)*/
  background-image: url(/content/images/diagonal-fake.png);
  background-size: cover;
  background-position: right bottom;
}

.price-box-container .price-box-item .diagonal-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/content/images/diagonal-fake.png);
  background-size: cover;
  background-position: right bottom;
  /*background-image: radial-gradient(circle, rgba(126,234,52,1) 34%, rgba(234,146,52,1) 86%);*/
}

.price-box-container .price-box-item .diagonal-box.melhor-preco {
  color: white;
  background-color: #ffc926;
}

.price-box-container .price-box-item .diagonal-box.melhor-oferta {
  color: white;
  background-color: #68b948;
  /*top: 0.8px;*/
}

.price-box-container .price-box-item .diagonal-box.melhor-plano {
  color: white;
  background-color: #3a4594;
}

@media (min-width: 992px) {
  .price-box-container .price-box-item.left-item {
    right: -1.5rem;
  }
}

.price-box-container .price-box-item.center-item {
  border-color: #3498db;
}

@media (min-width: 992px) {
  .price-box-container .price-box-item.center-item {
    min-height: 600px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    z-index: 2;
    /*box-shadow: 0 1px 1px rgba(0,0,0,0.25), 
              0 2px 2px rgba(0,0,0,0.20), 
              0 4px 4px rgba(0,0,0,0.15), 
              0 8px 8px rgba(0,0,0,0.10),
              0 16px 16px rgba(0,0,0,0.05);*/
  }
}

@media (min-width: 1200px) {
  .price-box-container .price-box-item.center-item {
    min-height: 550px;
  }
}

@media (min-width: 992px) {
  .price-box-container .price-box-item.right-item {
    left: -1.5rem;
  }
}

.price-box-container .price-box-item .diagonal-box-texto {
  margin-top: 0.4rem;
  margin-left: 0rem;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 0.9rem;
}

.price-box-container .price-box-item .price-box-section {
  /*border: solid 1px #cacaca;*/
  padding: 1rem;
}

.price-box-container .price-box-item .header {
  z-index: 2;
  width: 100%;
  margin-top: 2rem;
  font-size: 2rem;
  overflow: hidden;
  text-align: center;
  padding-top: 3rem;
}

.price-box-container .price-box-item .header h3 {
  font-size: 1.5rem;
}

.price-box-container .price-box-item .header .price {
  padding-top: 0.5rem;
  font-size: 3rem;
  font-weight: bold;
}

.price-box-container .price-box-item .header .price-month-text {
  font-size: 1rem;
  padding-top: 0.8rem;
}

/* Custom label themes */
.custom-control.custom-control-sf-lg .custom-control-label {
  height: 1.5px;
  width: 1.5px;
}

.custom-control.custom-control-sf-lg .custom-control-label::before {
  height: 1.5rem;
  width: 1.5rem;
}

.custom-control.custom-control-sf-lg .custom-control-label::after {
  height: 1.5rem;
  width: 1.5rem;
}

.custom-control.custom-control-sf .custom-control-label::before {
  background-color: #fff;
  border: 1px solid #999;
}

.sf-radio {
  display: inline-block;
  position: relative;
  line-height: 1.2rem;
  padding-left: 1.5rem;
  cursor: pointer;
}

.sf-radio > span {
  display: inline-block;
}

.sf-radio input {
  visibility: hidden;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.sf-radio input ~ .checkmark {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #2196F3;
  border-radius: 50%;
  vertical-align: middle;
  background-color: white;
}

.sf-radio input:checked ~ .checkmark:before {
  content: " ";
  display: inline-block;
  position: absolute;
  /*width: 0.8rem;
            height: 0.8rem;*/
  background-color: #2196F3;
  border-color: transparent;
  border-radius: 50%;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  vertical-align: middle;
  animation-name: radio-check;
  animation-duration: 0.1s;
}

.sf-radio.sf-radio-lg {
  padding-left: 2.5rem;
  height: 2.5rem;
}

.sf-radio.sf-radio-lg input ~ .checkmark {
  height: 2rem;
  width: 2rem;
}

.sf-radio.sf-radio-lg input:checked ~ .checkmark:before {
  left: 7px;
  right: 7px;
  top: 7px;
  bottom: 7px;
}

.sf-checkbox {
  display: inline-block;
  position: relative;
  line-height: 1.2rem;
  padding-left: 1.5rem;
  cursor: pointer;
  user-select: none;
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /*input ~ .checkmark {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 1.2rem;
        height: 1.2rem;
        border: 1px solid #2196F3;
        border-radius: 50%;
        vertical-align: middle;
        background-color: white;
     
    }*/
  /* Style the checkmark/indicator */
}

.sf-checkbox > span {
  display: inline-block;
}

.sf-checkbox input {
  visibility: hidden;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.sf-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.sf-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

.sf-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.2rem;
  width: 1.2rem;
  background-color: #fafafa;
  border: 1px solid #2196f3;
}

.sf-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.sf-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.sf-checkbox .checkmark:after {
  left: 5px;
  top: 0px;
  width: 0.5rem;
  height: 0.8rem;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.but-input:hover {
  background-color: rgba(230, 230, 230, 0.5);
}

.but-input-selected {
  background-color: rgba(241, 241, 241, 0.5) !important;
}

.resumo-preco > .row {
  border-bottom: 1px solid #bababa;
  margin: 0 0.5rem;
  padding: 0.8rem 0;
}

.resumo-preco > .row:last-child {
  border-bottom: none;
}

.row-border > .row {
  border-bottom: 1px solid #bababa;
}

.row-border > .row:last-child {
  border-bottom: none;
}

.list-creditcards {
  position: relative;
  /*float: left;*/
  /*display: inline;*/
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-evenly;
  /*.creditcard::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(220,220,220, 0.3);
    }*/
}

@media (min-width: 768px) {
  .list-creditcards {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.list-creditcards li {
  position: relative;
  margin: 0;
  padding: 0;
  height: 25px;
}

@media (min-width: 992px) {
  .list-creditcards li {
    height: 30px;
  }
}

.list-creditcards li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  /*background-color: rgba(130,130,130, 0.15);*/
  margin: 0;
  padding: 0;
}

.list-creditcards li.active::before {
  background-color: transparent;
}

.list-creditcards li:not(:first-child) {
  margin-left: 0.5rem;
}

.list-creditcards svg {
  height: 100%;
  width: auto;
  /*//position: relative;
        width: 45px;

        @media (min-width: 992px) {
            width: 60px;
        }*/
}

.list-creditcards .creditcard {
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
  align-items: stretch;
  height: 100%;
}

.float-button-container {
  z-index: 99;
  position: fixed;
  bottom: 0.6rem;
  right: 0.6rem;
  display: flex;
  flex-direction: column-reverse;
}

.float-button-container .popover {
  margin-bottom: 0.5rem;
}

.float-button-container .popover .popover-body {
  overflow-y: scroll;
}

.float-button-container .float-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #8c3f73;
  padding: 0.5rem;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

.float-button-container .float-button.menu-show::before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background-color: RGBA(0, 0, 0, 0.3);
  z-index: -1;
  cursor: auto;
}

.float-button-container .float-button:not(:first-child) {
  margin-bottom: 1rem;
}

.float-button-container .float-button svg {
  width: 1.7rem;
  height: 1.7rem;
  stroke: white;
  fill: white;
}

.float-button-container .circle-button {
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  padding: 0;
  font-size: 2rem;
  font-weight: normal;
}

.dropdown-w-icons:before {
  content: " ";
  background-color: #eaeaea;
  border-right: solid 1px #e0e0e0;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 100%;
  z-index: -1;
}

.dropdown-w-icons .dropdown-item {
  font-weight: normal;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 3rem;
}

.dropdown-w-icons .dropdown-item:focus, .dropdown-w-icons .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f0f0f0;
}

.dropdown-w-icons .dropdown-item .fa {
  position: absolute;
  left: 0;
  width: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0;
}

.dropdown-w-icons .dropdown-item .fa.fa-remove {
  color: inherit;
  font-size: inherit;
}

.dropdown-w-icons .dropdown-item.dropdown-item-separador {
  display: block;
  position: relative;
  padding: 0;
}

.dropdown-w-icons .dropdown-item.dropdown-item-separador::before {
  content: " ";
  position: absolute;
  height: 1px;
  /* width: 100%; */
  border: 1px gainsboro solid;
  margin-left: 3rem;
  right: 10px;
  left: 0;
}

.dropdown-w-icons .dropdown-item.dropdown-item-separador:focus, .dropdown-w-icons .dropdown-item.dropdown-item-separador:hover {
  background-color: transparent;
}

.legend-button {
  position: absolute;
  right: 0;
}

.fieldset-with-title {
  /*  *reset - para formatar os inputs com o bootstrap, é preciso utilizar a tag form. 
        *quanto isso ocorre, a tag form modifica o fieldset e o legend.
        *Este reset volta as propriedades para o fieldset conseguir ter o formato desejado.
    */
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
  /*fim reset */
  border: 1px solid #e0e0e0;
  position: relative;
  border-radius: 0.5rem 0.5rem 0 0;
  width: 100%;
  margin-bottom: 1.5rem;
}

.fieldset-with-title legend + div {
  clear: both;
}

.fieldset-with-title .fieldset-body {
  padding: 1.5rem;
}

.fieldset-with-title .fieldset-body-fluid {
  padding: 0;
}

.fieldset-with-title .fieldset-collapse-button {
  cursor: pointer;
  user-select: none;
}

.fieldset-with-title.fieldset-collapse .fieldset-body-fluid, .fieldset-with-title.fieldset-collapse .fieldset-body {
  display: none;
}

.fieldset-with-title.fieldset-collapse-open .fieldset-body-fluid, .fieldset-with-title.fieldset-collapse-open .fieldset-body {
  display: block;
}

.fieldset-with-title legend {
  width: 100% !important;
  color: #4a90e2;
  float: left;
  background-color: #e0e0e0;
  padding: 1rem;
  display: flex;
  align-content: center;
  align-items: center;
  border-radius: 0.5rem 0.5rem 0 0;
  /* border: 1px solid #335a98; */
  margin: 0;
  /*top: 0;
        left: 0;
        right: 0;
        margin: 0;*/
  /*.btn:nth-child(1) {
            right: 0;
        }

        .btn:nth-child(2) {
            right: 4rem;
        }*/
}

.fieldset-with-title legend > .fa {
  margin-right: 0.5rem;
}

.fieldset-with-title legend .btn {
  position: absolute;
  margin-right: 1rem;
  right: 0;
}

.fieldset-with-title.theme-blue {
  border-color: #335a98;
}

.fieldset-with-title.theme-blue legend {
  background-color: #335a98;
  color: white;
}

.contrato-doc {
  font-family: Arial, Helvetica, clean, sans-serif;
  font-size: 0.9rem;
}

.contrato-doc span, .contrato-doc p, .contrato-doc strong, .contrato-doc a {
  /*font-size: 1rem;
        line-height: 1rem;*/
  padding: 0;
  margin: 0;
}

.contrato-doc .contrato-group {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1rem;
  line-height: normal;
  /*padding: 0;
        margin: 0;*/
}

.contrato-doc .contrato-group strong, .contrato-doc .contrato-group label {
  font-size: 0.9rem;
  line-height: 1.2rem;
  display: block;
}

.contrato-doc .contrato-group span {
  font-size: 1rem;
  line-height: 1.1rem;
}

.contrato-doc .contrato-group.inline strong, .contrato-doc .contrato-group.inline label {
  display: inline;
  margin-bottom: 0;
}

.filtrosContainer {
  padding: 0.5rem;
  font-size: 0.9rem;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 1rem;
  padding-bottom: 0;
}

.filtrosContainer h2 {
  font-size: 1.1rem;
  border-bottom: 1px solid #cacaca;
}

.filtrosContainer .filtro {
  display: flex;
  margin: 0.5rem 0;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 576px) {
  .filtrosContainer .filtro {
    flex-wrap: nowrap;
  }
}

.filtrosContainer .filtro div:nth-child(2) {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
}

@media (min-width: 576px) {
  .filtrosContainer .filtro div:nth-child(2) {
    margin: 0;
  }
}

.filtrosContainer .filtro-toggle {
  /*align-items: center;*/
  flex-wrap: nowrap;
}

.filtrosContainer .filtro-toggle div:first-child {
  padding-right: 1rem;
  width: 100%;
}

/*#endregion*/

/*#region URL: /content/styles/scss/JQuery-ui/jquiCustom.css */
/*!
 * jQuery UI Bootstrap (0.5)
 * http://addyosmani.github.com/jquery-ui-bootstrap
 *
 * Copyright 2012 - 2013, Addy Osmani
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 * Portions copyright jQuery UI & Twitter Bootstrap
 */

/* See by John for John's changes - also check on segurofacilR2.less section "JQUERY UI OVERIDE AND/OR ADD-ON" */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { 
  border: 0; clip: rect(0 0 0 0);
  height: 1px; 
  margin: -1px; 
  overflow: hidden; 
  padding: 0; 
  position: absolute; 
  width: 1px; 
}
.ui-helper-reset { 
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline: 0; 
  line-height: 1.3; 
  text-decoration: none; 
  font-size: 100%; 
  list-style: none; 
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}
.ui-helper-clearfix { 
  /*display: inline-block; */
  display:block;
  min-height: 0; /* support: IE7 */
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { 
  height:1%; 
}

/* end clearfix */
.ui-helper-zfix { 
  width: 100%; 
  height: 100%; 
  top: 0; 
  left: 0; 
  position: absolute; 
  opacity: 0; 
  filter:Alpha(Opacity=0); 
}
.ui-front {
  z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { 
  display: block; 
  text-indent: -99999px; 
  overflow: hidden; 
  background-repeat: no-repeat; 
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

/*
 * jQuery UI Resizable 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/resizable/
 */

.ui-resizable { 
  position: relative;
}
.ui-resizable-handle { 
  position: absolute;
  font-size: 0.1px;
  z-index: 99999; 
  display: block; 
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { 
  display: none; 
}
.ui-resizable-n { 
  cursor: n-resize; 
  height: 7px; 
  width: 100%; 
  top: -5px; 
  left: 0; 
}
.ui-resizable-s { 
  cursor: s-resize; 
  height: 7px; 
  width: 100%; 
  bottom: -5px; 
  left: 0; 
}
.ui-resizable-e { 
  cursor: e-resize; 
  width: 7px; 
  right: -5px; 
  top: 0; 
  height: 100%; 
}
.ui-resizable-w { 
  cursor: w-resize; 
  width: 7px; 
  left: -5px; 
  top: 0; 
  height: 100%; 
}
.ui-resizable-se { 
  cursor: se-resize; 
  width: 12px; 
  height: 12px; 
  right: 1px; 
  bottom: 1px; 
}
.ui-resizable-sw { 
  cursor: sw-resize; 
  width: 9px; 
  height: 9px; 
  left: -5px; 
  bottom: -5px; 
}
.ui-resizable-nw { 
  cursor: nw-resize; 
  width: 9px; 
  height: 9px; 
  left: -5px; 
  top: -5px; 
}
.ui-resizable-ne { 
  cursor: ne-resize; 
  width: 9px; 
  height: 9px; 
  right: -5px; 
  top: -5px;
}

/*
 * jQuery UI Selectable 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/selectable/
 */
.ui-selectable-helper { 
  position: absolute; 
  z-index: 100; 
  border:1px dotted black; 
}

/*
 * jQuery UI CSS Framework 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * 
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/* Component containers
----------------------------------*/
.ui-widget {   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:13px; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/Content/images/jqui/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x; color: #404040; }
.ui-widget-content a { color: #404040; }
.ui-widget-header {
  font-weight:bold;
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border:1px solid #666;

 }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {

  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);

  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);

  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear background-image;
  -moz-transition: 0.1s linear background-image;
  -ms-transition: 0.1s linear background-image;
  -o-transition: 0.1s linear background-image;
  transition: 0.1s linear background-image;
   overflow: visible;

 }


.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
 }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa;  font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/


.ui-state-highlight p, .ui-state-error p, .ui-state-default p{
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin:7px 15px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {


  position: relative;
  margin-bottom: 18px;
  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);


}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {


  position: relative;
  margin-bottom: 18px;
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
 background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);


}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none;  }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */


/* Icons
----------------------------------*/

/* states and images - (path adjusted by John on all "url(images/") */
.ui-icon { width: 16px; height: 16px; background-image: url(/content/styles/scss/images/jqui/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/content/styles/scss/images/jqui/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/content/styles/scss/images/jqui/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/content/styles/scss/images/jqui/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/content/styles/scss/images/jqui/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/content/styles/scss/images/jqui/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/content/styles/scss/images/jqui/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/content/styles/scss/images/jqui/ui-icons_f6cf3b_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, 
.ui-corner-top, 
.ui-corner-left, 
.ui-corner-tl { 
  -moz-border-radius-topleft: 4px; 
  -webkit-border-top-left-radius: 4px; 
  -khtml-border-top-left-radius: 4px; 
  border-top-left-radius: 4px; 
}
.ui-corner-all, 
.ui-corner-top, 
.ui-corner-right, 
.ui-corner-tr { 
  -moz-border-radius-topright: 4px; 
  -webkit-border-top-right-radius: 4px; 
  -khtml-border-top-right-radius: 4px; 
  border-top-right-radius: 4px; 
}
.ui-corner-all, 
.ui-corner-bottom, 
.ui-corner-left, 
.ui-corner-bl { 
  -moz-border-radius-bottomleft: 4px; 
  -webkit-border-bottom-left-radius: 4px; 
  -khtml-border-bottom-left-radius: 4px; 
  border-bottom-left-radius: 4px; 
}
.ui-corner-all, 
.ui-corner-bottom, 
.ui-corner-right, 
.ui-corner-br { 
  -moz-border-radius-bottomright: 4px; 
  -webkit-border-bottom-right-radius: 4px; 
  -khtml-border-bottom-right-radius: 4px; 
  border-bottom-right-radius: 4px; 
}


/* Overlays */

.ui-widget-overlay { 
  background: #aaaaaa url('/content/images/jqui/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x; 
  opacity: .30;
  filter:Alpha(Opacity=30); 
}

.ui-widget-shadow { 
  margin: -8px 0 0 -8px; 
  padding: 8px; 
  background: #aaaaaa url('/content/images/jqui/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x; 
  opacity: .30;filter:Alpha(Opacity=30); 
  -moz-border-radius: 8px; 
  -khtml-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  border-radius: 8px; 
}

/*
 * jQuery UI Accordion 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/accordion/
 */

/* IE/Win - Fix animation bug - #4615 */

.ui-accordion { 
  width: 100%; 
}
.ui-accordion .ui-accordion-header { 
  cursor: pointer; 
  position: relative; 
  margin-top: 1px; 
  zoom: 1; 
  font-weight:bold; 
}
.ui-accordion .ui-accordion-li-fix { 
  display: inline; 
}
.ui-accordion .ui-accordion-header-active { 
  border-bottom: 0 !important; 
}
.ui-accordion .ui-accordion-header a { 
  display: block; 
  font-size: 1em; 
  padding: .5em .5em .5em 1.7em; 
}
.ui-accordion-icons .ui-accordion-header a { 
  padding-left: 2.2em; 
}
.ui-accordion .ui-accordion-header .ui-icon { 
  position: absolute; 
  left: .5em; 
  top: 50%; 
  margin-top: -8px; 
}
.ui-accordion .ui-accordion-content { 
  padding: 1em 2.2em; 
  border-top: 0; 
  margin-top: -2px; 
  position: relative; 
  top: 1px; 
  margin-bottom: 2px; 
  overflow: auto; 
  display: none; 
  zoom: 1; 
}
.ui-accordion .ui-accordion-content-active { 
  display: block; 
}

/*
 * jQuery UI Autocomplete 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/autocomplete/
 */

.ui-autocomplete { 
  position: absolute; 
  top: 0;
  left: 0;
  cursor: default; 
}

/*
 * jQuery UI Button 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */

.ui-button {

  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  margin: 0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear background-image;
  -moz-transition: 0.1s linear background-image;
  -ms-transition: 0.1s linear background-image;
  -o-transition: 0.1s linear background-image;
  transition: 0.1s linear background-image;
   overflow: visible;
} /* the overflow property removes extra width in IE */

.ui-button-primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}


.ui-button-success{
  color:#ffffff;
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-button-error{
  color:#ffffff;
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }

/*button text element */

.ui-button .ui-button-text { display: block;   }
.ui-button-text-only .ui-button-text {  }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; /*tempfix*/ display:none;}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
/* input.ui-button { padding: .4em 1em; } */

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { top: 50%; margin-top:-3px; margin-bottom:3px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/


.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-state-active {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.4em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */


/*
 * jQuery UI Menu 1.10.0
 *
* Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */

.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; float:left; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1;float: left;clear: left; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { 
  font-weight: normal; 
  margin: 0; 
  color: #ffffff;
  background: #0064cd;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
/* Fix problem with border in ui-state-active */
.ui-menu .ui-menu-item a.ui-state-active {
  padding: 1px .4em;
}

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }

.ui-menu { width: 200px; margin-bottom: 2em; }


/*
 * jQuery UI spinner 1.10.0
 *
* Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */


/*sf - removido para dar suporte as classes do bootstrap*/
.ui-spinner { /*position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle;*/ }
.ui-spinner-input { /*border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px;*/ }
.ui-spinner{}
.ui-spinner-button { /*width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0;*/ }
.ui-spinner a.ui-spinner-button { /*border-top: none; border-bottom: none; border-right: none;*/ } /* more specificity required here to overide default borders */
.ui-spinner .ui-icon { /*position: absolute; margin-top: -8px; top: 50%; left: 0;*/ } /* vertical centre icon */
.ui-spinner-up { /*top: 0;*/ }
.ui-spinner-down { /*bottom: 0;*/ }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    /*background-position:-65px -16px;*/
}

/*
 * jQuery UI Dialog 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { 
  position: absolute; 
  top: 0; 
  left: 0; 
  padding: .2em; 
  width: 300px; 
  overflow: hidden; 
  outline: 0; 
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  /*left: 50%;
  margin-left: -280px;*/
  outline: medium none;
  position: fixed;
  /*top: 10%;
  width: 560px;*/
  z-index: 1050;
}
.ui-dialog .ui-dialog-titlebar { /*padding: .4em 1em;*/
  position: relative;
  padding:5px 15px;
  border:0px 0px 0px 1px solid;
  border-color: white;
  padding: 5px 15px;
  font-size: 18px;
  text-decoration:none;
  background:none;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-bottom-right-radius: 0px;

  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -khtml-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom:1px solid #ccc;
}
.ui-dialog .ui-dialog-title {
  float: left;
  color:#404040;
  font-weight:bold;
  margin-top:5px;
  margin-bottom:5px;
  padding:5px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -20px 0 0 0;
  padding: 1px;
  height: 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  background:none;
  border-width: 0;
  border:none;
  box-shadow: none;
}

.ui-dialog .ui-dialog-titlebar-close span { 
  display: block; 
  margin: 1px;
  text-indent: 9999px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 1px;   filter: alpha(opacity=90);
  -khtml-opacity: 0.90;
  -moz-opacity: 0.90;
  opacity: 0.90;   
}

.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  background-color: #f5f5f5;
  padding: 5px 15px 5px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  margin-bottom: 0;

}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button{
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0;

  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

}

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

/*
 * jQuery UI Tabs 1.9.2
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tabs/
 */
 .ui-tabs .ui-tabs-nav{ background:none; border-color: #ddd;border-style: solid;border-width: 0 0 1px;}
.ui-tabs { position: relative; padding: .2em; zoom: 1; border:0px;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */


.ui-tabs .ui-tabs-nav li:hover, .ui-tabs .ui-tabs-nav li a:hover{
  background:whiteSmoke;
  border-bottom:1px solid #ddd;
  padding-bottom:0px;
   color:#00438A;
}

.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; border-bottom:1px solid #DDD; }
.ui-tabs .ui-tabs-nav li {  text-decoration: none; list-style: none; float: left; position: relative; top: 1px; padding: 0px 0px 1px 0px; white-space: nowrap; background:none; border:0px; }

.ui-tabs-nav .ui-state-default{
  -webkit-box-shadow: 0px 0px 0px #ffffff; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 0px 0px 0px #ffffff; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 0px #ffffff; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  text-decoration: none;
  cursor: text;
  padding: 0 15px;
  margin-right: 2px;
  line-height: 34px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;


 }

.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: 0; padding-bottom: 0px; outline:none;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active , .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: #ffffff;
  cursor: default;
  color:gray;
  outline:none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a{background-color: #ffffff;outline:none;border:none;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active:hover{
  background:#ffffff;
  outline:none;
  margin-bottom:0px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; color:#0069D6; background:none; font-weight:normal; margin-bottom:-1px;}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs-panel .ui-button{text-decoration:none;}
.ui-tabs .ui-tabs-hide { display: none !important; }


/* IE fix for background inheritance from ui-widget*/
.ui-tabs .ui-tabs-nav li{
  filter:none;
}

/*
 * jQuery UI Tooltip 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tooltip/
 */
.ui-tooltip {
    padding:8px;
    position:absolute;
    z-index:9999;
    max-width: 300px;
    -o-box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
    /*box-shadow: 0 2px 5px #ddd;*/
    box-shadow: inset 0 1px 0 #ffffff;
}

body .ui-tooltip { border-width:2px; }

/*
 * jQuery UI Datepicker 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/datepicker/
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; border:0px; font-weight: bold; width: 100%; padding: 4px 0; background-color: #f5f5f5; color: #808080; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { /*top: 1px;*/ }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }

.ui-datepicker .ui-datepicker-prev-hover { /*left:1px;*/ }
.ui-datepicker .ui-datepicker-next-hover { /*right:1px;*/ }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none; /*sorry for IE5*/
  display/**/: block; /*sorry for IE5*/
  position: absolute; /*must have*/
  z-index: -1; /*must have*/
  filter: mask(); /*must have*/
  top: -4px; /*must have*/
  left: -4px; /*must have*/
  width: 200px; /*must have*/
  height: 200px; /*must have*/
}

.ui-datepicker th{
  font-weight: bold;
  color: gray;
}

.ui-datepicker-today a:hover{
  background-color: #808080;
  color: #ffffff;

}
.ui-datepicker-today a{
  background-color: #BFBFBF;
  cursor: pointer;
  padding: 0 4px;
  margin-bottom:0px;

}


.ui-datepicker td a{
  margin-bottom:0px;
  border:0px;
}

.ui-datepicker td:hover{
    color: #ffffff;
}

.ui-datepicker td .ui-state-default {
  border:0px;
  background:none;
  margin-bottom:0px;
  padding:5px;
  color:gray;
  text-align: center;
  filter:none;
}


.ui-datepicker td .ui-state-active{
  background:#BFBFBF;
  margin-bottom:0px;
  font-size:normal;
  text-shadow: 0px;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ui-datepicker td .ui-state-hover {
    color: #ffffff;
    background: #0064cd;
    background-color: #0064cd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

/*
 * jQuery UI Progressbar 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%;

/*this can be removed if ui-widget-header is blue*/
    color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 }



/*** Input field styling from Bootstrap ***/
/* not in use - conflicts with sfStyles (by JOHN)

 input, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}

input[type="text"],
input[type="password"],
.ui-autocomplete-input,
textarea,
.uneditable-input {
  display: inline-block;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
*/


/**Toolbar**/

.ui-toolbar{
  padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}


/***Dialog fixes**/

.ui-dialog-buttonset .ui-button:nth-child(2){
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
   overflow: visible;
}



/***Wijmo Theming - removed by John **/




/*#endregion*/

/*#region URL: /content/styles/scss/owlslider/owl.carousel.min.css */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/content/styles/scss/owlslider/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/*#endregion*/

/*#region URL: /content/styles/scss/owlslider/owl.theme.default.css */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme {
    cursor: move !important;
    cursor: -webkit-grab !important;
    cursor: grab !important;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;

    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
}

    .owl-theme .owl-nav .owl-next {
        right: 0;
        top: -40px;
        position: absolute;
    }

    .owl-theme .owl-nav .owl-prev {
        left: 0;
        top: -40px;
        position: absolute;
    }


    .owl-theme .owl-nav [class*='owl-'] {
        /*color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }*/
        border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 32px;
        height: 32px;
        background-color: transparent;
        opacity: 1;
        line-height: 32px;
        font-size: 18px;
        padding: 0px;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

        .owl-theme .owl-nav [class*='owl-']:hover {
            /*background-color: rgba(255, 255, 255, 0.8);
        background: #869791;*/
            background-color: rgba(255, 255, 255, 0.8);
            color: #333;
            text-decoration: none;
        }

    .owl-theme .owl-nav .disabled {
        opacity: 0.5;
        cursor: default;
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px;
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #D6D6D6;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity 200ms ease;
            border-radius: 30px;
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791;
        }

/*#endregion*/

/*#region URL: /content/styles/scss/jquery-datetimepicker-addon/jquery-datetimepicker-addon.css */
/*! jQuery Timepicker Addon - v1.6.4 - 2017-02-08
* http://trentrichardson.com/examples/timepicker 
* Copyright (c) 2017 Trent Richardson; Licensed MIT */

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px
}

.ui-timepicker-div dl {
    text-align: left
}

.ui-timepicker-div dl dt {
    float: left;
    clear: left;
    padding: 0 0 0 5px
}

.ui-timepicker-div dl dd {
    margin: 0 10px 10px 40%
}

.ui-timepicker-div td {
    font-size: 90%
}

.ui-tpicker-grid-label {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display: none
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
    background: 0 0;
    color: inherit;
    border: 0;
    outline: 0;
    border-bottom: solid 1px #555;
    width: 95%
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
    border-bottom-color: #aaa
}

.ui-timepicker-rtl {
    direction: rtl
}

.ui-timepicker-rtl dl {
    text-align: right;
    padding: 0 5px 0 0
}

.ui-timepicker-rtl dl dt {
    float: right;
    clear: right
}

.ui-timepicker-rtl dl dd {
    margin: 0 40% 10px 10px
}

.ui-timepicker-div.ui-timepicker-oneLine {
    padding-right: 2px
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, .ui-timepicker-div.ui-timepicker-oneLine dt {
    display: none
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
    display: block;
    padding-top: 2px
}

.ui-timepicker-div.ui-timepicker-oneLine dl {
    text-align: right
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd, .ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
    display: inline-block;
    margin: 0
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before, .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
    content: ':';
    display: inline-block
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before, .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
    content: '.';
    display: inline-block
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide, .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
    display: none
}

/*#endregion*/