/*!
 * Bootstrap v4.0.0-beta.2 (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)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

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

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

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: -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;
}

[tabindex="-1"]:focus {
  outline: none !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;
  -webkit-text-decoration: underline dotted;
  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: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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 {
  -ms-touch-action: manipulation;
  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: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}

.blockquote-footer::before {
  content: "\2014   \A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  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;
}

code,
kbd,
pre,
samp {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.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 #e9ecef;
}

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

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

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

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

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

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

.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: #b8daff;
}

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

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

.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: #ffeeba;
}

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

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

.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-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: #e9ecef;
}

.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: 575px) {
  .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: 767px) {
  .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: 991px) {
  .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: 1199px) {
  .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;
}

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

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

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

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

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

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  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;
}

.col-form-legend {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  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,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .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]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .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]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > 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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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;
  margin-bottom: 0.5rem;
}

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

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

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

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.valid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  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,
.form-control.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.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-indicator,
.custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}

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

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

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

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

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  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,
.form-control.is-invalid,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

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

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.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-indicator,
.custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-inline .form-check-label {
    padding-left: 0;
  }

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

  .form-inline .custom-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }

  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

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

.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: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

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

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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;
  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;
  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;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #111;
  background-color: #d39e00;
  border-color: #c69500;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.btn-light:hover {
  color: #111;
  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: #111;
  background-color: #dae0e5;
  border-color: #d3d9df;
  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;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  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: #007bff;
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

.btn-outline-secondary:hover {
  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: #fff;
  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 {
  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: #fff;
  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 {
  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: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  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: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

.btn-outline-danger:hover {
  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: #fff;
  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 {
  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: #212529;
  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 {
  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: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  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%;
}

.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: 0.25rem;
}

.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;
}

.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: none;
  border: 0;
}

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

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

.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: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

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

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

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

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

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

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

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

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

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

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

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

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

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

.btn + .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 {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  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: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

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

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

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

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

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

.input-group .form-control {
  position: relative;
  z-index: 2;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
}

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

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

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

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

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn:hover {
  z-index: 3;
}

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

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: 0;
}

.input-group-btn:not(:first-child) > .btn:first-child,
.input-group-btn:not(:first-child) > .btn-group:first-child {
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

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

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #b3d7ff;
}

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

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

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  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-indicator {
  background-color: #007bff;
  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-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  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-controls-stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-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='%23333' 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: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: none;
}

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

.custom-select[multiple] {
  height: auto;
  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-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 #ddd;
}

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

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

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

.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: #ddd #ddd #fff;
}

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

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

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

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

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

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

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

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

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

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

.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%;
}

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

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

  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

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

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

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

  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

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

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

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

  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

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

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  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");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  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(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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: 0.25rem;
}

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

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

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

.card-body {
  -ms-flex: 1 1 auto;
  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(0.25rem - 1px) calc(0.25rem - 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(0.25rem - 1px) calc(0.25rem - 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(0.25rem - 1px);
}

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

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

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

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

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

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

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group .card {
    -ms-flex: 1 0 0%;
    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 {
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-bottom {
    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 {
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .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 {
    border-radius: 0;
  }
}

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

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

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

.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;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

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

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

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

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

.page-link:focus,
.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

.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;
}

.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: 0.25rem;
}

.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: #007bff;
}

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

.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: #111;
  background-color: #ffc107;
}

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

.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: #111;
  background-color: #f8f9fa;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #111;
  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;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

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

.alert-primary .alert-link {
  color: #002752;
}

.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: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

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

.alert-warning .alert-link {
  color: #533f03;
}

.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;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #007bff;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus,
.list-group-item:hover {
  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: #007bff;
  border-color: #007bff;
}

.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: #004085;
  background-color: #b8daff;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085;
}

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: #004085;
  background-color: #9fcdff;
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.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: #856404;
  background-color: #ffeeba;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}

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: #856404;
  background-color: #ffe8a1;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.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;
}

.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;
}

button.close {
  padding: 0;
  background: 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.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

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

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

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

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}

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

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  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: 30px auto;
  }

  .modal-sm {
    max-width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -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.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}

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

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

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

.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

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

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

.tooltip.bs-tooltip-right .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

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

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

.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

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

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

.tooltip.bs-tooltip-left .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -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: 0.8rem;
  height: 0.4rem;
}

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

.popover .arrow::before {
  content: "";
  border-width: 0.8rem;
}

.popover .arrow::after {
  content: "";
  border-width: 0.8rem;
}

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

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

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

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

.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: calc((0.8rem - 1px) * -1);
  margin-left: -0.8rem;
  border-top-color: #fff;
}

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

.popover.bs-popover-right .arrow,
.popover.bs-popover-auto[x-placement^="right"] .arrow {
  left: 0;
}

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

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

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

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

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

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

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

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

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

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

.popover.bs-popover-left .arrow,
.popover.bs-popover-auto[x-placement^="left"] .arrow {
  right: 0;
}

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

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

.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: calc((0.8rem - 1px) * -1);
  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;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.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: #007bff !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #0062cc !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-dark:focus,
a.bg-dark:hover {
  background-color: #1d2124 !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: #007bff !important;
}

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

  .d-sm-inline {
    display: inline !important;
  }

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

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

  .d-md-inline {
    display: inline !important;
  }

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

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

  .d-lg-inline {
    display: inline !important;
  }

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

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

  .d-xl-inline {
    display: inline !important;
  }

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

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.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.857143%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.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: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    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;
  -webkit-clip-path: inset(50%);
  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;
  -webkit-clip-path: none;
  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: #007bff !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !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: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !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-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;
}/*!
 *  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 PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url(/themes/unify/assets/fonts/674f50d287a8c48dc19ba404d20fe713.eot);
  src: url(/themes/unify/assets/fonts/674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/themes/unify/assets/fonts/af7ae505a9eed503f8b8e6982036873e.woff2) format('woff2'), url(/themes/unify/assets/fonts/fee66e712a8a08eef5805a46892932ad.woff) format('woff'), url(/themes/unify/assets/fonts/b06871f281fee6b241d60582ae9369b9.ttf) format('truetype'), url(/themes/unify/assets/images/912ec66d7572ff821749319396470bde.svg#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;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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;
}

/* Deprecated as of 4.4.0 */

.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: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.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;
}@font-face {
  font-family: 'simple-line-icons';
  src: url(/themes/unify/assets/fonts/f33df365d6d0255b586f2920355e94d7.eot);
  src: url(/themes/unify/assets/fonts/f33df365d6d0255b586f2920355e94d7.eot#iefix) format('embedded-opentype'), url(/themes/unify/assets/fonts/0cb0b9c589c0624c9c78dd3d83e946f6.woff2) format('woff2'), url(/themes/unify/assets/fonts/d2285965fe34b05465047401b8595dd0.ttf) format('truetype'), url(/themes/unify/assets/fonts/78f07e2c2a535c26ef21d95e41bd7175.woff) format('woff'), url(/themes/unify/assets/images/2fe2efe63441d830b1acd106c1fe8734.svg#simple-line-icons) format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
 Use the following CSS code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
*/

.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-minus,
.icon-close,
.icon-event,
.icon-exclamation,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox,
.icon-social-vkontakte,
.icon-social-steam {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: "\E005";
}

.icon-people:before {
  content: "\E001";
}

.icon-user-female:before {
  content: "\E000";
}

.icon-user-follow:before {
  content: "\E002";
}

.icon-user-following:before {
  content: "\E003";
}

.icon-user-unfollow:before {
  content: "\E004";
}

.icon-login:before {
  content: "\E066";
}

.icon-logout:before {
  content: "\E065";
}

.icon-emotsmile:before {
  content: "\E021";
}

.icon-phone:before {
  content: "\E600";
}

.icon-call-end:before {
  content: "\E048";
}

.icon-call-in:before {
  content: "\E047";
}

.icon-call-out:before {
  content: "\E046";
}

.icon-map:before {
  content: "\E033";
}

.icon-location-pin:before {
  content: "\E096";
}

.icon-direction:before {
  content: "\E042";
}

.icon-directions:before {
  content: "\E041";
}

.icon-compass:before {
  content: "\E045";
}

.icon-layers:before {
  content: "\E034";
}

.icon-menu:before {
  content: "\E601";
}

.icon-list:before {
  content: "\E067";
}

.icon-options-vertical:before {
  content: "\E602";
}

.icon-options:before {
  content: "\E603";
}

.icon-arrow-down:before {
  content: "\E604";
}

.icon-arrow-left:before {
  content: "\E605";
}

.icon-arrow-right:before {
  content: "\E606";
}

.icon-arrow-up:before {
  content: "\E607";
}

.icon-arrow-up-circle:before {
  content: "\E078";
}

.icon-arrow-left-circle:before {
  content: "\E07A";
}

.icon-arrow-right-circle:before {
  content: "\E079";
}

.icon-arrow-down-circle:before {
  content: "\E07B";
}

.icon-check:before {
  content: "\E080";
}

.icon-clock:before {
  content: "\E081";
}

.icon-plus:before {
  content: "\E095";
}

.icon-minus:before {
  content: "\E615";
}

.icon-close:before {
  content: "\E082";
}

.icon-event:before {
  content: "\E619";
}

.icon-exclamation:before {
  content: "\E617";
}

.icon-organization:before {
  content: "\E616";
}

.icon-trophy:before {
  content: "\E006";
}

.icon-screen-smartphone:before {
  content: "\E010";
}

.icon-screen-desktop:before {
  content: "\E011";
}

.icon-plane:before {
  content: "\E012";
}

.icon-notebook:before {
  content: "\E013";
}

.icon-mustache:before {
  content: "\E014";
}

.icon-mouse:before {
  content: "\E015";
}

.icon-magnet:before {
  content: "\E016";
}

.icon-energy:before {
  content: "\E020";
}

.icon-disc:before {
  content: "\E022";
}

.icon-cursor:before {
  content: "\E06E";
}

.icon-cursor-move:before {
  content: "\E023";
}

.icon-crop:before {
  content: "\E024";
}

.icon-chemistry:before {
  content: "\E026";
}

.icon-speedometer:before {
  content: "\E007";
}

.icon-shield:before {
  content: "\E00E";
}

.icon-screen-tablet:before {
  content: "\E00F";
}

.icon-magic-wand:before {
  content: "\E017";
}

.icon-hourglass:before {
  content: "\E018";
}

.icon-graduation:before {
  content: "\E019";
}

.icon-ghost:before {
  content: "\E01A";
}

.icon-game-controller:before {
  content: "\E01B";
}

.icon-fire:before {
  content: "\E01C";
}

.icon-eyeglass:before {
  content: "\E01D";
}

.icon-envelope-open:before {
  content: "\E01E";
}

.icon-envelope-letter:before {
  content: "\E01F";
}

.icon-bell:before {
  content: "\E027";
}

.icon-badge:before {
  content: "\E028";
}

.icon-anchor:before {
  content: "\E029";
}

.icon-wallet:before {
  content: "\E02A";
}

.icon-vector:before {
  content: "\E02B";
}

.icon-speech:before {
  content: "\E02C";
}

.icon-puzzle:before {
  content: "\E02D";
}

.icon-printer:before {
  content: "\E02E";
}

.icon-present:before {
  content: "\E02F";
}

.icon-playlist:before {
  content: "\E030";
}

.icon-pin:before {
  content: "\E031";
}

.icon-picture:before {
  content: "\E032";
}

.icon-handbag:before {
  content: "\E035";
}

.icon-globe-alt:before {
  content: "\E036";
}

.icon-globe:before {
  content: "\E037";
}

.icon-folder-alt:before {
  content: "\E039";
}

.icon-folder:before {
  content: "\E089";
}

.icon-film:before {
  content: "\E03A";
}

.icon-feed:before {
  content: "\E03B";
}

.icon-drop:before {
  content: "\E03E";
}

.icon-drawer:before {
  content: "\E03F";
}

.icon-docs:before {
  content: "\E040";
}

.icon-doc:before {
  content: "\E085";
}

.icon-diamond:before {
  content: "\E043";
}

.icon-cup:before {
  content: "\E044";
}

.icon-calculator:before {
  content: "\E049";
}

.icon-bubbles:before {
  content: "\E04A";
}

.icon-briefcase:before {
  content: "\E04B";
}

.icon-book-open:before {
  content: "\E04C";
}

.icon-basket-loaded:before {
  content: "\E04D";
}

.icon-basket:before {
  content: "\E04E";
}

.icon-bag:before {
  content: "\E04F";
}

.icon-action-undo:before {
  content: "\E050";
}

.icon-action-redo:before {
  content: "\E051";
}

.icon-wrench:before {
  content: "\E052";
}

.icon-umbrella:before {
  content: "\E053";
}

.icon-trash:before {
  content: "\E054";
}

.icon-tag:before {
  content: "\E055";
}

.icon-support:before {
  content: "\E056";
}

.icon-frame:before {
  content: "\E038";
}

.icon-size-fullscreen:before {
  content: "\E057";
}

.icon-size-actual:before {
  content: "\E058";
}

.icon-shuffle:before {
  content: "\E059";
}

.icon-share-alt:before {
  content: "\E05A";
}

.icon-share:before {
  content: "\E05B";
}

.icon-rocket:before {
  content: "\E05C";
}

.icon-question:before {
  content: "\E05D";
}

.icon-pie-chart:before {
  content: "\E05E";
}

.icon-pencil:before {
  content: "\E05F";
}

.icon-note:before {
  content: "\E060";
}

.icon-loop:before {
  content: "\E064";
}

.icon-home:before {
  content: "\E069";
}

.icon-grid:before {
  content: "\E06A";
}

.icon-graph:before {
  content: "\E06B";
}

.icon-microphone:before {
  content: "\E063";
}

.icon-music-tone-alt:before {
  content: "\E061";
}

.icon-music-tone:before {
  content: "\E062";
}

.icon-earphones-alt:before {
  content: "\E03C";
}

.icon-earphones:before {
  content: "\E03D";
}

.icon-equalizer:before {
  content: "\E06C";
}

.icon-like:before {
  content: "\E068";
}

.icon-dislike:before {
  content: "\E06D";
}

.icon-control-start:before {
  content: "\E06F";
}

.icon-control-rewind:before {
  content: "\E070";
}

.icon-control-play:before {
  content: "\E071";
}

.icon-control-pause:before {
  content: "\E072";
}

.icon-control-forward:before {
  content: "\E073";
}

.icon-control-end:before {
  content: "\E074";
}

.icon-volume-1:before {
  content: "\E09F";
}

.icon-volume-2:before {
  content: "\E0A0";
}

.icon-volume-off:before {
  content: "\E0A1";
}

.icon-calendar:before {
  content: "\E075";
}

.icon-bulb:before {
  content: "\E076";
}

.icon-chart:before {
  content: "\E077";
}

.icon-ban:before {
  content: "\E07C";
}

.icon-bubble:before {
  content: "\E07D";
}

.icon-camrecorder:before {
  content: "\E07E";
}

.icon-camera:before {
  content: "\E07F";
}

.icon-cloud-download:before {
  content: "\E083";
}

.icon-cloud-upload:before {
  content: "\E084";
}

.icon-envelope:before {
  content: "\E086";
}

.icon-eye:before {
  content: "\E087";
}

.icon-flag:before {
  content: "\E088";
}

.icon-heart:before {
  content: "\E08A";
}

.icon-info:before {
  content: "\E08B";
}

.icon-key:before {
  content: "\E08C";
}

.icon-link:before {
  content: "\E08D";
}

.icon-lock:before {
  content: "\E08E";
}

.icon-lock-open:before {
  content: "\E08F";
}

.icon-magnifier:before {
  content: "\E090";
}

.icon-magnifier-add:before {
  content: "\E091";
}

.icon-magnifier-remove:before {
  content: "\E092";
}

.icon-paper-clip:before {
  content: "\E093";
}

.icon-paper-plane:before {
  content: "\E094";
}

.icon-power:before {
  content: "\E097";
}

.icon-refresh:before {
  content: "\E098";
}

.icon-reload:before {
  content: "\E099";
}

.icon-settings:before {
  content: "\E09A";
}

.icon-star:before {
  content: "\E09B";
}

.icon-symbol-female:before {
  content: "\E09C";
}

.icon-symbol-male:before {
  content: "\E09D";
}

.icon-target:before {
  content: "\E09E";
}

.icon-credit-card:before {
  content: "\E025";
}

.icon-paypal:before {
  content: "\E608";
}

.icon-social-tumblr:before {
  content: "\E00A";
}

.icon-social-twitter:before {
  content: "\E009";
}

.icon-social-facebook:before {
  content: "\E00B";
}

.icon-social-instagram:before {
  content: "\E609";
}

.icon-social-linkedin:before {
  content: "\E60A";
}

.icon-social-pinterest:before {
  content: "\E60B";
}

.icon-social-github:before {
  content: "\E60C";
}

.icon-social-google:before {
  content: "\E60D";
}

.icon-social-reddit:before {
  content: "\E60E";
}

.icon-social-skype:before {
  content: "\E60F";
}

.icon-social-dribbble:before {
  content: "\E00D";
}

.icon-social-behance:before {
  content: "\E610";
}

.icon-social-foursqare:before {
  content: "\E611";
}

.icon-social-soundcloud:before {
  content: "\E612";
}

.icon-social-spotify:before {
  content: "\E613";
}

.icon-social-stumbleupon:before {
  content: "\E614";
}

.icon-social-youtube:before {
  content: "\E008";
}

.icon-social-dropbox:before {
  content: "\E00C";
}

.icon-social-vkontakte:before {
  content: "\E618";
}

.icon-social-steam:before {
  content: "\E620";
}@font-face {
  font-family: 'et-line';
  src: url(/themes/unify/assets/fonts/26ec3c7d0366e0825d705c6e224a8803.eot);
  src: url(/themes/unify/assets/fonts/26ec3c7d0366e0825d705c6e224a8803.eot?#iefix) format('embedded-opentype'),
		url(/themes/unify/assets/fonts/b01ff252761958325faab1535c90c87f.woff) format('woff'),
		url(/themes/unify/assets/fonts/98126e3e1238b0f3b941ad285320ce28.ttf) format('truetype'),
		url(/themes/unify/assets/images/569bd9082c15cc30fa6e05626abdd505.svg#et-line) format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */

[data-icon]:before {
  font-family: 'et-line';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

/* Use the following CSS code if you want to have a class per icon */

/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/

.et-icon-mobile,
.et-icon-laptop,
.et-icon-desktop,
.et-icon-tablet,
.et-icon-phone,
.et-icon-document,
.et-icon-documents,
.et-icon-search,
.et-icon-clipboard,
.et-icon-newspaper,
.et-icon-notebook,
.et-icon-book-open,
.et-icon-browser,
.et-icon-calendar,
.et-icon-presentation,
.et-icon-picture,
.et-icon-pictures,
.et-icon-video,
.et-icon-camera,
.et-icon-printer,
.et-icon-toolbox,
.et-icon-briefcase,
.et-icon-wallet,
.et-icon-gift,
.et-icon-bargraph,
.et-icon-grid,
.et-icon-expand,
.et-icon-focus,
.et-icon-edit,
.et-icon-adjustments,
.et-icon-ribbon,
.et-icon-hourglass,
.et-icon-lock,
.et-icon-megaphone,
.et-icon-shield,
.et-icon-trophy,
.et-icon-flag,
.et-icon-map,
.et-icon-puzzle,
.et-icon-basket,
.et-icon-envelope,
.et-icon-streetsign,
.et-icon-telescope,
.et-icon-gears,
.et-icon-key,
.et-icon-paperclip,
.et-icon-attachment,
.et-icon-pricetags,
.et-icon-lightbulb,
.et-icon-layers,
.et-icon-pencil,
.et-icon-tools,
.et-icon-tools-2,
.et-icon-scissors,
.et-icon-paintbrush,
.et-icon-magnifying-glass,
.et-icon-circle-compass,
.et-icon-linegraph,
.et-icon-mic,
.et-icon-strategy,
.et-icon-beaker,
.et-icon-caution,
.et-icon-recycle,
.et-icon-anchor,
.et-icon-profile-male,
.et-icon-profile-female,
.et-icon-bike,
.et-icon-wine,
.et-icon-hotairballoon,
.et-icon-globe,
.et-icon-genius,
.et-icon-map-pin,
.et-icon-dial,
.et-icon-chat,
.et-icon-heart,
.et-icon-cloud,
.et-icon-upload,
.et-icon-download,
.et-icon-target,
.et-icon-hazardous,
.et-icon-piechart,
.et-icon-speedometer,
.et-icon-global,
.et-icon-compass,
.et-icon-lifesaver,
.et-icon-clock,
.et-icon-aperture,
.et-icon-quote,
.et-icon-scope,
.et-icon-alarmclock,
.et-icon-refresh,
.et-icon-happy,
.et-icon-sad,
.et-icon-facebook,
.et-icon-twitter,
.et-icon-googleplus,
.et-icon-rss,
.et-icon-tumblr,
.et-icon-linkedin,
.et-icon-dribbble {
  font-family: 'et-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.et-icon-mobile:before {
  content: "\E000";
}

.et-icon-laptop:before {
  content: "\E001";
}

.et-icon-desktop:before {
  content: "\E002";
}

.et-icon-tablet:before {
  content: "\E003";
}

.et-icon-phone:before {
  content: "\E004";
}

.et-icon-document:before {
  content: "\E005";
}

.et-icon-documents:before {
  content: "\E006";
}

.et-icon-search:before {
  content: "\E007";
}

.et-icon-clipboard:before {
  content: "\E008";
}

.et-icon-newspaper:before {
  content: "\E009";
}

.et-icon-notebook:before {
  content: "\E00A";
}

.et-icon-book-open:before {
  content: "\E00B";
}

.et-icon-browser:before {
  content: "\E00C";
}

.et-icon-calendar:before {
  content: "\E00D";
}

.et-icon-presentation:before {
  content: "\E00E";
}

.et-icon-picture:before {
  content: "\E00F";
}

.et-icon-pictures:before {
  content: "\E010";
}

.et-icon-video:before {
  content: "\E011";
}

.et-icon-camera:before {
  content: "\E012";
}

.et-icon-printer:before {
  content: "\E013";
}

.et-icon-toolbox:before {
  content: "\E014";
}

.et-icon-briefcase:before {
  content: "\E015";
}

.et-icon-wallet:before {
  content: "\E016";
}

.et-icon-gift:before {
  content: "\E017";
}

.et-icon-bargraph:before {
  content: "\E018";
}

.et-icon-grid:before {
  content: "\E019";
}

.et-icon-expand:before {
  content: "\E01A";
}

.et-icon-focus:before {
  content: "\E01B";
}

.et-icon-edit:before {
  content: "\E01C";
}

.et-icon-adjustments:before {
  content: "\E01D";
}

.et-icon-ribbon:before {
  content: "\E01E";
}

.et-icon-hourglass:before {
  content: "\E01F";
}

.et-icon-lock:before {
  content: "\E020";
}

.et-icon-megaphone:before {
  content: "\E021";
}

.et-icon-shield:before {
  content: "\E022";
}

.et-icon-trophy:before {
  content: "\E023";
}

.et-icon-flag:before {
  content: "\E024";
}

.et-icon-map:before {
  content: "\E025";
}

.et-icon-puzzle:before {
  content: "\E026";
}

.et-icon-basket:before {
  content: "\E027";
}

.et-icon-envelope:before {
  content: "\E028";
}

.et-icon-streetsign:before {
  content: "\E029";
}

.et-icon-telescope:before {
  content: "\E02A";
}

.et-icon-gears:before {
  content: "\E02B";
}

.et-icon-key:before {
  content: "\E02C";
}

.et-icon-paperclip:before {
  content: "\E02D";
}

.et-icon-attachment:before {
  content: "\E02E";
}

.et-icon-pricetags:before {
  content: "\E02F";
}

.et-icon-lightbulb:before {
  content: "\E030";
}

.et-icon-layers:before {
  content: "\E031";
}

.et-icon-pencil:before {
  content: "\E032";
}

.et-icon-tools:before {
  content: "\E033";
}

.et-icon-tools-2:before {
  content: "\E034";
}

.et-icon-scissors:before {
  content: "\E035";
}

.et-icon-paintbrush:before {
  content: "\E036";
}

.et-icon-magnifying-glass:before {
  content: "\E037";
}

.et-icon-circle-compass:before {
  content: "\E038";
}

.et-icon-linegraph:before {
  content: "\E039";
}

.et-icon-mic:before {
  content: "\E03A";
}

.et-icon-strategy:before {
  content: "\E03B";
}

.et-icon-beaker:before {
  content: "\E03C";
}

.et-icon-caution:before {
  content: "\E03D";
}

.et-icon-recycle:before {
  content: "\E03E";
}

.et-icon-anchor:before {
  content: "\E03F";
}

.et-icon-profile-male:before {
  content: "\E040";
}

.et-icon-profile-female:before {
  content: "\E041";
}

.et-icon-bike:before {
  content: "\E042";
}

.et-icon-wine:before {
  content: "\E043";
}

.et-icon-hotairballoon:before {
  content: "\E044";
}

.et-icon-globe:before {
  content: "\E045";
}

.et-icon-genius:before {
  content: "\E046";
}

.et-icon-map-pin:before {
  content: "\E047";
}

.et-icon-dial:before {
  content: "\E048";
}

.et-icon-chat:before {
  content: "\E049";
}

.et-icon-heart:before {
  content: "\E04A";
}

.et-icon-cloud:before {
  content: "\E04B";
}

.et-icon-upload:before {
  content: "\E04C";
}

.et-icon-download:before {
  content: "\E04D";
}

.et-icon-target:before {
  content: "\E04E";
}

.et-icon-hazardous:before {
  content: "\E04F";
}

.et-icon-piechart:before {
  content: "\E050";
}

.et-icon-speedometer:before {
  content: "\E051";
}

.et-icon-global:before {
  content: "\E052";
}

.et-icon-compass:before {
  content: "\E053";
}

.et-icon-lifesaver:before {
  content: "\E054";
}

.et-icon-clock:before {
  content: "\E055";
}

.et-icon-aperture:before {
  content: "\E056";
}

.et-icon-quote:before {
  content: "\E057";
}

.et-icon-scope:before {
  content: "\E058";
}

.et-icon-alarmclock:before {
  content: "\E059";
}

.et-icon-refresh:before {
  content: "\E05A";
}

.et-icon-happy:before {
  content: "\E05B";
}

.et-icon-sad:before {
  content: "\E05C";
}

.et-icon-facebook:before {
  content: "\E05D";
}

.et-icon-twitter:before {
  content: "\E05E";
}

.et-icon-googleplus:before {
  content: "\E05F";
}

.et-icon-rss:before {
  content: "\E060";
}

.et-icon-tumblr:before {
  content: "\E061";
}

.et-icon-linkedin:before {
  content: "\E062";
}

.et-icon-dribbble:before {
  content: "\E063";
}@charset "UTF-8";

/* Christmas */

@font-face {
  font-family: "cristmas";
  src: url(/themes/unify/assets/fonts/f1d4afb287ce1aef8e684b48352aac1d.eot);
  src: url(/themes/unify/assets/fonts/f1d4afb287ce1aef8e684b48352aac1d.eot?#iefix) format("embedded-opentype"),
	url(/themes/unify/assets/fonts/ca5608410eecd3438ed6419460868d40.woff) format("woff"),
	url(/themes/unify/assets/fonts/f820562ae2d920b76344b184c8333fcf.ttf) format("truetype"),
	url(/themes/unify/assets/images/e1939c52180541130df1d3564f831b18.svg#cristmas) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon-christmas]:before {
  font-family: "cristmas" !important;
  content: attr(data-icon-christmas);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-christmas"]:before,
[class*=" icon-christmas"]:before {
  font-family: "cristmas" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-christmas-001:before {
  content: "a";
}

.icon-christmas-014:before {
  content: "b";
}

.icon-christmas-015:before {
  content: "c";
}

.icon-christmas-002:before {
  content: "d";
}

.icon-christmas-003:before {
  content: "e";
}

.icon-christmas-016:before {
  content: "f";
}

.icon-christmas-017:before {
  content: "g";
}

.icon-christmas-004:before {
  content: "h";
}

.icon-christmas-005:before {
  content: "i";
}

.icon-christmas-018:before {
  content: "j";
}

.icon-christmas-019:before {
  content: "k";
}

.icon-christmas-006:before {
  content: "l";
}

.icon-christmas-007:before {
  content: "m";
}

.icon-christmas-020:before {
  content: "n";
}

.icon-christmas-021:before {
  content: "o";
}

.icon-christmas-008:before {
  content: "p";
}

.icon-christmas-009:before {
  content: "q";
}

.icon-christmas-022:before {
  content: "r";
}

.icon-christmas-023:before {
  content: "s";
}

.icon-christmas-010:before {
  content: "t";
}

.icon-christmas-011:before {
  content: "u";
}

.icon-christmas-024:before {
  content: "v";
}

.icon-christmas-025:before {
  content: "w";
}

.icon-christmas-012:before {
  content: "x";
}

.icon-christmas-013:before {
  content: "y";
}

.icon-christmas-026:before {
  content: "z";
}

.icon-christmas-039:before {
  content: "A";
}

.icon-christmas-038:before {
  content: "B";
}

.icon-christmas-051:before {
  content: "C";
}

.icon-christmas-052:before {
  content: "D";
}

.icon-christmas-065:before {
  content: "E";
}

.icon-christmas-064:before {
  content: "F";
}

.icon-christmas-063:before {
  content: "G";
}

.icon-christmas-050:before {
  content: "H";
}

.icon-christmas-037:before {
  content: "I";
}

.icon-christmas-036:before {
  content: "J";
}

.icon-christmas-049:before {
  content: "K";
}

.icon-christmas-062:before {
  content: "L";
}

.icon-christmas-061:before {
  content: "M";
}

.icon-christmas-048:before {
  content: "N";
}

.icon-christmas-035:before {
  content: "O";
}

.icon-christmas-034:before {
  content: "P";
}

.icon-christmas-047:before {
  content: "Q";
}

.icon-christmas-060:before {
  content: "R";
}

.icon-christmas-059:before {
  content: "S";
}

.icon-christmas-046:before {
  content: "T";
}

.icon-christmas-033:before {
  content: "U";
}

.icon-christmas-032:before {
  content: "V";
}

.icon-christmas-045:before {
  content: "W";
}

.icon-christmas-058:before {
  content: "X";
}

.icon-christmas-031:before {
  content: "Y";
}

.icon-christmas-044:before {
  content: "Z";
}

.icon-christmas-057:before {
  content: "0";
}

.icon-christmas-056:before {
  content: "1";
}

.icon-christmas-043:before {
  content: "2";
}

.icon-christmas-030:before {
  content: "3";
}

.icon-christmas-029:before {
  content: "4";
}

.icon-christmas-042:before {
  content: "5";
}

.icon-christmas-055:before {
  content: "6";
}

.icon-christmas-054:before {
  content: "7";
}

.icon-christmas-041:before {
  content: "8";
}

.icon-christmas-028:before {
  content: "9";
}

.icon-christmas-027:before {
  content: "!";
}

.icon-christmas-040:before {
  content: "\"";
}

.icon-christmas-053:before {
  content: "#";
}

.icon-christmas-066:before {
  content: "$";
}

.icon-christmas-079:before {
  content: "%";
}

.icon-christmas-092:before {
  content: "&";
}

.icon-christmas-093:before {
  content: "'";
}

.icon-christmas-080:before {
  content: "(";
}

.icon-christmas-067:before {
  content: ")";
}

.icon-christmas-068:before {
  content: "*";
}

.icon-christmas-081:before {
  content: "+";
}

.icon-christmas-094:before {
  content: ",";
}

.icon-christmas-095:before {
  content: "-";
}

.icon-christmas-082:before {
  content: ".";
}

.icon-christmas-069:before {
  content: "/";
}

.icon-christmas-070:before {
  content: ":";
}

.icon-christmas-083:before {
  content: ";";
}

.icon-christmas-096:before {
  content: "<";
}

.icon-christmas-097:before {
  content: "=";
}

.icon-christmas-084:before {
  content: ">";
}

.icon-christmas-071:before {
  content: "?";
}

.icon-christmas-072:before {
  content: "@";
}

.icon-christmas-085:before {
  content: "[";
}

.icon-christmas-098:before {
  content: "]";
}

.icon-christmas-099:before {
  content: "^";
}

.icon-christmas-086:before {
  content: "_";
}

.icon-christmas-073:before {
  content: "`";
}

.icon-christmas-074:before {
  content: "{";
}

.icon-christmas-087:before {
  content: "|";
}

.icon-christmas-100:before {
  content: "}";
}

.icon-christmas-088:before {
  content: "~";
}

.icon-christmas-075:before {
  content: "\\";
}

.icon-christmas-076:before {
  content: "\E000";
}

.icon-christmas-089:before {
  content: "\E001";
}

.icon-christmas-090:before {
  content: "\E002";
}

.icon-christmas-077:before {
  content: "\E003";
}

.icon-christmas-078:before {
  content: "\E004";
}

.icon-christmas-091:before {
  content: "\E005";
}

/* Clothes */

@font-face {
  font-family: "clothes";
  src: url(/themes/unify/assets/fonts/fe696d5837c9fc6328b0375ebe9b8fe1.eot);
  src: url(/themes/unify/assets/fonts/fe696d5837c9fc6328b0375ebe9b8fe1.eot?#iefix) format("embedded-opentype"),
	url(/themes/unify/assets/fonts/5549ee7b11a62d46c3508732e088ca41.woff) format("woff"),
 	url(/themes/unify/assets/fonts/7c6fc940c2eac6274b93438bda0796d2.ttf) format("truetype"),
	url(/themes/unify/assets/images/f008d0161e67cccf7ca2d7331d096c79.svg#clothes) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon-clothes]:before {
  font-family: "clothes" !important;
  content: attr(data-icon-clothes);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-clothes"]:before,
[class*=" icon-clothes"]:before {
  font-family: "clothes" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clothes-014:before {
  content: "a";
}

.icon-clothes-027:before {
  content: "b";
}

.icon-clothes-040:before {
  content: "c";
}

.icon-clothes-053:before {
  content: "d";
}

.icon-clothes-066:before {
  content: "e";
}

.icon-clothes-079:before {
  content: "f";
}

.icon-clothes-092:before {
  content: "g";
}

.icon-clothes-093:before {
  content: "h";
}

.icon-clothes-080:before {
  content: "i";
}

.icon-clothes-067:before {
  content: "j";
}

.icon-clothes-054:before {
  content: "k";
}

.icon-clothes-041:before {
  content: "l";
}

.icon-clothes-028:before {
  content: "m";
}

.icon-clothes-015:before {
  content: "n";
}

.icon-clothes-016:before {
  content: "o";
}

.icon-clothes-029:before {
  content: "p";
}

.icon-clothes-042:before {
  content: "q";
}

.icon-clothes-055:before {
  content: "r";
}

.icon-clothes-068:before {
  content: "s";
}

.icon-clothes-081:before {
  content: "t";
}

.icon-clothes-094:before {
  content: "u";
}

.icon-clothes-095:before {
  content: "v";
}

.icon-clothes-082:before {
  content: "w";
}

.icon-clothes-083:before {
  content: "x";
}

.icon-clothes-096:before {
  content: "y";
}

.icon-clothes-097:before {
  content: "z";
}

.icon-clothes-084:before {
  content: "A";
}

.icon-clothes-085:before {
  content: "B";
}

.icon-clothes-098:before {
  content: "C";
}

.icon-clothes-099:before {
  content: "D";
}

.icon-clothes-086:before {
  content: "E";
}

.icon-clothes-087:before {
  content: "F";
}

.icon-clothes-100:before {
  content: "G";
}

.icon-clothes-088:before {
  content: "H";
}

.icon-clothes-089:before {
  content: "I";
}

.icon-clothes-090:before {
  content: "J";
}

.icon-clothes-091:before {
  content: "K";
}

.icon-clothes-078:before {
  content: "L";
}

.icon-clothes-077:before {
  content: "M";
}

.icon-clothes-076:before {
  content: "N";
}

.icon-clothes-075:before {
  content: "O";
}

.icon-clothes-074:before {
  content: "P";
}

.icon-clothes-073:before {
  content: "Q";
}

.icon-clothes-072:before {
  content: "R";
}

.icon-clothes-071:before {
  content: "S";
}

.icon-clothes-070:before {
  content: "T";
}

.icon-clothes-069:before {
  content: "U";
}

.icon-clothes-056:before {
  content: "V";
}

.icon-clothes-043:before {
  content: "W";
}

.icon-clothes-030:before {
  content: "X";
}

.icon-clothes-017:before {
  content: "Y";
}

.icon-clothes-018:before {
  content: "Z";
}

.icon-clothes-031:before {
  content: "0";
}

.icon-clothes-044:before {
  content: "1";
}

.icon-clothes-057:before {
  content: "2";
}

.icon-clothes-058:before {
  content: "3";
}

.icon-clothes-045:before {
  content: "4";
}

.icon-clothes-032:before {
  content: "5";
}

.icon-clothes-019:before {
  content: "6";
}

.icon-clothes-020:before {
  content: "7";
}

.icon-clothes-033:before {
  content: "8";
}

.icon-clothes-046:before {
  content: "9";
}

.icon-clothes-059:before {
  content: "!";
}

.icon-clothes-060:before {
  content: "\"";
}

.icon-clothes-047:before {
  content: "#";
}

.icon-clothes-034:before {
  content: "$";
}

.icon-clothes-021:before {
  content: "%";
}

.icon-clothes-022:before {
  content: "&";
}

.icon-clothes-035:before {
  content: "'";
}

.icon-clothes-048:before {
  content: "(";
}

.icon-clothes-061:before {
  content: ")";
}

.icon-clothes-062:before {
  content: "*";
}

.icon-clothes-049:before {
  content: "+";
}

.icon-clothes-036:before {
  content: ",";
}

.icon-clothes-023:before {
  content: "-";
}

.icon-clothes-024:before {
  content: ".";
}

.icon-clothes-037:before {
  content: "/";
}

.icon-clothes-050:before {
  content: ":";
}

.icon-clothes-063:before {
  content: ";";
}

.icon-clothes-064:before {
  content: "<";
}

.icon-clothes-051:before {
  content: "=";
}

.icon-clothes-038:before {
  content: ">";
}

.icon-clothes-025:before {
  content: "?";
}

.icon-clothes-026:before {
  content: "@";
}

.icon-clothes-039:before {
  content: "[";
}

.icon-clothes-052:before {
  content: "]";
}

.icon-clothes-065:before {
  content: "^";
}

.icon-clothes-001:before {
  content: "_";
}

.icon-clothes-002:before {
  content: "`";
}

.icon-clothes-003:before {
  content: "{";
}

.icon-clothes-004:before {
  content: "|";
}

.icon-clothes-005:before {
  content: "}";
}

.icon-clothes-006:before {
  content: "~";
}

.icon-clothes-007:before {
  content: "\\";
}

.icon-clothes-008:before {
  content: "\E000";
}

.icon-clothes-009:before {
  content: "\E001";
}

.icon-clothes-010:before {
  content: "\E002";
}

.icon-clothes-011:before {
  content: "\E003";
}

.icon-clothes-012:before {
  content: "\E004";
}

.icon-clothes-013:before {
  content: "\E005";
}

/* Comunnication */

@font-face {
  font-family: "communication-48-x-48";
  src: url(/themes/unify/assets/fonts/a69990e65b01c96e54f03f56bec55018.eot);
  src: url(/themes/unify/assets/fonts/a69990e65b01c96e54f03f56bec55018.eot?#iefix) format("embedded-opentype"),
	url(/themes/unify/assets/fonts/e61610058d5fee155167906a0d143b88.woff) format("woff"),
	url(/themes/unify/assets/fonts/7359587d893b18bce8f5b494a5bfbe95.ttf) format("truetype"),
	url(/themes/unify/assets/images/ee1865fb094ff5e8909e112870bf7bc4.svg#communication-48-x-48) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon-communication]:before {
  font-family: "communication-48-x-48" !important;
  content: attr(data-icon-communication);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-communication"]:before,
[class*=" icon-communication"]:before {
  font-family: "communication-48-x-48" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-communication-001:before {
  content: "a";
}

.icon-communication-002:before {
  content: "b";
}

.icon-communication-003:before {
  content: "c";
}

.icon-communication-004:before {
  content: "d";
}

.icon-communication-005:before {
  content: "e";
}

.icon-communication-006:before {
  content: "f";
}

.icon-communication-008:before {
  content: "g";
}

.icon-communication-007:before {
  content: "h";
}

.icon-communication-009:before {
  content: "i";
}

.icon-communication-010:before {
  content: "j";
}

.icon-communication-011:before {
  content: "k";
}

.icon-communication-012:before {
  content: "l";
}

.icon-communication-013:before {
  content: "m";
}

.icon-communication-026:before {
  content: "n";
}

.icon-communication-025:before {
  content: "o";
}

.icon-communication-024:before {
  content: "p";
}

.icon-communication-023:before {
  content: "q";
}

.icon-communication-022:before {
  content: "r";
}

.icon-communication-020:before {
  content: "s";
}

.icon-communication-019:before {
  content: "t";
}

.icon-communication-018:before {
  content: "u";
}

.icon-communication-016:before {
  content: "v";
}

.icon-communication-015:before {
  content: "w";
}

.icon-communication-014:before {
  content: "x";
}

.icon-communication-021:before {
  content: "y";
}

.icon-communication-017:before {
  content: "z";
}

.icon-communication-027:before {
  content: "A";
}

.icon-communication-040:before {
  content: "B";
}

.icon-communication-053:before {
  content: "C";
}

.icon-communication-054:before {
  content: "D";
}

.icon-communication-041:before {
  content: "E";
}

.icon-communication-028:before {
  content: "F";
}

.icon-communication-029:before {
  content: "G";
}

.icon-communication-042:before {
  content: "H";
}

.icon-communication-055:before {
  content: "I";
}

.icon-communication-056:before {
  content: "J";
}

.icon-communication-043:before {
  content: "K";
}

.icon-communication-030:before {
  content: "L";
}

.icon-communication-031:before {
  content: "M";
}

.icon-communication-044:before {
  content: "N";
}

.icon-communication-057:before {
  content: "O";
}

.icon-communication-058:before {
  content: "P";
}

.icon-communication-045:before {
  content: "Q";
}

.icon-communication-032:before {
  content: "R";
}

.icon-communication-033:before {
  content: "S";
}

.icon-communication-046:before {
  content: "T";
}

.icon-communication-059:before {
  content: "U";
}

.icon-communication-060:before {
  content: "V";
}

.icon-communication-047:before {
  content: "W";
}

.icon-communication-034:before {
  content: "X";
}

.icon-communication-035:before {
  content: "Y";
}

.icon-communication-048:before {
  content: "Z";
}

.icon-communication-061:before {
  content: "0";
}

.icon-communication-062:before {
  content: "1";
}

.icon-communication-049:before {
  content: "2";
}

.icon-communication-036:before {
  content: "3";
}

.icon-communication-037:before {
  content: "4";
}

.icon-communication-050:before {
  content: "5";
}

.icon-communication-063:before {
  content: "6";
}

.icon-communication-064:before {
  content: "7";
}

.icon-communication-051:before {
  content: "8";
}

.icon-communication-038:before {
  content: "9";
}

.icon-communication-039:before {
  content: "!";
}

.icon-communication-052:before {
  content: "\"";
}

.icon-communication-065:before {
  content: "#";
}

.icon-communication-066:before {
  content: "$";
}

.icon-communication-079:before {
  content: "%";
}

.icon-communication-092:before {
  content: "&";
}

.icon-communication-105:before {
  content: "'";
}

.icon-communication-106:before {
  content: "(";
}

.icon-communication-093:before {
  content: ")";
}

.icon-communication-080:before {
  content: "*";
}

.icon-communication-067:before {
  content: "+";
}

.icon-communication-068:before {
  content: ",";
}

.icon-communication-081:before {
  content: "-";
}

.icon-communication-082:before {
  content: ".";
}

.icon-communication-069:before {
  content: "/";
}

.icon-communication-070:before {
  content: ":";
}

.icon-communication-083:before {
  content: ";";
}

.icon-communication-084:before {
  content: "<";
}

.icon-communication-071:before {
  content: "=";
}

.icon-communication-072:before {
  content: ">";
}

.icon-communication-085:before {
  content: "?";
}

.icon-communication-086:before {
  content: "@";
}

.icon-communication-073:before {
  content: "[";
}

.icon-communication-074:before {
  content: "]";
}

.icon-communication-087:before {
  content: "^";
}

.icon-communication-088:before {
  content: "_";
}

.icon-communication-075:before {
  content: "`";
}

.icon-communication-076:before {
  content: "{";
}

.icon-communication-089:before {
  content: "|";
}

.icon-communication-090:before {
  content: "}";
}

.icon-communication-077:before {
  content: "~";
}

.icon-communication-078:before {
  content: "\\";
}

.icon-communication-091:before {
  content: "\E000";
}

.icon-communication-104:before {
  content: "\E001";
}

.icon-communication-117:before {
  content: "\E002";
}

.icon-communication-116:before {
  content: "\E003";
}

.icon-communication-103:before {
  content: "\E004";
}

.icon-communication-102:before {
  content: "\E005";
}

.icon-communication-115:before {
  content: "\E006";
}

.icon-communication-114:before {
  content: "\E007";
}

.icon-communication-101:before {
  content: "\E008";
}

.icon-communication-100:before {
  content: "\E009";
}

.icon-communication-113:before {
  content: "\E00A";
}

.icon-communication-112:before {
  content: "\E00B";
}

.icon-communication-099:before {
  content: "\E00C";
}

.icon-communication-098:before {
  content: "\E00D";
}

.icon-communication-111:before {
  content: "\E00E";
}

.icon-communication-110:before {
  content: "\E00F";
}

.icon-communication-097:before {
  content: "\E010";
}

.icon-communication-096:before {
  content: "\E011";
}

.icon-communication-109:before {
  content: "\E012";
}

.icon-communication-108:before {
  content: "\E013";
}

.icon-communication-095:before {
  content: "\E014";
}

.icon-communication-094:before {
  content: "\E015";
}

.icon-communication-107:before {
  content: "\E016";
}

.icon-communication-118:before {
  content: "\E017";
}

.icon-communication-131:before {
  content: "\E018";
}

.icon-communication-144:before {
  content: "\E019";
}

.icon-communication-157:before {
  content: "\E01A";
}

.icon-communication-170:before {
  content: "\E01B";
}

.icon-communication-171:before {
  content: "\E01C";
}

.icon-communication-158:before {
  content: "\E01D";
}

.icon-communication-145:before {
  content: "\E01E";
}

.icon-communication-132:before {
  content: "\E01F";
}

.icon-communication-119:before {
  content: "\E020";
}

.icon-communication-120:before {
  content: "\E021";
}

.icon-communication-133:before {
  content: "\E022";
}

.icon-communication-146:before {
  content: "\E023";
}

.icon-communication-159:before {
  content: "\E024";
}

.icon-communication-172:before {
  content: "\E025";
}

.icon-communication-173:before {
  content: "\E026";
}

.icon-communication-160:before {
  content: "\E027";
}

.icon-communication-147:before {
  content: "\E028";
}

.icon-communication-134:before {
  content: "\E029";
}

.icon-communication-121:before {
  content: "\E02A";
}

.icon-communication-122:before {
  content: "\E02B";
}

.icon-communication-135:before {
  content: "\E02C";
}

.icon-communication-148:before {
  content: "\E02D";
}

.icon-communication-161:before {
  content: "\E02E";
}

.icon-communication-174:before {
  content: "\E02F";
}

.icon-communication-175:before {
  content: "\E030";
}

.icon-communication-162:before {
  content: "\E031";
}

.icon-communication-149:before {
  content: "\E032";
}

.icon-communication-136:before {
  content: "\E033";
}

.icon-communication-123:before {
  content: "\E034";
}

.icon-communication-124:before {
  content: "\E035";
}

.icon-communication-137:before {
  content: "\E036";
}

.icon-communication-150:before {
  content: "\E037";
}

.icon-communication-163:before {
  content: "\E038";
}

.icon-communication-176:before {
  content: "\E039";
}

.icon-communication-177:before {
  content: "\E03A";
}

.icon-communication-164:before {
  content: "\E03B";
}

.icon-communication-151:before {
  content: "\E03C";
}

.icon-communication-138:before {
  content: "\E03D";
}

.icon-communication-125:before {
  content: "\E03E";
}

.icon-communication-126:before {
  content: "\E03F";
}

.icon-communication-139:before {
  content: "\E040";
}

.icon-communication-152:before {
  content: "\E041";
}

.icon-communication-165:before {
  content: "\E042";
}

.icon-communication-178:before {
  content: "\E043";
}

.icon-communication-179:before {
  content: "\E044";
}

.icon-communication-166:before {
  content: "\E045";
}

.icon-communication-153:before {
  content: "\E046";
}

.icon-communication-140:before {
  content: "\E047";
}

.icon-communication-127:before {
  content: "\E048";
}

.icon-communication-128:before {
  content: "\E049";
}

.icon-communication-141:before {
  content: "\E04A";
}

.icon-communication-154:before {
  content: "\E04B";
}

.icon-communication-167:before {
  content: "\E04C";
}

.icon-communication-180:before {
  content: "\E04D";
}

.icon-communication-168:before {
  content: "\E04E";
}

.icon-communication-169:before {
  content: "\E04F";
}

.icon-communication-156:before {
  content: "\E050";
}

.icon-communication-155:before {
  content: "\E051";
}

.icon-communication-142:before {
  content: "\E052";
}

.icon-communication-143:before {
  content: "\E053";
}

.icon-communication-130:before {
  content: "\E054";
}

.icon-communication-129:before {
  content: "\E055";
}

/* Education */

@font-face {
  font-family: "education-48";
  src: url(/themes/unify/assets/fonts/0cb747bcdcb51a47a2175de1541b805d.eot);
  src: url(/themes/unify/assets/fonts/0cb747bcdcb51a47a2175de1541b805d.eot?#iefix) format("embedded-opentype"),
	url(/themes/unify/assets/fonts/76b20ae3088ee7321cd8d6c6cf00f25f.woff) format("woff"),
	url(/themes/unify/assets/fonts/ed9ed72f9c0fad5a5888467450dd0b81.ttf) format("truetype"),
	url(/themes/unify/assets/images/1407fd2c6dbb3280fe4299500875adff.svg#education-48) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon-education]:before {
  font-family: "education-48" !important;
  content: attr(data-icon-education);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-education"]:before,
[class*=" icon-education"]:before {
  font-family: "education-48" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-education-001:before {
  content: "a";
}

.icon-education-014:before {
  content: "b";
}

.icon-education-027:before {
  content: "c";
}

.icon-education-028:before {
  content: "d";
}

.icon-education-015:before {
  content: "e";
}

.icon-education-002:before {
  content: "f";
}

.icon-education-003:before {
  content: "g";
}

.icon-education-016:before {
  content: "h";
}

.icon-education-029:before {
  content: "i";
}

.icon-education-030:before {
  content: "j";
}

.icon-education-017:before {
  content: "k";
}

.icon-education-004:before {
  content: "l";
}

.icon-education-005:before {
  content: "m";
}

.icon-education-018:before {
  content: "n";
}

.icon-education-031:before {
  content: "o";
}

.icon-education-032:before {
  content: "p";
}

.icon-education-019:before {
  content: "q";
}

.icon-education-006:before {
  content: "r";
}

.icon-education-007:before {
  content: "s";
}

.icon-education-020:before {
  content: "t";
}

.icon-education-033:before {
  content: "u";
}

.icon-education-034:before {
  content: "v";
}

.icon-education-021:before {
  content: "w";
}

.icon-education-008:before {
  content: "x";
}

.icon-education-009:before {
  content: "y";
}

.icon-education-022:before {
  content: "z";
}

.icon-education-035:before {
  content: "A";
}

.icon-education-036:before {
  content: "B";
}

.icon-education-023:before {
  content: "C";
}

.icon-education-010:before {
  content: "D";
}

.icon-education-011:before {
  content: "E";
}

.icon-education-024:before {
  content: "F";
}

.icon-education-037:before {
  content: "G";
}

.icon-education-038:before {
  content: "H";
}

.icon-education-025:before {
  content: "I";
}

.icon-education-012:before {
  content: "J";
}

.icon-education-013:before {
  content: "K";
}

.icon-education-026:before {
  content: "L";
}

.icon-education-039:before {
  content: "M";
}

.icon-education-052:before {
  content: "N";
}

.icon-education-065:before {
  content: "O";
}

.icon-education-078:before {
  content: "P";
}

.icon-education-091:before {
  content: "Q";
}

.icon-education-104:before {
  content: "R";
}

.icon-education-117:before {
  content: "S";
}

.icon-education-130:before {
  content: "T";
}

.icon-education-143:before {
  content: "U";
}

.icon-education-142:before {
  content: "V";
}

.icon-education-129:before {
  content: "W";
}

.icon-education-116:before {
  content: "X";
}

.icon-education-103:before {
  content: "Y";
}

.icon-education-090:before {
  content: "Z";
}

.icon-education-077:before {
  content: "0";
}

.icon-education-064:before {
  content: "1";
}

.icon-education-051:before {
  content: "2";
}

.icon-education-050:before {
  content: "3";
}

.icon-education-063:before {
  content: "4";
}

.icon-education-076:before {
  content: "5";
}

.icon-education-089:before {
  content: "6";
}

.icon-education-088:before {
  content: "7";
}

.icon-education-075:before {
  content: "8";
}

.icon-education-062:before {
  content: "9";
}

.icon-education-049:before {
  content: "!";
}

.icon-education-048:before {
  content: "\"";
}

.icon-education-061:before {
  content: "#";
}

.icon-education-074:before {
  content: "$";
}

.icon-education-087:before {
  content: "%";
}

.icon-education-100:before {
  content: "&";
}

.icon-education-101:before {
  content: "'";
}

.icon-education-102:before {
  content: "(";
}

.icon-education-115:before {
  content: ")";
}

.icon-education-114:before {
  content: "*";
}

.icon-education-113:before {
  content: "+";
}

.icon-education-126:before {
  content: ",";
}

.icon-education-127:before {
  content: "-";
}

.icon-education-128:before {
  content: ".";
}

.icon-education-141:before {
  content: "/";
}

.icon-education-140:before {
  content: ":";
}

.icon-education-139:before {
  content: ";";
}

.icon-education-138:before {
  content: "<";
}

.icon-education-125:before {
  content: "=";
}

.icon-education-124:before {
  content: ">";
}

.icon-education-137:before {
  content: "?";
}

.icon-education-136:before {
  content: "@";
}

.icon-education-123:before {
  content: "[";
}

.icon-education-110:before {
  content: "]";
}

.icon-education-111:before {
  content: "^";
}

.icon-education-112:before {
  content: "_";
}

.icon-education-099:before {
  content: "`";
}

.icon-education-098:before {
  content: "{";
}

.icon-education-097:before {
  content: "|";
}

.icon-education-084:before {
  content: "}";
}

.icon-education-085:before {
  content: "~";
}

.icon-education-086:before {
  content: "\\";
}

.icon-education-073:before {
  content: "\E000";
}

.icon-education-072:before {
  content: "\E001";
}

.icon-education-071:before {
  content: "\E002";
}

.icon-education-058:before {
  content: "\E003";
}

.icon-education-059:before {
  content: "\E004";
}

.icon-education-060:before {
  content: "\E005";
}

.icon-education-047:before {
  content: "\E006";
}

.icon-education-046:before {
  content: "\E007";
}

.icon-education-045:before {
  content: "\E008";
}

.icon-education-040:before {
  content: "\E009";
}

.icon-education-041:before {
  content: "\E00A";
}

.icon-education-054:before {
  content: "\E00B";
}

.icon-education-053:before {
  content: "\E00C";
}

.icon-education-066:before {
  content: "\E00D";
}

.icon-education-067:before {
  content: "\E00E";
}

.icon-education-068:before {
  content: "\E00F";
}

.icon-education-055:before {
  content: "\E010";
}

.icon-education-042:before {
  content: "\E011";
}

.icon-education-043:before {
  content: "\E012";
}

.icon-education-056:before {
  content: "\E013";
}

.icon-education-069:before {
  content: "\E014";
}

.icon-education-070:before {
  content: "\E015";
}

.icon-education-057:before {
  content: "\E016";
}

.icon-education-044:before {
  content: "\E017";
}

.icon-education-083:before {
  content: "\E018";
}

.icon-education-082:before {
  content: "\E019";
}

.icon-education-081:before {
  content: "\E01A";
}

.icon-education-080:before {
  content: "\E01B";
}

.icon-education-079:before {
  content: "\E01C";
}

.icon-education-092:before {
  content: "\E01D";
}

.icon-education-105:before {
  content: "\E01E";
}

.icon-education-118:before {
  content: "\E01F";
}

.icon-education-131:before {
  content: "\E020";
}

.icon-education-132:before {
  content: "\E021";
}

.icon-education-119:before {
  content: "\E022";
}

.icon-education-106:before {
  content: "\E023";
}

.icon-education-093:before {
  content: "\E024";
}

.icon-education-094:before {
  content: "\E025";
}

.icon-education-107:before {
  content: "\E026";
}

.icon-education-120:before {
  content: "\E027";
}

.icon-education-133:before {
  content: "\E028";
}

.icon-education-134:before {
  content: "\E029";
}

.icon-education-108:before {
  content: "\E02A";
}

.icon-education-095:before {
  content: "\E02B";
}

.icon-education-096:before {
  content: "\E02C";
}

.icon-education-109:before {
  content: "\E02D";
}

.icon-education-122:before {
  content: "\E02E";
}

.icon-education-121:before {
  content: "\E02F";
}

.icon-education-135:before {
  content: "\E030";
}

.icon-education-144:before {
  content: "\E031";
}

.icon-education-157:before {
  content: "\E032";
}

.icon-education-170:before {
  content: "\E033";
}

.icon-education-183:before {
  content: "\E034";
}

.icon-education-196:before {
  content: "\E035";
}

.icon-education-197:before {
  content: "\E036";
}

.icon-education-184:before {
  content: "\E037";
}

.icon-education-171:before {
  content: "\E038";
}

.icon-education-158:before {
  content: "\E039";
}

.icon-education-145:before {
  content: "\E03A";
}

.icon-education-146:before {
  content: "\E03B";
}

.icon-education-159:before {
  content: "\E03C";
}

.icon-education-172:before {
  content: "\E03D";
}

.icon-education-185:before {
  content: "\E03E";
}

.icon-education-198:before {
  content: "\E03F";
}

.icon-education-199:before {
  content: "\E040";
}

.icon-education-186:before {
  content: "\E041";
}

.icon-education-173:before {
  content: "\E042";
}

.icon-education-160:before {
  content: "\E043";
}

.icon-education-147:before {
  content: "\E044";
}

.icon-education-148:before {
  content: "\E045";
}

.icon-education-161:before {
  content: "\E046";
}

.icon-education-174:before {
  content: "\E047";
}

.icon-education-187:before {
  content: "\E048";
}

.icon-education-200:before {
  content: "\E049";
}

.icon-education-188:before {
  content: "\E04A";
}

.icon-education-175:before {
  content: "\E04B";
}

.icon-education-162:before {
  content: "\E04C";
}

.icon-education-149:before {
  content: "\E04D";
}

.icon-education-150:before {
  content: "\E04E";
}

.icon-education-163:before {
  content: "\E04F";
}

.icon-education-176:before {
  content: "\E050";
}

.icon-education-189:before {
  content: "\E051";
}

.icon-education-190:before {
  content: "\E052";
}

.icon-education-177:before {
  content: "\E053";
}

.icon-education-164:before {
  content: "\E054";
}

.icon-education-151:before {
  content: "\E055";
}

.icon-education-152:before {
  content: "\E056";
}

.icon-education-165:before {
  content: "\E057";
}

.icon-education-178:before {
  content: "\E058";
}

.icon-education-191:before {
  content: "\E059";
}

.icon-education-192:before {
  content: "\E05A";
}

.icon-education-179:before {
  content: "\E05B";
}

.icon-education-166:before {
  content: "\E05C";
}

.icon-education-153:before {
  content: "\E05D";
}

.icon-education-154:before {
  content: "\E05E";
}

.icon-education-167:before {
  content: "\E05F";
}

.icon-education-180:before {
  content: "\E060";
}

.icon-education-193:before {
  content: "\E061";
}

.icon-education-194:before {
  content: "\E062";
}

.icon-education-181:before {
  content: "\E063";
}

.icon-education-168:before {
  content: "\E064";
}

.icon-education-155:before {
  content: "\E065";
}

.icon-education-156:before {
  content: "\E066";
}

.icon-education-169:before {
  content: "\E067";
}

.icon-education-182:before {
  content: "\E068";
}

.icon-education-195:before {
  content: "\E069";
}

/* Electronics */

@font-face {
  font-family: "electronics";
  src: url(/themes/unify/assets/fonts/8c3802a607ef7801bee7f2d8143e1f6f.eot);
  src: url(/themes/unify/assets/fonts/8c3802a607ef7801bee7f2d8143e1f6f.eot?#iefix) format("embedded-opentype"),
	url(/themes/unify/assets/fonts/06182b517dfa9e8b682da003c4f17f67.woff) format("woff"),
	url(/themes/unify/assets/fonts/c7502728ad184d841e15c2db5ccfcc66.ttf) format("truetype"),
	url(/themes/unify/assets/images/5032ef5939c358adb6557534d1383226.svg#electronics) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon-electronics]:before {
  font-family: "electronics" !important;
  content: attr(data-icon-electronics);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-electronics"]:before,
[class*=" icon-electronics"]:before {
  font-family: "electronics" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-electronics-001:before {
  content: "a";
}

.icon-electronics-014:before {
  content: "b";
}

.icon-electronics-027:before {
  content: "c";
}

.icon-electronics-040:before {
  content: "d";
}

.icon-electronics-053:before {
  content: "e";
}

.icon-electronics-066:before {
  content: "f";
}

.icon-electronics-079:before {
  content: "g";
}

.icon-electronics-092:before {
  content: "h";
}

.icon-electronics-093:before {
  content: "i";
}

.icon-electronics-080:before {
  content: "j";
}

.icon-electronics-067:before {
  content: "k";
}

.icon-electronics-054:before {
  content: "l";
}

.icon-electronics-041:before {
  content: "m";
}

.icon-electronics-028:before {
  content: "n";
}

.icon-electronics-015:before {
  content: "o";
}

.icon-electronics-002:before {
  content: "p";
}

.icon-electronics-003:before {
  content: "q";
}

.icon-electronics-016:before {
  content: "r";
}

.icon-electronics-029:before {
  content: "s";
}

.icon-electronics-042:before {
  content: "t";
}

.icon-electronics-055:before {
  content: "u";
}

.icon-electronics-068:before {
  content: "v";
}

.icon-electronics-081:before {
  content: "w";
}

.icon-electronics-094:before {
  content: "x";
}

.icon-electronics-095:before {
  content: "y";
}

.icon-electronics-082:before {
  content: "z";
}

.icon-electronics-069:before {
  content: "A";
}

.icon-electronics-056:before {
  content: "B";
}

.icon-electronics-043:before {
  content: "C";
}

.icon-electronics-030:before {
  content: "D";
}

.icon-electronics-017:before {
  content: "E";
}

.icon-electronics-004:before {
  content: "F";
}

.icon-electronics-005:before {
  content: "G";
}

.icon-electronics-018:before {
  content: "H";
}

.icon-electronics-031:before {
  content: "I";
}

.icon-electronics-044:before {
  content: "J";
}

.icon-electronics-057:before {
  content: "K";
}

.icon-electronics-070:before {
  content: "L";
}

.icon-electronics-083:before {
  content: "M";
}

.icon-electronics-096:before {
  content: "N";
}

.icon-electronics-097:before {
  content: "O";
}

.icon-electronics-084:before {
  content: "P";
}

.icon-electronics-071:before {
  content: "Q";
}

.icon-electronics-058:before {
  content: "R";
}

.icon-electronics-045:before {
  content: "S";
}

.icon-electronics-032:before {
  content: "T";
}

.icon-electronics-019:before {
  content: "U";
}

.icon-electronics-006:before {
  content: "V";
}

.icon-electronics-007:before {
  content: "W";
}

.icon-electronics-020:before {
  content: "X";
}

.icon-electronics-033:before {
  content: "Y";
}

.icon-electronics-046:before {
  content: "Z";
}

.icon-electronics-059:before {
  content: "0";
}

.icon-electronics-072:before {
  content: "1";
}

.icon-electronics-085:before {
  content: "2";
}

.icon-electronics-098:before {
  content: "3";
}

.icon-electronics-099:before {
  content: "4";
}

.icon-electronics-086:before {
  content: "5";
}

.icon-electronics-073:before {
  content: "6";
}

.icon-electronics-060:before {
  content: "7";
}

.icon-electronics-047:before {
  content: "8";
}

.icon-electronics-034:before {
  content: "9";
}

.icon-electronics-021:before {
  content: "!";
}

.icon-electronics-008:before {
  content: "\"";
}

.icon-electronics-009:before {
  content: "#";
}

.icon-electronics-022:before {
  content: "$";
}

.icon-electronics-035:before {
  content: "%";
}

.icon-electronics-048:before {
  content: "&";
}

.icon-electronics-049:before {
  content: "'";
}

.icon-electronics-036:before {
  content: "(";
}

.icon-electronics-023:before {
  content: ")";
}

.icon-electronics-010:before {
  content: "*";
}

.icon-electronics-011:before {
  content: "+";
}

.icon-electronics-024:before {
  content: ",";
}

.icon-electronics-025:before {
  content: "-";
}

.icon-electronics-012:before {
  content: ".";
}

.icon-electronics-013:before {
  content: "/";
}

.icon-electronics-026:before {
  content: ":";
}

.icon-electronics-039:before {
  content: ";";
}

.icon-electronics-052:before {
  content: "<";
}

.icon-electronics-065:before {
  content: "=";
}

.icon-electronics-078:before {
  content: ">";
}

.icon-electronics-091:before {
  content: "?";
}

.icon-electronics-104:before {
  content: "@";
}

.icon-electronics-103:before {
  content: "[";
}

.icon-electronics-090:before {
  content: "]";
}

.icon-electronics-064:before {
  content: "^";
}

.icon-electronics-051:before {
  content: "_";
}

.icon-electronics-038:before {
  content: "`";
}

.icon-electronics-037:before {
  content: "{";
}

.icon-electronics-050:before {
  content: "|";
}

.icon-electronics-063:before {
  content: "}";
}

.icon-electronics-076:before {
  content: "~";
}

.icon-electronics-077:before {
  content: "\\";
}

.icon-electronics-062:before {
  content: "\E000";
}

.icon-electronics-061:before {
  content: "\E001";
}

.icon-electronics-074:before {
  content: "\E002";
}

.icon-electronics-075:before {
  content: "\E003";
}

.icon-electronics-088:before {
  content: "\E004";
}

.icon-electronics-087:before {
  content: "\E005";
}

.icon-electronics-089:before {
  content: "\E006";
}

.icon-electronics-102:before {
  content: "\E007";
}

.icon-electronics-101:before {
  content: "\E008";
}

.icon-electronics-100:before {
  content: "\E009";
}

.icon-electronics-105:before {
  content: "\E00A";
}

.icon-electronics-118:before {
  content: "\E00B";
}

.icon-electronics-131:before {
  content: "\E00C";
}

.icon-electronics-144:before {
  content: "\E00D";
}

.icon-electronics-157:before {
  content: "\E00E";
}

.icon-electronics-158:before {
  content: "\E00F";
}

.icon-electronics-145:before {
  content: "\E010";
}

.icon-electronics-132:before {
  content: "\E011";
}

.icon-electronics-119:before {
  content: "\E012";
}

.icon-electronics-106:before {
  content: "\E013";
}

.icon-electronics-107:before {
  content: "\E014";
}

.icon-electronics-120:before {
  content: "\E015";
}

.icon-electronics-133:before {
  content: "\E016";
}

.icon-electronics-146:before {
  content: "\E017";
}

.icon-electronics-159:before {
  content: "\E018";
}

.icon-electronics-160:before {
  content: "\E019";
}

.icon-electronics-147:before {
  content: "\E01A";
}

.icon-electronics-134:before {
  content: "\E01B";
}

.icon-electronics-121:before {
  content: "\E01C";
}

.icon-electronics-108:before {
  content: "\E01D";
}

.icon-electronics-109:before {
  content: "\E01E";
}

.icon-electronics-122:before {
  content: "\E01F";
}

.icon-electronics-135:before {
  content: "\E020";
}

.icon-electronics-148:before {
  content: "\E021";
}

.icon-electronics-149:before {
  content: "\E022";
}

.icon-electronics-136:before {
  content: "\E023";
}

.icon-electronics-123:before {
  content: "\E024";
}

.icon-electronics-110:before {
  content: "\E025";
}

.icon-electronics-111:before {
  content: "\E026";
}

.icon-electronics-124:before {
  content: "\E027";
}

.icon-electronics-137:before {
  content: "\E028";
}

.icon-electronics-150:before {
  content: "\E029";
}

.icon-electronics-151:before {
  content: "\E02A";
}

.icon-electronics-138:before {
  content: "\E02B";
}

.icon-electronics-125:before {
  content: "\E02C";
}

.icon-electronics-112:before {
  content: "\E02D";
}

.icon-electronics-113:before {
  content: "\E02E";
}

.icon-electronics-126:before {
  content: "\E02F";
}

.icon-electronics-139:before {
  content: "\E030";
}

.icon-electronics-152:before {
  content: "\E031";
}

.icon-electronics-153:before {
  content: "\E032";
}

.icon-electronics-140:before {
  content: "\E033";
}

.icon-electronics-127:before {
  content: "\E034";
}

.icon-electronics-114:before {
  content: "\E035";
}

.icon-electronics-115:before {
  content: "\E036";
}

.icon-electronics-128:before {
  content: "\E037";
}

.icon-electronics-141:before {
  content: "\E038";
}

.icon-electronics-154:before {
  content: "\E039";
}

.icon-electronics-155:before {
  content: "\E03A";
}

.icon-electronics-142:before {
  content: "\E03B";
}

.icon-electronics-129:before {
  content: "\E03C";
}

.icon-electronics-116:before {
  content: "\E03D";
}

.icon-electronics-117:before {
  content: "\E03E";
}

.icon-electronics-130:before {
  content: "\E03F";
}

.icon-electronics-143:before {
  content: "\E040";
}

.icon-electronics-156:before {
  content: "\E041";
}

/* Finance */

@font-face {
  font-family: "finance";
  src: url(/themes/unify/assets/fonts/33c75ed39567ffd6b7ef6cc6c3a6d1a0.eot);
  src: url(/themes/unify/assets/fonts/33c75ed39567ffd6b7ef6cc6c3a6d1a0.eot?#iefix) format("embedded-opentype"),
	url(/themes/unify/assets/fonts/0ec51be63f6be1609c06e88c9015d52e.woff) format("woff"),
	url(/themes/unify/assets/fonts/e163e319d1243026bfdc11611ab26372.ttf) format("truetype"),
	url(/themes/unify/assets/images/ea8b3e4839ee7108806643378643185a.svg#finance) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon-finance]:before {
  font-family: "finance" !important;
  content: attr(data-icon-finance);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-finance"]:before,
[class*=" icon-finance"]:before {
  font-family: "finance" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-finance-260:before {
  content: "a";
}

.icon-finance-259:before {
  content: "b";
}

.icon-finance-246:before {
  content: "c";
}

.icon-finance-247:before {
  content: "d";
}

.icon-finance-234:before {
  content: "e";
}

.icon-finance-233:before {
  content: "f";
}

.icon-finance-232:before {
  content: "g";
}

.icon-finance-245:before {
  content: "h";
}

.icon-finance-258:before {
  content: "i";
}

.icon-finance-257:before {
  content: "j";
}

.icon-finance-256:before {
  content: "k";
}

.icon-finance-243:before {
  content: "l";
}

.icon-finance-244:before {
  content: "m";
}

.icon-finance-231:before {
  content: "n";
}

.icon-finance-230:before {
  content: "o";
}

.icon-finance-229:before {
  content: "p";
}

.icon-finance-242:before {
  content: "q";
}

.icon-finance-255:before {
  content: "r";
}

.icon-finance-254:before {
  content: "s";
}

.icon-finance-241:before {
  content: "t";
}

.icon-finance-228:before {
  content: "u";
}

.icon-finance-227:before {
  content: "v";
}

.icon-finance-240:before {
  content: "w";
}

.icon-finance-253:before {
  content: "x";
}

.icon-finance-252:before {
  content: "y";
}

.icon-finance-239:before {
  content: "z";
}

.icon-finance-226:before {
  content: "A";
}

.icon-finance-225:before {
  content: "B";
}

.icon-finance-238:before {
  content: "C";
}

.icon-finance-251:before {
  content: "D";
}

.icon-finance-250:before {
  content: "E";
}

.icon-finance-237:before {
  content: "F";
}

.icon-finance-224:before {
  content: "G";
}

.icon-finance-223:before {
  content: "H";
}

.icon-finance-236:before {
  content: "I";
}

.icon-finance-249:before {
  content: "J";
}

.icon-finance-235:before {
  content: "K";
}

.icon-finance-222:before {
  content: "L";
}

.icon-finance-248:before {
  content: "M";
}

.icon-finance-209:before {
  content: "N";
}

.icon-finance-196:before {
  content: "O";
}

.icon-finance-183:before {
  content: "P";
}

.icon-finance-184:before {
  content: "Q";
}

.icon-finance-197:before {
  content: "R";
}

.icon-finance-210:before {
  content: "S";
}

.icon-finance-211:before {
  content: "T";
}

.icon-finance-198:before {
  content: "U";
}

.icon-finance-185:before {
  content: "V";
}

.icon-finance-186:before {
  content: "W";
}

.icon-finance-199:before {
  content: "X";
}

.icon-finance-212:before {
  content: "Y";
}

.icon-finance-213:before {
  content: "Z";
}

.icon-finance-200:before {
  content: "0";
}

.icon-finance-187:before {
  content: "1";
}

.icon-finance-188:before {
  content: "2";
}

.icon-finance-189:before {
  content: "3";
}

.icon-finance-201:before {
  content: "4";
}

.icon-finance-214:before {
  content: "5";
}

.icon-finance-215:before {
  content: "6";
}

.icon-finance-202:before {
  content: "7";
}

.icon-finance-216:before {
  content: "8";
}

.icon-finance-203:before {
  content: "9";
}

.icon-finance-204:before {
  content: "!";
}

.icon-finance-217:before {
  content: "\"";
}

.icon-finance-191:before {
  content: "#";
}

.icon-finance-190:before {
  content: "$";
}

.icon-finance-192:before {
  content: "%";
}

.icon-finance-205:before {
  content: "&";
}

.icon-finance-218:before {
  content: "'";
}

.icon-finance-219:before {
  content: "(";
}

.icon-finance-206:before {
  content: ")";
}

.icon-finance-193:before {
  content: "*";
}

.icon-finance-194:before {
  content: "+";
}

.icon-finance-207:before {
  content: ",";
}

.icon-finance-220:before {
  content: "-";
}

.icon-finance-221:before {
  content: ".";
}

.icon-finance-208:before {
  content: "/";
}

.icon-finance-195:before {
  content: ":";
}

.icon-finance-182:before {
  content: ";";
}

.icon-finance-181:before {
  content: "<";
}

.icon-finance-180:before {
  content: "=";
}

.icon-finance-167:before {
  content: ">";
}

.icon-finance-168:before {
  content: "?";
}

.icon-finance-169:before {
  content: "@";
}

.icon-finance-156:before {
  content: "[";
}

.icon-finance-155:before {
  content: "]";
}

.icon-finance-154:before {
  content: "^";
}

.icon-finance-141:before {
  content: "_";
}

.icon-finance-142:before {
  content: "`";
}

.icon-finance-143:before {
  content: "{";
}

.icon-finance-130:before {
  content: "|";
}

.icon-finance-129:before {
  content: "}";
}

.icon-finance-128:before {
  content: "~";
}

.icon-finance-127:before {
  content: "\\";
}

.icon-finance-140:before {
  content: "\E000";
}

.icon-finance-139:before {
  content: "\E001";
}

.icon-finance-126:before {
  content: "\E002";
}

.icon-finance-125:before {
  content: "\E003";
}

.icon-finance-138:before {
  content: "\E004";
}

.icon-finance-151:before {
  content: "\E005";
}

.icon-finance-152:before {
  content: "\E006";
}

.icon-finance-153:before {
  content: "\E007";
}

.icon-finance-166:before {
  content: "\E008";
}

.icon-finance-179:before {
  content: "\E009";
}

.icon-finance-178:before {
  content: "\E00A";
}

.icon-finance-165:before {
  content: "\E00B";
}

.icon-finance-164:before {
  content: "\E00C";
}

.icon-finance-177:before {
  content: "\E00D";
}

.icon-finance-176:before {
  content: "\E00E";
}

.icon-finance-163:before {
  content: "\E00F";
}

.icon-finance-150:before {
  content: "\E010";
}

.icon-finance-137:before {
  content: "\E011";
}

.icon-finance-124:before {
  content: "\E012";
}

.icon-finance-123:before {
  content: "\E013";
}

.icon-finance-136:before {
  content: "\E014";
}

.icon-finance-149:before {
  content: "\E015";
}

.icon-finance-162:before {
  content: "\E016";
}

.icon-finance-175:before {
  content: "\E017";
}

.icon-finance-174:before {
  content: "\E018";
}

.icon-finance-161:before {
  content: "\E019";
}

.icon-finance-148:before {
  content: "\E01A";
}

.icon-finance-135:before {
  content: "\E01B";
}

.icon-finance-122:before {
  content: "\E01C";
}

.icon-finance-121:before {
  content: "\E01D";
}

.icon-finance-134:before {
  content: "\E01E";
}

.icon-finance-147:before {
  content: "\E01F";
}

.icon-finance-160:before {
  content: "\E020";
}

.icon-finance-173:before {
  content: "\E021";
}

.icon-finance-172:before {
  content: "\E022";
}

.icon-finance-146:before {
  content: "\E023";
}

.icon-finance-133:before {
  content: "\E024";
}

.icon-finance-120:before {
  content: "\E025";
}

.icon-finance-159:before {
  content: "\E026";
}

.icon-finance-158:before {
  content: "\E027";
}

.icon-finance-171:before {
  content: "\E028";
}

.icon-finance-170:before {
  content: "\E029";
}

.icon-finance-157:before {
  content: "\E02A";
}

.icon-finance-144:before {
  content: "\E02B";
}

.icon-finance-145:before {
  content: "\E02C";
}

.icon-finance-132:before {
  content: "\E02D";
}

.icon-finance-131:before {
  content: "\E02E";
}

.icon-finance-118:before {
  content: "\E02F";
}

.icon-finance-119:before {
  content: "\E030";
}

.icon-finance-106:before {
  content: "\E031";
}

.icon-finance-105:before {
  content: "\E032";
}

.icon-finance-092:before {
  content: "\E033";
}

.icon-finance-093:before {
  content: "\E034";
}

.icon-finance-107:before {
  content: "\E035";
}

.icon-finance-094:before {
  content: "\E036";
}

.icon-finance-095:before {
  content: "\E037";
}

.icon-finance-108:before {
  content: "\E038";
}

.icon-finance-109:before {
  content: "\E039";
}

.icon-finance-096:before {
  content: "\E03A";
}

.icon-finance-097:before {
  content: "\E03B";
}

.icon-finance-110:before {
  content: "\E03C";
}

.icon-finance-111:before {
  content: "\E03D";
}

.icon-finance-098:before {
  content: "\E03E";
}

.icon-finance-099:before {
  content: "\E03F";
}

.icon-finance-112:before {
  content: "\E040";
}

.icon-finance-113:before {
  content: "\E041";
}

.icon-finance-100:before {
  content: "\E042";
}

.icon-finance-101:before {
  content: "\E043";
}

.icon-finance-114:before {
  content: "\E044";
}

.icon-finance-115:before {
  content: "\E045";
}

.icon-finance-102:before {
  content: "\E046";
}

.icon-finance-116:before {
  content: "\E048";
}

.icon-finance-117:before {
  content: "\E049";
}

.icon-finance-104:before {
  content: "\E047";
}

.icon-finance-103:before {
  content: "\E04A";
}

.icon-finance-014:before {
  content: "\E04B";
}

.icon-finance-027:before {
  content: "\E04C";
}

.icon-finance-040:before {
  content: "\E04D";
}

.icon-finance-053:before {
  content: "\E04E";
}

.icon-finance-066:before {
  content: "\E04F";
}

.icon-finance-079:before {
  content: "\E050";
}

.icon-finance-080:before {
  content: "\E051";
}

.icon-finance-067:before {
  content: "\E052";
}

.icon-finance-068:before {
  content: "\E053";
}

.icon-finance-081:before {
  content: "\E054";
}

.icon-finance-070:before {
  content: "\E055";
}

.icon-finance-083:before {
  content: "\E056";
}

.icon-finance-082:before {
  content: "\E057";
}

.icon-finance-069:before {
  content: "\E058";
}

.icon-finance-071:before {
  content: "\E059";
}

.icon-finance-084:before {
  content: "\E05A";
}

.icon-finance-085:before {
  content: "\E05B";
}

.icon-finance-072:before {
  content: "\E05C";
}

.icon-finance-073:before {
  content: "\E05D";
}

.icon-finance-086:before {
  content: "\E05E";
}

.icon-finance-087:before {
  content: "\E05F";
}

.icon-finance-074:before {
  content: "\E060";
}

.icon-finance-075:before {
  content: "\E061";
}

.icon-finance-088:before {
  content: "\E062";
}

.icon-finance-089:before {
  content: "\E063";
}

.icon-finance-076:before {
  content: "\E064";
}

.icon-finance-077:before {
  content: "\E065";
}

.icon-finance-090:before {
  content: "\E066";
}

.icon-finance-091:before {
  content: "\E067";
}

.icon-finance-078:before {
  content: "\E068";
}

.icon-finance-065:before {
  content: "\E069";
}

.icon-finance-052:before {
  content: "\E06A";
}

.icon-finance-039:before {
  content: "\E06B";
}

.icon-finance-026:before {
  content: "\E06C";
}

.icon-finance-025:before {
  content: "\E06D";
}

.icon-finance-038:before {
  content: "\E06E";
}

.icon-finance-051:before {
  content: "\E06F";
}

.icon-finance-064:before {
  content: "\E070";
}

.icon-finance-063:before {
  content: "\E071";
}

.icon-finance-050:before {
  content: "\E072";
}

.icon-finance-037:before {
  content: "\E073";
}

.icon-finance-024:before {
  content: "\E074";
}

.icon-finance-023:before {
  content: "\E075";
}

.icon-finance-036:before {
  content: "\E076";
}

.icon-finance-049:before {
  content: "\E077";
}

.icon-finance-062:before {
  content: "\E078";
}

.icon-finance-061:before {
  content: "\E079";
}

.icon-finance-048:before {
  content: "\E07A";
}

.icon-finance-035:before {
  content: "\E07B";
}

.icon-finance-022:before {
  content: "\E07C";
}

.icon-finance-021:before {
  content: "\E07D";
}

.icon-finance-034:before {
  content: "\E07E";
}

.icon-finance-047:before {
  content: "\E07F";
}

.icon-finance-060:before {
  content: "\E080";
}

.icon-finance-059:before {
  content: "\E081";
}

.icon-finance-046:before {
  content: "\E082";
}

.icon-finance-033:before {
  content: "\E083";
}

.icon-finance-020:before {
  content: "\E084";
}

.icon-finance-019:before {
  content: "\E085";
}

.icon-finance-032:before {
  content: "\E086";
}

.icon-finance-045:before {
  content: "\E087";
}

.icon-finance-058:before {
  content: "\E088";
}

.icon-finance-057:before {
  content: "\E089";
}

.icon-finance-044:before {
  content: "\E08A";
}

.icon-finance-031:before {
  content: "\E08B";
}

.icon-finance-018:before {
  content: "\E08C";
}

.icon-finance-017:before {
  content: "\E08D";
}

.icon-finance-030:before {
  content: "\E08E";
}

.icon-finance-043:before {
  content: "\E08F";
}

.icon-finance-056:before {
  content: "\E090";
}

.icon-finance-055:before {
  content: "\E091";
}

.icon-finance-042:before {
  content: "\E092";
}

.icon-finance-029:before {
  content: "\E093";
}

.icon-finance-016:before {
  content: "\E094";
}

.icon-finance-015:before {
  content: "\E095";
}

.icon-finance-028:before {
  content: "\E096";
}

.icon-finance-041:before {
  content: "\E097";
}

.icon-finance-054:before {
  content: "\E098";
}

.icon-finance-001:before {
  content: "\E099";
}

.icon-finance-002:before {
  content: "\E09A";
}

.icon-finance-003:before {
  content: "\E09B";
}

.icon-finance-004:before {
  content: "\E09C";
}

.icon-finance-005:before {
  content: "\E09D";
}

.icon-finance-006:before {
  content: "\E09E";
}

.icon-finance-007:before {
  content: "\E09F";
}

.icon-finance-008:before {
  content: "\E0A0";
}

.icon-finance-009:before {
  content: "\E0A1";
}

.icon-finance-010:before {
  content: "\E0A2";
}

.icon-finance-011:before {
  content: "\E0A3";
}

.icon-finance-012:before {
  content: "\E0A4";
}

.icon-finance-013:before {
  content: "\E0A5";
}

/* Food */

@font-face {
  font-family: "food-48";
  src: url(/themes/unify/assets/fonts/7b905eb92a49066b8a745458a8987eec.eot);
  src: url(/themes/unify/assets/fonts/7b905eb92a49066b8a745458a8987eec.eot?#iefix) format("embedded-opentype"),
	url(/themes/unify/assets/fonts/02346c372953b01c47ef25cb9ca42e86.woff) format("woff"),
	url(/themes/unify/assets/fonts/732c43d6519988e5861a1c4915b7995b.ttf) format("truetype"),
	url(/themes/unify/assets/images/b85f31d09d3780b3c60c998640588b30.svg#food-48) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon-food]:before {
  font-family: "food-48" !important;
  content: attr(data-icon-food);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-food"]:before,
[class*=" icon-food"]:before {
  font-family: "food-48" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-food-001:before {
  content: "a";
}

.icon-food-014:before {
  content: "b";
}

.icon-food-027:before {
  content: "c";
}

.icon-food-040:before {
  content: "d";
}

.icon-food-041:before {
  content: "e";
}

.icon-food-028:before {
  content: "f";
}

.icon-food-015:before {
  content: "g";
}

.icon-food-002:before {
  content: "h";
}

.icon-food-003:before {
  content: "i";
}

.icon-food-016:before {
  content: "j";
}

.icon-food-029:before {
  content: "k";
}

.icon-food-042:before {
  content: "l";
}

.icon-food-043:before {
  content: "m";
}

.icon-food-030:before {
  content: "n";
}

.icon-food-017:before {
  content: "o";
}

.icon-food-004:before {
  content: "p";
}

.icon-food-005:before {
  content: "q";
}

.icon-food-018:before {
  content: "r";
}

.icon-food-031:before {
  content: "s";
}

.icon-food-044:before {
  content: "t";
}

.icon-food-045:before {
  content: "u";
}

.icon-food-032:before {
  content: "v";
}

.icon-food-019:before {
  content: "w";
}

.icon-food-006:before {
  content: "x";
}

.icon-food-007:before {
  content: "y";
}

.icon-food-020:before {
  content: "z";
}

.icon-food-033:before {
  content: "A";
}

.icon-food-046:before {
  content: "B";
}

.icon-food-047:before {
  content: "C";
}

.icon-food-034:before {
  content: "D";
}

.icon-food-021:before {
  content: "E";
}

.icon-food-008:before {
  content: "F";
}

.icon-food-009:before {
  content: "G";
}

.icon-food-022:before {
  content: "H";
}

.icon-food-035:before {
  content: "I";
}

.icon-food-048:before {
  content: "J";
}

.icon-food-049:before {
  content: "K";
}

.icon-food-036:before {
  content: "L";
}

.icon-food-023:before {
  content: "M";
}

.icon-food-010:before {
  content: "N";
}

.icon-food-011:before {
  content: "O";
}

.icon-food-024:before {
  content: "P";
}

.icon-food-037:before {
  content: "Q";
}

.icon-food-050:before {
  content: "R";
}

.icon-food-051:before {
  content: "S";
}

.icon-food-038:before {
  content: "T";
}

.icon-food-025:before {
  content: "U";
}

.icon-food-012:before {
  content: "V";
}

.icon-food-013:before {
  content: "W";
}

.icon-food-026:before {
  content: "X";
}

.icon-food-039:before {
  content: "Y";
}

.icon-food-052:before {
  content: "Z";
}

.icon-food-065:before {
  content: "0";
}

.icon-food-078:before {
  content: "1";
}

.icon-food-091:before {
  content: "2";
}

.icon-food-104:before {
  content: "3";
}

.icon-food-103:before {
  content: "4";
}

.icon-food-090:before {
  content: "5";
}

.icon-food-077:before {
  content: "6";
}

.icon-food-064:before {
  content: "7";
}

.icon-food-063:before {
  content: "8";
}

.icon-food-076:before {
  content: "9";
}

.icon-food-089:before {
  content: "!";
}

.icon-food-102:before {
  content: "\"";
}

.icon-food-101:before {
  content: "#";
}

.icon-food-088:before {
  content: "$";
}

.icon-food-075:before {
  content: "%";
}

.icon-food-062:before {
  content: "&";
}

.icon-food-061:before {
  content: "'";
}

.icon-food-074:before {
  content: "(";
}

.icon-food-087:before {
  content: ")";
}

.icon-food-100:before {
  content: "*";
}

.icon-food-099:before {
  content: "+";
}

.icon-food-086:before {
  content: ",";
}

.icon-food-073:before {
  content: "-";
}

.icon-food-060:before {
  content: ".";
}

.icon-food-059:before {
  content: "/";
}

.icon-food-072:before {
  content: ":";
}

.icon-food-085:before {
  content: ";";
}

.icon-food-098:before {
  content: "<";
}

.icon-food-097:before {
  content: "=";
}

.icon-food-084:before {
  content: ">";
}

.icon-food-071:before {
  content: "?";
}

.icon-food-058:before {
  content: "@";
}

.icon-food-057:before {
  content: "[";
}

.icon-food-070:before {
  content: "]";
}

.icon-food-083:before {
  content: "^";
}

.icon-food-096:before {
  content: "_";
}

.icon-food-095:before {
  content: "`";
}

.icon-food-082:before {
  content: "{";
}

.icon-food-069:before {
  content: "|";
}

.icon-food-056:before {
  content: "}";
}

.icon-food-055:before {
  content: "~";
}

.icon-food-068:before {
  content: "\\";
}

.icon-food-081:before {
  content: "\E000";
}

.icon-food-094:before {
  content: "\E001";
}

.icon-food-093:before {
  content: "\E002";
}

.icon-food-080:before {
  content: "\E003";
}

.icon-food-067:before {
  content: "\E004";
}

.icon-food-054:before {
  content: "\E005";
}

.icon-food-053:before {
  content: "\E006";
}

.icon-food-066:before {
  content: "\E007";
}

.icon-food-079:before {
  content: "\E008";
}

.icon-food-092:before {
  content: "\E009";
}

.icon-food-105:before {
  content: "\E00A";
}

.icon-food-118:before {
  content: "\E00B";
}

.icon-food-131:before {
  content: "\E00C";
}

.icon-food-144:before {
  content: "\E00D";
}

.icon-food-157:before {
  content: "\E00E";
}

.icon-food-170:before {
  content: "\E00F";
}

.icon-food-171:before {
  content: "\E010";
}

.icon-food-158:before {
  content: "\E011";
}

.icon-food-145:before {
  content: "\E012";
}

.icon-food-132:before {
  content: "\E013";
}

.icon-food-119:before {
  content: "\E014";
}

.icon-food-106:before {
  content: "\E015";
}

.icon-food-107:before {
  content: "\E016";
}

.icon-food-120:before {
  content: "\E017";
}

.icon-food-133:before {
  content: "\E018";
}

.icon-food-146:before {
  content: "\E019";
}

.icon-food-159:before {
  content: "\E01A";
}

.icon-food-172:before {
  content: "\E01B";
}

.icon-food-173:before {
  content: "\E01C";
}

.icon-food-160:before {
  content: "\E01D";
}

.icon-food-147:before {
  content: "\E01E";
}

.icon-food-134:before {
  content: "\E01F";
}

.icon-food-121:before {
  content: "\E020";
}

.icon-food-108:before {
  content: "\E021";
}

.icon-food-109:before {
  content: "\E022";
}

.icon-food-122:before {
  content: "\E023";
}

.icon-food-135:before {
  content: "\E024";
}

.icon-food-148:before {
  content: "\E025";
}

.icon-food-161:before {
  content: "\E026";
}

.icon-food-174:before {
  content: "\E027";
}

.icon-food-175:before {
  content: "\E028";
}

.icon-food-162:before {
  content: "\E029";
}

.icon-food-149:before {
  content: "\E02A";
}

.icon-food-136:before {
  content: "\E02B";
}

.icon-food-123:before {
  content: "\E02C";
}

.icon-food-110:before {
  content: "\E02D";
}

.icon-food-111:before {
  content: "\E02E";
}

.icon-food-124:before {
  content: "\E02F";
}

.icon-food-137:before {
  content: "\E030";
}

.icon-food-150:before {
  content: "\E031";
}

.icon-food-163:before {
  content: "\E032";
}

.icon-food-176:before {
  content: "\E033";
}

.icon-food-177:before {
  content: "\E034";
}

.icon-food-164:before {
  content: "\E035";
}

.icon-food-151:before {
  content: "\E036";
}

.icon-food-138:before {
  content: "\E037";
}

.icon-food-125:before {
  content: "\E038";
}

.icon-food-112:before {
  content: "\E039";
}

.icon-food-113:before {
  content: "\E03A";
}

.icon-food-126:before {
  content: "\E03B";
}

.icon-food-139:before {
  content: "\E03C";
}

.icon-food-152:before {
  content: "\E03D";
}

.icon-food-165:before {
  content: "\E03E";
}

.icon-food-178:before {
  content: "\E03F";
}

.icon-food-191:before {
  content: "\E040";
}

.icon-food-192:before {
  content: "\E041";
}

.icon-food-166:before {
  content: "\E042";
}

.icon-food-153:before {
  content: "\E043";
}

.icon-food-140:before {
  content: "\E044";
}

.icon-food-127:before {
  content: "\E045";
}

.icon-food-114:before {
  content: "\E046";
}

.icon-food-115:before {
  content: "\E047";
}

.icon-food-128:before {
  content: "\E048";
}

.icon-food-129:before {
  content: "\E049";
}

.icon-food-116:before {
  content: "\E04A";
}

.icon-food-117:before {
  content: "\E04B";
}

.icon-food-130:before {
  content: "\E04C";
}

.icon-food-143:before {
  content: "\E04D";
}

.icon-food-142:before {
  content: "\E04E";
}

.icon-food-141:before {
  content: "\E04F";
}

.icon-food-154:before {
  content: "\E050";
}

.icon-food-155:before {
  content: "\E051";
}

.icon-food-156:before {
  content: "\E052";
}

.icon-food-169:before {
  content: "\E053";
}

.icon-food-168:before {
  content: "\E054";
}

.icon-food-167:before {
  content: "\E055";
}

.icon-food-179:before {
  content: "\E056";
}

.icon-food-180:before {
  content: "\E057";
}

.icon-food-181:before {
  content: "\E058";
}

.icon-food-182:before {
  content: "\E059";
}

.icon-food-195:before {
  content: "\E05A";
}

.icon-food-194:before {
  content: "\E05B";
}

.icon-food-193:before {
  content: "\E05C";
}

.icon-food-190:before {
  content: "\E05D";
}

.icon-food-189:before {
  content: "\E05E";
}

.icon-food-188:before {
  content: "\E05F";
}

.icon-food-187:before {
  content: "\E060";
}

.icon-food-185:before {
  content: "\E061";
}

.icon-food-184:before {
  content: "\E062";
}

.icon-food-183:before {
  content: "\E063";
}

.icon-food-186:before {
  content: "\E064";
}

.icon-food-208:before {
  content: "\E065";
}

.icon-food-221:before {
  content: "\E066";
}

.icon-food-220:before {
  content: "\E067";
}

.icon-food-207:before {
  content: "\E068";
}

.icon-food-206:before {
  content: "\E069";
}

.icon-food-219:before {
  content: "\E06A";
}

.icon-food-205:before {
  content: "\E06B";
}

.icon-food-204:before {
  content: "\E06C";
}

.icon-food-217:before {
  content: "\E06D";
}

.icon-food-216:before {
  content: "\E06E";
}

.icon-food-203:before {
  content: "\E06F";
}

.icon-food-202:before {
  content: "\E070";
}

.icon-food-215:before {
  content: "\E071";
}

.icon-food-214:before {
  content: "\E072";
}

.icon-food-201:before {
  content: "\E073";
}

.icon-food-200:before {
  content: "\E074";
}

.icon-food-213:before {
  content: "\E075";
}

.icon-food-212:before {
  content: "\E076";
}

.icon-food-199:before {
  content: "\E077";
}

.icon-food-198:before {
  content: "\E078";
}

.icon-food-211:before {
  content: "\E079";
}

.icon-food-210:before {
  content: "\E07A";
}

.icon-food-197:before {
  content: "\E07B";
}

.icon-food-196:before {
  content: "\E07C";
}

.icon-food-209:before {
  content: "\E07D";
}

.icon-food-222:before {
  content: "\E07E";
}

.icon-food-235:before {
  content: "\E07F";
}

.icon-food-248:before {
  content: "\E080";
}

.icon-food-249:before {
  content: "\E081";
}

.icon-food-236:before {
  content: "\E082";
}

.icon-food-223:before {
  content: "\E083";
}

.icon-food-224:before {
  content: "\E084";
}

.icon-food-237:before {
  content: "\E085";
}

.icon-food-250:before {
  content: "\E086";
}

.icon-food-251:before {
  content: "\E087";
}

.icon-food-238:before {
  content: "\E088";
}

.icon-food-225:before {
  content: "\E089";
}

.icon-food-226:before {
  content: "\E08A";
}

.icon-food-239:before {
  content: "\E08B";
}

.icon-food-252:before {
  content: "\E08C";
}

.icon-food-253:before {
  content: "\E08D";
}

.icon-food-240:before {
  content: "\E08E";
}

.icon-food-227:before {
  content: "\E08F";
}

.icon-food-228:before {
  content: "\E090";
}

.icon-food-241:before {
  content: "\E091";
}

.icon-food-254:before {
  content: "\E092";
}

.icon-food-255:before {
  content: "\E093";
}

.icon-food-242:before {
  content: "\E094";
}

.icon-food-229:before {
  content: "\E095";
}

.icon-food-230:before {
  content: "\E096";
}

.icon-food-243:before {
  content: "\E097";
}

.icon-food-256:before {
  content: "\E098";
}

.icon-food-257:before {
  content: "\E099";
}

.icon-food-244:before {
  content: "\E09A";
}

.icon-food-231:before {
  content: "\E09B";
}

.icon-food-232:before {
  content: "\E09C";
}

.icon-food-245:before {
  content: "\E09D";
}

.icon-food-258:before {
  content: "\E09E";
}

.icon-food-218:before {
  content: "\E09F";
}

.icon-food-233:before {
  content: "\E0A0";
}

.icon-food-246:before {
  content: "\E0A1";
}

.icon-food-259:before {
  content: "\E0A2";
}

.icon-food-260:before {
  content: "\E0A3";
}

.icon-food-247:before {
  content: "\E0A4";
}

.icon-food-234:before {
  content: "\E0A5";
}

.icon-food-273:before {
  content: "\E0A6";
}

.icon-food-286:before {
  content: "\E0A7";
}

.icon-food-299:before {
  content: "\E0A8";
}

.icon-food-298:before {
  content: "\E0A9";
}

.icon-food-285:before {
  content: "\E0AA";
}

.icon-food-272:before {
  content: "\E0AB";
}

.icon-food-271:before {
  content: "\E0AC";
}

.icon-food-284:before {
  content: "\E0AD";
}

.icon-food-297:before {
  content: "\E0AE";
}

.icon-food-296:before {
  content: "\E0AF";
}

.icon-food-283:before {
  content: "\E0B0";
}

.icon-food-270:before {
  content: "\E0B1";
}

.icon-food-269:before {
  content: "\E0B2";
}

.icon-food-282:before {
  content: "\E0B3";
}

.icon-food-295:before {
  content: "\E0B4";
}

.icon-food-294:before {
  content: "\E0B5";
}

.icon-food-281:before {
  content: "\E0B6";
}

.icon-food-268:before {
  content: "\E0B7";
}

.icon-food-267:before {
  content: "\E0B8";
}

.icon-food-280:before {
  content: "\E0B9";
}

.icon-food-293:before {
  content: "\E0BA";
}

.icon-food-292:before {
  content: "\E0BB";
}

.icon-food-279:before {
  content: "\E0BC";
}

.icon-food-266:before {
  content: "\E0BD";
}

.icon-food-265:before {
  content: "\E0BE";
}

.icon-food-278:before {
  content: "\E0BF";
}

.icon-food-291:before {
  content: "\E0C0";
}

.icon-food-290:before {
  content: "\E0C1";
}

.icon-food-277:before {
  content: "\E0C2";
}

.icon-food-264:before {
  content: "\E0C3";
}

.icon-food-263:before {
  content: "\E0C4";
}

.icon-food-276:before {
  content: "\E0C5";
}

.icon-food-289:before {
  content: "\E0C6";
}

.icon-food-288:before {
  content: "\E0C7";
}

.icon-food-275:before {
  content: "\E0C8";
}

.icon-food-262:before {
  content: "\E0C9";
}

.icon-food-261:before {
  content: "\E0CA";
}

.icon-food-274:before {
  content: "\E0CB";
}

.icon-food-287:before {
  content: "\E0CC";
}

.icon-food-300:before {
  content: "\E0CD";
}

/* Furniture */

@font-face {
  font-family: "furniture";
  src: url(/themes/unify/assets/fonts/6ca7050b1a7b94002612ea1f2be943c4.eot);
  src: url(/themes/unify/assets/fonts/6ca7050b1a7b94002612ea1f2be943c4.eot?#iefix) format("embedded-opentype"),
	url(/themes/unify/assets/fonts/323a740e63196787553652abd19ce329.woff) format("woff"),
    url(/themes/unify/assets/fonts/0305d53dd4367efe1271824d7ace3dde.ttf) format("truetype"),
	url(/themes/unify/assets/images/c7d9bd476935a4fb63f6954f4e3e6aeb.svg#furniture) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon-furniture]:before {
  font-family: "furniture" !important;
  content: attr(data-icon-furniture);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-furniture"]:before,
[class*=" icon-furniture"]:before {
  font-family: "furniture" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-furniture-001:before {
  content: "a";
}

.icon-furniture-014:before {
  content: "b";
}

.icon-furniture-027:before {
  content: "c";
}

.icon-furniture-040:before {
  content: "d";
}

.icon-furniture-041:before {
  content: "e";
}

.icon-furniture-028:before {
  content: "f";
}

.icon-furniture-015:before {
  content: "g";
}

.icon-furniture-002:before {
  content: "h";
}

.icon-furniture-003:before {
  content: "i";
}

.icon-furniture-016:before {
  content: "j";
}

.icon-furniture-029:before {
  content: "k";
}

.icon-furniture-042:before {
  content: "l";
}

.icon-furniture-043:before {
  content: "m";
}

.icon-furniture-030:before {
  content: "n";
}

.icon-furniture-017:before {
  content: "o";
}

.icon-furniture-004:before {
  content: "p";
}

.icon-furniture-005:before {
  content: "q";
}

.icon-furniture-018:before {
  content: "r";
}

.icon-furniture-031:before {
  content: "s";
}

.icon-furniture-044:before {
  content: "t";
}

.icon-furniture-045:before {
  content: "u";
}

.icon-furniture-032:before {
  content: "v";
}

.icon-furniture-019:before {
  content: "w";
}

.icon-furniture-006:before {
  content: "x";
}

.icon-furniture-007:before {
  content: "y";
}

.icon-furniture-020:before {
  content: "z";
}

.icon-furniture-033:before {
  content: "A";
}

.icon-furniture-046:before {
  content: "B";
}

.icon-furniture-047:before {
  content: "C";
}

.icon-furniture-034:before {
  content: "D";
}

.icon-furniture-021:before {
  content: "E";
}

.icon-furniture-008:before {
  content: "F";
}

.icon-furniture-009:before {
  content: "G";
}

.icon-furniture-022:before {
  content: "H";
}

.icon-furniture-035:before {
  content: "I";
}

.icon-furniture-048:before {
  content: "J";
}

.icon-furniture-049:before {
  content: "K";
}

.icon-furniture-036:before {
  content: "L";
}

.icon-furniture-023:before {
  content: "M";
}

.icon-furniture-010:before {
  content: "N";
}

.icon-furniture-011:before {
  content: "O";
}

.icon-furniture-024:before {
  content: "P";
}

.icon-furniture-037:before {
  content: "Q";
}

.icon-furniture-050:before {
  content: "R";
}

.icon-furniture-051:before {
  content: "S";
}

.icon-furniture-038:before {
  content: "T";
}

.icon-furniture-025:before {
  content: "U";
}

.icon-furniture-012:before {
  content: "V";
}

.icon-furniture-013:before {
  content: "W";
}

.icon-furniture-026:before {
  content: "X";
}

.icon-furniture-039:before {
  content: "Y";
}

.icon-furniture-052:before {
  content: "Z";
}

.icon-furniture-065:before {
  content: "0";
}

.icon-furniture-064:before {
  content: "1";
}

.icon-furniture-063:before {
  content: "2";
}

.icon-furniture-062:before {
  content: "3";
}

.icon-furniture-061:before {
  content: "4";
}

.icon-furniture-060:before {
  content: "5";
}

.icon-furniture-059:before {
  content: "6";
}

.icon-furniture-058:before {
  content: "7";
}

.icon-furniture-057:before {
  content: "8";
}

.icon-furniture-056:before {
  content: "9";
}

.icon-furniture-055:before {
  content: "!";
}

.icon-furniture-054:before {
  content: "\"";
}

.icon-furniture-053:before {
  content: "#";
}

.icon-furniture-066:before {
  content: "$";
}

.icon-furniture-079:before {
  content: "%";
}

.icon-furniture-092:before {
  content: "&";
}

.icon-furniture-093:before {
  content: "'";
}

.icon-furniture-080:before {
  content: "(";
}

.icon-furniture-067:before {
  content: ")";
}

.icon-furniture-068:before {
  content: "*";
}

.icon-furniture-081:before {
  content: "+";
}

.icon-furniture-094:before {
  content: ",";
}

.icon-furniture-095:before {
  content: "-";
}

.icon-furniture-082:before {
  content: ".";
}

.icon-furniture-069:before {
  content: "/";
}

.icon-furniture-070:before {
  content: ":";
}

.icon-furniture-083:before {
  content: ";";
}

.icon-furniture-096:before {
  content: "<";
}

.icon-furniture-097:before {
  content: "=";
}

.icon-furniture-084:before {
  content: ">";
}

.icon-furniture-071:before {
  content: "?";
}

.icon-furniture-073:before {
  content: "@";
}

.icon-furniture-072:before {
  content: "[";
}

.icon-furniture-085:before {
  content: "]";
}

.icon-furniture-098:before {
  content: "^";
}

.icon-furniture-099:before {
  content: "_";
}

.icon-furniture-086:before {
  content: "`";
}

.icon-furniture-087:before {
  content: "{";
}

.icon-furniture-100:before {
  content: "|";
}

.icon-furniture-075:before {
  content: "}";
}

.icon-furniture-074:before {
  content: "~";
}

.icon-furniture-076:before {
  content: "\\";
}

.icon-furniture-089:before {
  content: "\E000";
}

.icon-furniture-088:before {
  content: "\E001";
}

.icon-furniture-090:before {
  content: "\E002";
}

.icon-furniture-077:before {
  content: "\E003";
}

.icon-furniture-078:before {
  content: "\E004";
}

.icon-furniture-091:before {
  content: "\E005";
}

@charset "UTF-8";

@font-face {
  font-family: "hotel-restaurant";
  src: url(/themes/unify/assets/fonts/9ae344dec6eb53d8babe6df60f2b4ef8.eot);
  src: url(/themes/unify/assets/fonts/9ae344dec6eb53d8babe6df60f2b4ef8.eot?#iefix) format("embedded-opentype"),
	url(/themes/unify/assets/fonts/a4341008aced6d5f13c41b42f604e53f.woff) format("woff"),
    url(/themes/unify/assets/fonts/17ef75d13c0721eb45818b01f3946857.ttf) format("truetype"),
	url(/themes/unify/assets/images/23a94e135199f4c7c549b517b4ed1e6f.svg#hotel-restaurant) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon-hotel-restaurant]:before {
  font-family: "hotel-restaurant" !important;
  content: attr(data-icon-hotel-restaurant);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-hotel-restaurant"]:before,
[class*=" icon-hotel-restaurant"]:before {
  font-family: "hotel-restaurant" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-hotel-restaurant-001:before {
  content: "a";
}

.icon-hotel-restaurant-002:before {
  content: "b";
}

.icon-hotel-restaurant-003:before {
  content: "c";
}

.icon-hotel-restaurant-004:before {
  content: "d";
}

.icon-hotel-restaurant-005:before {
  content: "e";
}

.icon-hotel-restaurant-006:before {
  content: "f";
}

.icon-hotel-restaurant-007:before {
  content: "g";
}

.icon-hotel-restaurant-008:before {
  content: "h";
}

.icon-hotel-restaurant-009:before {
  content: "i";
}

.icon-hotel-restaurant-010:before {
  content: "j";
}

.icon-hotel-restaurant-011:before {
  content: "k";
}

.icon-hotel-restaurant-065:before {
  content: "l";
}

.icon-hotel-restaurant-012:before {
  content: "m";
}

.icon-hotel-restaurant-013:before {
  content: "n";
}

.icon-hotel-restaurant-026:before {
  content: "o";
}

.icon-hotel-restaurant-025:before {
  content: "p";
}

.icon-hotel-restaurant-024:before {
  content: "q";
}

.icon-hotel-restaurant-023:before {
  content: "r";
}

.icon-hotel-restaurant-022:before {
  content: "s";
}

.icon-hotel-restaurant-021:before {
  content: "t";
}

.icon-hotel-restaurant-020:before {
  content: "u";
}

.icon-hotel-restaurant-019:before {
  content: "v";
}

.icon-hotel-restaurant-018:before {
  content: "w";
}

.icon-hotel-restaurant-017:before {
  content: "x";
}

.icon-hotel-restaurant-016:before {
  content: "y";
}

.icon-hotel-restaurant-015:before {
  content: "z";
}

.icon-hotel-restaurant-014:before {
  content: "A";
}

.icon-hotel-restaurant-027:before {
  content: "B";
}

.icon-hotel-restaurant-028:before {
  content: "C";
}

.icon-hotel-restaurant-029:before {
  content: "D";
}

.icon-hotel-restaurant-030:before {
  content: "E";
}

.icon-hotel-restaurant-031:before {
  content: "F";
}

.icon-hotel-restaurant-032:before {
  content: "G";
}

.icon-hotel-restaurant-033:before {
  content: "H";
}

.icon-hotel-restaurant-034:before {
  content: "I";
}

.icon-hotel-restaurant-035:before {
  content: "J";
}

.icon-hotel-restaurant-036:before {
  content: "K";
}

.icon-hotel-restaurant-038:before {
  content: "L";
}

.icon-hotel-restaurant-039:before {
  content: "M";
}

.icon-hotel-restaurant-037:before {
  content: "N";
}

.icon-hotel-restaurant-052:before {
  content: "O";
}

.icon-hotel-restaurant-051:before {
  content: "P";
}

.icon-hotel-restaurant-050:before {
  content: "Q";
}

.icon-hotel-restaurant-049:before {
  content: "R";
}

.icon-hotel-restaurant-048:before {
  content: "S";
}

.icon-hotel-restaurant-047:before {
  content: "T";
}

.icon-hotel-restaurant-046:before {
  content: "U";
}

.icon-hotel-restaurant-045:before {
  content: "V";
}

.icon-hotel-restaurant-044:before {
  content: "W";
}

.icon-hotel-restaurant-042:before {
  content: "X";
}

.icon-hotel-restaurant-041:before {
  content: "Y";
}

.icon-hotel-restaurant-040:before {
  content: "Z";
}

.icon-hotel-restaurant-043:before {
  content: "0";
}

.icon-hotel-restaurant-053:before {
  content: "1";
}

.icon-hotel-restaurant-054:before {
  content: "2";
}

.icon-hotel-restaurant-055:before {
  content: "3";
}

.icon-hotel-restaurant-056:before {
  content: "4";
}

.icon-hotel-restaurant-057:before {
  content: "5";
}

.icon-hotel-restaurant-058:before {
  content: "6";
}

.icon-hotel-restaurant-059:before {
  content: "7";
}

.icon-hotel-restaurant-060:before {
  content: "8";
}

.icon-hotel-restaurant-061:before {
  content: "9";
}

.icon-hotel-restaurant-062:before {
  content: "!";
}

.icon-hotel-restaurant-063:before {
  content: "\"";
}

.icon-hotel-restaurant-064:before {
  content: "#";
}

.icon-hotel-restaurant-066:before {
  content: "$";
}

.icon-hotel-restaurant-079:before {
  content: "%";
}

.icon-hotel-restaurant-092:before {
  content: "&";
}

.icon-hotel-restaurant-105:before {
  content: "'";
}

.icon-hotel-restaurant-118:before {
  content: "(";
}

.icon-hotel-restaurant-131:before {
  content: ")";
}

.icon-hotel-restaurant-144:before {
  content: "*";
}

.icon-hotel-restaurant-157:before {
  content: "+";
}

.icon-hotel-restaurant-067:before {
  content: ",";
}

.icon-hotel-restaurant-080:before {
  content: "-";
}

.icon-hotel-restaurant-068:before {
  content: ".";
}

.icon-hotel-restaurant-081:before {
  content: "/";
}

.icon-hotel-restaurant-093:before {
  content: ":";
}

.icon-hotel-restaurant-094:before {
  content: ";";
}

.icon-hotel-restaurant-095:before {
  content: "<";
}

.icon-hotel-restaurant-096:before {
  content: "=";
}

.icon-hotel-restaurant-097:before {
  content: ">";
}

.icon-hotel-restaurant-098:before {
  content: "?";
}

.icon-hotel-restaurant-099:before {
  content: "@";
}

.icon-hotel-restaurant-100:before {
  content: "[";
}

.icon-hotel-restaurant-101:before {
  content: "]";
}

.icon-hotel-restaurant-102:before {
  content: "^";
}

.icon-hotel-restaurant-103:before {
  content: "_";
}

.icon-hotel-restaurant-104:before {
  content: "`";
}

.icon-hotel-restaurant-091:before {
  content: "{";
}

.icon-hotel-restaurant-090:before {
  content: "|";
}

.icon-hotel-restaurant-089:before {
  content: "}";
}

.icon-hotel-restaurant-088:before {
  content: "~";
}

.icon-hotel-restaurant-087:before {
  content: "\\";
}

.icon-hotel-restaurant-086:before {
  content: "\E000";
}

.icon-hotel-restaurant-085:before {
  content: "\E001";
}

.icon-hotel-restaurant-084:before {
  content: "\E002";
}

.icon-hotel-restaurant-083:before {
  content: "\E003";
}

.icon-hotel-restaurant-082:before {
  content: "\E004";
}

.icon-hotel-restaurant-069:before {
  content: "\E005";
}

.icon-hotel-restaurant-070:before {
  content: "\E006";
}

.icon-hotel-restaurant-071:before {
  content: "\E007";
}

.icon-hotel-restaurant-072:before {
  content: "\E008";
}

.icon-hotel-restaurant-073:before {
  content: "\E009";
}

.icon-hotel-restaurant-074:before {
  content: "\E00A";
}

.icon-hotel-restaurant-075:before {
  content: "\E00B";
}

.icon-hotel-restaurant-076:before {
  content: "\E00C";
}

.icon-hotel-restaurant-077:before {
  content: "\E00D";
}

.icon-hotel-restaurant-078:before {
  content: "\E00E";
}

.icon-hotel-restaurant-117:before {
  content: "\E00F";
}

.icon-hotel-restaurant-116:before {
  content: "\E010";
}

.icon-hotel-restaurant-115:before {
  content: "\E011";
}

.icon-hotel-restaurant-114:before {
  content: "\E012";
}

.icon-hotel-restaurant-113:before {
  content: "\E013";
}

.icon-hotel-restaurant-112:before {
  content: "\E014";
}

.icon-hotel-restaurant-111:before {
  content: "\E015";
}

.icon-hotel-restaurant-110:before {
  content: "\E016";
}

.icon-hotel-restaurant-109:before {
  content: "\E017";
}

.icon-hotel-restaurant-108:before {
  content: "\E018";
}

.icon-hotel-restaurant-107:before {
  content: "\E019";
}

.icon-hotel-restaurant-106:before {
  content: "\E01A";
}

.icon-hotel-restaurant-119:before {
  content: "\E01B";
}

.icon-hotel-restaurant-120:before {
  content: "\E01C";
}

.icon-hotel-restaurant-121:before {
  content: "\E01D";
}

.icon-hotel-restaurant-122:before {
  content: "\E01E";
}

.icon-hotel-restaurant-123:before {
  content: "\E01F";
}

.icon-hotel-restaurant-124:before {
  content: "\E020";
}

.icon-hotel-restaurant-125:before {
  content: "\E021";
}

.icon-hotel-restaurant-126:before {
  content: "\E022";
}

.icon-hotel-restaurant-127:before {
  content: "\E023";
}

.icon-hotel-restaurant-128:before {
  content: "\E024";
}

.icon-hotel-restaurant-129:before {
  content: "\E025";
}

.icon-hotel-restaurant-130:before {
  content: "\E026";
}

.icon-hotel-restaurant-143:before {
  content: "\E027";
}

.icon-hotel-restaurant-142:before {
  content: "\E028";
}

.icon-hotel-restaurant-141:before {
  content: "\E029";
}

.icon-hotel-restaurant-140:before {
  content: "\E02A";
}

.icon-hotel-restaurant-139:before {
  content: "\E02B";
}

.icon-hotel-restaurant-138:before {
  content: "\E02C";
}

.icon-hotel-restaurant-137:before {
  content: "\E02D";
}

.icon-hotel-restaurant-136:before {
  content: "\E02E";
}

.icon-hotel-restaurant-135:before {
  content: "\E02F";
}

.icon-hotel-restaurant-134:before {
  content: "\E030";
}

.icon-hotel-restaurant-133:before {
  content: "\E031";
}

.icon-hotel-restaurant-132:before {
  content: "\E032";
}

.icon-hotel-restaurant-145:before {
  content: "\E033";
}

.icon-hotel-restaurant-146:before {
  content: "\E034";
}

.icon-hotel-restaurant-147:before {
  content: "\E035";
}

.icon-hotel-restaurant-148:before {
  content: "\E036";
}

.icon-hotel-restaurant-149:before {
  content: "\E037";
}

.icon-hotel-restaurant-150:before {
  content: "\E038";
}

.icon-hotel-restaurant-151:before {
  content: "\E039";
}

.icon-hotel-restaurant-152:before {
  content: "\E03A";
}

.icon-hotel-restaurant-153:before {
  content: "\E03B";
}

.icon-hotel-restaurant-154:before {
  content: "\E03C";
}

.icon-hotel-restaurant-155:before {
  content: "\E03D";
}

.icon-hotel-restaurant-156:before {
  content: "\E03E";
}

.icon-hotel-restaurant-169:before {
  content: "\E03F";
}

.icon-hotel-restaurant-168:before {
  content: "\E040";
}

.icon-hotel-restaurant-167:before {
  content: "\E041";
}

.icon-hotel-restaurant-166:before {
  content: "\E042";
}

.icon-hotel-restaurant-165:before {
  content: "\E043";
}

.icon-hotel-restaurant-164:before {
  content: "\E044";
}

.icon-hotel-restaurant-163:before {
  content: "\E045";
}

.icon-hotel-restaurant-162:before {
  content: "\E046";
}

.icon-hotel-restaurant-161:before {
  content: "\E047";
}

.icon-hotel-restaurant-160:before {
  content: "\E048";
}

.icon-hotel-restaurant-159:before {
  content: "\E049";
}

.icon-hotel-restaurant-158:before {
  content: "\E04A";
}

.icon-hotel-restaurant-170:before {
  content: "\E04B";
}

.icon-hotel-restaurant-171:before {
  content: "\E04C";
}

.icon-hotel-restaurant-172:before {
  content: "\E04D";
}

.icon-hotel-restaurant-173:before {
  content: "\E04E";
}

.icon-hotel-restaurant-174:before {
  content: "\E04F";
}

.icon-hotel-restaurant-175:before {
  content: "\E050";
}

.icon-hotel-restaurant-176:before {
  content: "\E051";
}

.icon-hotel-restaurant-177:before {
  content: "\E052";
}

.icon-hotel-restaurant-178:before {
  content: "\E053";
}

.icon-hotel-restaurant-179:before {
  content: "\E054";
}

.icon-hotel-restaurant-180:before {
  content: "\E055";
}

.icon-hotel-restaurant-181:before {
  content: "\E056";
}

.icon-hotel-restaurant-182:before {
  content: "\E057";
}

.icon-hotel-restaurant-195:before {
  content: "\E058";
}

.icon-hotel-restaurant-194:before {
  content: "\E059";
}

.icon-hotel-restaurant-193:before {
  content: "\E05A";
}

.icon-hotel-restaurant-192:before {
  content: "\E05B";
}

.icon-hotel-restaurant-191:before {
  content: "\E05C";
}

.icon-hotel-restaurant-190:before {
  content: "\E05D";
}

.icon-hotel-restaurant-189:before {
  content: "\E05E";
}

.icon-hotel-restaurant-188:before {
  content: "\E05F";
}

.icon-hotel-restaurant-187:before {
  content: "\E060";
}

.icon-hotel-restaurant-186:before {
  content: "\E061";
}

.icon-hotel-restaurant-185:before {
  content: "\E062";
}

.icon-hotel-restaurant-184:before {
  content: "\E063";
}

.icon-hotel-restaurant-183:before {
  content: "\E064";
}

.icon-hotel-restaurant-196:before {
  content: "\E065";
}

.icon-hotel-restaurant-197:before {
  content: "\E066";
}

.icon-hotel-restaurant-198:before {
  content: "\E067";
}

.icon-hotel-restaurant-199:before {
  content: "\E068";
}

.icon-hotel-restaurant-200:before {
  content: "\E069";
}

.icon-hotel-restaurant-201:before {
  content: "\E06A";
}

.icon-hotel-restaurant-202:before {
  content: "\E06B";
}

.icon-hotel-restaurant-203:before {
  content: "\E06C";
}

.icon-hotel-restaurant-204:before {
  content: "\E06D";
}

.icon-hotel-restaurant-205:before {
  content: "\E06E";
}

.icon-hotel-restaurant-206:before {
  content: "\E06F";
}

.icon-hotel-restaurant-207:before {
  content: "\E070";
}

.icon-hotel-restaurant-208:before {
  content: "\E071";
}

.icon-hotel-restaurant-221:before {
  content: "\E072";
}

.icon-hotel-restaurant-220:before {
  content: "\E073";
}

.icon-hotel-restaurant-219:before {
  content: "\E074";
}

.icon-hotel-restaurant-218:before {
  content: "\E075";
}

.icon-hotel-restaurant-217:before {
  content: "\E076";
}

.icon-hotel-restaurant-216:before {
  content: "\E077";
}

.icon-hotel-restaurant-215:before {
  content: "\E078";
}

.icon-hotel-restaurant-214:before {
  content: "\E079";
}

.icon-hotel-restaurant-213:before {
  content: "\E07A";
}

.icon-hotel-restaurant-212:before {
  content: "\E07B";
}

.icon-hotel-restaurant-211:before {
  content: "\E07C";
}

.icon-hotel-restaurant-210:before {
  content: "\E07D";
}

.icon-hotel-restaurant-209:before {
  content: "\E07E";
}

.icon-hotel-restaurant-222:before {
  content: "\E07F";
}

.icon-hotel-restaurant-223:before {
  content: "\E080";
}

.icon-hotel-restaurant-224:before {
  content: "\E081";
}

.icon-hotel-restaurant-225:before {
  content: "\E082";
}

.icon-hotel-restaurant-226:before {
  content: "\E083";
}

.icon-hotel-restaurant-227:before {
  content: "\E084";
}

.icon-hotel-restaurant-228:before {
  content: "\E085";
}

.icon-hotel-restaurant-229:before {
  content: "\E086";
}

.icon-hotel-restaurant-230:before {
  content: "\E087";
}

.icon-hotel-restaurant-231:before {
  content: "\E088";
}

.icon-hotel-restaurant-232:before {
  content: "\E089";
}

.icon-hotel-restaurant-233:before {
  content: "\E08A";
}

.icon-hotel-restaurant-234:before {
  content: "\E08B";
}

.icon-hotel-restaurant-247:before {
  content: "\E08C";
}

.icon-hotel-restaurant-246:before {
  content: "\E08D";
}

.icon-hotel-restaurant-245:before {
  content: "\E08E";
}

.icon-hotel-restaurant-244:before {
  content: "\E08F";
}

.icon-hotel-restaurant-243:before {
  content: "\E090";
}

.icon-hotel-restaurant-242:before {
  content: "\E091";
}

.icon-hotel-restaurant-241:before {
  content: "\E092";
}

.icon-hotel-restaurant-240:before {
  content: "\E093";
}

.icon-hotel-restaurant-239:before {
  content: "\E094";
}

.icon-hotel-restaurant-238:before {
  content: "\E095";
}

.icon-hotel-restaurant-237:before {
  content: "\E096";
}

.icon-hotel-restaurant-236:before {
  content: "\E097";
}

.icon-hotel-restaurant-235:before {
  content: "\E098";
}

.icon-hotel-restaurant-248:before {
  content: "\E099";
}

.icon-hotel-restaurant-249:before {
  content: "\E09A";
}

.icon-hotel-restaurant-250:before {
  content: "\E09B";
}

@charset "UTF-8";

@font-face {
  font-family: "media";
  src: url(/themes/unify/assets/fonts/857a1dd5358e8e3f769e299cdffb2956.eot);
  src: url(/themes/unify/assets/fonts/857a1dd5358e8e3f769e299cdffb2956.eot?#iefix) format("embedded-opentype"),
	url(/themes/unify/assets/fonts/74348d63af026714626dc32f6d9d9300.woff) format("woff"),
    url(/themes/unify/assets/fonts/e6f419ad437ecb05c71a3585a1d3be64.ttf) format("truetype"),
	url(/themes/unify/assets/images/7a159e8693b18526a2df59705906ab3c.svg#media) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon-media]:before {
  font-family: "media" !important;
  content: attr(data-icon-media);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-media"]:before,
[class*=" icon-media"]:before {
  font-family: "media" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-media-001:before {
  content: "a";
}

.icon-media-014:before {
  content: "b";
}

.icon-media-027:before {
  content: "c";
}

.icon-media-040:before {
  content: "d";
}

.icon-media-041:before {
  content: "e";
}

.icon-media-028:before {
  content: "f";
}

.icon-media-015:before {
  content: "g";
}

.icon-media-002:before {
  content: "h";
}

.icon-media-003:before {
  content: "i";
}

.icon-media-016:before {
  content: "j";
}

.icon-media-029:before {
  content: "k";
}

.icon-media-042:before {
  content: "l";
}

.icon-media-043:before {
  content: "m";
}

.icon-media-030:before {
  content: "n";
}

.icon-media-017:before {
  content: "o";
}

.icon-media-004:before {
  content: "p";
}

.icon-media-005:before {
  content: "q";
}

.icon-media-018:before {
  content: "r";
}

.icon-media-031:before {
  content: "s";
}

.icon-media-044:before {
  content: "t";
}

.icon-media-045:before {
  content: "u";
}

.icon-media-032:before {
  content: "v";
}

.icon-media-019:before {
  content: "w";
}

.icon-media-006:before {
  content: "x";
}

.icon-media-007:before {
  content: "y";
}

.icon-media-020:before {
  content: "z";
}

.icon-media-033:before {
  content: "A";
}

.icon-media-046:before {
  content: "B";
}

.icon-media-047:before {
  content: "C";
}

.icon-media-034:before {
  content: "D";
}

.icon-media-021:before {
  content: "E";
}

.icon-media-008:before {
  content: "F";
}

.icon-media-009:before {
  content: "G";
}

.icon-media-022:before {
  content: "H";
}

.icon-media-035:before {
  content: "I";
}

.icon-media-048:before {
  content: "J";
}

.icon-media-049:before {
  content: "K";
}

.icon-media-036:before {
  content: "L";
}

.icon-media-023:before {
  content: "M";
}

.icon-media-010:before {
  content: "N";
}

.icon-media-011:before {
  content: "O";
}

.icon-media-024:before {
  content: "P";
}

.icon-media-037:before {
  content: "Q";
}

.icon-media-050:before {
  content: "R";
}

.icon-media-063:before {
  content: "S";
}

.icon-media-064:before {
  content: "T";
}

.icon-media-051:before {
  content: "U";
}

.icon-media-038:before {
  content: "V";
}

.icon-media-025:before {
  content: "W";
}

.icon-media-012:before {
  content: "X";
}

.icon-media-013:before {
  content: "Y";
}

.icon-media-026:before {
  content: "Z";
}

.icon-media-039:before {
  content: "0";
}

.icon-media-052:before {
  content: "1";
}

.icon-media-065:before {
  content: "2";
}

.icon-media-062:before {
  content: "3";
}

.icon-media-061:before {
  content: "4";
}

.icon-media-060:before {
  content: "5";
}

.icon-media-059:before {
  content: "6";
}

.icon-media-058:before {
  content: "7";
}

.icon-media-057:before {
  content: "8";
}

.icon-media-056:before {
  content: "9";
}

.icon-media-055:before {
  content: "!";
}

.icon-media-054:before {
  content: "\"";
}

.icon-media-053:before {
  content: "#";
}

.icon-media-066:before {
  content: "$";
}

.icon-media-079:before {
  content: "%";
}

.icon-media-092:before {
  content: "&";
}

.icon-media-105:before {
  content: "'";
}

.icon-media-118:before {
  content: "(";
}

.icon-media-119:before {
  content: ")";
}

.icon-media-106:before {
  content: "*";
}

.icon-media-093:before {
  content: "+";
}

.icon-media-080:before {
  content: ",";
}

.icon-media-067:before {
  content: "-";
}

.icon-media-068:before {
  content: ".";
}

.icon-media-081:before {
  content: "/";
}

.icon-media-094:before {
  content: ":";
}

.icon-media-107:before {
  content: ";";
}

.icon-media-120:before {
  content: "<";
}

.icon-media-121:before {
  content: "=";
}

.icon-media-108:before {
  content: ">";
}

.icon-media-095:before {
  content: "?";
}

.icon-media-082:before {
  content: "@";
}

.icon-media-069:before {
  content: "[";
}

.icon-media-070:before {
  content: "]";
}

.icon-media-083:before {
  content: "^";
}

.icon-media-096:before {
  content: "_";
}

.icon-media-109:before {
  content: "`";
}

.icon-media-122:before {
  content: "{";
}

.icon-media-123:before {
  content: "|";
}

.icon-media-110:before {
  content: "}";
}

.icon-media-097:before {
  content: "~";
}

.icon-media-084:before {
  content: "\\";
}

.icon-media-071:before {
  content: "\E000";
}

.icon-media-072:before {
  content: "\E001";
}

.icon-media-085:before {
  content: "\E002";
}

.icon-media-098:before {
  content: "\E003";
}

.icon-media-111:before {
  content: "\E004";
}

.icon-media-124:before {
  content: "\E005";
}

.icon-media-125:before {
  content: "\E006";
}

.icon-media-112:before {
  content: "\E007";
}

.icon-media-099:before {
  content: "\E008";
}

.icon-media-086:before {
  content: "\E009";
}

.icon-media-073:before {
  content: "\E00A";
}

.icon-media-074:before {
  content: "\E00B";
}

.icon-media-087:before {
  content: "\E00C";
}

.icon-media-100:before {
  content: "\E00D";
}

.icon-media-113:before {
  content: "\E00E";
}

.icon-media-126:before {
  content: "\E00F";
}

.icon-media-127:before {
  content: "\E010";
}

.icon-media-114:before {
  content: "\E011";
}

.icon-media-101:before {
  content: "\E012";
}

.icon-media-088:before {
  content: "\E013";
}

.icon-media-075:before {
  content: "\E014";
}

.icon-media-076:before {
  content: "\E015";
}

.icon-media-089:before {
  content: "\E016";
}

.icon-media-090:before {
  content: "\E017";
}

.icon-media-077:before {
  content: "\E018";
}

.icon-media-078:before {
  content: "\E019";
}

.icon-media-091:before {
  content: "\E01A";
}

.icon-media-104:before {
  content: "\E01B";
}

.icon-media-103:before {
  content: "\E01C";
}

.icon-media-102:before {
  content: "\E01D";
}

.icon-media-115:before {
  content: "\E01E";
}

.icon-media-116:before {
  content: "\E01F";
}

.icon-media-117:before {
  content: "\E020";
}

.icon-media-130:before {
  content: "\E021";
}

.icon-media-129:before {
  content: "\E022";
}

.icon-media-128:before {
  content: "\E023";
}

/* medical-and-health */

@font-face {
  font-family: "medical-and-health";
  src: url(/themes/unify/assets/fonts/d9e0fe2c278de32b634d15a54547857b.eot);
  src: url(/themes/unify/assets/fonts/d9e0fe2c278de32b634d15a54547857b.eot?#iefix) format("embedded-opentype"),
	url(/themes/unify/assets/fonts/6c7037af622e07b23bd571e9612238fd.woff) format("woff"),
    url(/themes/unify/assets/fonts/ee9c250b569c43180bc6f5cd508e7310.ttf) format("truetype"),
	url(/themes/unify/assets/images/133db215967080690067bd51ab2023ee.svg#medical-and-health) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon-medical]:before {
  font-family: "medical-and-health" !important;
  content: attr(data-icon-medical);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-medical"]:before,
[class*=" icon-medical"]:before {
  font-family: "medical-and-health" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-medical-001:before {
  content: "a";
}

.icon-medical-002:before {
  content: "b";
}

.icon-medical-015:before {
  content: "c";
}

.icon-medical-014:before {
  content: "d";
}

.icon-medical-027:before {
  content: "e";
}

.icon-medical-028:before {
  content: "f";
}

.icon-medical-029:before {
  content: "g";
}

.icon-medical-016:before {
  content: "h";
}

.icon-medical-003:before {
  content: "i";
}

.icon-medical-004:before {
  content: "j";
}

.icon-medical-017:before {
  content: "k";
}

.icon-medical-030:before {
  content: "l";
}

.icon-medical-031:before {
  content: "m";
}

.icon-medical-018:before {
  content: "n";
}

.icon-medical-005:before {
  content: "o";
}

.icon-medical-006:before {
  content: "p";
}

.icon-medical-019:before {
  content: "q";
}

.icon-medical-032:before {
  content: "r";
}

.icon-medical-033:before {
  content: "s";
}

.icon-medical-020:before {
  content: "t";
}

.icon-medical-007:before {
  content: "u";
}

.icon-medical-008:before {
  content: "v";
}

.icon-medical-021:before {
  content: "w";
}

.icon-medical-034:before {
  content: "x";
}

.icon-medical-035:before {
  content: "y";
}

.icon-medical-022:before {
  content: "z";
}

.icon-medical-009:before {
  content: "A";
}

.icon-medical-010:before {
  content: "B";
}

.icon-medical-023:before {
  content: "C";
}

.icon-medical-036:before {
  content: "D";
}

.icon-medical-037:before {
  content: "E";
}

.icon-medical-024:before {
  content: "F";
}

.icon-medical-011:before {
  content: "G";
}

.icon-medical-012:before {
  content: "H";
}

.icon-medical-025:before {
  content: "I";
}

.icon-medical-038:before {
  content: "J";
}

.icon-medical-039:before {
  content: "K";
}

.icon-medical-026:before {
  content: "L";
}

.icon-medical-013:before {
  content: "M";
}

.icon-medical-040:before {
  content: "N";
}

.icon-medical-053:before {
  content: "O";
}

.icon-medical-066:before {
  content: "P";
}

.icon-medical-079:before {
  content: "Q";
}

.icon-medical-092:before {
  content: "R";
}

.icon-medical-093:before {
  content: "S";
}

.icon-medical-080:before {
  content: "T";
}

.icon-medical-067:before {
  content: "U";
}

.icon-medical-054:before {
  content: "V";
}

.icon-medical-041:before {
  content: "W";
}

.icon-medical-042:before {
  content: "X";
}

.icon-medical-055:before {
  content: "Y";
}

.icon-medical-068:before {
  content: "Z";
}

.icon-medical-081:before {
  content: "0";
}

.icon-medical-094:before {
  content: "1";
}

.icon-medical-096:before {
  content: "2";
}

.icon-medical-082:before {
  content: "3";
}

.icon-medical-095:before {
  content: "4";
}

.icon-medical-069:before {
  content: "5";
}

.icon-medical-056:before {
  content: "6";
}

.icon-medical-043:before {
  content: "7";
}

.icon-medical-044:before {
  content: "8";
}

.icon-medical-057:before {
  content: "9";
}

.icon-medical-070:before {
  content: "!";
}

.icon-medical-083:before {
  content: "\"";
}

.icon-medical-084:before {
  content: "#";
}

.icon-medical-071:before {
  content: "$";
}

.icon-medical-058:before {
  content: "%";
}

.icon-medical-045:before {
  content: "&";
}

.icon-medical-046:before {
  content: "'";
}

.icon-medical-059:before {
  content: "(";
}

.icon-medical-098:before {
  content: ")";
}

.icon-medical-097:before {
  content: "*";
}

.icon-medical-085:before {
  content: "+";
}

.icon-medical-072:before {
  content: ",";
}

.icon-medical-073:before {
  content: "-";
}

.icon-medical-086:before {
  content: ".";
}

.icon-medical-099:before {
  content: "/";
}

.icon-medical-100:before {
  content: ":";
}

.icon-medical-087:before {
  content: ";";
}

.icon-medical-074:before {
  content: "<";
}

.icon-medical-060:before {
  content: "=";
}

.icon-medical-061:before {
  content: ">";
}

.icon-medical-047:before {
  content: "?";
}

.icon-medical-048:before {
  content: "@";
}

.icon-medical-049:before {
  content: "[";
}

.icon-medical-062:before {
  content: "]";
}

.icon-medical-075:before {
  content: "^";
}

.icon-medical-088:before {
  content: "_";
}

.icon-medical-089:before {
  content: "`";
}

.icon-medical-076:before {
  content: "{";
}

.icon-medical-063:before {
  content: "|";
}

.icon-medical-050:before {
  content: "}";
}

.icon-medical-051:before {
  content: "~";
}

.icon-medical-064:before {
  content: "\\";
}

.icon-medical-077:before {
  content: "\E000";
}

.icon-medical-090:before {
  content: "\E001";
}

.icon-medical-091:before {
  content: "\E002";
}

.icon-medical-078:before {
  content: "\E003";
}

.icon-medical-065:before {
  content: "\E004";
}

.icon-medical-052:before {
  content: "\E005";
}

/* Music */

@font-face {
  font-family: "music";
  src: url(/themes/unify/assets/fonts/ff8b0859f5762b151838737248e879fe.eot);
  src: url(/themes/unify/assets/fonts/ff8b0859f5762b151838737248e879fe.eot?#iefix) format("embedded-opentype"),
	url(/themes/unify/assets/fonts/901a6f729cd5b7895dd36d2ba440d33a.woff) format("woff"),
    url(/themes/unify/assets/fonts/bf7e25bf44b762650d474028881926a5.ttf) format("truetype"),
	url(/themes/unify/assets/images/f51d6ba788a6d0de8066e24f143e71c3.svg#music) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon-music]:before {
  font-family: "music" !important;
  content: attr(data-icon-music);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-music"]:before,
[class*=" icon-music"]:before {
  font-family: "music" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-music-001:before {
  content: "a";
}

.icon-music-014:before {
  content: "b";
}

.icon-music-027:before {
  content: "c";
}

.icon-music-040:before {
  content: "d";
}

.icon-music-053:before {
  content: "e";
}

.icon-music-054:before {
  content: "f";
}

.icon-music-041:before {
  content: "g";
}

.icon-music-028:before {
  content: "h";
}

.icon-music-015:before {
  content: "i";
}

.icon-music-002:before {
  content: "j";
}

.icon-music-003:before {
  content: "k";
}

.icon-music-016:before {
  content: "l";
}

.icon-music-029:before {
  content: "m";
}

.icon-music-042:before {
  content: "n";
}

.icon-music-055:before {
  content: "o";
}

.icon-music-056:before {
  content: "p";
}

.icon-music-043:before {
  content: "q";
}

.icon-music-030:before {
  content: "r";
}

.icon-music-017:before {
  content: "s";
}

.icon-music-004:before {
  content: "t";
}

.icon-music-005:before {
  content: "u";
}

.icon-music-018:before {
  content: "v";
}

.icon-music-031:before {
  content: "w";
}

.icon-music-044:before {
  content: "x";
}

.icon-music-057:before {
  content: "y";
}

.icon-music-058:before {
  content: "z";
}

.icon-music-045:before {
  content: "A";
}

.icon-music-032:before {
  content: "B";
}

.icon-music-019:before {
  content: "C";
}

.icon-music-006:before {
  content: "D";
}

.icon-music-007:before {
  content: "E";
}

.icon-music-020:before {
  content: "F";
}

.icon-music-033:before {
  content: "G";
}

.icon-music-046:before {
  content: "H";
}

.icon-music-059:before {
  content: "I";
}

.icon-music-060:before {
  content: "J";
}

.icon-music-047:before {
  content: "K";
}

.icon-music-034:before {
  content: "L";
}

.icon-music-021:before {
  content: "M";
}

.icon-music-008:before {
  content: "N";
}

.icon-music-009:before {
  content: "O";
}

.icon-music-022:before {
  content: "P";
}

.icon-music-035:before {
  content: "Q";
}

.icon-music-048:before {
  content: "R";
}

.icon-music-061:before {
  content: "S";
}

.icon-music-062:before {
  content: "T";
}

.icon-music-036:before {
  content: "U";
}

.icon-music-023:before {
  content: "V";
}

.icon-music-010:before {
  content: "W";
}

.icon-music-011:before {
  content: "X";
}

.icon-music-024:before {
  content: "Y";
}

.icon-music-037:before {
  content: "Z";
}

.icon-music-049:before {
  content: "0";
}

.icon-music-050:before {
  content: "1";
}

.icon-music-051:before {
  content: "2";
}

.icon-music-038:before {
  content: "3";
}

.icon-music-025:before {
  content: "4";
}

.icon-music-012:before {
  content: "5";
}

.icon-music-013:before {
  content: "6";
}

.icon-music-026:before {
  content: "7";
}

.icon-music-039:before {
  content: "8";
}

.icon-music-052:before {
  content: "9";
}

.icon-music-065:before {
  content: "!";
}

.icon-music-064:before {
  content: "\"";
}

.icon-music-063:before {
  content: "#";
}

.icon-music-078:before {
  content: "$";
}

.icon-music-091:before {
  content: "%";
}

.icon-music-090:before {
  content: "&";
}

.icon-music-077:before {
  content: "'";
}

.icon-music-076:before {
  content: "(";
}

.icon-music-089:before {
  content: ")";
}

.icon-music-088:before {
  content: "*";
}

.icon-music-075:before {
  content: "+";
}

.icon-music-074:before {
  content: ",";
}

.icon-music-087:before {
  content: "-";
}

.icon-music-086:before {
  content: ".";
}

.icon-music-073:before {
  content: "/";
}

.icon-music-072:before {
  content: ":";
}

.icon-music-085:before {
  content: ";";
}

.icon-music-084:before {
  content: "<";
}

.icon-music-071:before {
  content: "=";
}

.icon-music-070:before {
  content: ">";
}

.icon-music-083:before {
  content: "?";
}

.icon-music-082:before {
  content: "@";
}

.icon-music-069:before {
  content: "[";
}

.icon-music-068:before {
  content: "]";
}

.icon-music-081:before {
  content: "^";
}

.icon-music-080:before {
  content: "_";
}

.icon-music-067:before {
  content: "`";
}

.icon-music-066:before {
  content: "{";
}

.icon-music-079:before {
  content: "|";
}

.icon-music-092:before {
  content: "}";
}

.icon-music-093:before {
  content: "~";
}

.icon-music-094:before {
  content: "\\";
}

.icon-music-095:before {
  content: "\E000";
}

.icon-music-096:before {
  content: "\E001";
}

.icon-music-097:before {
  content: "\E002";
}

.icon-music-098:before {
  content: "\E003";
}

.icon-music-099:before {
  content: "\E004";
}

.icon-music-100:before {
  content: "\E005";
}

/* Real Estate */

@font-face {
  font-family: "real-estate";
  src: url(/themes/unify/assets/fonts/e7465a8366baf9d48deb21d507f598c6.eot);
  src: url(/themes/unify/assets/fonts/e7465a8366baf9d48deb21d507f598c6.eot?#iefix) format("embedded-opentype"),
	url(/themes/unify/assets/fonts/6ae736078d804587acb856140411ec92.woff) format("woff"),
    url(/themes/unify/assets/fonts/ba7ffc39282a2f0675739d5c0b8cd78a.ttf) format("truetype"),
	url(/themes/unify/assets/images/53caf5866c83bc74fd6af867f2ee6237.svg#real-estate) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon-real-estate]:before {
  font-family: "real-estate" !important;
  content: attr(data-icon-real-estate);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-real-estate"]:before,
[class*=" icon-real-estate"]:before {
  font-family: "real-estate" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-real-estate-001:before {
  content: "a";
}

.icon-real-estate-014:before {
  content: "b";
}

.icon-real-estate-027:before {
  content: "c";
}

.icon-real-estate-040:before {
  content: "d";
}

.icon-real-estate-053:before {
  content: "e";
}

.icon-real-estate-066:before {
  content: "f";
}

.icon-real-estate-079:before {
  content: "g";
}

.icon-real-estate-080:before {
  content: "h";
}

.icon-real-estate-081:before {
  content: "i";
}

.icon-real-estate-082:before {
  content: "j";
}

.icon-real-estate-083:before {
  content: "k";
}

.icon-real-estate-084:before {
  content: "l";
}

.icon-real-estate-085:before {
  content: "m";
}

.icon-real-estate-086:before {
  content: "n";
}

.icon-real-estate-087:before {
  content: "o";
}

.icon-real-estate-088:before {
  content: "p";
}

.icon-real-estate-089:before {
  content: "q";
}

.icon-real-estate-090:before {
  content: "r";
}

.icon-real-estate-077:before {
  content: "s";
}

.icon-real-estate-078:before {
  content: "t";
}

.icon-real-estate-065:before {
  content: "u";
}

.icon-real-estate-064:before {
  content: "v";
}

.icon-real-estate-063:before {
  content: "w";
}

.icon-real-estate-076:before {
  content: "x";
}

.icon-real-estate-075:before {
  content: "y";
}

.icon-real-estate-062:before {
  content: "z";
}

.icon-real-estate-061:before {
  content: "A";
}

.icon-real-estate-074:before {
  content: "B";
}

.icon-real-estate-073:before {
  content: "C";
}

.icon-real-estate-059:before {
  content: "D";
}

.icon-real-estate-072:before {
  content: "E";
}

.icon-real-estate-060:before {
  content: "F";
}

.icon-real-estate-058:before {
  content: "G";
}

.icon-real-estate-071:before {
  content: "H";
}

.icon-real-estate-070:before {
  content: "I";
}

.icon-real-estate-057:before {
  content: "J";
}

.icon-real-estate-056:before {
  content: "K";
}

.icon-real-estate-069:before {
  content: "L";
}

.icon-real-estate-068:before {
  content: "M";
}

.icon-real-estate-055:before {
  content: "N";
}

.icon-real-estate-054:before {
  content: "O";
}

.icon-real-estate-067:before {
  content: "P";
}

.icon-real-estate-041:before {
  content: "Q";
}

.icon-real-estate-028:before {
  content: "R";
}

.icon-real-estate-015:before {
  content: "S";
}

.icon-real-estate-002:before {
  content: "T";
}

.icon-real-estate-003:before {
  content: "U";
}

.icon-real-estate-016:before {
  content: "V";
}

.icon-real-estate-029:before {
  content: "W";
}

.icon-real-estate-042:before {
  content: "X";
}

.icon-real-estate-043:before {
  content: "Y";
}

.icon-real-estate-030:before {
  content: "Z";
}

.icon-real-estate-017:before {
  content: "0";
}

.icon-real-estate-004:before {
  content: "1";
}

.icon-real-estate-005:before {
  content: "2";
}

.icon-real-estate-018:before {
  content: "3";
}

.icon-real-estate-031:before {
  content: "4";
}

.icon-real-estate-044:before {
  content: "5";
}

.icon-real-estate-045:before {
  content: "6";
}

.icon-real-estate-032:before {
  content: "7";
}

.icon-real-estate-019:before {
  content: "8";
}

.icon-real-estate-006:before {
  content: "9";
}

.icon-real-estate-008:before {
  content: "!";
}

.icon-real-estate-020:before {
  content: "\"";
}

.icon-real-estate-007:before {
  content: "#";
}

.icon-real-estate-021:before {
  content: "$";
}

.icon-real-estate-033:before {
  content: "%";
}

.icon-real-estate-034:before {
  content: "&";
}

.icon-real-estate-047:before {
  content: "'";
}

.icon-real-estate-046:before {
  content: "(";
}

.icon-real-estate-048:before {
  content: ")";
}

.icon-real-estate-035:before {
  content: "*";
}

.icon-real-estate-022:before {
  content: "+";
}

.icon-real-estate-009:before {
  content: ",";
}

.icon-real-estate-011:before {
  content: "-";
}

.icon-real-estate-023:before {
  content: ".";
}

.icon-real-estate-010:before {
  content: "/";
}

.icon-real-estate-024:before {
  content: ":";
}

.icon-real-estate-037:before {
  content: ";";
}

.icon-real-estate-036:before {
  content: "<";
}

.icon-real-estate-049:before {
  content: "=";
}

.icon-real-estate-050:before {
  content: ">";
}

.icon-real-estate-051:before {
  content: "?";
}

.icon-real-estate-038:before {
  content: "@";
}

.icon-real-estate-039:before {
  content: "[";
}

.icon-real-estate-052:before {
  content: "]";
}

.icon-real-estate-026:before {
  content: "^";
}

.icon-real-estate-025:before {
  content: "_";
}

.icon-real-estate-012:before {
  content: "`";
}

.icon-real-estate-013:before {
  content: "{";
}

/* Science */

@font-face {
  font-family: "science";
  src: url(/themes/unify/assets/fonts/d6fa1cedfa9f9648ec601862545db86e.eot);
  src: url(/themes/unify/assets/fonts/d6fa1cedfa9f9648ec601862545db86e.eot?#iefix) format("embedded-opentype"),
	url(/themes/unify/assets/fonts/96221fb1bf2adb77d14bdd8eab3b6757.woff) format("woff"),
    url(/themes/unify/assets/fonts/5969dd78351397b5d89238b4772b82a2.ttf) format("truetype"),
	url(/themes/unify/assets/images/28adde7035b5f1a64c2622653e01700a.svg#science) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon-science]:before {
  font-family: "science" !important;
  content: attr(data-icon-science);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-science"]:before,
[class*=" icon-science"]:before {
  font-family: "science" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-science-001:before {
  content: "a";
}

.icon-science-014:before {
  content: "b";
}

.icon-science-002:before {
  content: "c";
}

.icon-science-015:before {
  content: "d";
}

.icon-science-016:before {
  content: "e";
}

.icon-science-003:before {
  content: "f";
}

.icon-science-004:before {
  content: "g";
}

.icon-science-017:before {
  content: "h";
}

.icon-science-019:before {
  content: "i";
}

.icon-science-005:before {
  content: "j";
}

.icon-science-018:before {
  content: "k";
}

.icon-science-006:before {
  content: "l";
}

.icon-science-007:before {
  content: "m";
}

.icon-science-020:before {
  content: "n";
}

.icon-science-021:before {
  content: "o";
}

.icon-science-008:before {
  content: "p";
}

.icon-science-009:before {
  content: "q";
}

.icon-science-022:before {
  content: "r";
}

.icon-science-023:before {
  content: "s";
}

.icon-science-010:before {
  content: "t";
}

.icon-science-011:before {
  content: "u";
}

.icon-science-024:before {
  content: "v";
}

.icon-science-025:before {
  content: "w";
}

.icon-science-012:before {
  content: "x";
}

.icon-science-013:before {
  content: "y";
}

.icon-science-026:before {
  content: "z";
}

.icon-science-039:before {
  content: "A";
}

.icon-science-052:before {
  content: "B";
}

.icon-science-065:before {
  content: "C";
}

.icon-science-078:before {
  content: "D";
}

.icon-science-077:before {
  content: "E";
}

.icon-science-064:before {
  content: "F";
}

.icon-science-051:before {
  content: "G";
}

.icon-science-038:before {
  content: "H";
}

.icon-science-037:before {
  content: "I";
}

.icon-science-050:before {
  content: "J";
}

.icon-science-063:before {
  content: "K";
}

.icon-science-076:before {
  content: "L";
}

.icon-science-075:before {
  content: "M";
}

.icon-science-062:before {
  content: "N";
}

.icon-science-049:before {
  content: "O";
}

.icon-science-036:before {
  content: "P";
}

.icon-science-035:before {
  content: "Q";
}

.icon-science-048:before {
  content: "R";
}

.icon-science-061:before {
  content: "S";
}

.icon-science-074:before {
  content: "T";
}

.icon-science-073:before {
  content: "U";
}

.icon-science-060:before {
  content: "V";
}

.icon-science-047:before {
  content: "W";
}

.icon-science-034:before {
  content: "X";
}

.icon-science-033:before {
  content: "Y";
}

.icon-science-046:before {
  content: "Z";
}

.icon-science-059:before {
  content: "0";
}

.icon-science-072:before {
  content: "1";
}

.icon-science-071:before {
  content: "2";
}

.icon-science-058:before {
  content: "3";
}

.icon-science-045:before {
  content: "4";
}

.icon-science-032:before {
  content: "5";
}

.icon-science-031:before {
  content: "6";
}

.icon-science-044:before {
  content: "7";
}

.icon-science-057:before {
  content: "8";
}

.icon-science-070:before {
  content: "9";
}

.icon-science-069:before {
  content: "!";
}

.icon-science-056:before {
  content: "\"";
}

.icon-science-043:before {
  content: "#";
}

.icon-science-030:before {
  content: "$";
}

.icon-science-029:before {
  content: "%";
}

.icon-science-042:before {
  content: "&";
}

.icon-science-055:before {
  content: "'";
}

.icon-science-068:before {
  content: "(";
}

.icon-science-067:before {
  content: ")";
}

.icon-science-054:before {
  content: "*";
}

.icon-science-041:before {
  content: "+";
}

.icon-science-028:before {
  content: ",";
}

.icon-science-027:before {
  content: "-";
}

.icon-science-040:before {
  content: ".";
}

.icon-science-053:before {
  content: "/";
}

.icon-science-066:before {
  content: ":";
}

.icon-science-079:before {
  content: ";";
}

.icon-science-092:before {
  content: "<";
}

.icon-science-105:before {
  content: "=";
}

.icon-science-118:before {
  content: ">";
}

.icon-science-131:before {
  content: "?";
}

.icon-science-144:before {
  content: "@";
}

.icon-science-145:before {
  content: "[";
}

.icon-science-132:before {
  content: "]";
}

.icon-science-119:before {
  content: "^";
}

.icon-science-106:before {
  content: "_";
}

.icon-science-093:before {
  content: "`";
}

.icon-science-080:before {
  content: "{";
}

.icon-science-081:before {
  content: "|";
}

.icon-science-094:before {
  content: "}";
}

.icon-science-107:before {
  content: "~";
}

.icon-science-120:before {
  content: "\\";
}

.icon-science-133:before {
  content: "\E000";
}

.icon-science-146:before {
  content: "\E001";
}

.icon-science-147:before {
  content: "\E002";
}

.icon-science-134:before {
  content: "\E003";
}

.icon-science-121:before {
  content: "\E004";
}

.icon-science-108:before {
  content: "\E005";
}

.icon-science-095:before {
  content: "\E006";
}

.icon-science-082:before {
  content: "\E007";
}

.icon-science-083:before {
  content: "\E008";
}

.icon-science-096:before {
  content: "\E009";
}

.icon-science-109:before {
  content: "\E00A";
}

.icon-science-122:before {
  content: "\E00B";
}

.icon-science-135:before {
  content: "\E00C";
}

.icon-science-148:before {
  content: "\E00D";
}

.icon-science-149:before {
  content: "\E00E";
}

.icon-science-136:before {
  content: "\E00F";
}

.icon-science-123:before {
  content: "\E010";
}

.icon-science-110:before {
  content: "\E011";
}

.icon-science-097:before {
  content: "\E012";
}

.icon-science-084:before {
  content: "\E013";
}

.icon-science-085:before {
  content: "\E014";
}

.icon-science-098:before {
  content: "\E015";
}

.icon-science-111:before {
  content: "\E016";
}

.icon-science-124:before {
  content: "\E017";
}

.icon-science-137:before {
  content: "\E018";
}

.icon-science-150:before {
  content: "\E019";
}

.icon-science-151:before {
  content: "\E01A";
}

.icon-science-138:before {
  content: "\E01B";
}

.icon-science-125:before {
  content: "\E01C";
}

.icon-science-112:before {
  content: "\E01D";
}

.icon-science-099:before {
  content: "\E01E";
}

.icon-science-086:before {
  content: "\E01F";
}

.icon-science-087:before {
  content: "\E020";
}

.icon-science-100:before {
  content: "\E021";
}

.icon-science-113:before {
  content: "\E022";
}

.icon-science-126:before {
  content: "\E023";
}

.icon-science-139:before {
  content: "\E024";
}

.icon-science-152:before {
  content: "\E025";
}

.icon-science-153:before {
  content: "\E026";
}

.icon-science-140:before {
  content: "\E027";
}

.icon-science-127:before {
  content: "\E028";
}

.icon-science-114:before {
  content: "\E029";
}

.icon-science-101:before {
  content: "\E02A";
}

.icon-science-088:before {
  content: "\E02B";
}

.icon-science-089:before {
  content: "\E02C";
}

.icon-science-102:before {
  content: "\E02D";
}

.icon-science-115:before {
  content: "\E02E";
}

.icon-science-128:before {
  content: "\E02F";
}

.icon-science-141:before {
  content: "\E030";
}

.icon-science-154:before {
  content: "\E031";
}

.icon-science-155:before {
  content: "\E032";
}

.icon-science-142:before {
  content: "\E033";
}

.icon-science-129:before {
  content: "\E034";
}

.icon-science-116:before {
  content: "\E035";
}

.icon-science-103:before {
  content: "\E036";
}

.icon-science-090:before {
  content: "\E037";
}

.icon-science-091:before {
  content: "\E038";
}

.icon-science-104:before {
  content: "\E039";
}

.icon-science-117:before {
  content: "\E03A";
}

.icon-science-130:before {
  content: "\E03B";
}

.icon-science-143:before {
  content: "\E03C";
}

.icon-science-156:before {
  content: "\E03D";
}

.icon-science-157:before {
  content: "\E03E";
}

.icon-science-158:before {
  content: "\E03F";
}

.icon-science-159:before {
  content: "\E040";
}

.icon-science-160:before {
  content: "\E041";
}

/* Sport */

@font-face {
  font-family: "sports-48-x-48";
  src: url(/themes/unify/assets/fonts/15e16be4e558888246bcf0cd6afa022b.eot);
  src: url(/themes/unify/assets/fonts/15e16be4e558888246bcf0cd6afa022b.eot?#iefix) format("embedded-opentype"),
	url(/themes/unify/assets/fonts/b0572a165605dc04c92c9cb9c268421b.woff) format("woff"),
    url(/themes/unify/assets/fonts/dcd893ff20afd5e24a1fed6fbac8a172.ttf) format("truetype"),
	url(/themes/unify/assets/images/d28d5b9fa2b18796aa479c62a068725f.svg#sports-48-x-48) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon-sport]:before {
  font-family: "sports-48-x-48" !important;
  content: attr(data-icon-sport);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-sport"]:before,
[class*="icon-sport"]:before {
  font-family: "sports-48-x-48" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-christmas"]:before,
[class*=" icon-christmas"]:before {
  font-family: "cristmas" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sport-001:before {
  content: "a";
}

.icon-sport-014:before {
  content: "b";
}

.icon-sport-027:before {
  content: "c";
}

.icon-sport-028:before {
  content: "d";
}

.icon-sport-015:before {
  content: "e";
}

.icon-sport-002:before {
  content: "f";
}

.icon-sport-003:before {
  content: "g";
}

.icon-sport-016:before {
  content: "h";
}

.icon-sport-029:before {
  content: "i";
}

.icon-sport-030:before {
  content: "j";
}

.icon-sport-017:before {
  content: "k";
}

.icon-sport-004:before {
  content: "l";
}

.icon-sport-005:before {
  content: "m";
}

.icon-sport-018:before {
  content: "n";
}

.icon-sport-031:before {
  content: "o";
}

.icon-sport-032:before {
  content: "p";
}

.icon-sport-019:before {
  content: "q";
}

.icon-sport-006:before {
  content: "r";
}

.icon-sport-007:before {
  content: "s";
}

.icon-sport-020:before {
  content: "t";
}

.icon-sport-033:before {
  content: "u";
}

.icon-sport-034:before {
  content: "v";
}

.icon-sport-021:before {
  content: "w";
}

.icon-sport-008:before {
  content: "x";
}

.icon-sport-009:before {
  content: "y";
}

.icon-sport-022:before {
  content: "z";
}

.icon-sport-035:before {
  content: "A";
}

.icon-sport-036:before {
  content: "B";
}

.icon-sport-023:before {
  content: "C";
}

.icon-sport-010:before {
  content: "D";
}

.icon-sport-011:before {
  content: "E";
}

.icon-sport-024:before {
  content: "F";
}

.icon-sport-037:before {
  content: "G";
}

.icon-sport-038:before {
  content: "H";
}

.icon-sport-025:before {
  content: "I";
}

.icon-sport-012:before {
  content: "J";
}

.icon-sport-013:before {
  content: "K";
}

.icon-sport-026:before {
  content: "L";
}

.icon-sport-039:before {
  content: "M";
}

.icon-sport-040:before {
  content: "N";
}

.icon-sport-053:before {
  content: "O";
}

.icon-sport-066:before {
  content: "P";
}

.icon-sport-079:before {
  content: "Q";
}

.icon-sport-080:before {
  content: "R";
}

.icon-sport-067:before {
  content: "S";
}

.icon-sport-054:before {
  content: "T";
}

.icon-sport-041:before {
  content: "U";
}

.icon-sport-042:before {
  content: "V";
}

.icon-sport-055:before {
  content: "W";
}

.icon-sport-068:before {
  content: "X";
}

.icon-sport-081:before {
  content: "Y";
}

.icon-sport-082:before {
  content: "Z";
}

.icon-sport-069:before {
  content: "0";
}

.icon-sport-056:before {
  content: "1";
}

.icon-sport-043:before {
  content: "2";
}

.icon-sport-044:before {
  content: "3";
}

.icon-sport-057:before {
  content: "4";
}

.icon-sport-070:before {
  content: "5";
}

.icon-sport-083:before {
  content: "6";
}

.icon-sport-084:before {
  content: "7";
}

.icon-sport-071:before {
  content: "8";
}

.icon-sport-058:before {
  content: "9";
}

.icon-sport-045:before {
  content: "!";
}

.icon-sport-046:before {
  content: "\"";
}

.icon-sport-059:before {
  content: "#";
}

.icon-sport-072:before {
  content: "$";
}

.icon-sport-085:before {
  content: "%";
}

.icon-sport-086:before {
  content: "&";
}

.icon-sport-073:before {
  content: "'";
}

.icon-sport-060:before {
  content: "(";
}

.icon-sport-047:before {
  content: ")";
}

.icon-sport-048:before {
  content: "*";
}

.icon-sport-061:before {
  content: "+";
}

.icon-sport-074:before {
  content: ",";
}

.icon-sport-087:before {
  content: "-";
}

.icon-sport-075:before {
  content: ".";
}

.icon-sport-062:before {
  content: "/";
}

.icon-sport-049:before {
  content: ":";
}

.icon-sport-050:before {
  content: ";";
}

.icon-sport-063:before {
  content: "<";
}

.icon-sport-064:before {
  content: "=";
}

.icon-sport-051:before {
  content: ">";
}

.icon-sport-052:before {
  content: "?";
}

.icon-sport-065:before {
  content: "@";
}

.icon-sport-078:before {
  content: "[";
}

.icon-sport-091:before {
  content: "]";
}

.icon-sport-090:before {
  content: "^";
}

.icon-sport-077:before {
  content: "_";
}

.icon-sport-076:before {
  content: "`";
}

.icon-sport-089:before {
  content: "{";
}

.icon-sport-088:before {
  content: "|";
}

.icon-sport-092:before {
  content: "}";
}

.icon-sport-105:before {
  content: "~";
}

.icon-sport-118:before {
  content: "\\";
}

.icon-sport-131:before {
  content: "\E000";
}

.icon-sport-144:before {
  content: "\E001";
}

.icon-sport-145:before {
  content: "\E002";
}

.icon-sport-132:before {
  content: "\E003";
}

.icon-sport-119:before {
  content: "\E004";
}

.icon-sport-106:before {
  content: "\E005";
}

.icon-sport-093:before {
  content: "\E006";
}

.icon-sport-094:before {
  content: "\E007";
}

.icon-sport-107:before {
  content: "\E008";
}

.icon-sport-120:before {
  content: "\E009";
}

.icon-sport-133:before {
  content: "\E00A";
}

.icon-sport-146:before {
  content: "\E00B";
}

.icon-sport-147:before {
  content: "\E00C";
}

.icon-sport-134:before {
  content: "\E00D";
}

.icon-sport-121:before {
  content: "\E00E";
}

.icon-sport-108:before {
  content: "\E00F";
}

.icon-sport-095:before {
  content: "\E010";
}

.icon-sport-096:before {
  content: "\E011";
}

.icon-sport-109:before {
  content: "\E012";
}

.icon-sport-122:before {
  content: "\E013";
}

.icon-sport-135:before {
  content: "\E014";
}

.icon-sport-148:before {
  content: "\E015";
}

.icon-sport-149:before {
  content: "\E016";
}

.icon-sport-136:before {
  content: "\E017";
}

.icon-sport-123:before {
  content: "\E018";
}

.icon-sport-110:before {
  content: "\E019";
}

.icon-sport-097:before {
  content: "\E01A";
}

.icon-sport-098:before {
  content: "\E01B";
}

.icon-sport-111:before {
  content: "\E01C";
}

.icon-sport-124:before {
  content: "\E01D";
}

.icon-sport-137:before {
  content: "\E01E";
}

.icon-sport-150:before {
  content: "\E01F";
}

.icon-sport-151:before {
  content: "\E020";
}

.icon-sport-138:before {
  content: "\E021";
}

.icon-sport-125:before {
  content: "\E022";
}

.icon-sport-112:before {
  content: "\E023";
}

.icon-sport-099:before {
  content: "\E024";
}

.icon-sport-100:before {
  content: "\E025";
}

.icon-sport-113:before {
  content: "\E026";
}

.icon-sport-126:before {
  content: "\E027";
}

.icon-sport-139:before {
  content: "\E028";
}

.icon-sport-152:before {
  content: "\E029";
}

.icon-sport-153:before {
  content: "\E02A";
}

.icon-sport-140:before {
  content: "\E02B";
}

.icon-sport-127:before {
  content: "\E02C";
}

.icon-sport-114:before {
  content: "\E02D";
}

.icon-sport-101:before {
  content: "\E02E";
}

.icon-sport-102:before {
  content: "\E02F";
}

.icon-sport-115:before {
  content: "\E030";
}

.icon-sport-128:before {
  content: "\E031";
}

.icon-sport-141:before {
  content: "\E032";
}

.icon-sport-154:before {
  content: "\E033";
}

.icon-sport-155:before {
  content: "\E034";
}

.icon-sport-142:before {
  content: "\E035";
}

.icon-sport-129:before {
  content: "\E036";
}

.icon-sport-116:before {
  content: "\E037";
}

.icon-sport-103:before {
  content: "\E038";
}

.icon-sport-104:before {
  content: "\E039";
}

.icon-sport-117:before {
  content: "\E03A";
}

.icon-sport-130:before {
  content: "\E03B";
}

.icon-sport-143:before {
  content: "\E03C";
}

.icon-sport-156:before {
  content: "\E03D";
}

.icon-sport-157:before {
  content: "\E03E";
}

.icon-sport-170:before {
  content: "\E03F";
}

.icon-sport-183:before {
  content: "\E040";
}

.icon-sport-196:before {
  content: "\E041";
}

.icon-sport-197:before {
  content: "\E042";
}

.icon-sport-184:before {
  content: "\E043";
}

.icon-sport-171:before {
  content: "\E044";
}

.icon-sport-158:before {
  content: "\E045";
}

.icon-sport-159:before {
  content: "\E046";
}

.icon-sport-172:before {
  content: "\E047";
}

.icon-sport-185:before {
  content: "\E048";
}

.icon-sport-198:before {
  content: "\E049";
}

.icon-sport-199:before {
  content: "\E04A";
}

.icon-sport-186:before {
  content: "\E04B";
}

.icon-sport-173:before {
  content: "\E04C";
}

.icon-sport-160:before {
  content: "\E04D";
}

.icon-sport-174:before {
  content: "\E04E";
}

.icon-sport-187:before {
  content: "\E04F";
}

.icon-sport-200:before {
  content: "\E050";
}

.icon-sport-188:before {
  content: "\E051";
}

.icon-sport-175:before {
  content: "\E052";
}

.icon-sport-162:before {
  content: "\E053";
}

.icon-sport-163:before {
  content: "\E054";
}

.icon-sport-176:before {
  content: "\E055";
}

.icon-sport-189:before {
  content: "\E056";
}

.icon-sport-190:before {
  content: "\E057";
}

.icon-sport-177:before {
  content: "\E058";
}

.icon-sport-164:before {
  content: "\E059";
}

.icon-sport-165:before {
  content: "\E05A";
}

.icon-sport-178:before {
  content: "\E05B";
}

.icon-sport-191:before {
  content: "\E05C";
}

.icon-sport-192:before {
  content: "\E05D";
}

.icon-sport-179:before {
  content: "\E05E";
}

.icon-sport-166:before {
  content: "\E05F";
}

.icon-sport-167:before {
  content: "\E060";
}

.icon-sport-180:before {
  content: "\E061";
}

.icon-sport-193:before {
  content: "\E062";
}

.icon-sport-194:before {
  content: "\E063";
}

.icon-sport-181:before {
  content: "\E064";
}

.icon-sport-168:before {
  content: "\E065";
}

.icon-sport-169:before {
  content: "\E066";
}

.icon-sport-182:before {
  content: "\E067";
}

.icon-sport-195:before {
  content: "\E068";
}

.icon-sport-161:before {
  content: "\E069";
}

/* Travel */

@font-face {
  font-family: "travel";
  src: url(/themes/unify/assets/fonts/c41749d0c7d37af7dc83b1ed5c1e38bf.eot);
  src: url(/themes/unify/assets/fonts/c41749d0c7d37af7dc83b1ed5c1e38bf.eot?#iefix) format("embedded-opentype"),
	url(/themes/unify/assets/fonts/a6e8b3b10264cd161e88de099cfa4e1f.woff) format("woff"),
    url(/themes/unify/assets/fonts/020f34e7af0771500cf5a18ff4623619.ttf) format("truetype"),
	url(/themes/unify/assets/images/c7e1555b6c74733ae24c6bc829105f02.svg#travel) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon-travel]:before {
  font-family: "travel" !important;
  content: attr(data-icon-travel);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-travel"]:before,
[class*=" icon-travel"]:before {
  font-family: "travel" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-travel-001:before {
  content: "a";
}

.icon-travel-014:before {
  content: "b";
}

.icon-travel-015:before {
  content: "c";
}

.icon-travel-002:before {
  content: "d";
}

.icon-travel-003:before {
  content: "e";
}

.icon-travel-016:before {
  content: "f";
}

.icon-travel-017:before {
  content: "g";
}

.icon-travel-004:before {
  content: "h";
}

.icon-travel-005:before {
  content: "i";
}

.icon-travel-018:before {
  content: "j";
}

.icon-travel-019:before {
  content: "k";
}

.icon-travel-006:before {
  content: "l";
}

.icon-travel-007:before {
  content: "m";
}

.icon-travel-020:before {
  content: "n";
}

.icon-travel-021:before {
  content: "o";
}

.icon-travel-008:before {
  content: "p";
}

.icon-travel-009:before {
  content: "q";
}

.icon-travel-022:before {
  content: "r";
}

.icon-travel-023:before {
  content: "s";
}

.icon-travel-010:before {
  content: "t";
}

.icon-travel-011:before {
  content: "u";
}

.icon-travel-024:before {
  content: "v";
}

.icon-travel-025:before {
  content: "w";
}

.icon-travel-012:before {
  content: "x";
}

.icon-travel-013:before {
  content: "y";
}

.icon-travel-026:before {
  content: "z";
}

.icon-travel-039:before {
  content: "A";
}

.icon-travel-052:before {
  content: "B";
}

.icon-travel-065:before {
  content: "C";
}

.icon-travel-064:before {
  content: "D";
}

.icon-travel-051:before {
  content: "E";
}

.icon-travel-038:before {
  content: "F";
}

.icon-travel-037:before {
  content: "G";
}

.icon-travel-050:before {
  content: "H";
}

.icon-travel-063:before {
  content: "I";
}

.icon-travel-062:before {
  content: "J";
}

.icon-travel-049:before {
  content: "K";
}

.icon-travel-036:before {
  content: "L";
}

.icon-travel-035:before {
  content: "M";
}

.icon-travel-048:before {
  content: "N";
}

.icon-travel-061:before {
  content: "O";
}

.icon-travel-060:before {
  content: "P";
}

.icon-travel-047:before {
  content: "Q";
}

.icon-travel-034:before {
  content: "R";
}

.icon-travel-033:before {
  content: "S";
}

.icon-travel-046:before {
  content: "T";
}

.icon-travel-059:before {
  content: "U";
}

.icon-travel-058:before {
  content: "V";
}

.icon-travel-045:before {
  content: "W";
}

.icon-travel-032:before {
  content: "X";
}

.icon-travel-031:before {
  content: "Y";
}

.icon-travel-044:before {
  content: "Z";
}

.icon-travel-057:before {
  content: "0";
}

.icon-travel-056:before {
  content: "1";
}

.icon-travel-043:before {
  content: "2";
}

.icon-travel-030:before {
  content: "3";
}

.icon-travel-029:before {
  content: "4";
}

.icon-travel-042:before {
  content: "5";
}

.icon-travel-055:before {
  content: "6";
}

.icon-travel-054:before {
  content: "7";
}

.icon-travel-041:before {
  content: "8";
}

.icon-travel-028:before {
  content: "9";
}

.icon-travel-027:before {
  content: "!";
}

.icon-travel-040:before {
  content: "\"";
}

.icon-travel-053:before {
  content: "#";
}

.icon-travel-066:before {
  content: "$";
}

.icon-travel-079:before {
  content: "%";
}

.icon-travel-092:before {
  content: "&";
}

.icon-travel-105:before {
  content: "'";
}

.icon-travel-106:before {
  content: "(";
}

.icon-travel-093:before {
  content: ")";
}

.icon-travel-080:before {
  content: "*";
}

.icon-travel-067:before {
  content: "+";
}

.icon-travel-068:before {
  content: ",";
}

.icon-travel-081:before {
  content: "-";
}

.icon-travel-094:before {
  content: ".";
}

.icon-travel-107:before {
  content: "/";
}

.icon-travel-108:before {
  content: ":";
}

.icon-travel-095:before {
  content: ";";
}

.icon-travel-082:before {
  content: "<";
}

.icon-travel-069:before {
  content: "=";
}

.icon-travel-070:before {
  content: ">";
}

.icon-travel-083:before {
  content: "?";
}

.icon-travel-096:before {
  content: "@";
}

.icon-travel-109:before {
  content: "[";
}

.icon-travel-110:before {
  content: "]";
}

.icon-travel-097:before {
  content: "^";
}

.icon-travel-084:before {
  content: "_";
}

.icon-travel-071:before {
  content: "`";
}

.icon-travel-072:before {
  content: "{";
}

.icon-travel-085:before {
  content: "|";
}

.icon-travel-098:before {
  content: "}";
}

.icon-travel-111:before {
  content: "~";
}

.icon-travel-112:before {
  content: "\\";
}

.icon-travel-099:before {
  content: "\E000";
}

.icon-travel-086:before {
  content: "\E001";
}

.icon-travel-073:before {
  content: "\E002";
}

.icon-travel-074:before {
  content: "\E003";
}

.icon-travel-087:before {
  content: "\E004";
}

.icon-travel-100:before {
  content: "\E005";
}

.icon-travel-113:before {
  content: "\E006";
}

.icon-travel-114:before {
  content: "\E007";
}

.icon-travel-101:before {
  content: "\E008";
}

.icon-travel-088:before {
  content: "\E009";
}

.icon-travel-075:before {
  content: "\E00A";
}

.icon-travel-076:before {
  content: "\E00B";
}

.icon-travel-089:before {
  content: "\E00C";
}

.icon-travel-102:before {
  content: "\E00D";
}

.icon-travel-115:before {
  content: "\E00E";
}

.icon-travel-116:before {
  content: "\E00F";
}

.icon-travel-103:before {
  content: "\E010";
}

.icon-travel-090:before {
  content: "\E011";
}

.icon-travel-077:before {
  content: "\E012";
}

.icon-travel-091:before {
  content: "\E013";
}

.icon-travel-104:before {
  content: "\E014";
}

.icon-travel-117:before {
  content: "\E015";
}

.icon-travel-078:before {
  content: "\E016";
}

.icon-travel-130:before {
  content: "\E017";
}

.icon-travel-143:before {
  content: "\E018";
}

.icon-travel-142:before {
  content: "\E019";
}

.icon-travel-129:before {
  content: "\E01A";
}

.icon-travel-128:before {
  content: "\E01B";
}

.icon-travel-141:before {
  content: "\E01C";
}

.icon-travel-140:before {
  content: "\E01D";
}

.icon-travel-127:before {
  content: "\E01E";
}

.icon-travel-126:before {
  content: "\E01F";
}

.icon-travel-139:before {
  content: "\E020";
}

.icon-travel-138:before {
  content: "\E021";
}

.icon-travel-125:before {
  content: "\E022";
}

.icon-travel-124:before {
  content: "\E023";
}

.icon-travel-137:before {
  content: "\E024";
}

.icon-travel-150:before {
  content: "\E025";
}

.icon-travel-149:before {
  content: "\E026";
}

.icon-travel-136:before {
  content: "\E027";
}

.icon-travel-123:before {
  content: "\E028";
}

.icon-travel-122:before {
  content: "\E029";
}

.icon-travel-135:before {
  content: "\E02A";
}

.icon-travel-148:before {
  content: "\E02B";
}

.icon-travel-147:before {
  content: "\E02C";
}

.icon-travel-134:before {
  content: "\E02D";
}

.icon-travel-121:before {
  content: "\E02E";
}

.icon-travel-120:before {
  content: "\E02F";
}

.icon-travel-133:before {
  content: "\E030";
}

.icon-travel-146:before {
  content: "\E031";
}

.icon-travel-145:before {
  content: "\E032";
}

.icon-travel-132:before {
  content: "\E033";
}

.icon-travel-119:before {
  content: "\E034";
}

.icon-travel-118:before {
  content: "\E035";
}

.icon-travel-131:before {
  content: "\E036";
}

.icon-travel-144:before {
  content: "\E037";
}

/* Weather */

@font-face {
  font-family: "weather";
  src: url(/themes/unify/assets/fonts/da8d7a1a2cef3176269fd08bee02028b.eot);
  src: url(/themes/unify/assets/fonts/da8d7a1a2cef3176269fd08bee02028b.eot?#iefix) format("embedded-opentype"),
	url(/themes/unify/assets/fonts/11c656861d93c022565de667791d5c87.woff) format("woff"),
    url(/themes/unify/assets/fonts/037c3dc9a7f8eab7af77cf6abdc1156f.ttf) format("truetype"),
	url(/themes/unify/assets/images/59821f40c03de5dd7efe8df3a08c7914.svg#weather) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon-weather]:before {
  font-family: "weather" !important;
  content: attr(data-icon-weather);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-weather"]:before,
[class*=" icon-weather"]:before {
  font-family: "weather" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-weather-001:before {
  content: "a";
}

.icon-weather-014:before {
  content: "b";
}

.icon-weather-027:before {
  content: "c";
}

.icon-weather-040:before {
  content: "d";
}

.icon-weather-053:before {
  content: "e";
}

.icon-weather-054:before {
  content: "f";
}

.icon-weather-041:before {
  content: "g";
}

.icon-weather-028:before {
  content: "h";
}

.icon-weather-015:before {
  content: "i";
}

.icon-weather-002:before {
  content: "j";
}

.icon-weather-003:before {
  content: "k";
}

.icon-weather-016:before {
  content: "l";
}

.icon-weather-029:before {
  content: "m";
}

.icon-weather-042:before {
  content: "n";
}

.icon-weather-055:before {
  content: "o";
}

.icon-weather-056:before {
  content: "p";
}

.icon-weather-043:before {
  content: "q";
}

.icon-weather-030:before {
  content: "r";
}

.icon-weather-017:before {
  content: "s";
}

.icon-weather-004:before {
  content: "t";
}

.icon-weather-005:before {
  content: "u";
}

.icon-weather-018:before {
  content: "v";
}

.icon-weather-031:before {
  content: "w";
}

.icon-weather-044:before {
  content: "x";
}

.icon-weather-057:before {
  content: "y";
}

.icon-weather-058:before {
  content: "z";
}

.icon-weather-045:before {
  content: "A";
}

.icon-weather-032:before {
  content: "B";
}

.icon-weather-019:before {
  content: "C";
}

.icon-weather-006:before {
  content: "D";
}

.icon-weather-007:before {
  content: "E";
}

.icon-weather-020:before {
  content: "F";
}

.icon-weather-033:before {
  content: "G";
}

.icon-weather-046:before {
  content: "H";
}

.icon-weather-059:before {
  content: "I";
}

.icon-weather-060:before {
  content: "J";
}

.icon-weather-047:before {
  content: "K";
}

.icon-weather-034:before {
  content: "L";
}

.icon-weather-021:before {
  content: "M";
}

.icon-weather-008:before {
  content: "N";
}

.icon-weather-009:before {
  content: "O";
}

.icon-weather-022:before {
  content: "P";
}

.icon-weather-035:before {
  content: "Q";
}

.icon-weather-048:before {
  content: "R";
}

.icon-weather-049:before {
  content: "S";
}

.icon-weather-036:before {
  content: "T";
}

.icon-weather-023:before {
  content: "U";
}

.icon-weather-010:before {
  content: "V";
}

.icon-weather-011:before {
  content: "W";
}

.icon-weather-024:before {
  content: "X";
}

.icon-weather-037:before {
  content: "Y";
}

.icon-weather-050:before {
  content: "Z";
}

.icon-weather-051:before {
  content: "0";
}

.icon-weather-038:before {
  content: "1";
}

.icon-weather-025:before {
  content: "2";
}

.icon-weather-012:before {
  content: "3";
}

.icon-weather-013:before {
  content: "4";
}

.icon-weather-026:before {
  content: "5";
}

.icon-weather-039:before {
  content: "6";
}

.icon-weather-052:before {
  content: "7";
}

/* Transport */

@font-face {
  font-family: "transport";
  src: url(/themes/unify/assets/fonts/a7772f634bb968302a2f28d377b54b5f.eot);
  src: url(/themes/unify/assets/fonts/a7772f634bb968302a2f28d377b54b5f.eot?#iefix) format("embedded-opentype"),
	url(/themes/unify/assets/fonts/77a32a67cb2e93eb783c74cca701fc17.woff) format("woff"),
    url(/themes/unify/assets/fonts/bbf33799edca0ffaee2daf4ef07aab02.ttf) format("truetype"),
	url(/themes/unify/assets/images/ad135d6faeadc3c2c1074f5498c94b73.svg#transport) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon-transport]:before {
  font-family: "transport" !important;
  content: attr(data-icon-transport);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-transport"]:before,
[class*=" icon-transport"]:before {
  font-family: "transport" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-transport-001:before {
  content: "a";
}

.icon-transport-014:before {
  content: "b";
}

.icon-transport-015:before {
  content: "c";
}

.icon-transport-002:before {
  content: "d";
}

.icon-transport-003:before {
  content: "e";
}

.icon-transport-016:before {
  content: "f";
}

.icon-transport-017:before {
  content: "g";
}

.icon-transport-004:before {
  content: "h";
}

.icon-transport-005:before {
  content: "i";
}

.icon-transport-018:before {
  content: "j";
}

.icon-transport-019:before {
  content: "k";
}

.icon-transport-006:before {
  content: "l";
}

.icon-transport-007:before {
  content: "m";
}

.icon-transport-020:before {
  content: "n";
}

.icon-transport-021:before {
  content: "o";
}

.icon-transport-008:before {
  content: "p";
}

.icon-transport-009:before {
  content: "q";
}

.icon-transport-022:before {
  content: "r";
}

.icon-transport-023:before {
  content: "s";
}

.icon-transport-010:before {
  content: "t";
}

.icon-transport-024:before {
  content: "u";
}

.icon-transport-025:before {
  content: "v";
}

.icon-transport-012:before {
  content: "w";
}

.icon-transport-011:before {
  content: "x";
}

.icon-transport-013:before {
  content: "y";
}

.icon-transport-026:before {
  content: "z";
}

.icon-transport-039:before {
  content: "A";
}

.icon-transport-052:before {
  content: "B";
}

.icon-transport-051:before {
  content: "C";
}

.icon-transport-038:before {
  content: "D";
}

.icon-transport-037:before {
  content: "E";
}

.icon-transport-050:before {
  content: "F";
}

.icon-transport-049:before {
  content: "G";
}

.icon-transport-036:before {
  content: "H";
}

.icon-transport-035:before {
  content: "I";
}

.icon-transport-048:before {
  content: "J";
}

.icon-transport-047:before {
  content: "K";
}

.icon-transport-034:before {
  content: "L";
}

.icon-transport-033:before {
  content: "M";
}

.icon-transport-046:before {
  content: "N";
}

.icon-transport-045:before {
  content: "O";
}

.icon-transport-032:before {
  content: "P";
}

.icon-transport-031:before {
  content: "Q";
}

.icon-transport-044:before {
  content: "R";
}

.icon-transport-043:before {
  content: "S";
}

.icon-transport-030:before {
  content: "T";
}

.icon-transport-029:before {
  content: "U";
}

.icon-transport-042:before {
  content: "V";
}

.icon-transport-041:before {
  content: "W";
}

.icon-transport-028:before {
  content: "X";
}

.icon-transport-027:before {
  content: "Y";
}

.icon-transport-040:before {
  content: "Z";
}

.icon-transport-053:before {
  content: "0";
}

.icon-transport-066:before {
  content: "1";
}

.icon-transport-079:before {
  content: "2";
}

.icon-transport-092:before {
  content: "3";
}

.icon-transport-093:before {
  content: "4";
}

.icon-transport-080:before {
  content: "5";
}

.icon-transport-067:before {
  content: "6";
}

.icon-transport-054:before {
  content: "7";
}

.icon-transport-055:before {
  content: "8";
}

.icon-transport-068:before {
  content: "9";
}

.icon-transport-081:before {
  content: "!";
}

.icon-transport-094:before {
  content: "\"";
}

.icon-transport-095:before {
  content: "#";
}

.icon-transport-082:before {
  content: "$";
}

.icon-transport-069:before {
  content: "%";
}

.icon-transport-056:before {
  content: "&";
}

.icon-transport-057:before {
  content: "'";
}

.icon-transport-070:before {
  content: "(";
}

.icon-transport-083:before {
  content: ")";
}

.icon-transport-096:before {
  content: "*";
}

.icon-transport-097:before {
  content: "+";
}

.icon-transport-084:before {
  content: ",";
}

.icon-transport-071:before {
  content: "-";
}

.icon-transport-058:before {
  content: ".";
}

.icon-transport-059:before {
  content: "/";
}

.icon-transport-072:before {
  content: ":";
}

.icon-transport-085:before {
  content: ";";
}

.icon-transport-098:before {
  content: "<";
}

.icon-transport-099:before {
  content: "=";
}

.icon-transport-086:before {
  content: ">";
}

.icon-transport-073:before {
  content: "?";
}

.icon-transport-060:before {
  content: "@";
}

.icon-transport-061:before {
  content: "[";
}

.icon-transport-074:before {
  content: "]";
}

.icon-transport-087:before {
  content: "^";
}

.icon-transport-100:before {
  content: "_";
}

.icon-transport-088:before {
  content: "`";
}

.icon-transport-075:before {
  content: "{";
}

.icon-transport-076:before {
  content: "|";
}

.icon-transport-089:before {
  content: "}";
}

.icon-transport-090:before {
  content: "~";
}

.icon-transport-077:before {
  content: "\\";
}

.icon-transport-078:before {
  content: "\E000";
}

.icon-transport-091:before {
  content: "\E001";
}

.icon-transport-065:before {
  content: "\E002";
}

.icon-transport-064:before {
  content: "\E003";
}

.icon-transport-063:before {
  content: "\E004";
}

.icon-transport-062:before {
  content: "\E005";
}@font-face {
  font-family: 'hs-icons';
  src: url(/themes/unify/assets/fonts/33e61ddac51fd00e173eff5eaa925779.ttf) format('truetype'),
    url(/themes/unify/assets/fonts/e74e487de7ae98fad8c246a3bd77b0fc.woff) format('woff'),
    url(/themes/unify/assets/images/57f2f6ad58148949e68a19c379e269ae.svg#hs-icons) format('svg');
  font-weight: normal;
  font-style: normal;
}

.hs-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hs-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hs-icon-arrow-bottom:before {
  content: "\E900";
}

.hs-icon-arrow-left:before {
  content: "\E901";
}

.hs-icon-arrow-right:before {
  content: "\E902";
}

.hs-icon-arrow-top:before {
  content: "\E903";
}

.hs-icon-close:before {
  content: "\E904";
}

.hs-icon-hamburger-2:before {
  content: "\E905";
}

.hs-icon-hamburger:before {
  content: "\E906";
}

.hs-icon-lula-kebab-h:before {
  content: "\E907";
}

.hs-icon-lula-kebab-v:before {
  content: "\E908";
}

.hs-icon-magnifier:before {
  content: "\E909";
}

.hs-icon-music:before {
  content: "\E90A";
}

.hs-icon-photo:before {
  content: "\E90B";
}

.hs-icon-play:before {
  content: "\E90C";
}

.hs-icon-plus:before {
  content: "\E90D";
}

.hs-icon-unzoom:before {
  content: "\E90E";
}

.hs-icon-video:before {
  content: "\E90F";
}

.hs-icon-zoom:before {
  content: "\E910";
}@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}/*
 * Author: Digital Zoom Studio
 * Website: http://digitalzoomstudio.net/
 * Portfolio: http://codecanyon.net/user/ZoomIt/portfolio
 *
 * Version: 1.31
 *
 */

@-webkit-keyframes keyframes-rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@keyframes keyframes-rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

.dzsparallaxer:not(.mode-oneelement) {
  height: 300px;
  overflow: hidden;
  background-color: #1c1a17;
  position: relative;
  transition-property: height;
  transition-duration: 0.3s;
  -moz-transition-property: height;
  -moz-transition-duration: 0.3s;
  -webkit-transition-property: height;
  -webkit-transition-duration: 0.3s;
  -o-transition-property: height;
  -o-transition-duration: 0.3s;
  -ms-transition-property: height;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.dzsparallaxer:not(.mode-oneelement) .dzsparallaxer--target {
  position: relative;
}

.dzsparallaxer:not(.mode-oneelement) .dzsparallaxer--target.position-absolute {
  position: absolute;
  top: 0;
  left: 0;
}

.dzsparallaxer:not(.mode-oneelement) .dzsparallaxer--blackoverlay {
  position: absolute;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.dzsparallaxer:not(.mode-oneelement) .big-text {
  position: absolute;
  text-align: center;
  width: 80%;
  left: 10%;
  font-size: 40px;
  font-weight: 300;
  top: 70px;
  color: #eee;
  line-height: 1.5;
  font-style: italic;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  opacity: 0.7;
}

.dzsparallaxer:not(.mode-oneelement) .big-text .smaller {
  font-size: 60%;
}

.dzsparallaxer:not(.mode-oneelement) > .container,
.dzsparallaxer:not(.mode-oneelement) > .row,
.dzsparallaxer:not(.mode-oneelement) > p,
.dzsparallaxer:not(.mode-oneelement) > div {
  position: relative;
}

.dzsparallaxer:not(.mode-oneelement) .center-it {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.dzsparallaxer:not(.mode-oneelement) .center-it-vertically {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding: 10px;
}

.dzsparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"] {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.dzsparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"] .display-block {
  display: block;
}

.dzsparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"].top {
  bottom: auto;
  top: 0;
}

.dzsparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"].flippedY {
  transform: scaleY(-1);
}

.dzsparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"].flippedX {
  transform: scaleX(-1);
}

.dzsparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"].flippedXY {
  transform: scale(-1, -1);
}

.dzsparallaxer.wait-readyall .dzsparallaxer--target {
  opacity: 0;
  transition-property: height, opacity;
  transition-duration: 0.5s;
  -moz-transition-property: height, opacity;
  -moz-transition-duration: 0.5s;
  -webkit-transition-property: height, opacity;
  -webkit-transition-duration: 0.5s;
  -o-transition-property: height, opacity;
  -o-transition-duration: 0.5s;
  -ms-transition-property: height, opacity;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.dzsparallaxer.mode-oneelement {
  position: relative;
}

.dzsparallaxer.wait-readyall.dzsprx-readyall .dzsparallaxer--target {
  opacity: 1;
  visibility: visible;
}

.dzsparallaxer.use-loading .dzsparallaxer--target {
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.7s;
  -moz-transition-property: opacity, visibility;
  -moz-transition-duration: 0.7s;
  -webkit-transition-property: opacity, visibility;
  -webkit-transition-duration: 0.7s;
  -o-transition-property: opacity, visibility;
  -o-transition-duration: 0.7s;
  -ms-transition-property: opacity, visibility;
  -ms-transition-duration: 0.7s;
  -ms-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.dzsparallaxer.use-loading .preloader-semicircles {
  transition-property: all;
  transition-duration: 0.3s;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.dzsparallaxer.simple-parallax.use-loading .dzsparallaxer--target {
  opacity: 0;
  visibility: hidden;
}

.dzsparallaxer.height-is-based-on-content {
  height: auto;
  padding: 0 !important;
}

.dzsparallaxer.height-is-based-on-content .dzs-container {
  padding: 45px 0;
}

.dzsparallaxer.height-is-based-on-content .dzsparallaxer--target {
  position: absolute;
}

.dzsparallaxer.height-is-based-on-content > div {
  position: relative;
}

.dzsparallaxer.use-loading.loaded .dzsparallaxer--target {
  opacity: 1;
  visibility: visible;
}

.dzsparallaxer.use-loading.loaded .preloader-semicircles {
  transform: translate3d(0, -50px, 0);
  opacity: 0;
  visibility: hidden;
}

.dzsparallaxer.allbody {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.divimage {
  background-size: cover;
  background-position: center center;
}

.dzsparallaxer.is-ie-11 .simple-parallax-inner {
  clip: auto;
}

.dzsparallaxer.is-ie-11 .simple-parallax-inner .divimage.dzsparallaxer--target {
  background-attachment: fixed;
  position: relative;
}

.dzsparallaxer.simple-parallax {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dzsparallaxer.simple-parallax .simple-parallax-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
}

.dzsparallaxer.simple-parallax .dzsparallaxer--target {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dzsparallaxer.simple-parallax .simple-parallax-inner.is-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: auto;
}

.dzsparallaxer.simple-parallax .simple-parallax-inner.is-image > .divimage {
  position: absolute;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.dzsparallaxer.simple-parallax.simple-parallax--is-only-image .simple-parallax-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: auto;
}

.dzsparallaxer.simple-parallax.simple-parallax--is-only-image .simple-parallax-inner > .divimage {
  position: absolute;
  background-attachment: fixed;
}

.dzsparallaxer.simple-parallax.simple-parallax--is-only-image.under-500 .simple-parallax-inner > .divimage {
  background-attachment: local;
}

.blur-it {
  filter: blur(20px);
  -webkit-filter: blur(20px);
}

.dzsparallaxer div.semi-black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#99000000',GradientType=0 );
}

.radial-bg {
  position: absolute;
}

.color-white {
  color: #fff;
}

.row-inline {
  font-size: 0;
}

.row-inline .col-md-6 {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.dzs-row-inline {
  font-size: 0;
}

.dzs-row-inline .dzs-col-md-6 {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  float: none;
}

@media (max-width: 992px) {
  .row-inline .col-md-6 {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 30px 15px;
  }
}

.separator-black-grey polygon,
.separator-black-grey polyline,
.separator-black-grey path {
  fill: #222;
}

.separator-white-grey polygon,
.separator-white-grey polyline,
.separator-white-grey path {
  fill: #ddd;
}

.dzs-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px;
  margin: 0 auto;
}

.dzs-row {
  margin-right: -15px;
  margin-left: -15px;
}

.dzs-col-md-6 {
  width: 50%;
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@-webkit-keyframes preloader-semicircles-tween {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@keyframes preloader-semicircles-tween {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

.preloader-semicircles {
  width: 15px;
  height: 15px;
  background: rgba(230, 50, 50, 0.9);
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.7;
  visibility: visible;
  pointer-events: none;
  margin-left: -15px;
  margin-right: -15px;
  animation: preloader-semicircles-tween 1.4s infinite linear;
  -webkit-animation: preloader-semicircles-tween 1.4s infinite linear;
}

body .dzsparallaxer .preloader-semicircles {
  position: absolute;
}

.preloader-semicircles:after {
  position: absolute;
  width: 25px;
  height: 25px;
  border-top: 5px solid #c83232;
  border-bottom: 5px solid #c83232;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-radius: 25px;
  content: '';
  top: -10px;
  left: -10px;
  box-sizing: content-box;
}

.center-it {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.dzs-colcontainer {
  margin-left: -15px;
  margin-right: -15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dzs-colcontainer-w {
  width: 1230px;
  padding: 0 30px;
  max-width: 100%;
  min-height: 1px;
}

.dzs-colcontainer.row-inline {
  font-size: 0;
}

.dzs-colcontainer.row-inline *[class*="dzs-col-"] {
  float: none;
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
}

.dzs-colcontainer:after {
  display: block;
  content: "";
  clear: both;
}

*[class*="dzs-col-"] {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.dzs-col-3 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.dzs-col-4 {
  width: 33.3%;
  padding-left: 15px;
  padding-right: 15px;
}

.dzs-col-8 {
  width: 66.6%;
  padding-left: 15px;
  padding-right: 15px;
}

.dzs-col-6 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.dzs-col-12 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.dzsparallaxer--team-members-con {
  width: 70%;
  max-width: 1100px;
  margin: 0 auto;
}

.dzsparallaxer.under-760 .dzsparallaxer--team-members-con {
  width: 100%;
}

.dzsparallaxer--team-member-con {
  text-align: center;
}

.dzsparallaxer--team-member-con img {
  max-width: 100%;
}

.dzsparallaxer--team-member-con .team-member--title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  line-height: 1;
  font-size: 15px;
}

.dzsparallaxer--team-member-con .team-member--subtitle {
  opacity: 0.5;
  margin-top: 10px;
  line-height: 1.5;
  background-color: #FFFFFF;
  color: #111;
  padding: 5px;
}

.center-it {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.black-leg-bar {
  height: 2px;
  left: -20px;
  background-color: #222222;
  width: 40px;
}

.white-leg-bar {
  height: 2px;
  left: -20px;
  background-color: #ffffff;
  width: 40px;
}

.light-grey-box,
.lighter-grey-box,
.dark-grey-box,
.darker-grey-box,
.white-white-box {
  background-color: #ccc;
  color: #222;
  padding: 20px;
  font-size: 17px;
  line-height: 1.8;
}

.dark-grey-box {
  background-color: #444444;
  color: #ffffff;
}

.darker-grey-box {
  background-color: #333;
  color: #ffffff;
}

.lighter-grey-box {
  background-color: #dddddd;
}

.offset-left-10px {
  margin-left: -10px;
}

.offset-right-10px {
  margin-right: -10px;
}

.white-white-box {
  background-color: #ffffff;
}

.dzsparallaxer.blockquote-box {
  padding: 25px 30px 20px;
  font-size: 23px;
  font-weight: 300;
  font-style: italic;
}

.dzsparallaxer.blockquote-box p:last-child {
  margin-bottom: 0;
}

.dzsparallaxer.blockquote-box:before,
.dzsparallaxer.blockquote-box:after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="22px" height="22px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> <g> <path d="M13.645,8.35c-2.256,2.016-3.384,4.068-3.384,6.156c0,2.088,0.864,3.733,2.592,4.932c-0.048,1.152-0.444,2.124-1.188,2.916 c-0.745,0.792-1.645,1.188-2.7,1.188c-2.64,0-3.96-1.439-3.96-4.319c0-1.968,0.731-4.115,2.196-6.444 c1.464-2.328,3.348-4.14,5.651-5.436L13.645,8.35z M24.085,8.35c-2.257,2.016-3.384,4.068-3.384,6.156 c0,2.088,0.864,3.733,2.592,4.932c-0.049,1.152-0.444,2.124-1.188,2.916c-0.745,0.792-1.646,1.188-2.7,1.188 c-2.641,0-3.96-1.439-3.96-4.319c0-1.968,0.73-4.115,2.195-6.444c1.464-2.328,3.349-4.14,5.652-5.436L24.085,8.35z"/> </g> </svg>');
  position: absolute;
  top: 5px;
  left: 5px;
  width: 22px;
  height: 22px;
  opacity: 0.5;
}

.dzsparallaxer.blockquote-box:after {
  content: "";
  top: auto;
  left: auto;
  right: 5px;
  bottom: 5px;
  transform: scaleX(-1);
}/*
 * Author: Digital Zoom Studio
 * Website: http://digitalzoomstudio.net/
 * Portfolio: http://codecanyon.net/user/ZoomIt/portfolio
 *
 * Version: 5.01
 */

/*functional styling*/

.scroller-con {
  position: relative;
  width: 100%;
  height: 200px;
  opacity: 0;
  transition-property: opacity, visibility, top;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: opacity, visibility, top;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: opacity, visibility, top;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: opacity, visibility, top;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: opacity, visibility, top;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.scroller-con * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.scroller-con .scroller {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.scroller-con .scroller .inner {
  position: absolute !important;
}

.scroller-con .scroller .real-inner {
  position: absolute;
  top: 0;
  left: 0;
}

.scroller-con .scrollbar .scrollbary.animatetoptoo {
  transition-property: opacity, visibility, top;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: opacity, visibility, top;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: opacity, visibility, top;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: opacity, visibility, top;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: opacity, visibility, top;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
}

.scroller-con .scroller::-webkit-scrollbar {
  display: none;
}

.scroller-con.safe {
  opacity: 1;
}

.scroller-con.type-scrollTop {
  overflow: hidden;
  height: auto;
}

.scroller-con.type-scrollTop .scrollbary_bg,
.scroller-con.type-scrollTop .scrollbary {
  position: fixed;
}

.scroller-con.dzsscr-inited {
  opacity: 1;
}

.inner.inner-for-horizontal {
  white-space: nowrap;
  width: auto;
}

.inner.inner-for-horizontal > img {
  max-width: none;
}

.scroller-con.auto-height {
  height: auto;
}

.scroller-con.auto-height .scroller {
  position: relative;
  height: auto;
}

.scroller-con.auto-height .scroller .inner {
  position: relative !important;
  display: inline-block;
}

.scroller-con.auto-height .scroller .real-inner {
  position: relative;
  top: 0;
  left: 0;
}

.scroller-con.auto-height .scroller::-webkit-scrollbar {
  display: none;
}

.scroller-con.overflow-visible .scroller {
  overflow: visible;
}

.scroller-con.overflow-x-visible .scroller {
  overflow: visible;
  overflow-y: hidden;
  overflow-x: visible;
}

.scroller-con.easing .inner {
  transition-property: left, top;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: left, top;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: left, top;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: left, top;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: left, top;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
}

.scroller-con .scrollbar.easing > * {
  transition-property: left, top;
  transition-duration: 0.7s;
  transition-timing-function: ease-out;
  -moz-transition-property: left, top;
  -moz-transition-duration: 0.7s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: left, top;
  -webkit-transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: left, top;
  -o-transition-duration: 0.7s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: left, top;
  -ms-transition-duration: 0.7s;
  -ms-transition-timing-function: ease-out;
}

.scroller-con .scrollbary {
  position: absolute;
  cursor: pointer;
}

.scroller-con .scrollbary_bg {
  position: absolute;
  cursor: pointer;
}

.scroller-con .scrollbarx {
  position: absolute;
  cursor: pointer;
}

.scroller-con .scrollbarx_bg {
  position: absolute;
  cursor: pointer;
}

.scroller-con.swipe-enabled {
  cursor: move;
  cursor: -moz-grab;
  cursor: grab;
  cursor: url(/themes/unify/assets/images/b06c243f534d9c5461d16528156cd5a8.cur) 4 4, move;
}

.scroller-con.swipe-enabled.closedhand {
  cursor: url(/themes/unify/assets/images/a8c874b93b3d848f39a71260c57e3863.cur) 4 4, move;
}

/*estethic styling*/

/* skin_default */

.scroller-con.skin_default .scrollbarx {
  width: 60px;
  height: 7px;
  left: 0;
  bottom: -10px;
  background: #5896c6;
  border-radius: 2px;
}

.scroller-con.skin_default .scrollbarx_bg {
  height: 7px;
  left: 0;
  bottom: -10px;
  background: #eee;
  border-radius: 5px;
}

.scroller-con.skin_default .scrollbary {
  width: 10px;
  height: 60px;
  top: 0;
  right: -11px;
  background: #5896c6;
  border-radius: 2px;
}

.scroller-con.skin_default .scrollbary_bg {
  width: 10px;
  top: 0;
  right: -11px;
  background: #eee;
  border-radius: 5px;
}

.scroller-con.dir-ver .scroller {
  width: calc(100% - 16px);
}

.scroller-con.skin_apple.dir-ver .scroller {
  width: 100%;
}

/* skin_alternate */

.scroller-con.skin_alternate {
  margin-bottom: 40px;
}

.scroller-con.skin_alternate .scrollbarx {
  width: 200px;
  height: 30px;
  left: 0;
  bottom: -30px;
  background: yellow;
}

.scroller-con.skin_alternate .scrollbarx_bg {
  height: 30px;
  left: 0;
  bottom: -30px;
  background: #000;
}

.scroller-con.skin_alternate .scrollbary {
  width: 7px;
  height: 60px;
  top: 0;
  right: -10px;
  background: transparent url(/themes/unify/assets/images/c9a73c0607c86ced832492faab668c4c.png);
}

.scroller-con.skin_alternate .scrollbary_bg {
  width: 7px;
  top: 0;
  right: -10px;
  background: #eee;
}

/*Skin 3*/

.scroller-con.skin_blackwhite {
  margin-top: 30px;
}

.scroller-con.skin_blackwhite .scrollbarx {
  position: absolute;
  width: 35px;
  height: 10px;
  left: 0;
  top: -15px;
  background: url(/themes/unify/assets/images/427a4078515701142225c622a785aba0.png);
  cursor: pointer;
}

.scroller-con.skin_blackwhite .scrollbarx_bg {
  position: absolute;
  height: 1px;
  left: 0;
  top: -10px;
  background: #eee;
  cursor: pointer;
}

.scroller-con.skin_blackwhite .scrollbary {
  width: 10px;
  height: 35px;
  top: 0;
  right: -15px;
  background: url(/themes/unify/assets/images/8a4237351c4ac81a188aa10259bbd9f5.png);
}

.scroller-con.skin_blackwhite .scrollbary_bg {
  position: absolute;
  width: 1px;
  top: 0;
  right: -10px;
  background: #fff;
  cursor: pointer;
}

/*======Skin-Progress*/

.scroller-con.skin_progress .scrollbarx {
  width: 60px;
  height: 19px;
  left: 0;
  bottom: -20px;
  background-image: url(/themes/unify/assets/images/5dd839e998a20965933034a6186fec52.png);
  border-radius: 15px;
}

.scroller-con.skin_progress .scrollbarx_bg {
  height: 19px;
  left: 0;
  bottom: -20px;
  background: #191d21;
  border-radius: 15px;
  border: 1px solid #1a1a1a;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.scroller-con.skin_progress .scrollbary {
  width: 19px;
  height: 60px;
  top: 0;
  right: -28px;
  background-image: url(/themes/unify/assets/images/a920f6c9f5d7ab392983093f72f6db6f.png);
  border-radius: 15px;
}

.scroller-con.skin_progress .scrollbary_bg {
  width: 19px;
  top: 0;
  right: -28px;
  background: #191d21;
  border-radius: 15px;
  border: 1px solid #1a1a1a;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*======Skin_ProgressBox*/

.scroller-con.skin_progressbox .scrollbarx {
  width: 60px;
  height: 19px;
  left: 0;
  bottom: -16px;
  background-image: url(/themes/unify/assets/images/772ba206b679e62292bfa8bb7b3230a9.png);
}

.scroller-con.skin_progressbox .scrollbarx_bg {
  height: 19px;
  left: 0;
  bottom: -16px;
  background: #191d21;
  border: 1px solid #1a1a1a;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.scroller-con.skin_progressbox .scrollbary {
  width: 19px;
  height: 60px;
  top: 0;
  right: -28px;
  background-image: url(/themes/unify/assets/images/a920f6c9f5d7ab392983093f72f6db6f.png);
  border-radius: 15px;
}

.scroller-con.skin_progressbox .scrollbary_bg {
  width: 19px;
  top: 0;
  right: -28px;
  background: #191d21;
  border: 1px solid #1a1a1a;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*skin slider*/

.scroller-con.skin_slider .scrollbarx {
  width: 60px;
  height: 7px;
  left: 0;
  bottom: -10px;
  background: #5896c6;
  border-radius: 2px;
}

.scroller-con.skin_slider .scrollbarx_bg {
  height: 7px;
  left: 0;
  bottom: -10px;
  background: #eee;
  border-radius: 5px;
}

.scroller-con.skin_slider .scrollbary {
  width: 30px;
  height: 30px;
  top: 0;
  right: -30px;
  background-image: url(/themes/unify/assets/images/abff5a2fceada844f2c4c4fc0aec0ca4.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.scroller-con.skin_slider .scrollbary_bg {
  width: 7px;
  top: 0;
  right: -18px;
  background: #282a31;
  border-radius: 15px;
  border: 1px solid #1a1a1a;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.scroller-con.skin_slider.scrollbars-inset .scrollbary {
  right: 0px;
}

.scroller-con.skin_slider.scrollbars-inset .scrollbary_bg {
  right: 0px;
}

.scroller-con.skin_slider.scrollbars-inset .scrollbarx {
  bottom: 0px;
}

.scroller-con.skin_slider.scrollbars-inset .scrollbarx_bg {
  bottom: 10px;
}

/*skin slider*/

.scroller-con.skin_slider .scrollbarx {
  width: 30px;
  height: 30px;
  left: 0;
  bottom: -31px;
  background-color: transparent;
  background-image: url(/themes/unify/assets/images/abff5a2fceada844f2c4c4fc0aec0ca4.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.scroller-con.skin_slider .scrollbarx_bg {
  height: 7px;
  left: 0;
  bottom: -20px;
  background: #282a31;
  border-radius: 15px;
  border: 1px solid #1a1a1a;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.scroller-con.skin_slider .scrollbary {
  width: 30px;
  height: 30px;
  top: 0;
  right: -30px;
  background-image: url(/themes/unify/assets/images/abff5a2fceada844f2c4c4fc0aec0ca4.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.scroller-con.skin_slider .scrollbary_bg {
  width: 7px;
  top: 0;
  right: -18px;
  background: #282a31;
  border-radius: 15px;
  border: 1px solid #1a1a1a;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*skin skin_timeline*/

.scroller-con.skin_timeline .scrollbar {
  opacity: 0;
}

.scroller-con.skin_timeline .scrollbarx {
  width: 17px;
  height: 17px;
  left: 0;
  bottom: 7px;
  background-color: transparent;
  background-image: url(/themes/unify/assets/images/bb1d00f56158e144be5dd4e97c69c120.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.scroller-con.skin_timeline .scrollbarx_bg {
  height: 30px;
  left: 0;
  bottom: 0px;
  background-image: url(/themes/unify/assets/images/890a535160bd1abfa5796a48c00cee2c.png);
  background-position: center center;
  background-repeat: repeat-x;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.scroller-con.skin_timeline .scrollbary {
  width: 30px;
  height: 30px;
  top: 0;
  right: -30px;
  background-image: url(/themes/unify/assets/images/abff5a2fceada844f2c4c4fc0aec0ca4.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.scroller-con.skin_timeline .scrollbary_bg {
  width: 7px;
  top: 0;
  right: -18px;
  background: #282a31;
  border-radius: 15px;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.scroller-con.skin_royale {
  margin-bottom: 30px;
}

.scroller-con.skin_royale .scrollbarx_bg,
.scroller-con.skin_royale .scrollbary_bg {
  background-color: #1c1a17;
  border-radius: 3px;
}

.scroller-con.skin_royale .scrollbarx,
.scroller-con.skin_royale .scrollbary {
  background-color: #363330;
  border-radius: 3px;
}

.scroller-con.skin_royale .scrollbarx_bg {
  height: 14px;
  top: auto;
  bottom: -24px;
}

.scroller-con.skin_royale .scrollbarx {
  width: 50px;
  height: 14px;
  top: auto;
  bottom: -24px;
}

.scroller-con.skin_royale .scrollbary_bg {
  width: 14px;
  left: auto;
  right: -24px;
}

.scroller-con.skin_royale .scrollbary {
  width: 14px;
  left: auto;
  right: -24px;
  height: 50px;
}

/*======skin apple*/

.scroller-con.skin_apple .scrollbarx {
  width: 90px;
  height: 8px;
  left: 0;
  bottom: -15px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.scroller-con.skin_apple .scrollbarx_bg {
  height: 0px;
}

.scroller-con.skin_apple .scrollbary {
  width: 8px;
  height: 90px;
  top: 0;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.scroller-con.skin_apple .scrollbary_bg {
  width: 8px;
  right: 0;
  background: rgba(255, 255, 255, 0);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
}

.scroller-con.skin_apple .scrollbar:hover .scrollbary_bg,
.scroller-con.skin_apple .scrollbar.dragging .scrollbary_bg {
  background: rgba(255, 255, 255, 0.3);
}

.scroller-con.skin_bigblue {
  margin-bottom: 30px;
}

.scroller-con.skin_bigblue .scrollbary {
  width: 20px;
  background: #59c8ef;
  opacity: 0.2;
  border-radius: 0;
  height: 350px;
}

.scroller-con.skin_bigblue .scrollbary_bg {
  opacity: 0;
  border-radius: 0;
}

.scroller-con.skin_bigblue .scrollbarx {
  width: 350px;
  background: #59c8ef;
  opacity: 0.2;
  border-radius: 0;
  height: 20px;
  top: 100%;
  bottom: auto;
  margin-top: 5px;
}

.scroller-con.skin_bigblue .scrollbax_bg {
  opacity: 0;
  border-radius: 0;
  top: 100%;
  bottom: auto;
  margin-top: 5px;
}

.scroller-con.skin_luna {
  margin-bottom: 30px;
}

.scroller-con.skin_luna .scrollbary {
  width: 20px;
  background: #59c8ef;
  opacity: 0.2;
  border-radius: 0;
  height: 350px;
}

.scroller-con.skin_luna .scrollbary_bg {
  opacity: 0;
  border-radius: 0;
}

.scroller-con.skin_luna .scrollbarx {
  width: 100px;
  background: #fafafa;
  opacity: 1;
  border-radius: 0;
  height: 16px;
  top: 100%;
  bottom: auto;
  margin-top: 7px;
  margin-left: 2px;
}

.scroller-con.skin_luna .scrollbarx svg.arrow-left,
.scroller-con.skin_luna .scrollbarx svg.arrow-right {
  width: 5px;
  height: 7px;
  position: absolute;
  top: 5px;
  left: 6px;
}

.scroller-con.skin_luna .scrollbarx svg.arrow-left path,
.scroller-con.skin_luna .scrollbarx svg.arrow-right path {
  fill: #555;
}

.scroller-con.skin_luna .scrollbarx svg.arrow-right {
  right: 6px;
  left: auto;
  transform: scaleX(-1);
}

.scroller-con.skin_luna .scrollbarx_bg {
  opacity: 1;
  border-radius: 0;
  background-color: rgba(50, 50, 50, 0.1);
  height: 20px;
  top: 100%;
  bottom: auto;
  margin-top: 5px;
}

.scroller-con.skin_cerc {
  margin-bottom: 30px;
}

.scroller-con.skin_cerc .scrollbary {
  width: 20px;
  background: #59c8ef;
  opacity: 0.2;
  border-radius: 0;
  height: 350px;
}

.scroller-con.skin_cerc .scrollbary_bg {
  opacity: 0;
  border-radius: 0;
}

.scroller-con.skin_cerc .scrollbarx {
  width: 22px;
  background: #444444;
  opacity: 1;
  border-radius: 50%;
  height: 22px;
  top: 100%;
  bottom: auto;
  margin-top: 7px;
  margin-left: 2px;
}

.scroller-con.skin_cerc .scrollbarx svg.arrow-left,
.scroller-con.skin_cerc .scrollbarx svg.arrow-right {
  width: 3px;
  height: 7px;
  position: absolute;
  top: 8px;
  left: 5px;
}

.scroller-con.skin_cerc .scrollbarx svg.arrow-left path,
.scroller-con.skin_cerc .scrollbarx svg.arrow-right path {
  fill: #e5c100;
}

.scroller-con.skin_cerc .scrollbarx svg.arrow-right {
  right: 5px;
  left: auto;
  transform: scaleX(-1);
}

.scroller-con.skin_cerc .scrollbarx_bg {
  opacity: 1;
  border-radius: 0;
  background-color: rgba(50, 50, 50, 0.1);
  height: 1px;
  top: 100%;
  bottom: auto;
  margin-top: 18px;
}

.scroller-con.place-scrollbar-left .scrollbary,
.scroller-con.place-scrollbar-left .scrollbary_bg {
  left: auto;
  right: 100%;
}

body.scroller-con {
  overflow: hidden !important;
  margin-top: 0 !important;
}

body.scroller-con .inner {
  width: 100%;
}

body.scroller-con.skin_blackwhite .scrollbary {
  right: 0;
}

body.scroller-con.skin_blackwhite .scrollbary_bg {
  right: 5px;
}

/*misc*/

.preloader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  background: #fff url(/themes/unify/assets/images/8393c5f7e394698f751ee6a11fff3dc7.gif) center no-repeat;
}

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}.advancedscroller {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.advancedscroller > .items {
  display: none;
}

/* -- functional styling */

.advancedscroller-con {
  position: relative;
  width: 100%;
}

.advancedscroller {
  position: relative;
  width: 100%;
  min-height: 50px;
  margin-bottom: 10px;
  /* ==== hide the images until loaded */
}

.advancedscroller .item-tobe {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}

.advancedscroller .item-tobe .feed-description,
.advancedscroller .item .feed-description {
  display: none;
}

.advancedscroller .item .description-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
}

.advancedscroller .item .description-wrapper .description-wrapper--icon-con {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: background;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: background;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: background;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
}

.advancedscroller .item .description-wrapper .description-wrapper--icon-con > i {
  font-size: 18px;
  color: #FFFFFF;
  font-family: "FontAwesome", arial, serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
}

.advancedscroller .item .description-wrapper .description-wrapper--icon-con > i.fa-times {
  opacity: 0;
  font-size: 18px;
}

.advancedscroller .item .description-wrapper .description-wrapper--text {
  white-space: normal;
  background-color: #FFFFFF;
  padding: 30px;
  line-height: 1.8;
  position: absolute;
  right: 40px;
  bottom: 0;
  width: calc(100% - 40px);
  opacity: 0;
  visibility: hidden;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
}

.advancedscroller .item .description-wrapper .description-wrapper--text h4 {
  font-family: "Lato",arial, serif;
  font-size: 25px;
  color: #212121;
  margin: 7px 0 17px;
  font-weight: 900;
  line-height: 1;
}

.advancedscroller .item .description-wrapper .description-wrapper--text p {
  line-height: 1.92;
  margin-bottom: 2px;
  color: #444444;
}

.advancedscroller .item .description-wrapper:hover .description-wrapper--icon-con {
  background-color: #e74c3c;
}

.advancedscroller .item .description-wrapper.active .description-wrapper--text {
  opacity: 1;
  visibility: visible;
}

.advancedscroller .item .description-wrapper.active .description-wrapper--icon-con {
  background-color: #e74c3c;
}

.advancedscroller .item .description-wrapper.active i.fa-info {
  opacity: 0;
  filter: blur(10px);
  -webkit-filter: blur(10px);
}

.advancedscroller .item .description-wrapper.active i.fa-times {
  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.advancedscroller .loaded .item {
  position: relative;
}

.advancedscroller ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.advancedscroller ul > li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.advancedscroller ul:after {
  content: ' ';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}

.advancedscroller .thumbsCon {
  display: block;
  overflow: hidden;
  position: relative;
  height: auto;
  transition-property: height;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: height;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: height;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: height;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: height;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
}

.advancedscroller .bulletsCon {
  display: block;
  position: relative;
  z-index: 4;
}

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

.advancedscroller .thumbsClip {
  position: relative;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transition-property: left;
  transition-duration: 0.9s;
  transition-timing-function: ease-out;
  -moz-transition-property: left;
  -moz-transition-duration: 0.9s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: left;
  -webkit-transition-duration: 0.9s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: left;
  -o-transition-duration: 0.9s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: left;
  -ms-transition-duration: 0.9s;
  -ms-transition-timing-function: ease-out;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.1);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.1);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.1);
  /* easeOutBack */
}

.advancedscroller .thumbsClip > * {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.advancedscroller .the-thumb-con {
  position: relative;
}

.advancedscroller .item .the-thumb {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.advancedscroller .item p:empty {
  display: none;
}

.advancedscroller .item.needs-loading:not(.loaded) {
  height: 10px;
}

.advancedscroller.with-shadow {
  margin-bottom: 35px;
}

.advancedscroller.item-padding-30 .thumbsClip > .item {
  padding-left: 15px;
  padding-right: 15px;
}

.advancedscroller.with-shadow:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 33px;
  background-image: url(/themes/unify/assets/images/16705ffbfa30361419a001799dbd9c08.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

.advancedscroller.no-need-for-nav .bulletsCon {
  display: none;
}

.advancedscroller.no-need-for-nav .arrowsCon {
  display: none;
}

.advancedscroller:after {
  content: ' ';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}

.advancedscroller.from-zoomfolio {
  overflow: visible;
}

.advancedscroller.from-zoomfolio .items {
  display: none;
}

img.fullwidth {
  width: 100%;
  display: block;
}

/* -- ----------- --------
--- estethic styling
*/

@-webkit-keyframes preloader-semicircles-tween {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@keyframes preloader-semicircles-tween {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

.advancedscroller .preloader,
.advancedscroller .preloader-squares1 {
  width: 128px;
  height: 40px;
  background: transparent url(/themes/unify/assets/images/875fa007e9db9bda821f76da099c9bae.gif) center center no-repeat;
  margin-left: -64px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.advancedscroller .preloader-semicircles {
  width: 30px;
  height: 30px;
  background: rgba(230, 230, 230, 0.9);
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-right: -15px;
  animation: preloader-semicircles-tween 1.4s infinite linear;
  -webkit-animation: preloader-semicircles-tween 1.4s infinite linear;
}

.advancedscroller .preloader-semicircles:after {
  position: absolute;
  width: 50px;
  height: 50px;
  border-top: 10px solid rgba(200, 200, 200, 0.5);
  border-bottom: 10px solid rgba(200, 200, 200, 0.5);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-radius: 50px;
  content: '';
  top: -20px;
  left: -20px;
  box-sizing: content-box;
}

.advancedscroller .bulletsCon {
  height: 20px;
  text-align: center;
  margin: 15px auto;
  cursor: pointer;
}

.advancedscroller .thumbsClip > * {
  padding: 0px 10px;
  transition-property: border, padding, opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  -moz-transition-property: border, padding, opacity, visibility;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: border, padding, opacity, visibility;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: border, padding, opacity, visibility;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: border, padding, opacity, visibility;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: ease-out;
}

.advancedscroller .thumbsClip > *.last-in-row {
  border-right: 1px solid transparent;
}

.advancedscroller .thumbsClip > *:last-child {
  border-right: 1px solid transparent;
}

.advancedscroller .arrowsCon > .arrow-left,
.advancedscroller .arrowsCon > .arrow-right {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(/themes/unify/assets/images/4c62ea84a1f3955a8d7706d3c200bedc.png);
  width: 30px;
  height: 30px;
  position: absolute;
  left: 5px;
  top: 45%;
  margin-top: -15px;
  cursor: pointer;
  opacity: 0.69;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: opacity;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: opacity;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
}

.advancedscroller .arrowsCon > .arrow-right {
  background-image: url(/themes/unify/assets/images/33c94ae5cc2bc4090d9e233611b12acd.png);
  left: auto;
  right: 5px;
  top: 45%;
}

.advancedscroller .arrowsCon > .arrow-left:hover,
.advancedscroller .arrowsCon > .arrow-right:hover {
  opacity: 1;
}

.advancedscroller .bulletsCon span.bullet {
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: 0 0%;
  background-color: transparent;
  background-image: url(/themes/unify/assets/images/2e722fa6fa381f3a02b209b4d6d2344c.png);
  display: inline-block;
  margin-right: 3px;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: background;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: background;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: background;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
}

.advancedscroller .bulletsCon span.bullet:hover {
  background-position: 0 100%;
}

.advancedscroller .bulletsCon span.bullet.active {
  background-position: 0 100%;
}

.advancedscroller .name {
  text-align: center;
  margin-top: 10px;
}

.advancedscroller .price {
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
}

.advancedscroller .price > span {
  display: inline-block;
}

.advancedscroller .addtocart-con {
  text-align: center;
  margin-top: 10px;
}

.advancedscroller .addtocart-con > .button-addtocart {
  margin-top: 0px;
}

.advancedscroller.transition-fade .thumbsClip > * {
  opacity: 0;
  visibility: hidden;
}

.advancedscroller.transition-testimonials_transition_1 .testimonial-col-name {
  position: relative;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
  transform: translate(0, 50%);
}

.advancedscroller.transition-testimonials_transition_1 .testimonial-col-quote {
  position: relative;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
  transform: translate(50%, 0);
}

.advancedscroller.transition-testimonials_transition_1 .thumbsClip > * {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.testimonial-slide-con {
  padding: 100px 30px;
}

.advancedscroller.transition-testimonials_transition_1 .thumbsClip > *.currItem {
  opacity: 1;
  visibility: visible;
}

.advancedscroller.transition-testimonials_transition_1 .thumbsClip > *.currItem .testimonial-col-name,
.advancedscroller.transition-testimonials_transition_1 .thumbsClip > *.currItem .testimonial-col-quote {
  transform: translate(0%, 0);
}

.advancedscroller.transition-wipeoutandfade .thumbsClip {
  transition-property: none;
  transition-duration: 0s;
  transition-timing-function: linear;
  -moz-transition-property: none;
  -moz-transition-duration: 0s;
  -moz-transition-timing-function: linear;
  -webkit-transition-property: none;
  -webkit-transition-duration: 0s;
  -webkit-transition-timing-function: linear;
  -o-transition-property: none;
  -o-transition-duration: 0s;
  -o-transition-timing-function: linear;
  -ms-transition-property: none;
  -ms-transition-duration: 0s;
  -ms-transition-timing-function: linear;
  white-space: nowrap;
}

.advancedscroller.transition-wipeoutandfade .thumbsClip > * {
  opacity: 0;
  visibility: hidden;
  width: 0;
  position: relative;
}

.advancedscroller.transition-wipeoutandfade .thumbsClip > * .wipeout-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}

.advancedscroller.transition-wipeoutandfade .thumbsClip > * .wipeout-wrapper .wipeout-wrapper-inner {
  position: relative;
}

.advancedscroller.transition-wipeoutandfade .thumbsClip > * .wipeout-wrapper {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.advancedscroller.transition-wipeoutandfade .thumbsClip > * .wipeout-wrapper .wipeout-wrapper-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.advancedscroller.transition-wipeoutandfade .thumbsClip > * .wipeout-wrapper .wipeout-wrapper-inner > .vplayer {
  width: 100% !important;
  height: 100%;
}

.advancedscroller.transition-fade .thumbsClip > *.currItem,
.advancedscroller.transition-wipeoutandfade .thumbsClip > *.currItem,
.advancedscroller.transition-testimonials_transition_1 .thumbsClip > *.currItem {
  opacity: 1;
  visibility: visible;
}

.advancedscroller.swipe-enabled {
  cursor: move;
  cursor: -moz-grab;
  cursor: grab;
  cursor: url(/themes/unify/assets/images/b06c243f534d9c5461d16528156cd5a8.cur) 4 4, move;
}

.advancedscroller.swipe-enabled.closedhand {
  cursor: url(/themes/unify/assets/images/a8c874b93b3d848f39a71260c57e3863.cur) 4 4, move;
}

.advancedscroller.swipe-enabled.closedhand .thumbsClip {
  transition-property: left;
  transition-duration: 0s;
  transition-timing-function: linear;
  -moz-transition-property: left;
  -moz-transition-duration: 0s;
  -moz-transition-timing-function: linear;
  -webkit-transition-property: left;
  -webkit-transition-duration: 0s;
  -webkit-transition-timing-function: linear;
  -o-transition-property: left;
  -o-transition-duration: 0s;
  -o-transition-timing-function: linear;
  -ms-transition-property: left;
  -ms-transition-duration: 0s;
  -ms-transition-timing-function: linear;
}

.advancedscroller.center-v .thumbsCon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.advancedscroller.mode-onlyoneitem .thumbsCon .thumbsClip > li {
  width: 100%;
  border-right: 0;
}

.advancedscroller.mode-onlyoneitem .vplayer {
  position: absolute;
  width: 100%;
  height: 100%;
}

.advancedscroller.islastpage .thumbsClip > *.last-in-row {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.advancedscroller.islastpage .thumbsClip > *:last-child {
  border-right: 1px solid transparent;
}

div.button-addtocart a {
  color: #fff;
}

.button-addtocart {
  font-family: Helvetica, Arial, sans-serif;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 15px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  margin: 10px 0;
  padding: 4px 10px;
  text-decoration: none;
  border-radius: 3px;
  color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #ba2b00;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JhMmIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjFhMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ba2b00 0%, #ff1a00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ba2b00), color-stop(100%, #ff1a00));
  background: -webkit-linear-gradient(top, #ba2b00 0%, #ff1a00 100%);
  background: -o-linear-gradient(top, #ba2b00 0%, #ff1a00 100%);
  background: -ms-linear-gradient(top, #ba2b00 0%, #ff1a00 100%);
  background: linear-gradient(to bottom, #ba2b00 0%, #ff1a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba2b00', endColorstr='#ff1a00',GradientType=0 );
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  font-size: 9px;
}

.old-price {
  margin-right: 5px;
  color: red;
  text-decoration: line-through;
}

.advancedscroller.mode-onlyoneitem .thumbsClip.center-it {
  position: absolute;
  margin-left: -50%;
}

.advancedscroller.mode-onlyoneitem .thumbsClip > * {
  padding: 0px;
}

.advancedscroller.mode-onlyoneitem .thumbsClip li > img {
  display: block;
}

.advancedscroller.mode-onlyoneitem .thumbsClip li > a > img {
  display: block;
}

.advancedscroller.skin-default .thumbsClip > * {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.advancedscroller.skin-white {
  margin-top: 10px;
}

.advancedscroller.skin-white a {
  color: inherit;
  text-decoration: none;
}

.advancedscroller.skin-white a:hover {
  opacity: 0.7;
}

.advancedscroller.skin-white .thumbsClip > * {
  padding: 10px;
  border-right: 0;
}

.advancedscroller.skin-white .thumbsClip > *.last-in-row {
  padding: 10px;
  border-right: 0;
}

.advancedscroller.skin-white .arrowsCon > .arrow-left,
.advancedscroller.skin-white .arrowsCon > .arrow-right {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(/themes/unify/assets/images/84c2c5b1672fedc14e38816f66ee8d6e.png);
  width: 30px;
  height: 30px;
  position: absolute;
  left: auto;
  right: 65px;
  top: -15px;
  margin-top: -15px;
  cursor: pointer;
  opacity: 0.69;
  z-index: 4;
  transition-property: left;
  transition-duration: 0s;
  transition-timing-function: linear;
  -moz-transition-property: left;
  -moz-transition-duration: 0s;
  -moz-transition-timing-function: linear;
  -webkit-transition-property: left;
  -webkit-transition-duration: 0s;
  -webkit-transition-timing-function: linear;
  -o-transition-property: left;
  -o-transition-duration: 0s;
  -o-transition-timing-function: linear;
  -ms-transition-property: left;
  -ms-transition-duration: 0s;
  -ms-transition-timing-function: linear;
}

.advancedscroller.skin-white .arrowsCon > .arrow-right {
  background-image: url(/themes/unify/assets/images/17212e10799a10680d5c21e78e783328.png);
  left: auto;
  right: 45px;
  top: -15px;
}

.advancedscroller.skin-white .arrowsCon > .arrow-left:hover,
.advancedscroller.skin-white .arrowsCon > .arrow-right:hover {
  opacity: 1;
}

.advancedscroller.skin-black {
  margin-top: 10px;
}

.advancedscroller.skin-black a {
  color: inherit;
  text-decoration: none;
}

.advancedscroller.skin-black a:hover {
  opacity: 0.7;
}

.advancedscroller.skin-black .thumbsClip > * {
  padding: 10px;
  border-right: 0;
}

.advancedscroller.skin-black .thumbsClip > *.first-in-row {
  padding: 10px;
  padding-left: 0px;
  border-right: 0;
}

.advancedscroller.skin-black .thumbsClip > *.last-in-row {
  padding: 10px;
  padding-right: 0px;
  border-right: 0;
}

.advancedscroller.skin-black .arrowsCon > .arrow-left,
.advancedscroller.skin-black .arrowsCon > .arrow-right {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(/themes/unify/assets/images/81e82b18ce1bb36f04f9a62df8a57150.png);
  width: 30px;
  height: 30px;
  position: absolute;
  left: auto;
  right: 20px;
  top: -15px;
  margin-top: -15px;
  cursor: pointer;
  opacity: 0.69;
  z-index: 4;
  transition-property: left;
  transition-duration: 0s;
  transition-timing-function: linear;
  -moz-transition-property: left;
  -moz-transition-duration: 0s;
  -moz-transition-timing-function: linear;
  -webkit-transition-property: left;
  -webkit-transition-duration: 0s;
  -webkit-transition-timing-function: linear;
  -o-transition-property: left;
  -o-transition-duration: 0s;
  -o-transition-timing-function: linear;
  -ms-transition-property: left;
  -ms-transition-duration: 0s;
  -ms-transition-timing-function: linear;
}

.advancedscroller.skin-black .arrowsCon > .arrow-right {
  background-image: url(/themes/unify/assets/images/7ab06b0d96e4be95a0c3ddafec96d92f.png);
  left: auto;
  right: 0px;
  top: -15px;
}

.advancedscroller.skin-black .arrowsCon > .arrow-left:hover,
.advancedscroller.skin-black .arrowsCon > .arrow-right:hover {
  opacity: 1;
}

.advancedscroller.skin-inset .thumbsClip > * {
  padding: 0px;
}

.advancedscroller.skin-inset .arrowsCon > .arrow-left,
.advancedscroller.skin-inset .arrowsCon > .arrow-right {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(/themes/unify/assets/images/d380ab11fea49d973d8715eef48b65db.png);
  width: 40px;
  height: 40px;
  position: absolute;
  left: 5px;
  top: 45%;
  margin-top: -20px;
  cursor: pointer;
  opacity: 0.69;
  z-index: 4;
  transition-property: left;
  transition-duration: 0s;
  transition-timing-function: linear;
  -moz-transition-property: left;
  -moz-transition-duration: 0s;
  -moz-transition-timing-function: linear;
  -webkit-transition-property: left;
  -webkit-transition-duration: 0s;
  -webkit-transition-timing-function: linear;
  -o-transition-property: left;
  -o-transition-duration: 0s;
  -o-transition-timing-function: linear;
  -ms-transition-property: left;
  -ms-transition-duration: 0s;
  -ms-transition-timing-function: linear;
}

.advancedscroller.skin-inset .arrowsCon > .arrow-right {
  background-image: url(/themes/unify/assets/images/47a3abc970b2175a6db3a73af5659c6a.png);
  left: auto;
  right: 5px;
  top: 45%;
}

.advancedscroller.skin-inset .arrowsCon > .arrow-left:hover,
.advancedscroller.skin-inset .arrowsCon > .arrow-right:hover {
  opacity: 1;
}

.advancedscroller.skin-inset .transition-fade .thumbsClip > * {
  opacity: 0;
  visibility: hidden;
}

.advancedscroller.skin-inset .transition-fade .thumbsClip > *.currItem {
  opacity: 1;
  visibility: visible;
}

.advancedscroller.skin-karma-inset .thumbsClip > * {
  padding: 0px;
}

.advancedscroller.skin-karma-inset .arrowsCon > .arrow-left,
.advancedscroller.skin-karma-inset .arrowsCon > .arrow-right {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: none;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  z-index: 4;
  transition-property: left;
  transition-duration: 0s;
  transition-timing-function: linear;
  -moz-transition-property: left;
  -moz-transition-duration: 0s;
  -moz-transition-timing-function: linear;
  -webkit-transition-property: left;
  -webkit-transition-duration: 0s;
  -webkit-transition-timing-function: linear;
  -o-transition-property: left;
  -o-transition-duration: 0s;
  -o-transition-timing-function: linear;
  -ms-transition-property: left;
  -ms-transition-duration: 0s;
  -ms-transition-timing-function: linear;
}

.advancedscroller.skin-karma-inset .arrowsCon > .arrow-left:before,
.advancedscroller.skin-karma-inset .arrowsCon > .arrow-right:before {
  position: absolute;
  content: "\F104";
  font-family: FontAwesome, arial;
  font-size: 34px;
  top: 50%;
  left: 50%;
  color: #FFFFFF;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.advancedscroller.skin-karma-inset .arrowsCon > .arrow-right:before {
  content: "\F105";
}

.advancedscroller.skin-karma-inset .arrowsCon > .arrow-right {
  left: auto;
  right: 0px;
  top: 50%;
}

.advancedscroller.skin-karma-inset .arrowsCon > .arrow-left:hover,
.advancedscroller.skin-karma-inset .arrowsCon > .arrow-right:hover {
  background-color: #e74c3c;
}

.advancedscroller.skin-karma-inset .transition-fade .thumbsClip > * {
  opacity: 0;
  visibility: hidden;
}

.advancedscroller.skin-karma-inset .transition-fade .thumbsClip > *.currItem {
  opacity: 1;
  visibility: visible;
}

.advancedscroller.skin-regen .thumbsClip > * {
  padding: 0px;
}

.advancedscroller.skin-regen .arrowsCon > .arrow-left,
.advancedscroller.skin-regen .arrowsCon > .arrow-right {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(/themes/unify/assets/images/0e53a50695659a2a5818cfb7e71ed6da.png);
  width: 50px;
  height: 50px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  opacity: 0.69;
  background-size: cover;
  z-index: 4;
  transition-property: left;
  transition-duration: 0s;
  transition-timing-function: linear;
  -moz-transition-property: left;
  -moz-transition-duration: 0s;
  -moz-transition-timing-function: linear;
  -webkit-transition-property: left;
  -webkit-transition-duration: 0s;
  -webkit-transition-timing-function: linear;
  -o-transition-property: left;
  -o-transition-duration: 0s;
  -o-transition-timing-function: linear;
  -ms-transition-property: left;
  -ms-transition-duration: 0s;
  -ms-transition-timing-function: linear;
}

.advancedscroller.skin-regen .arrowsCon > .arrow-right {
  background-image: url(/themes/unify/assets/images/8b931a2435e5c4123435bc54c4e70ce2.png);
  left: auto;
  right: 15px;
  top: 50%;
}

.advancedscroller.skin-regen .arrowsCon > .arrow-left:hover,
.advancedscroller.skin-regen .arrowsCon > .arrow-right:hover {
  opacity: 1;
}

.advancedscroller.skin-regen .bulletsCon {
  display: block;
  position: absolute;
  width: 100%;
  top: auto;
  bottom: 10px;
}

.advancedscroller.skin-regen .bulletsCon span.bullet {
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-image: none;
  display: inline-block;
  margin-right: 8px;
  background-color: rgba(0, 0, 0, 0.4);
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: background;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: background;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: background;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
}

.advancedscroller.skin-regen .bulletsCon span.bullet.active {
  background-color: rgba(0, 0, 0, 0.7);
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
}

.advancedscroller.skin-agata .arrowsCon > .arrow-left,
.advancedscroller.skin-agata .arrowsCon > .arrow-right {
  position: absolute;
  left: 5px;
  top: 45%;
}

.advancedscroller.skin-agata .arrowsCon > .arrow-right {
  left: auto;
  right: 5px;
}

.advancedscroller.skin-agata .arrowsCon > .arrow-left,
.advancedscroller.skin-agata .arrowsCon > .arrow-right,
.arrow-left.skin-agata,
.arrow-right.skin-agata {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: none;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #383838;
  opacity: 1;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: background-color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: background-color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: background-color;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
}

.advancedscroller.skin-agata .arrowsCon > .arrow-left:before,
.arrow-left.skin-agata:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #e3e3e3;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -6px;
}

.advancedscroller.skin-agata .arrowsCon > .arrow-right:before,
.arrow-right.skin-agata:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #e3e3e3;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -6px;
}

.advancedscroller.skin-agata .arrowsCon > .arrow-left:hover,
.arrow-left.skin-agata:hover,
.advancedscroller.skin-agata .arrowsCon > .arrow-right:hover,
.arrow-right.skin-agata:hover {
  background-color: #00a99d;
}

/* -- END skin-agata */

/* -- skin-agata-inset */

.advancedscroller.skin-agata-inset .thumbsClip > * {
  padding: 0px;
}

.advancedscroller.skin-agata-inset > .arrowsCon > .arrow-left,
.advancedscroller.skin-agata-inset .arrowsCon > .arrow-right {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/themes/unify/assets/images/d52ee790731f2edcefc2afc8fe2e2d09.png);
  width: 40px;
  height: 60px;
  position: absolute;
  left: 0px;
  top: 45%;
  margin-top: -30px;
  cursor: pointer;
  background-color: rgba(33, 33, 33, 0.3);
  z-index: 4;
  border-radius: 0 5px 5px 0;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: background-color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: background-color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: background-color;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
}

.advancedscroller.skin-agata-inset > .arrowsCon > .arrow-right {
  background-image: url(/themes/unify/assets/images/4a1f5486480ced783aafb7cda2060fb0.png);
  left: auto;
  right: 0px;
  top: 45%;
  border-radius: 5px 0 0 5px;
}

.advancedscroller.skin-agata-inset > .arrowsCon > .arrow-left:hover,
.advancedscroller.skin-agata-inset .arrowsCon > .arrow-right:hover {
  background-color: rgba(33, 33, 33, 0.7);
}

.advancedscroller.skin-agata-inset .transition-fade .thumbsClip > * {
  opacity: 0;
  visibility: hidden;
}

.advancedscroller.skin-agata-inset .transition-fade .thumbsClip > *.currItem {
  opacity: 1;
  visibility: visible;
}

.advancedscroller.skin-agata-inset .bulletsCon {
  position: absolute;
  width: 100%;
  bottom: 10px;
  margin: 0;
  text-align: center;
}

.advancedscroller.skin-agata-inset .bulletsCon .bullet {
  width: 20px;
  height: 4px;
  border-radius: 3px;
  background-color: #4d4d4d;
  background-image: none;
}

.advancedscroller.skin-agata-inset .bulletsCon .bullet.active {
  background-color: #00a99d;
}

/* -- skin-avanti-inset */

.advancedscroller.skin-avanti-inset .thumbsClip > *,
.advancedscroller.skin-bubble-inset .thumbsClip > * {
  padding: 0px;
}

.advancedscroller.skin-avanti-inset > .arrowsCon > .arrow-left,
.advancedscroller.skin-avanti-inset .arrowsCon > .arrow-right,
.advancedscroller.skin-bubble-inset > .arrowsCon > .arrow-left,
.advancedscroller.skin-bubble-inset .arrowsCon > .arrow-right {
  background-image: none;
  left: 15px;
  top: 45%;
  margin-top: -15px;
  opacity: 1;
}

.advancedscroller.skin-avanti-inset > .arrowsCon > .arrow-right,
.advancedscroller.skin-bubble-inset > .arrowsCon > .arrow-right {
  background-image: none;
  left: auto;
  right: 15px;
  top: 45%;
  margin-top: -15px;
  width: auto;
}

.advancedscroller.skin-avanti-inset > .arrowsCon > .arrow-left path,
.advancedscroller.skin-avanti-inset .arrowsCon > .arrow-right path,
.advancedscroller.skin-bubble-inset > .arrowsCon > .arrow-left path,
.advancedscroller.skin-bubble-inset .arrowsCon > .arrow-right path {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
}

.advancedscroller.skin-avanti-inset > .arrowsCon > .arrow-left:hover #Layer_1 path,
.advancedscroller.skin-avanti-inset .arrowsCon > .arrow-right:hover path,
.advancedscroller.skin-bubble-inset > .arrowsCon > .arrow-left:hover #Layer_1 path,
.advancedscroller.skin-bubble-inset .arrowsCon > .arrow-right:hover path {
  fill: #00a99d;
}

.advancedscroller.skin-avanti-inset .transition-fade .thumbsClip > *,
.advancedscroller.skin-bubble-inset .transition-fade .thumbsClip > * {
  opacity: 0;
  visibility: hidden;
}

.advancedscroller.skin-avanti-inset .transition-fade .thumbsClip > *.currItem,
.advancedscroller.skin-bubble-inset .transition-fade .thumbsClip > *.currItem {
  opacity: 1;
  visibility: visible;
}

.advancedscroller.skin-avanti-inset .bulletsCon,
.advancedscroller.skin-bubble-inset .bulletsCon {
  position: absolute;
  width: 100%;
  bottom: 10px;
  margin: 0;
  text-align: center;
}

.advancedscroller.skin-avanti-inset .bulletsCon .bullet,
.advancedscroller.skin-bubble-inset .bulletsCon .bullet {
  width: 20px;
  height: 4px;
  border-radius: 3px;
  background-color: #4d4d4d;
  background-image: none;
}

.advancedscroller.skin-avanti-inset .bulletsCon .bullet.active,
.advancedscroller.skin-bubble-inset .bulletsCon .bullet.active {
  background-color: #00a99d;
}

/* -- END skin-avanti-inset */

/* -- skin-qcre-inset */

.advancedscroller.skin-qcre .thumbsClip > * {
  padding: 0px;
}

.advancedscroller.skin-qcre > .arrowsCon > .arrow-left,
.advancedscroller.skin-qcre .arrowsCon > .arrow-right {
  background-image: none;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  margin-top: -0px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 30px;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: background;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: background;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: background;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
}

.advancedscroller.skin-qcre > .arrowsCon > .arrow-left:before,
.advancedscroller.skin-qcre .arrowsCon > .arrow-right:before {
  content: "\F105";
  font-family: FontAwesome,sans-sarif;
  font-size: 30px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -5px;
  line-height: 1;
}

.advancedscroller.skin-qcre > .arrowsCon > .arrow-left:before {
  content: "\F104";
  margin-left: -5px;
}

.advancedscroller.skin-qcre > .arrowsCon > .arrow-left {
  background-image: none;
  left: auto;
  right: 30px;
  top: auto;
  bottom: 0;
  margin-top: -0px;
}

.advancedscroller.skin-qcre > .arrowsCon > .arrow-left:hover,
.advancedscroller.skin-qcre .arrowsCon > .arrow-right:hover {
  background-color: #e74c3c;
}

.advancedscroller.skin-qcre .transition-fade .thumbsClip > * {
  opacity: 0;
  visibility: hidden;
}

.advancedscroller.skin-qcre .transition-fade .thumbsClip > *.currItem {
  opacity: 1;
  visibility: visible;
}

.advancedscroller.skin-qcre .bulletsCon {
  position: absolute;
  width: 100%;
  bottom: 10px;
  margin: 0;
  text-align: center;
}

.advancedscroller.skin-qcre .bulletsCon .bullet {
  width: 20px;
  height: 4px;
  border-radius: 3px;
  background-color: #4d4d4d;
  background-image: none;
}

.advancedscroller.skin-qcre .bulletsCon .bullet.active {
  background-color: #00a99d;
}

/* -- END skin-qcre-inset */

.advancedscroller.skin-bubble-inset > .arrowsCon > .arrow-left,
.advancedscroller.skin-bubble-inset .arrowsCon > .arrow-right {
  background-image: none;
  left: 50%;
  margin-left: -27px;
  top: auto;
  bottom: 10px;
  margin-top: -15px;
  opacity: 1;
  width: 44px;
  height: 44px;
}

.advancedscroller.skin-bubble-inset > .arrowsCon > .arrow-right {
  background-image: none;
  left: 50%;
  margin-left: 27px;
  top: auto;
  bottom: 10px;
  margin-top: -15px;
}

.advancedscroller.skin-bubble-inset > .arrowsCon > .arrow-left:hover #Layer_1 path,
.advancedscroller.skin-bubble-inset .arrowsCon > .arrow-right:hover path {
  fill: #fff;
}

.advancedscroller.skin-giza {
  margin-bottom: 10px;
  padding-bottom: 30px;
}

.advancedscroller.skin-giza > .arrowsCon > .arrow-left,
.advancedscroller.skin-giza .arrowsCon > .arrow-right {
  background-image: none;
  left: 50%;
  margin-left: -35px;
  top: auto;
  bottom: 0px;
  margin-top: -15px;
  opacity: 1;
  width: 30px;
  height: 30px;
}

.advancedscroller.skin-giza > .arrowsCon > .arrow-right {
  background-image: none;
  left: 50%;
  margin-left: 5px;
  top: auto;
  bottom: 0px;
  margin-top: -15px;
}

.advancedscroller.skin-giza > .arrowsCon > .arrow-left circle,
.advancedscroller.skin-giza .arrowsCon > .arrow-right circle {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
}

.advancedscroller.skin-giza > .arrowsCon > .arrow-left:hover #Layer_2 circle,
.advancedscroller.skin-giza .arrowsCon > .arrow-right:hover #Layer_2 circle {
  fill: #555555;
}

.advancedscroller.skin-giza > .arrowsCon > .arrow-left:hover #Layer_4 circle,
.advancedscroller.skin-giza .arrowsCon > .arrow-right:hover #Layer_4 circle {
  stroke: #555555;
}

.advancedscroller.skin-giza-bullets .bulletsCon {
  margin-top: 15px;
  text-align: center;
  height: auto;
}

.advancedscroller.skin-giza-bullets .bulletsCon span.bullet {
  width: 12px;
  height: 12px;
  background-image: none;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #d1b97e;
  margin-right: 4px;
}

.advancedscroller.skin-giza-bullets .bulletsCon > span.bullet:last-child {
  margin-right: 0;
}

.advancedscroller.skin-giza-bullets .bulletsCon span.bullet.active {
  background-color: #d1b97e;
}

.advancedscroller.skin-nonav .arrowsCon {
  display: none;
}

.advancedscroller.skin-whitefish .arrowsCon {
  display: none;
}

.advancedscroller.skin-whitefish .bulletsCon {
  position: absolute;
  width: 100%;
  bottom: 10px;
  margin: 0;
  text-align: center;
  height: auto;
  line-height: 1;
}

.advancedscroller.skin-whitefish .bulletsCon span.bullet {
  width: 8px;
  height: 8px;
  background-image: none;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 4px;
}

.advancedscroller.skin-whitefish .bulletsCon > span.bullet:last-child {
  margin-right: 0;
}

.advancedscroller.skin-whitefish .bulletsCon span.bullet.active {
  background-color: #ffffff;
}

.advancedscroller.skin-whitefish.is-thicker .bulletsCon {
  bottom: 28px;
}

.advancedscroller.skin-whitefish.is-thicker .bulletsCon span.bullet {
  width: 10px;
  height: 10px;
  background-image: none;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 4px;
}

.advancedscroller.skin-whitefish.is-thicker .bulletsCon > span.bullet:last-child {
  margin-right: 0;
}

.advancedscroller.skin-whitefish.is-thicker .bulletsCon span.bullet.active {
  background-color: #ffffff;
}

.dzsas-second-con {
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0;
}

.dzsas-second-con .dzsas-second-con--clip {
  position: relative;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: left;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: left;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: left;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: left;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
}

.dzsas-second-con .dzsas-second-con--clip > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: opacity, visibility;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: opacity, visibility;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: opacity, visibility;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: opacity, visibility;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
}

.dzsas-second-con .dzsas-second-con--clip > *.active {
  opacity: 1;
  visibility: visible;
}

/* ====== caption styling mami

*/

.advancedscroller .caption {
  position: absolute;
}

.advancedscroller .caption.skin-underlay {
  bottom: -70%;
  left: 0;
  width: 100%;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding: 10px 10px;
  background: rgba(230, 230, 230, 0.9);
  color: #111;
  transition-property: bottom;
  transition-duration: 1.2s;
  transition-timing-function: ease-out;
  -moz-transition-property: bottom;
  -moz-transition-duration: 1.2s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: bottom;
  -webkit-transition-duration: 1.2s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: bottom;
  -o-transition-duration: 1.2s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: bottom;
  -ms-transition-duration: 1.2s;
  -ms-transition-timing-function: ease-out;
}

.advancedscroller .item.currItem .caption {
  bottom: 0;
}

.advancedscroller .imagediv {
  display: block;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ====== misc

*/

.giza-circle {
  border-radius: 50%;
  border: 4px solid #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 0 1px #e2e2e2;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out-quart;
  -moz-transition-property: background-color, color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out-quart;
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out-quart;
  -o-transition-property: background-color, color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out-quart;
  -ms-transition-property: background-color, color;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out-quart;
}

.social-meta-con h4 {
  color: inherit;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}

.social-meta-con .social-circle-con {
  float: right;
  margin-top: -4px;
}

.social-meta-con h3 {
  font-size: 30px;
  color: inherit;
  font-weight: 300;
  margin-top: 10px;
}

.nicetext {
  color: #FFFFFF;
  font-style: italic;
  font-size: 17px;
  font-family: "Lato",arial, serif;
  line-height: 1.7;
}

.social-circle-con {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  width: 24px;
  height: 24px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}

.social-circle-con > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #FFFFFF;
}

.circle-con {
  border: 2px solid #FFFFFF;
  border-radius: 100%;
  width: 110px;
  height: 110px;
  position: relative;
}

.circle-con img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

#parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 850px;
  overflow: hidden;
  z-index: 2;
  margin: 0;
}

#parallax li {
  position: absolute;
  top: 0;
  left: 0;
}

#parallax li.prl1 {
  background: url(/themes/unify/assets/images/07e21447d41e86f3d42821e503f1a6c0.png);
  width: 2200px;
  height: 800px;
}

#parallax li.prl2 {
  background: url(/themes/unify/assets/images/5e38bfe4d60802ae357e1daf4fc9f120.png);
  width: 2050px;
  height: 600px;
}

#parallax li.prl3 {
  background: url(/themes/unify/assets/images/45e602b68cd8aaa15a0cdfbca9df857d.png);
  width: 2500px;
  height: 700px;
}

#parallax li.prl4 {
  background: url(/themes/unify/assets/images/d427dbc8b2e9145524e9ad559926cab2.png);
  width: 1900px;
  height: 700px;
}/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}/*
 * HS Mega Menu - jQuery Plugin
 * @version: 1.0.0 (Sun, 26 Feb 2017)
 *
 * @license:
 *
 * Copyright 2017 HtmlStream
 *
 */

.hs-menu-initialized {
  position: relative;
  z-index: 10;
}

.hs-menu-initialized .animated {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}

.hs-overflow-x-locked {
  overflow-x: hidden;
}

.hs-sub-menu,
.hs-mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  margin-top: 5px;
  visibility: hidden;
  opacity: 0;
  /* width: 100%; */
  background-color: #fff;
  opacity: 1 !important;
}

.hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu,
.hs-menu-initialized:not(.hs-mobile-state) .hs-mega-menu {
  display: block !important;
}

.hs-sub-menu-opened > .hs-sub-menu,
.hs-mega-menu-opened > .hs-mega-menu {
  visibility: visible;
  opacity: 1;
}

.hs-sub-menu {
  min-width: 180px;
}

.hs-has-sub-menu {
  position: relative;
}

.hs-sub-menu .hs-sub-menu,
.hs-mega-menu .hs-sub-menu,
.hs-sub-menu .hs-mega-menu,
.hs-mega-menu .hs-mega-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
}

.hs-has-sub-menu > a::after {
  content: "\E900";
  font-family: "hs-icons" !important;
  font-size: 10px;
  display: inline;
  margin-left: 7px;
}

.hs-has-sub-menu .hs-has-sub-menu > a {
  position: relative;
}

.hs-has-sub-menu .hs-has-sub-menu > a::after {
  content: "\E902";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: inherit;
  background: transparent !important;
}

/*------------------------------------
	Vertical Direction
------------------------------------*/

.hs-menu-vertical .hs-sub-menu,
.hs-menu-vertical .hs-mega-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
}

.hs-menu-vertical .hs-sub-menu {
  width: auto;
}

.hs-menu-vertical .hs-mega-menu {
  height: 100%;
}

/*------------------------------------
	Mobile state
------------------------------------*/

.hs-mobile-state .hs-sub-menu,
.hs-mobile-state .hs-mega-menu {
  position: static;
  visibility: visible;
}

.hs-mobile-state .hs-has-mega-menu[data-max-width] > .hs-mega-menu,
.hs-mobile-state .hs-has-sub-menu[data-max-width] > .hs-sub-menu {
  max-width: initial !important;
}

/*------------------------------------
	RTL
------------------------------------*/

.hs-menu-initialized.hs-rtl {
  direction: rtl;
  unicode-bidi: embed;
}

.hs-menu-initialized.hs-rtl .hs-sub-menu,
.hs-menu-initialized.hs-rtl .hs-mega-menu {
  left: auto;
  right: 0;
}

.hs-menu-initialized.hs-rtl .hs-sub-menu .hs-sub-menu,
.hs-menu-initialized.hs-rtl .hs-mega-menu .hs-sub-menu,
.hs-menu-initialized.hs-rtl .hs-sub-menu .hs-mega-menu,
.hs-menu-initialized.hs-rtl .hs-mega-menu .hs-mega-menu {
  left: auto;
  right: 100%;
}

/*------------------------------------
	Smart Position
------------------------------------*/

.hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu.hs-reversed,
.hs-menu-initialized:not(.hs-mobile-state) .hs-mega-menu.hs-reversed {
  left: auto;
  right: 0;
}

.hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu .hs-sub-menu.hs-reversed,
.hs-menu-initialized:not(.hs-mobile-state) .hs-mega-menu .hs-sub-menu.hs-reversed,
.hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu .hs-mega-menu.hs-reversed,
.hs-menu-initialized:not(.hs-mobile-state) .hs-mega-menu .hs-mega-menu.hs-reversed {
  left: auto;
  right: 100%;
}

.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-sub-menu.hs-reversed,
.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-mega-menu.hs-reversed {
  right: auto;
  left: 0;
}

.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-sub-menu .hs-sub-menu.hs-reversed,
.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-mega-menu .hs-sub-menu.hs-reversed,
.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-sub-menu .hs-mega-menu.hs-reversed,
.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-mega-menu .hs-mega-menu.hs-reversed {
  right: auto;
  left: 100%;
}

/*------------------------------------
	Positions
	(only 'horizontal' direction)
------------------------------------*/

.hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-left {
  left: 0;
  right: auto;
}

.hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-right {
  left: auto;
  right: 0;
}

.hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-center {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */

.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */

.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */

.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */

.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Boring
   */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Slider
   */

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spring
   */

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */

.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */

.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin
   */

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */

.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */

.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */

.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}/*! 
 * Master Slider WordPress Main CSS File
 * @date Aug 2016
 */

/**
 *  Master Slider
 * 	Main css file
 */

.master-slider {
  position: relative;
  visibility: hidden;
  -moz-transform: translate3d(0 , 0 , 0);
}

.ms-ie img {
  border: none;
}

.ms-ie8 * {
  opacity: inherit;
  filter: inherit;
}

.ms-ie7 {
  zoom: 1;
}

.ms-moz .ms-slide-bgcont>img {
  transform: translateX(0px);
}

.master-slider a,
.master-slider a:hover {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.wpb_row .master-slider-parent *,
.master-slider-parent * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.master-slider-parent {
  margin-left: auto;
  margin-right: auto;
}

.ms-layout-partialview .ms-view {
  overflow: visible;
  background-color: transparent;
}

.ms-layout-partialview .ms-container {
  overflow: hidden;
}



.master-slider img,
.ms-slide-bgvideocont video {
  max-width: none;
}

.master-slider.ms-fullheight {
  height: 100%;
}

.ms-slide-auto-height {
  display: table;
}

.ms-loading-container {
  position: absolute;
  width: 100%;
  top: 0;
}

.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
  width: 36px;
  height: 36px;
  background: url(/themes/unify/assets/images/214f3c5ef3de8b01b2fe67da6ccfc7e7.gif) no-repeat center white;
  border-radius: 60px;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -18px;
  opacity: 0.9;
}

/* grab cursor */

.ms-def-cursor {
  cursor: auto !important;
}

.ms-grab-cursor {
  cursor: url(/themes/unify/assets/images/e659367c40a35b37ae64231785e70f68.png), move;
}

.ms-grabbing-cursor {
  cursor: url(/themes/unify/assets/images/ddb713667ecd955979029b677721b6ec.png), move;
}

.ms-ie .ms-grab-cursor {
  cursor: move;
}

.ms-ie .ms-grabbing-cursor {
  cursor: move;
}

.ms-view {
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}

.ms-view .ms-slide-container {
  position: relative;
}

.ms-slide {
  position: absolute;
  height: 100%;
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
}

.ms-wk .ms-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}



.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont {
  position: absolute;
  overflow: hidden;
  width: 100%;
}

.ms-slide .ms-slide-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 110;
}

.ms-ie .ms-slide-link {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat;
}

.ms-slide .ms-slide-bgvideocont {
  z-index: 105;
  height: 100%;
}

.ms-wk .ms-slide .ms-slide-bgvideocont,
.ms-wk .ms-slide-bgvideocont>video {
  -webkit-transform: translateZ(0.3px);
  transform: translateZ(0.3px);
}

.ms-slide .ms-slide-bgvideo {
  position: absolute;
  top: 0px;
}

.ms-inner-controls-cont,
.ms-container {
  position: relative;
  margin: 0 auto;
}

.ms-slide .ms-slide-bgcont img,
.ms-container,
.ms-inner-controls-cont {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ms-slide .ms-layer,
.ms-fixed-layers .ms-layer,
.ms-overlay-layers .ms-layer {
  position: absolute;
  pointer-events: auto;
}

.ms-layer-mask {
  position: absolute;
  overflow: hidden;
}

.ms-layer-mask .ms-layer {
  position: relative;
}

.ms-slide .ms-slide-layers,
.ms-overlay-layers .ms-slide-layers,
.ms-fixed-layers {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 109;
  top: 0px;
  pointer-events: none;
}

/* ------------------------------------------------------------------------------ */

/* Overlayer layers */

.ms-overlay-layers {
  position: absolute;
  top: 0;
  z-index: 120;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ms-slide .ms-slide-video {
  position: absolute;
  top: 0;
  z-index: 111;
  background: black;
  padding: 0;
  margin: 0;
  border: none;
}

.ms-slide .ms-pattern {
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  z-index: 108;
  position: absolute;
  top: 0;
}

.ms-wk .ms-pattern {
  -webkit-transform: translateZ(0.4px);
  transform: translateZ(0.4px);
}

.ms-parallax-layer {
  width: 100%;
  position: absolute;
  top: 0;
}

.ms-scroll-parallax-cont {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 109;
}

.ms-wk .ms-scroll-parallax-cont {
  -webkit-transform: translateZ(0.4px);
  transform: translateZ(0.4px);
}





/*-----------------------------------------------------------*/

.ms-action-layer {
  cursor: pointer;
}

.ms-btn-container {
  position: absolute;
}

.ms-btn {
  text-decoration: none;
  display: inline-block;
  color: black;
  position: relative;
  padding: 8px 15px;
  cursor: pointer;
  white-space: nowrap;
}

.ms-default-btn {
  background: #0074A2;
  border-radius: 5px;
  color: #FFF;
}

.ms-default-btn:hover {
  background-color: #0098D5;
}

.ms-default-btn:active {
  top: 1px;
}

.ms-layer.video-box {
  background: black;
}

.ms-layer.video-box iframe {
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  z-index: 110;
}

.ms-btn-s {
  padding: 14px 17px;
  font-size: 80%;
  line-height: 0;
}

.ms-btn-m {
  padding: 12px 40px;
}

.ms-btn-n {
  padding: 8px 25px;
  font-size: 95%;
}

.ms-btn-l {
  padding: 17px 50px;
  font-size: 120%;
}



.ms-btn-round {
  border-radius: 5px;
}

.ms-btn-circle {
  border-radius: 100px;
}



.ms-btn-outline-round {
  border-radius: 5px;
}

.ms-btn-outline-circle {
  border-radius: 100px;
}

/*-----------------------------------------------------------*/

.ms-slide .ms-slide-vpbtn,
.ms-slide .ms-video-btn {
  position: absolute;
  cursor: pointer;
  z-index: 110;
}

.ms-slide .ms-slide-vcbtn {
  position: absolute;
  cursor: pointer;
  z-index: 113;
}

.ms-slide-vcbtn-mobile {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background-color: black;
  color: white;
  text-align: center;
  cursor: pointer;
  z-index: 113;
}

.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 0.75em;
  display: inline-block;
  background: url(/themes/unify/assets/images/5a1a15f3df095e0e8dbca53abd291084.png) no-repeat 0px 3px;
  padding-left: 15px;
  height: 15px;
  color: #DBDBDB;
  margin-top: 7px;
}

.ms-wk .ms-slide .ms-slide-vcbtn,
.ms-wk .ms-slide .ms-slide-layers,
.ms-wk .ms-slide .ms-slide-vpbtn,
.ms-wk .ms-slide .ms-slide-video,
.ms-wk .ms-slide-link {
  -webkit-transform: translateZ(0.44px);
  transform: translateZ(0.44px);
}

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

.ms-mask-frame {
  overflow: hidden;
  position: absolute;
  float: left;
}

/* controls */

.ms-thumb-list {
  overflow: hidden;
  position: absolute;
}

.ms-thumb-list.ms-dir-h {
  width: 100%;
}

.ms-thumb-list.ms-dir-v {
  height: 100%;
  top: 0;
}

.ms-thumbs-cont {
  position: relative;
}

.ms-thumb-frame img {
  width: 100%;
  height: auto;
}

.ms-thumb-frame {
  cursor: pointer;
  float: left;
  overflow: hidden;
  opacity: 0.5;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.ms-thumb-frame-selected {
  opacity: 1;
}

.ms-tabs .ms-thumb-frame {
  background-color: #F6f6f6;
  text-shadow: 0 1px 1px white;
  color: #222;
  border: solid 1px white;
  border-width: 0 1px 1px 0;
  overflow: visible;
  position: relative;
  opacity: 1;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.ms-tabs.ms-has-thumb .ms-tab-thumb {
  width: auto;
}

.ms-tabs.ms-dir-h .ms-thumb-frame {
  margin-top: 12px;
}

.ms-tabs.ms-dir-v .ms-thumb-frame {
  margin-left: 12px;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {
  margin-left: 0px;
}

.ms-tabs.ms-dir-h.ms-align-top {
  z-index: 140;
}

.ms-tabs.ms-dir-h.ms-align-top  .ms-thumb-frame {
  margin-top: -12px;
}

.ms-tabs .ms-thumb {
  padding: 20px 20px;
}

.ms-tabs .ms-thumb-frame-selected {
  opacity: 1;
  background: #EDEDED;
}

.ms-tabs .ms-thumb-frame .ms-thumb-ol {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
  top: 0px;
  left: 50%;
  margin-left: -12px;
  border-bottom: solid 12px #F6f6f6;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
}

.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  top: -12px;
  border-bottom-color: #EDEDED;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
  bottom: 0px;
  top: auto;
  border-bottom: 0px;
  border-top: solid 12px #F6f6f6;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  bottom: -12px;
  border-top-color: #EDEDED;
}

.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
  top: 50%;
  left: 0;
  margin-top: -12px;
  border-right: solid 12px #EDEDED;
  border-top: solid 12px transparent;
  border-bottom: solid 12px transparent;
}

.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  left: -12px;
  border-right-color: #EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
  left: auto;
  right: 0;
  border-right: 0;
  border-left: solid 12px #EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  right: -12px;
  border-left-color: #EDEDED;
}

.ms-thumb-alt {
  text-align: center;
  margin: 5px;
  font-size: 14px;
  font-weight: 600;
}

/* horizontal thumblist arrows*/

.ms-thumb-list.ms-dir-h .ms-thumblist-fwd,
.ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
  height: 100%;
  width: 20px;
  position: absolute;
  left: 0;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.5);
  text-align: center;
  color: white;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
  right: 0;
  left: auto;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after,
.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
  content: close-quote;
  top: 43%;
  position: relative;
  border: solid rgba(0, 0, 0, 0);
  border-width: 5px 5px 5px 0px;
  display: block;
  border-right-color: #FFF;
  width: 6px;
  height: 1px;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
  border-width: 5px 0px 5px 5px;
  border-left-color: #FFF;
  left: 7px;
}

/* vertical thumblist arrows */

.ms-thumb-list.ms-dir-v .ms-thumblist-fwd,
.ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.5);
  text-align: center;
  color: white;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
  bottom: 0;
  top: auto;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after,
.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  content: close-quote;
  left: 43%;
  position: relative;
  border: solid rgba(0, 0, 0, 0);
  border-width: 0px 5px 5px 5px;
  display: block;
  border-bottom-color: #FFF;
  height: 1px;
  top: 5px;
  width: 0;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  border-width: 5px 5px 0px 5px;
  border-top-color: #FFF;
  top: 7px;
}

/* Thumb in tab styles */

.ms-tabs.ms-dir-v.ms-has-thumb .ms-thumbs-cont {
  top: 0 !important;
}

.ms-tabs.ms-has-thumb .ms-thumb-frame {
  height: auto !important;
}

.ms-tabs.ms-has-thumb .ms-thumb {
  padding: 0;
}

.ms-tabs.ms-has-thumb .ms-tab-context {
  padding: 20px;
}

.ms-tabs.ms-align-left  .ms-tab-thumb {
  float: left;
  margin-right: 20px;
}

.ms-tabs.ms-align-right .ms-tab-thumb {
  float: right;
  margin-left: 20px;
}

.ms-bullet {
  cursor: pointer;
  float: left;
}

.ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}

.ms-bullets.ms-dir-v {
  position: absolute;
  top: 50%;
}

.ms-bullets.ms-dir-v .ms-bullet {
  float: none;
}

.ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}

.ms-sbar {
  position: absolute;
}

.ms-sbar.ms-dir-h {
  left: 10px;
  right: 10px;
  top: 5px;
}

.ms-sbar.ms-dir-v {
  top: 10px;
  bottom: 10px;
  right: 5px;
}

.ms-sbar .ms-bar {
  height: 4px;
  background: #333;
  border-radius: 4px;
}

.ms-sbar.ms-dir-v .ms-bar {
  width: 4px;
}

.ms-sbar .ms-bar {
  position: relative;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.ms-timerbar {
  width: 100%;
  bottom: 0px;
  position: absolute;
}

.ms-ctimer {
  position: absolute;
  top: 30px;
  left: 30px;
  cursor: pointer;
}



.ms-time-bar {
  -webkit-transition: width 120ms linear;
  -moz-transition: width 120ms linear;
  -ms-transition: width 120ms linear;
  -o-transition: width 120ms linear;
  transition: width 120ms linear;
}

.ms-ie7 .ms-tooltip-arrow {
  height: 0px;
}

.ms-slide-info {
  position: absolute;
}

.ms-slide-info.ms-dir-v {
  top: 0;
}

.ms-slide-info.ms-dir-h {
  width: 100%;
}

@keyframes point-anim {
  0% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes point-anim {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

/* In Android browser, using css animations over slider causes some crashes */

.ms-android .ms-tooltip-point .ms-point-border {
  animation: none;
  -moz-animation: none;
  -webkit-animation: none;
  -o-animation: none;
}

.ms-pattern.ms-patt-1 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYICA/wzoDGTwHyDAADXxAv4Eq8S5AAAAAElFTkSuQmCC);
}

.ms-pattern.ms-patt-2 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYECA/wxogLAANoBdF0CAAQD+agT8l3ocpQAAAABJRU5ErkJggg==);
}

.ms-pattern.ms-patt-3 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACxJREFUeNqU0EENAAAMwkD8m+4s7PhCCmHbGijxE0jS1HOOhxJSUhf9eAIMAI/CEe94Ny14AAAAAElFTkSuQmCC);
}

.ms-pattern.ms-patt-4 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYGBg+M+ABfxHo3Fz/gMEGACtlgX7j8MuyAAAAABJRU5ErkJggg==);
}

.ms-pattern.ms-patt-5 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABNJREFUeNpiYECA/3CCAV0UIMAANfEC/mOKn1cAAAAASUVORK5CYII=);
}

.ms-pattern.ms-patt-6 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBg+M+AClD4AAEGACn3Af/97SgJAAAAAElFTkSuQmCC);
}

.ms-pattern.ms-patt-7 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiYMAE/+EEAy5Z0iUAAgwA/moE/KMl2lgAAAAASUVORK5CYII=);
}

.ms-pattern.ms-patt-8 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBg+M+ACdDFAAIMADP0Af/w5VDVAAAAAElFTkSuQmCC);
}

.ms-pattern.ms-patt-9 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABJJREFUeNpiYGBg+M9AGQAIMABABAEA80yJjQAAAABJRU5ErkJggg==);
}

.ms-pattern.ms-patt-10 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiYGBg+A/FcMDEQH0AEGAAxksCAb3vCDgAAAAASUVORK5CYII=);
}

.ms-pattern.ms-patt-11 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABxJREFUeNpiZGBg+M+AChhBBBMDDkC6BOkAIMAAlXQBCO9f4icAAAAASUVORK5CYII=);
}

.ms-pattern.ms-patt-12 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpiYGBg+M8AATAaDnAKYEgQBgABBgB6/AT8h9ybfgAAAABJRU5ErkJggg==);
}

.ms-pattern.ms-patt-13 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB1JREFUeNpiYGBg+M+ABJig9H90AbggI7oWgAADAI5xBAIRYsxUAAAAAElFTkSuQmCC);
}

.ms-pattern.ms-patt-14 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpiYGBg+M+AA9BSgkQBgAADAJIyB/kDCjAnAAAAAElFTkSuQmCC);
}

.ms-pattern.ms-patt-15 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUeNpiYGBg+M9ABPhPjPh/YjT9J2AipiRAgAEAhjsH+Utd9Z4AAAAASUVORK5CYII=);
}

/* white patterns */

.ms-pattern.ms-patt-16 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFAQMAAABCXz8WAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdjaGBwZFBiEGHgAAAHPwEAP8TPrwAAAABJRU5ErkJggg==);
}

.ms-pattern.ms-patt-17 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAIAQMAAAALP6d4AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABZJREFUCNdjaGBwYFBgEGDgAGIFBgcADegBabpJ4LsAAAAASUVORK5CYII=);
}

.ms-pattern.ms-patt-18 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGA4wPCA4QMACtgDEQ8Bqx8AAAAASUVORK5CYII=);
}

.ms-pattern.ms-patt-19 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA9JREFUCNdjWMDgAMRAAAAKigGBlYsMggAAAABJRU5ErkJggg==);
}

.ms-pattern.ms-patt-20 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA1JREFUCNdj+ACFQAAAHgwDwds/+0oAAAAASUVORK5CYII=);
}

.ms-pattern.ms-patt-21 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA1JREFUCNdjOACEYAAADAoBgRrgDF0AAAAASUVORK5CYII=);
}

.ms-pattern.ms-patt-22 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAwADiACBhux1cwAAAABJRU5ErkJggg==);
}

.ms-pattern.ms-patt-23 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAIAQMAAAAC1AcCAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGAAAxgNAAsQAQHPxScOAAAAAElFTkSuQmCC);
}

.ms-pattern.ms-patt-24 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABAQMAAADZzn0AAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAApJREFUCNdj6AAAAIoAiVWdWYwAAAAASUVORK5CYII=);
}

.ms-pattern.ms-patt-25 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdj4GBoYHBgUGAQAAAFggD5HRIFwAAAAABJRU5ErkJggg==);
}

.ms-pattern.ms-patt-26 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjUGBoYHAAAAJmAOF0EZC+AAAAAElFTkSuQmCC);
}

.ms-pattern.ms-patt-27 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGAIYFBgCAAABcgBQeTzXGUAAAAASUVORK5CYII=);
}

.ms-pattern.ms-patt-28 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAACBJREFUCNdjaGBgcHBgUGhgEGRg4GJgYAGRQDZQBCgOAC/KAvtspwwJAAAAAElFTkSuQmCC);
}

.ms-pattern.ms-patt-29 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdjUGBwYGhg4GAQAAAFkgD5MUFnfgAAAABJRU5ErkJggg==);
}

.ms-pattern.ms-patt-30 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjcGBoYFAAAALmAOHcBT11AAAAAElFTkSuQmCC);
}

/**
 *  Master Slider
 *  Default Skin
 */

.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn {
  width: 50px;
  height: 51px;
  background: url(/themes/unify/assets/images/a3a5c82f953a4a05e52f906dc41feec8.png) no-repeat -14px -150px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}

.ms-skin-default .ms-slide .ms-slide-vcbtn {
  width: 30px;
  height: 30px;
  background: url(/themes/unify/assets/images/a3a5c82f953a4a05e52f906dc41feec8.png) no-repeat -24px -28px;
  top: 18px;
  right: 30px;
}

/* controls */

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
  width: 30px;
  background: url(/themes/unify/assets/images/a3a5c82f953a4a05e52f906dc41feec8.png);
  background-position: -89px -26px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  left: 30px;
  margin-top: -20px;
  position: absolute;
  z-index: 110;
}

.ms-skin-default .ms-nav-next {
  right: 30px;
  left: auto;
  background-position: -89px -103px;
}

.ms-skin-default .ms-bullet {
  width: 10px;
  height: 10px;
  background: url(/themes/unify/assets/images/a3a5c82f953a4a05e52f906dc41feec8.png) no-repeat;
  margin: 4px;
  background-position: -34px -117px;
}

.ms-skin-default .ms-bullet-selected {
  background-position: -34px -84px;
}

.ms-skin-default .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px;
}

.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px;
}

.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px;
}

.ms-skin-default .ms-tooltip-point {
  cursor: pointer;
}

.ms-skin-default .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #BBB;
  background: white;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}

.ms-skin-default .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: black;
  background: rgba(0, 0, 0, 0.36);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: point-anim 1.5s infinite;
  -moz-animation: point-anim 1.5s infinite;
  -webkit-animation: point-anim 1.5s infinite;
  -o-animation: point-anim 1.5s infinite;
}

.ms-skin-default .ms-tooltip {
  max-width: 200px;
}

.ms-skin-default .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0px white;
  margin-left: -1px;
}

/* retina */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .ms-skin-default .ms-slide .ms-slide-vpbtn,
  .ms-skin-default .ms-video-btn,
  .ms-skin-default .ms-slide .ms-slide-vcbtn,
  .ms-skin-default .ms-nav-next,
  .ms-skin-default .ms-nav-prev,
  .ms-skin-default .ms-bullet {
    background-image: url(/themes/unify/assets/images/f26b8289da6b35d876b943bc6f390617.png);
    background-size: 152px 225px;
  }
}

/**
 *  Master Slider
 *  Black 1
 */

.ms-skin-black-1 .ms-slide .ms-slide-vpbtn,
.ms-skin-black-1 .ms-video-btn {
  width: 54px;
  height: 54px;
  background: url(/themes/unify/assets/images/d3405cb355db8ab05c2f1e02068ce8df.png) no-repeat -14px -150px;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
}

.ms-skin-black-1 .ms-slide .ms-slide-vcbtn {
  width: 27px;
  height: 26px;
  background: url(/themes/unify/assets/images/d3405cb355db8ab05c2f1e02068ce8df.png) no-repeat -24px -29px;
  top: 30px;
  right: 30px;
}

/* controls */

.ms-skin-black-1 .ms-nav-next,
.ms-skin-black-1 .ms-nav-prev {
  width: 53px;
  background: url(/themes/unify/assets/images/d3405cb355db8ab05c2f1e02068ce8df.png);
  background-position: -79px -19px;
  height: 61px;
  cursor: pointer;
  top: 50%;
  left: 30px;
  margin-top: -26px;
  position: absolute;
  z-index: 110;
}

.ms-skin-black-1 .ms-nav-next {
  right: 30px;
  left: auto;
  background-position: -79px -97px;
}

.ms-skin-black-1 .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}

.ms-skin-black-1 .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}

.ms-skin-black-1 .ms-bullet {
  width: 9px;
  height: 9px;
  background: white;
  margin: 4px;
  border: solid 1px rgb(58, 58, 58);
}

.ms-skin-black-1 .ms-bullet-selected {
  background-color: black;
}

.ms-skin-black-1 .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}

.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}

.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: white;
  border-top-color: rgba(0, 0, 0, 0.8);
  bottom: -10px;
}

.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: white;
  border-bottom-color: rgba(0, 0, 0, 0.8);
  top: -10px;
}

.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: white;
  border-right-color: rgba(0, 0, 0, 0.8);
  left: -10px;
}

.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: black;
  border-left-color: rgba(0, 0, 0, 0.8);
  right: -10px;
}

.ms-skin-black-1 .ms-tooltip-point {
  cursor: pointer;
}

.ms-skin-black-1 .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #444444;
  background: black;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}

.ms-skin-black-1 .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: point-anim 1.5s infinite;
  -moz-animation: point-anim 1.5s infinite;
  -webkit-animation: point-anim 1.5s infinite;
  -o-animation: point-anim 1.5s infinite;
}

.ms-skin-black-1  .ms-tooltip {
  max-width: 200px;
}

.ms-skin-black-1 .ms-tooltip-cont {
  padding: 10px;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 0px black;
  color: white;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .ms-skin-black-1 .ms-slide .ms-slide-vpbtn,
  .ms-skin-black-1 .ms-video-btn,
  .ms-skin-black-1 .ms-slide .ms-slide-vcbtn,
  .ms-skin-black-1 .ms-nav-next,
  .ms-skin-black-1 .ms-nav-prev {
    background-image: url(/themes/unify/assets/images/6d702a0e0f4c9ee6189ee33b6b6c6ff4.png);
    background-size: 152px 225px;
  }
}

/**
 *  Master Slider
 *  Black 2 Skin
 */

.ms-skin-black-2 .ms-slide .ms-slide-vpbtn,
.ms-skin-black-2 .ms-video-btn {
  width: 45px;
  height: 45px;
  background: url(/themes/unify/assets/images/02a909311c57a99735d796a3d13e28a7.png) black no-repeat -16px -103px;
  border: solid 3px rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, 0.4);
  -webkit-background-clip: padding-box;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -23px;
}

.ms-skin-black-2 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-black-2 .ms-video-btn:hover {
  background-color: #3D3D3D;
}

.ms-skin-black-2 .ms-slide .ms-slide-vcbtn {
  width: 25px;
  height: 25px;
  background: url(/themes/unify/assets/images/02a909311c57a99735d796a3d13e28a7.png) black no-repeat -27px -36px;
  border: solid 2px white;
  border-color: rgba(255, 255, 255, 0.4);
  top: 15px;
  right: 15px;
}

.ms-skin-black-2.round-skin .ms-slide .ms-slide-vcbtn {
  border-radius: 50px;
}

/* controls */

.ms-skin-black-2 .ms-nav-next,
.ms-skin-black-2 .ms-nav-prev {
  position: absolute;
  cursor: pointer;
  z-index: 110;
  width: 45px;
  height: 45px;
  background: url(/themes/unify/assets/images/02a909311c57a99735d796a3d13e28a7.png) black;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  background-position: -92px -30px;
  border: solid 3px rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, 0.4);
  top: 50%;
  left: 30px;
  margin-top: -22px;
}

.ms-skin-black-2.round-skin .ms-nav-next,
.ms-skin-black-2.round-skin .ms-nav-prev,
.ms-skin-black-2.round-skin .ms-slide .ms-slide-vpbtn,
.ms-skin-black-2.round-skin .ms-video-btn {
  border-radius: 90px;
}

.ms-skin-black-2 .ms-nav-next:hover,
.ms-skin-black-2 .ms-nav-prev:hover {
  background-color: #3d3d3d;
}

.ms-skin-black-2 .ms-nav-next {
  right: 30px;
  left: auto;
  background-position: -88px -107px;
}

.ms-skin-black-2 .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}

.ms-skin-black-2 .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}

.ms-skin-black-2 .ms-bullet {
  width: 8px;
  height: 8px;
  background: white;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  border: solid 3px white;
  border-color: rgba(0, 0, 0, 0.44);
  margin: 4px;
  background-position: -34px -117px;
}

.ms-skin-black-2.round-skin .ms-bullet {
  border-radius: 15px;
}

.ms-skin-black-2 .ms-bullet-selected {
  background-color: black;
  border-color: white;
  border-color: rgba(255, 255, 255, 0.44);
}

.ms-skin-black-2 .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}

.ms-skin-black-2 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-black-2 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}

.ms-skin-black-2 .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px;
}

.ms-skin-black-2 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px;
}

.ms-skin-black-2 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-black-2 .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.ms-skin-black-2 .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px;
}

.ms-skin-black-2 .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px;
}

.ms-skin-black-2 .ms-tooltip-point {
  cursor: pointer;
}

.ms-skin-black-2 .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #BBB;
  background: white;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}

.ms-skin-black-2 .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: black;
  background: rgba(0, 0, 0, 0.36);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: point-anim 1.5s infinite;
  -moz-animation: point-anim 1.5s infinite;
  -webkit-animation: point-anim 1.5s infinite;
  -o-animation: point-anim 1.5s infinite;
}

.ms-ie7.ms-skin-black-2 .ms-tooltip-point .ms-point-border,
.ms-ie8.ms-skin-black-2 .ms-tooltip-point .ms-point-border {
  display: none;
}

.ms-skin-black-2  .ms-tooltip {
  max-width: 200px;
}

.ms-skin-black-2 .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0px white;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .ms-skin-black-2 .ms-slide .ms-slide-vpbtn,
  .ms-skin-black-2 .ms-video-btn,
  .ms-skin-black-2 .ms-slide .ms-slide-vcbtn,
  .ms-skin-black-2 .ms-nav-next,
  .ms-skin-black-2 .ms-nav-prev {
    background-image: url(/themes/unify/assets/images/5f365b55da7c760979f145c08343fff5.png);
    background-size: 152px 225px;
  }
}

/**
 *  Master Slider
 *  Light 2
 */

.ms-skin-light-2 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-2 .ms-video-btn {
  width: 54px;
  height: 54px;
  background: url(/themes/unify/assets/images/88cbf53258c5ea2380370693da44995e.png) no-repeat -14px -150px;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
}

.ms-skin-light-2 .ms-slide .ms-slide-vcbtn {
  width: 27px;
  height: 26px;
  background: url(/themes/unify/assets/images/88cbf53258c5ea2380370693da44995e.png) no-repeat -24px -29px;
  top: 30px;
  right: 30px;
}

/* controls */

.ms-skin-light-2 .ms-nav-next,
.ms-skin-light-2 .ms-nav-prev {
  width: 53px;
  background: url(/themes/unify/assets/images/88cbf53258c5ea2380370693da44995e.png);
  background-position: -79px -19px;
  height: 61px;
  cursor: pointer;
  top: 50%;
  left: 30px;
  margin-top: -26px;
  position: absolute;
  z-index: 110;
}

.ms-skin-light-2 .ms-nav-next {
  right: 30px;
  left: auto;
  background-position: -79px -97px;
}

.ms-skin-light-2 .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}

.ms-skin-light-2 .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}

.ms-skin-light-2 .ms-bullet {
  width: 9px;
  height: 9px;
  background: black;
  margin: 4px;
  border: solid 1px rgb(58, 58, 58);
}

.ms-skin-light-2 .ms-bullet-selected {
  background-color: white;
}

.ms-skin-light-2 .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}

.ms-skin-light-2 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-2 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}

.ms-skin-light-2 .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px;
}

.ms-skin-light-2 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px;
}

.ms-skin-light-2 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-2 .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.ms-skin-light-2 .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px;
}

.ms-skin-light-2 .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px;
}

.ms-skin-light-2 .ms-tooltip-point {
  cursor: pointer;
}

.ms-skin-light-2 .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #BBB;
  background: white;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}

.ms-skin-light-2 .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: black;
  background: rgba(0, 0, 0, 0.36);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: point-anim 1.5s infinite;
  -moz-animation: point-anim 1.5s infinite;
  -webkit-animation: point-anim 1.5s infinite;
  -o-animation: point-anim 1.5s infinite;
}

.ms-skin-light-2  .ms-tooltip {
  max-width: 200px;
}

.ms-skin-light-2 .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0px white;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .ms-skin-light-2 .ms-slide .ms-slide-vpbtn,
  .ms-skin-light-2 .ms-video-btn,
  .ms-skin-light-2 .ms-slide .ms-slide-vcbtn,
  .ms-skin-light-2 .ms-nav-next,
  .ms-skin-light-2 .ms-nav-prev {
    background-image: url(/themes/unify/assets/images/98fdd5740f22c9b7c50965d19b2cf58f.png);
    background-size: 152px 225px;
  }
}

/**
 *  Master Slider
 *  Light 3
 */

.ms-skin-light-3 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-3 .ms-video-btn {
  width: 50px;
  height: 50px;
  background: url(/themes/unify/assets/images/65c0c4a6e9b659d4e397b789eb871eac.png) no-repeat -15px -149px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}

.ms-skin-light-3 .ms-slide .ms-slide-vcbtn {
  width: 31px;
  height: 29px;
  background: url(/themes/unify/assets/images/65c0c4a6e9b659d4e397b789eb871eac.png) no-repeat -26px -28px;
  top: 30px;
  right: 30px;
}

/* controls */

.ms-skin-light-3 .ms-nav-next,
.ms-skin-light-3 .ms-nav-prev {
  width: 50px;
  background: url(/themes/unify/assets/images/65c0c4a6e9b659d4e397b789eb871eac.png);
  background-position: -82px -22px;
  height: 50px;
  cursor: pointer;
  top: 50%;
  left: 30px;
  margin-top: -25px;
  position: absolute;
  z-index: 110;
}

.ms-skin-light-3 .ms-nav-next {
  right: 30px;
  left: auto;
  background-position: -81px -99px;
}

.ms-skin-light-3 .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}

.ms-skin-light-3 .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}

.ms-skin-light-3 .ms-bullet {
  width: 16px;
  height: 16px;
  background: url(/themes/unify/assets/images/65c0c4a6e9b659d4e397b789eb871eac.png) no-repeat;
  background-position: -31px -114px;
  margin: 4px;
}

.ms-skin-light-3 .ms-bullet-selected {
  background-position: -31px -81px;
}

.ms-skin-light-3 .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}

.ms-skin-light-3 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-3 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}

.ms-skin-light-3 .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px;
}

.ms-skin-light-3 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px;
}

.ms-skin-light-3 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-3 .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.ms-skin-light-3 .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px;
}

.ms-skin-light-3 .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px;
}

.ms-skin-light-3 .ms-tooltip-point {
  cursor: pointer;
}

.ms-skin-light-3 .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #BBB;
  background: white;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}

.ms-skin-light-3 .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: black;
  background: rgba(0, 0, 0, 0.36);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: point-anim 1.5s infinite;
  -moz-animation: point-anim 1.5s infinite;
  -webkit-animation: point-anim 1.5s infinite;
  -o-animation: point-anim 1.5s infinite;
}

.ms-skin-light-3  .ms-tooltip {
  max-width: 200px;
}

.ms-skin-light-3 .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0px white;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .ms-skin-light-3 .ms-slide .ms-slide-vpbtn,
  .ms-skin-light-3 .ms-video-btn,
  .ms-skin-light-3 .ms-slide .ms-slide-vcbtn,
  .ms-skin-light-3 .ms-nav-next,
  .ms-skin-light-3 .ms-nav-prev,
  .ms-skin-light-3 .ms-bullet {
    background-image: url(/themes/unify/assets/images/29ead9cb4cf85643edb1fde24431aa00.png);
    background-size: 152px 225px;
  }
}

/**
 *  Master Slider
 *  Light 4
 */

.ms-skin-light-4 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-4 .ms-video-btn {
  width: 54px;
  height: 54px;
  background: url(/themes/unify/assets/images/b213fe0b3a2776890538d906c6d632d7.png) no-repeat -14px -150px;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
}

.ms-skin-light-4 .ms-slide .ms-slide-vcbtn {
  width: 27px;
  height: 26px;
  background: url(/themes/unify/assets/images/b213fe0b3a2776890538d906c6d632d7.png) no-repeat -24px -29px;
  top: 30px;
  right: 30px;
}

/* controls */

.ms-skin-light-4 .ms-nav-next,
.ms-skin-light-4 .ms-nav-prev {
  width: 54px;
  background: url(/themes/unify/assets/images/b213fe0b3a2776890538d906c6d632d7.png);
  background-position: -77px -5px;
  height: 68px;
  cursor: pointer;
  top: 50%;
  left: -27px;
  margin-top: -40px;
  position: absolute;
  z-index: 110;
}

.ms-skin-light-4 .ms-nav-next {
  right: -27px;
  left: auto;
  background-position: -79px -83px;
}

.ms-skin-light-4 .ms-thumb-frame-selected {
  opacity: 0.6;
}

.ms-skin-light-4 .ms-thumb-list.ms-dir-h {
  bottom: -60px;
  width: 100%;
  height: 60px;
}

.ms-skin-light-4 .ms-thumb-list.ms-dir-v {
  height: 100%;
  width: 60px;
  right: -60px;
  top: 0;
}

.ms-skin-light-4 .ms-thumb-frame {
  cursor: pointer;
  float: left;
  width: 60px;
  height: 60px;
  margin: 1px 0 0 1px;
  overflow: hidden;
}

.ms-skin-light-4 .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}

.ms-skin-light-4 .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}

.ms-skin-light-4 .ms-bullet {
  width: 9px;
  height: 9px;
  background: #b9b9b9;
  margin: 4px;
  border: solid 1px rgb(163, 163, 163);
}

.ms-skin-light-4 .ms-bullet-selected {
  background-color: white;
}

.ms-skin-light-4 .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}

.ms-skin-light-4 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-4 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}

.ms-skin-light-4 .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px;
}

.ms-skin-light-4 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px;
}

.ms-skin-light-4 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-4 .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.ms-skin-light-4 .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px;
}

.ms-skin-light-4 .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: white;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px;
}

.ms-skin-light-4 .ms-tooltip-point {
  cursor: pointer;
}

.ms-skin-light-4 .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #E0E0E0;
  background: #4b8aac;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}

.ms-skin-light-4 .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: white;
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: point-anim 1.5s infinite;
  -moz-animation: point-anim 1.5s infinite;
  -webkit-animation: point-anim 1.5s infinite;
  -o-animation: point-anim 1.5s infinite;
}

.ms-skin-light-4  .ms-tooltip {
  max-width: 200px;
}

.ms-skin-light-4 .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0px white;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .ms-skin-light-4 .ms-slide .ms-slide-vpbtn,
  .ms-skin-light-4 .ms-video-btn,
  .ms-skin-light-4 .ms-slide .ms-slide-vcbtn,
  .ms-skin-light-4 .ms-nav-next,
  .ms-skin-light-4 .ms-nav-prev {
    background-image: url(/themes/unify/assets/images/3557d2828052b373484bd5fce2a0616e.png);
    background-size: 152px 225px;
  }
}

/**
 *  Master Slider
 *  Light 5
 */

.ms-skin-light-5 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-5 .ms-video-btn {
  width: 32px;
  height: 32px;
  background: url(/themes/unify/assets/images/8969c6d56da174ff4ea5ff9804bdb58d.png) black no-repeat -24px -160px;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -18px;
}

.ms-skin-light-5 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-light-5 .ms-video-btn:hover {
  background-color: #646464;
}

.ms-skin-light-5 .ms-slide .ms-slide-vcbtn {
  width: 30px;
  height: 30px;
  background: url(/themes/unify/assets/images/8969c6d56da174ff4ea5ff9804bdb58d.png) white no-repeat -24px -28px;
  top: 18px;
  right: 30px;
}

/* controls */

.ms-skin-light-5 .ms-nav-next,
.ms-skin-light-5 .ms-nav-prev {
  width: 32px;
  background: url(/themes/unify/assets/images/8969c6d56da174ff4ea5ff9804bdb58d.png) white;
  background-position: -94px -32px;
  height: 32px;
  cursor: pointer;
  bottom: 40px;
  left: 40px;
  margin-top: -20px;
  position: absolute;
  z-index: 110;
}

.ms-skin-light-5 .ms-nav-next:hover,
.ms-skin-light-5 .ms-nav-prev:hover {
  background-color: #E0E0E0;
}

.ms-skin-light-5 .ms-nav-next {
  left: 73px;
  background-position: -93px -110px;
}

.ms-skin-light-5 .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}

.ms-skin-light-5 .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}

.ms-skin-light-5 .ms-bullet {
  width: 10px;
  height: 10px;
  background: url(/themes/unify/assets/images/8969c6d56da174ff4ea5ff9804bdb58d.png) no-repeat;
  margin: 4px;
  background-position: -34px -117px;
}

.ms-skin-light-5 .ms-bullet-selected {
  background-position: -34px -84px;
}

.ms-skin-light-5 .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}

.ms-skin-light-5 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-5 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}

.ms-skin-light-5 .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px;
}

.ms-skin-light-5 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px;
}

.ms-skin-light-5 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-5 .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.ms-skin-light-5 .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px;
}

.ms-skin-light-5 .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px;
}

.ms-skin-light-5 .ms-tooltip-point {
  cursor: pointer;
}

.ms-skin-light-5 .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #BBB;
  background: white;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}

.ms-skin-light-5 .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: black;
  background: rgba(0, 0, 0, 0.36);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: point-anim 1.5s infinite;
  -moz-animation: point-anim 1.5s infinite;
  -webkit-animation: point-anim 1.5s infinite;
  -o-animation: point-anim 1.5s infinite;
}

/* In Android browser, using css animations over slider causes some crashes */

.ms-android.ms-skin-light-5 .ms-tooltip-point .ms-point-border {
  animation: none;
  -moz-animation: none;
  -webkit-animation: none;
  -o-animation: none;
}

.ms-ie7.ms-skin-light-5 .ms-tooltip-point .ms-point-border,
.ms-ie8.ms-skin-light-5 .ms-tooltip-point .ms-point-border {
  display: none;
}

.ms-skin-light-5  .ms-tooltip {
  max-width: 200px;
}

.ms-skin-light-5 .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0px white;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .ms-skin-light-5 .ms-slide .ms-slide-vpbtn,
  .ms-skin-light-5 .ms-video-btn,
  .ms-skin-light-5 .ms-slide .ms-slide-vcbtn,
  .ms-skin-light-5 .ms-nav-next,
  .ms-skin-light-5 .ms-nav-prev {
    background-image: url(/themes/unify/assets/images/f1ec23bd67724faa44052190dfdd0215.png);
    background-size: 152px 225px;
  }
}

/**
 *  Master Slider
 *  Light-6 Skin
 */

.ms-skin-light-6 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-6 .ms-video-btn {
  width: 45px;
  height: 45px;
  background: url(/themes/unify/assets/images/1edb2a736de441c99696cabfa5ccf94c.png) white no-repeat -16px -103px;
  border: solid 3px rgb(112, 112, 112);
  border-color: rgba(0, 0, 0, 0.27);
  -webkit-background-clip: padding-box;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -23px;
}

.ms-skin-light-6 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-light-6 .ms-video-btn:hover {
  background-color: #E0E0E0;
}

.ms-skin-light-6 .ms-slide .ms-slide-vcbtn {
  width: 25px;
  height: 25px;
  background: url(/themes/unify/assets/images/1edb2a736de441c99696cabfa5ccf94c.png) white no-repeat -27px -36px;
  top: 15px;
  right: 15px;
}

.ms-skin-light-6.round-skin .ms-slide .ms-slide-vcbtn {
  border-radius: 30px;
}

/* controls */

.ms-skin-light-6 .ms-nav-next,
.ms-skin-light-6 .ms-nav-prev {
  position: absolute;
  cursor: pointer;
  z-index: 110;
  width: 45px;
  height: 45px;
  background: url(/themes/unify/assets/images/1edb2a736de441c99696cabfa5ccf94c.png) white;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  background-position: -92px -30px;
  border: solid 3px rgb(112, 112, 112);
  border-color: rgba(0, 0, 0, 0.27);
  top: 50%;
  left: 30px;
  margin-top: -22px;
}

.ms-skin-light-6.round-skin .ms-nav-next,
.ms-skin-light-6.round-skin .ms-nav-prev,
.ms-skin-light-6.round-skin .ms-slide .ms-slide-vpbtn,
.ms-skin-light-6.round-skin .ms-video-btn {
  border-radius: 90px;
}

.ms-skin-light-6 .ms-nav-next:hover,
.ms-skin-light-6 .ms-nav-prev:hover {
  background-color: #E0E0E0;
}

.ms-skin-light-6 .ms-nav-next {
  right: 30px;
  left: auto;
  background-position: -89px -107px;
}

.ms-skin-light-6 .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}

.ms-skin-light-6 .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}

.ms-skin-light-6 .ms-bullet {
  width: 8px;
  height: 8px;
  background: black;
  -webkit-background-clip: padding-box;
  border: solid 3px white;
  border-color: rgba(255, 255, 255, 0.44);
  margin: 4px;
  background-position: -34px -117px;
}

.ms-skin-light-6.round-skin .ms-bullet {
  border-radius: 15px;
}

.ms-skin-light-6 .ms-bullet-selected {
  background-color: white;
  border-color: black;
  border-color: rgba(0, 0, 0, 0.44);
}

.ms-skin-light-6 .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}

.ms-skin-light-6 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-6 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}

.ms-skin-light-6 .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px;
}

.ms-skin-light-6 .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px;
}

.ms-skin-light-6 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-6 .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.ms-skin-light-6 .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px;
}

.ms-skin-light-6 .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px;
}

.ms-skin-light-6 .ms-tooltip-point {
  cursor: pointer;
}

.ms-skin-light-6 .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #BBB;
  background: white;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}

.ms-skin-light-6 .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: black;
  background: rgba(0, 0, 0, 0.36);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: point-anim 1.5s infinite;
  -moz-animation: point-anim 1.5s infinite;
  -webkit-animation: point-anim 1.5s infinite;
  -o-animation: point-anim 1.5s infinite;
}

.ms-ie7.ms-skin-light-6 .ms-tooltip-point .ms-point-border,
.ms-ie8.ms-skin-light-6 .ms-tooltip-point .ms-point-border {
  display: none;
}

.ms-skin-light-6  .ms-tooltip {
  max-width: 200px;
}

.ms-skin-light-6 .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0px white;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .ms-skin-light-6 .ms-slide .ms-slide-vpbtn,
  .ms-skin-light-6 .ms-video-btn,
  .ms-skin-light-6 .ms-slide .ms-slide-vcbtn,
  .ms-skin-light-6 .ms-nav-next,
  .ms-skin-light-6 .ms-nav-prev {
    background-image: url(/themes/unify/assets/images/e1ab88c2bbe7410d515a3638f021cf95.png);
    background-size: 152px 225px;
  }
}

/**
 *  Master Slider
 *  Metro Skin
 */

.ms-skin-metro .ms-slide .ms-slide-vpbtn,
.ms-skin-metro .ms-video-btn {
  width: 47px;
  height: 46px;
  background: url(/themes/unify/assets/images/8ea4079866e2ce524d24971844a11211.png) no-repeat -16px -152px;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -24px;
}

.ms-skin-metro .ms-slide .ms-slide-vcbtn {
  width: 47px;
  height: 47px;
  background: url(/themes/unify/assets/images/8ea4079866e2ce524d24971844a11211.png) no-repeat -16px -19px;
  top: 15px;
  right: 15px;
}

/* controls */

.ms-skin-metro .ms-nav-next,
.ms-skin-metro .ms-nav-prev {
  width: 47px;
  background: url(/themes/unify/assets/images/8ea4079866e2ce524d24971844a11211.png);
  background-position: -83px -23px;
  height: 47px;
  cursor: pointer;
  top: 50%;
  left: 30px;
  margin-top: -24px;
  position: absolute;
  z-index: 110;
}

.ms-skin-metro .ms-nav-next {
  right: 30px;
  left: auto;
  background-position: -81px -100px;
}

.ms-skin-metro .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}

.ms-skin-metro .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}

.ms-skin-metro .ms-bullet {
  width: 16px;
  height: 16px;
  background: url(/themes/unify/assets/images/8ea4079866e2ce524d24971844a11211.png) no-repeat;
  background-position: -31px -114px;
  margin: 4px;
}

.ms-skin-metro .ms-bullet-selected {
  background-position: -31px -81px;
}

.ms-skin-metro .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}

.ms-skin-metro .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-metro .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}

.ms-skin-metro .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px;
}

.ms-skin-metro .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px;
}

.ms-skin-metro .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-metro .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.ms-skin-metro .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px;
}

.ms-skin-metro .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px;
}

.ms-skin-metro .ms-tooltip-point {
  cursor: pointer;
}

.ms-skin-metro .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #BBB;
  background: white;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}

.ms-skin-metro .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: black;
  background: rgba(0, 0, 0, 0.36);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: point-anim 1.5s infinite;
  -moz-animation: point-anim 1.5s infinite;
  -webkit-animation: point-anim 1.5s infinite;
  -o-animation: point-anim 1.5s infinite;
}

.ms-skin-metro .ms-tooltip {
  max-width: 200px;
}

.ms-skin-metro .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0px white;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .ms-skin-metro .ms-slide .ms-slide-vpbtn,
  .ms-skin-metro .ms-video-btn,
  .ms-skin-metro .ms-slide .ms-slide-vcbtn,
  .ms-skin-metro .ms-nav-next,
  .ms-skin-metro .ms-nav-prev,
  .ms-skin-metro .ms-bullet {
    background-image: url(/themes/unify/assets/images/1be1be7973cc80f27e083aae4e207a89.png);
    background-size: 152px 225px;
  }
}

/**
 *  Master Slider
 *  minimal Skin
 */

.ms-skin-minimal .ms-slide .ms-slide-vpbtn,
.ms-skin-minimal .ms-video-btn {
  width: 55px;
  height: 55px;
  background: url(/themes/unify/assets/images/a3ef41d012087a61d654a097caefa878.svg) no-repeat 24px 18px white;
  border: solid 1px #3d3d3d;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
  transition: background-color 300ms;
}

.ms-skin-minimal .ms-slide .ms-slide-vcbtn:hover,
.ms-skin-minimal .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-minimal .ms-video-btn:hover {
  background-color: #f1f1f1;
}

.ms-skin-minimal .ms-slide .ms-slide-vcbtn {
  width: 31px;
  height: 31px;
  background: url(/themes/unify/assets/images/a3ef41d012087a61d654a097caefa878.svg) no-repeat -289px 6px white;
  border-radius: 50%;
  border: solid 1px #3d3d3d;
  top: 18px;
  right: 30px;
  transition: background-color 300ms;
}

/* controls */

.ms-skin-minimal .ms-nav-next,
.ms-skin-minimal .ms-nav-prev {
  background: url(/themes/unify/assets/images/a3ef41d012087a61d654a097caefa878.svg) no-repeat white;
  background-position: -178px 17px;
  border: solid 1px #3d3d3d;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  cursor: pointer;
  top: 50%;
  left: 30px;
  margin-top: -27px;
  position: absolute;
  z-index: 110;
  transition: background-color 300ms;
}

.ms-skin-minimal .ms-nav-next:hover,
.ms-skin-minimal .ms-nav-prev:hover {
  background-color: #f1f1f1;
}

.ms-skin-minimal .ms-nav-next {
  right: 30px;
  left: auto;
  background-position: -75px 17px;
}

.ms-skin-minimal .ms-bullet {
  width: 8px;
  height: 8px;
  background: white;
  border: solid 1px #3d3d3d;
  border-radius: 50%;
  margin: 4px;
  background-position: -34px -117px;
}

.ms-skin-minimal .ms-bullet-selected {
  background: #3d3d3d;
}

.ms-skin-minimal .ms-time-bar {
  height: 3px;
  background: #FFFFFF;
  border-top: solid 1px rgba(0, 0, 0, 0.41);
}

.ms-skin-minimal .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}

.ms-skin-minimal .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-minimal .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}

.ms-skin-minimal .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px;
}

.ms-skin-minimal .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px;
}

.ms-skin-minimal .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-minimal .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.ms-skin-minimal .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px;
}

.ms-skin-minimal .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px;
}

.ms-skin-minimal .ms-tooltip-point {
  cursor: pointer;
}

.ms-skin-minimal .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #BBB;
  background: white;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}

.ms-skin-minimal .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: black;
  background: rgba(0, 0, 0, 0.36);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: point-anim 1.5s infinite;
  -moz-animation: point-anim 1.5s infinite;
  -webkit-animation: point-anim 1.5s infinite;
  -o-animation: point-anim 1.5s infinite;
}

.ms-skin-minimal .ms-tooltip {
  max-width: 200px;
}

.ms-skin-minimal .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0px white;
  margin-left: -1px;
}

/**
 *  Master Slider
 *  Contrast
 */

.ms-skin-contrast .ms-slide .ms-slide-vpbtn,
.ms-skin-contrast .ms-video-btn {
  width: 60px;
  height: 60px;
  background: url(/themes/unify/assets/images/d81e51933c92cbc6975eeb06b3ddca2c.png) no-repeat -10px -144px;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}

.ms-skin-contrast .ms-slide .ms-slide-vcbtn {
  width: 24px;
  height: 24px;
  background: url(/themes/unify/assets/images/d81e51933c92cbc6975eeb06b3ddca2c.png) no-repeat -27px -30px;
  top: 30px;
  right: 30px;
}

/* controls */

.ms-skin-contrast .ms-nav-next,
.ms-skin-contrast .ms-nav-prev {
  width: 60px;
  background: url(/themes/unify/assets/images/d81e51933c92cbc6975eeb06b3ddca2c.png);
  background-position: -76px -17px;
  height: 60px;
  cursor: pointer;
  top: 50%;
  left: 30px;
  margin-top: -30px;
  position: absolute;
  z-index: 110;
}

.ms-skin-contrast .ms-nav-next {
  right: 30px;
  left: auto;
  background-position: -77px -91px;
}

.ms-skin-contrast .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}

.ms-skin-contrast .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}

.ms-skin-contrast .ms-bullet {
  width: 16px;
  height: 16px;
  background: url(/themes/unify/assets/images/d81e51933c92cbc6975eeb06b3ddca2c.png) no-repeat;
  background-position: -31px -114px;
  margin: 4px;
}

.ms-skin-contrast .ms-bullet-selected {
  background-position: -31px -81px;
}

.ms-skin-contrast .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}

.ms-skin-contrast .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-contrast .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}

.ms-skin-contrast .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: #fc3116;
  border-top-color: rgba(252, 49, 22, 0.8);
  bottom: -10px;
}

.ms-skin-contrast .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: #fc3116;
  border-bottom-color: rgba(252, 49, 22, 0.8);
  top: -10px;
}

.ms-skin-contrast .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-contrast .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.ms-skin-contrast .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: #fc3116;
  border-right-color: rgba(252, 49, 22, 0.8);
  left: -10px;
}

.ms-skin-contrast .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: #fc3116;
  border-left-color: rgba(252, 49, 22, 0.8);
  right: -10px;
}

.ms-skin-contrast .ms-tooltip-point {
  cursor: pointer;
}

.ms-skin-contrast .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #636363;
  background: black;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}

.ms-skin-contrast .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: white;
  background: rgba(255, 255, 255, 0.99);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: point-anim 1.5s infinite;
  -moz-animation: point-anim 1.5s infinite;
  -webkit-animation: point-anim 1.5s infinite;
  -o-animation: point-anim 1.5s infinite;
}

.ms-skin-contrast  .ms-tooltip {
  max-width: 200px;
}

.ms-skin-contrast .ms-tooltip-cont {
  padding: 10px;
  background: #fc3116;
  background: rgba(252, 49, 22, 0.8);
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.4);
  color: white;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .ms-skin-contrast .ms-slide .ms-slide-vpbtn,
  .ms-skin-contrast .ms-video-btn,
  .ms-skin-contrast .ms-slide .ms-slide-vcbtn,
  .ms-skin-contrast .ms-nav-next,
  .ms-skin-contrast .ms-nav-prev,
  .ms-skin-contrast .ms-bullet {
    background-image: url(/themes/unify/assets/images/fa3c8391a328e2c94a4f30ea4d691aca.png);
    background-size: 152px 225px;
  }
}

.ms-caro3d-template .ms-container {
  padding: 10px 0 50px 0;
}

/* reflect */

.ms-caro3d-template .ms-slide {
  -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, transparent), to(rgba(255,255,255,0.5)));
}

.ms-caro3d-template .ms-slide-bgcont {
  border-radius: 8px;
}

.ms-dis-slider-cont {
  position: relative;
  padding: 3.2% 8.5% 24%;
  max-width: 508px;
}

.ms-display-cont .ms-view {
  background-color: #17171a;
}

.ms-display-cont {
  max-width: 614px;
  position: relative;
  margin: 0 auto;
}

.ms-display-bg {
  max-width: 100%;
  position: absolute;
}

.ms-display-template .ms-nav-prev,
.ms-display-template .ms-nav-next {
  background: url(/themes/unify/assets/images/b8441a9b02e3354121ab260cf70ce411.png) no-repeat -11px -9px;
  width: 35px;
  height: 40px;
  left: -80px;
  margin-top: -17px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.ms-display-template .ms-nav-next {
  background-position: -59px -9px;
  right: -80px;
  left: auto;
}

.ms-display-template .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: -50%;
  right: 50%;
  width: 100px;
}

.ms-display-template .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}

.ms-display-template .ms-bullet {
  width: 10px;
  height: 10px;
  background: url(/themes/unify/assets/images/b8441a9b02e3354121ab260cf70ce411.png) no-repeat -112px -25px;
  margin: 4px;
}

.ms-display-template .ms-bullet-selected {
  background-position: -143px -25px;
}

.ms-gallery-template .ms-gallery-botcont {
  height: 55px;
  background: black;
  color: white;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  position: relative;
}

.ms-gallery-template .ms-gal-playbtn {
  width: 55px;
  height: 100%;
  float: left;
  cursor: pointer;
  background: url(/themes/unify/assets/images/a7b9f0adc8a5ab96226af8c60a014d28.png) no-repeat 6px 6px;
}

.ms-gallery-template .ms-gal-playbtn.btn-pause {
  background: url(/themes/unify/assets/images/a7b9f0adc8a5ab96226af8c60a014d28.png) no-repeat -55px 7px;
}

.ms-gallery-template .ms-gal-thumbtoggle {
  position: absolute;
  right: 0;
  z-index: 110;
  width: 55px;
  height: 100%;
  cursor: pointer;
  background: url(/themes/unify/assets/images/a7b9f0adc8a5ab96226af8c60a014d28.png) no-repeat -53px -41px;
}

.ms-gallery-template .ms-gal-thumbtoggle.btn-hide {
  background: url(/themes/unify/assets/images/a7b9f0adc8a5ab96226af8c60a014d28.png) no-repeat 4px -41px;
}

.ms-gallery-template .ms-slide-num {
  float: left;
  padding: 17px 9px;
  color: #727272;
}

.ms-gallery-template .ms-slide-info {
  float: left;
  padding: 18px 4px;
  position: relative;
  width: auto;
}

.ms-gallery-template .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 18px;
  right: 105px;
  width: 100px;
}

.ms-gallery-template .ms-bullet {
  width: 8px;
  height: 8px;
  background: #1e1e1e;
  margin: 4px;
  border-radius: 15px;
}

.ms-gallery-template .ms-bullet-selected {
  background-color: white;
}

.ms-gallery-template .ms-timerbar {
  width: 100%;
  top: -4px;
  height: 4px;
  position: absolute;
  background: rgba(0, 0, 0, 0.32);
}

.ms-gallery-template .ms-time-bar {
  height: 4px;
  background: rgba(255, 255, 255, 0.7);
}

.ms-gallery-template .ms-thumb-list.ms-dir-h {
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.95);
  padding-top: 1px;
}

.ms-gallery-template .ms-thumb-frame {
  cursor: pointer;
  float: left;
  width: 175px;
  overflow: hidden;
  opacity: 0.5;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -ms-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}

.ms-gallery-template .ms-thumb-frame-selected {
  opacity: 1;
}

.ms-gallery-template .ms-gal-thumbcont {
  overflow: hidden;
  width: 100%;
  height: 115px;
  position: absolute;
  top: -115px;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.ms-gallery-template .ms-gal-thumbcont.hide-thumbs {
  height: 0;
  top: 0;
}

@media (max-width: 570px) {
  .ms-gallery-template .ms-slide-info {
    display: none;
  }
}

.ms-laptop-template .ms-laptop-cont .ms-view {
  background-color: #17171a;
}

.ms-laptop-template .ms-laptop-cont {
  max-width: 645px;
  position: relative;
  margin: 0 auto;
}

.ms-laptop-template .ms-lt-slider-cont {
  position: relative;
  padding: 5% 11.9% 20%;
  max-width: 492px;
}

.ms-laptop-template .ms-laptop-bg {
  max-width: 100%;
  position: absolute;
}

.ms-laptop-template .ms-nav-prev,
.ms-laptop-template .ms-nav-next {
  background: url(/themes/unify/assets/images/b8441a9b02e3354121ab260cf70ce411.png) no-repeat -11px -9px;
  width: 35px;
  height: 40px;
  left: -80px;
  margin-top: -17px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.ms-laptop-template .ms-nav-next {
  background-position: -59px -9px;
  right: -80px;
  left: auto;
}

.ms-laptop-template .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: -40%;
  right: 50%;
  width: 100px;
}

.ms-laptop-template .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}

.ms-laptop-template .ms-bullet {
  width: 10px;
  height: 10px;
  background: url(/themes/unify/assets/images/b8441a9b02e3354121ab260cf70ce411.png) no-repeat -112px -25px;
  margin: 4px;
}

.ms-laptop-template .ms-bullet-selected {
  background-position: -143px -25px;
}

.ms-tablet-template .ms-tablet-cont .ms-view {
  background-color: #17171a;
}

.ms-tablet-template .ms-tablet-cont {
  max-width: 500px;
  position: relative;
  margin: 0 auto;
}

.ms-tablet-template.ms-tablet-land .ms-tablet-cont {
  max-width: 842px;
}

.ms-tablet-template.ms-tablet-land .ms-lt-slider-cont {
  padding: 4.1% 12.1% 10%;
  max-width: 632px;
}

.ms-tablet-template .ms-lt-slider-cont {
  position: relative;
  padding: 11.1% 11% 22%;
  max-width: 400px;
}

.ms-tablet-template .ms-tablet-bg {
  max-width: 100%;
  position: absolute;
}

.ms-tablet-template .ms-nav-prev,
.ms-tablet-template .ms-nav-next {
  background: url(/themes/unify/assets/images/b8441a9b02e3354121ab260cf70ce411.png) no-repeat -11px -9px;
  width: 35px;
  height: 40px;
  left: -120px;
  margin-top: -17px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.ms-tablet-template .ms-nav-next {
  background-position: -59px -9px;
  right: -120px;
  left: auto;
}

.ms-tablet-template .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: -18%;
  right: 50%;
  width: 100px;
}

.ms-tablet-template .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}

.ms-tablet-template .ms-bullet {
  width: 10px;
  height: 10px;
  background: url(/themes/unify/assets/images/b8441a9b02e3354121ab260cf70ce411.png) no-repeat -112px -25px;
  margin: 4px;
}

.ms-tablet-template .ms-bullet-selected {
  background-position: -143px -25px;
}

.ms-phone-template .ms-phone-cont .ms-view {
  background-color: #17171a;
}

.ms-phone-template .ms-phone-cont {
  max-width: 386px;
  position: relative;
  margin: 0 auto;
}

.ms-phone-template.ms-phone-land .ms-phone-cont {
  max-width: 666px;
}

.ms-phone-template.ms-phone-land .ms-lt-slider-cont {
  position: relative;
  padding: 4.6% 16.1% 10% 15.5%;
  max-width: 455px;
}

.ms-phone-template .ms-lt-slider-cont {
  position: relative;
  padding: 26.2% 16.5% 33% 16.8%;
  max-width: 258px;
}

.ms-phone-template .ms-phone-bg {
  max-width: 100%;
  position: absolute;
}

.ms-phone-template .ms-nav-prev,
.ms-phone-template .ms-nav-next {
  background: url(/themes/unify/assets/images/b8441a9b02e3354121ab260cf70ce411.png) no-repeat -11px -9px;
  width: 35px;
  height: 40px;
  left: -120px;
  margin-top: -17px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.ms-phone-template .ms-nav-next {
  background-position: -59px -9px;
  right: -120px;
  left: auto;
}

.ms-phone-template .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: -30%;
  right: 50%;
  width: 100px;
}

.ms-phone-template .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}

.ms-phone-template .ms-bullet {
  width: 10px;
  height: 10px;
  background: url(/themes/unify/assets/images/b8441a9b02e3354121ab260cf70ce411.png) no-repeat -112px -25px;
  margin: 4px;
}

.ms-phone-template .ms-bullet-selected {
  background-position: -143px -25px;
}

.ms-phone-template.ms-phone-land .ms-bullets.ms-dir-h {
  bottom: -21%;
}

.ms-phone-template.ms-phone-land .ms-nav-next {
  right: -150px;
}

.ms-phone-template.ms-phone-land .ms-nav-prev {
  left: -150px;
}

.ms-partialview-template .ms-slide-info {
  text-align: center;
  margin-top: 20px;
  width: 100%;
}

.ms-partialview-template .ms-slide-info h3 {
  margin: 5px;
  font-weight: 300;
  font-size: 23pt;
  color: #222;
}

.ms-partialview-template .ms-slide-info h4 {
  margin: 5px;
  font-weight: 300;
  font-size: 14pt;
  color: #7A7A7A;
}

.ms-partialview-template .ms-slide-info p {
  font-size: 10pt;
  margin: 6px;
}

/* .ms-showcase2-template {max-width: 540px; margin: 0 auto;}
.ms-showcase2-vertical {max-width: 677px;} */

.ms-showcase2-template .ms-view {
  background: transparent;
}

.master-slider {
  -moz-transform: translate3d(0,0,1px);
}

.ms-staff-carousel {
  margin: 25px auto;
  position: relative;
}

.ms-staff-carousel .ms-view {
  overflow: visible;
  background-color: transparent;
}

.ms-staff-carousel .ms-nav-prev,
.ms-staff-carousel .ms-nav-next {
  background: url(/themes/unify/assets/images/6eb49860f7ee36667a8c696bc703a49f.png) white no-repeat -7px -57px;
  width: 35px;
  height: 40px;
  left: -35px;
  margin-top: -17px;
  box-shadow: 0px 1px 0px 0px rgb(190, 190, 190);
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.ms-staff-carousel .ms-nav-next {
  background-position: -6px -7px;
  right: -35px;
  left: auto;
}

.ms-staff-carousel .ms-staff-info {
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
  margin-top: 30px;
  min-height: 300px;
  color: #222222;
}

.ms-staff-carousel .ms-staff-info h3 {
  font-weight: 300;
  font-size: 22pt;
  margin: 0px;
}

.ms-staff-carousel .ms-staff-info h4 {
  font-weight: 300;
  color: #787878;
  font-size: 15pt;
  margin: 3px;
}

.ms-staff-carousel.ms-round .ms-slide-bgcont {
  border-radius: 5000px;
  border: solid 8px rgb(230, 230, 230);
  margin: 0 -8px;
}

.ms-staff-carousel.ms-round .ms-view {
  padding-bottom: 8%;
}

.ms-staff-carousel.ms-round .ms-nav-prev,
.ms-staff-carousel.ms-round .ms-nav-next {
  background-color: transparent;
  box-shadow: none;
  left: -45px;
}

.ms-staff-carousel.ms-round .ms-nav-next {
  left: auto;
  right: -45px;
}

.ms-tabs-template .ms-thumb-frame h3 {
  font-weight: 400;
  font-size: 13pt;
  margin: 0;
}

.ms-tabs-template .ms-thumb-frame p {
  font-size: 10pt;
  margin: 4px 0;
}

.ms-tabs-template .ms-thumb-frame-selected h3 {
  color: #4b8aac;
}

.ms-vertical-template .ms-nav-prev,
.ms-vertical-template .ms-nav-next {
  top: 10px;
  left: 50%;
  background: url(/themes/unify/assets/images/ba3cf8649afcd2ab8a8fc008d532a520.png) no-repeat;
  background-position: -11px -6px;
  width: 40px;
  height: 30px;
  margin-left: -20px;
  margin-top: 0;
}

.ms-vertical-template .ms-nav-next {
  top: auto;
  bottom: 10px;
  background-position: -11px -53px;
}

.ms-vertical-template .ms-thumblist-fwd,
.ms-vertical-template .ms-thumblist-bwd {
  width: 100%;
  position: absolute;
  top: 0;
  height: 15px;
  cursor: pointer;
  background: url(/themes/unify/assets/images/ba3cf8649afcd2ab8a8fc008d532a520.png) no-repeat;
  background-position: 50% -106px;
}

.ms-vertical-template .ms-thumblist-bwd {
  top: auto;
  bottom: 0;
  background-position: 50% -145px;
}