/*!
             * Bootstrap v4.3.1 (https://getbootstrap.com/)
             * Copyright 2011-2019 The Bootstrap Authors
             * Copyright 2011-2019 Twitter, Inc.
             * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
             */
:root {
  --blue: #5F5FD7;
  --indigo: #6610F2;
  --purple: #83598B;
  --pink: #D75FD7;
  --red: #DC3545;
  --orange: #D79B5F;
  --yellow: #FFC107;
  --green: #28A745;
  --teal: #20C997;
  --cyan: #B0C2D2;
  --white: #FFFFFF;
  --gray: #6C757D;
  --gray-dark: #343A40;
  --primary: #414141;
  --secondary: #1A99AA;
  --success: #B0C2D2;
  --info: #B3B7AB;
  --warning: #FFC107;
  --danger: #DC3545;
  --light: #F8F9FA;
  --dark: #343A40;
  --title: #FFC107;
  --subtitle: #FFC107;
  --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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FFFFFF; }

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

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

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

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

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

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

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: #414141;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #1b1b1b;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.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; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6C757D; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 90%;
  color: #6C757D; }

code {
  font-size: 87.5%;
  color: #D75FD7;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFFFFF;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #DEE2E6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #DEE2E6; }
  .table tbody + tbody {
    border-top: 2px solid #DEE2E6; }

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

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #9c9c9c; }

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #88cad3; }

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #d6dfe8; }

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #d7dad3; }

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.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-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.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-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.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-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

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

.table-title,
.table-title > th,
.table-title > td {
  background-color: #ffeeba; }

.table-title th,
.table-title td,
.table-title thead th,
.table-title tbody + tbody {
  border-color: #ffdf7e; }

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

.table-subtitle,
.table-subtitle > th,
.table-subtitle > td {
  background-color: #ffeeba; }

.table-subtitle th,
.table-subtitle td,
.table-subtitle thead th,
.table-subtitle tbody + tbody {
  border-color: #ffdf7e; }

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

.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: #FFFFFF;
  background-color: #343A40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #E9ECEF;
  border-color: #DEE2E6; }

.table-dark {
  color: #FFFFFF;
  background-color: #343A40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .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 {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.075); }

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

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

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

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

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #CED4DA;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #FFFFFF;
    border-color: #818181;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(65, 65, 65, 0.25); }
  .form-control::placeholder {
    color: #6C757D;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #E9ECEF;
    opacity: 1; }

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

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

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

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

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

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

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6C757D; }

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(176, 194, 210, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #B0C2D2;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23B0C2D2' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #B0C2D2;
    box-shadow: 0 0 0 0.2rem rgba(176, 194, 210, 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 {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #B0C2D2;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343A40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23B0C2D2' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #FFFFFF no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #B0C2D2;
    box-shadow: 0 0 0 0.2rem rgba(176, 194, 210, 0.25); }
  .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-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #B0C2D2; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #B0C2D2; }

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(176, 194, 210, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #B0C2D2; }

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #B0C2D2;
  box-shadow: 0 0 0 0.2rem rgba(176, 194, 210, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #DC3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23DC3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23DC3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #DC3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #DC3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343A40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23DC3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23DC3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #FFFFFF no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #DC3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .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-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.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 .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

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

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

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

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

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #DC3545; }

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(65, 65, 65, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #FFFFFF;
  background-color: #414141;
  border-color: #414141; }
  .btn-primary:hover {
    color: #FFFFFF;
    background-color: #2e2e2e;
    border-color: #282828; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(94, 94, 94, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #FFFFFF;
    background-color: #414141;
    border-color: #414141; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #282828;
    border-color: #212121; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(94, 94, 94, 0.5); }

.btn-secondary {
  color: #FFFFFF;
  background-color: #1A99AA;
  border-color: #1A99AA; }
  .btn-secondary:hover {
    color: #FFFFFF;
    background-color: #157b89;
    border-color: #13717e; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(60, 168, 183, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #FFFFFF;
    background-color: #1A99AA;
    border-color: #1A99AA; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #13717e;
    border-color: #126773; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(60, 168, 183, 0.5); }

.btn-success {
  color: #212529;
  background-color: #B0C2D2;
  border-color: #B0C2D2; }
  .btn-success:hover {
    color: #212529;
    background-color: #98afc4;
    border-color: #90a9bf; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(155, 170, 185, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: #B0C2D2;
    border-color: #B0C2D2; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #212529;
    background-color: #90a9bf;
    border-color: #87a3bb; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(155, 170, 185, 0.5); }

.btn-info {
  color: #212529;
  background-color: #B3B7AB;
  border-color: #B3B7AB; }
  .btn-info:hover {
    color: #212529;
    background-color: #a0a596;
    border-color: #9a9f90; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(157, 161, 152, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #212529;
    background-color: #B3B7AB;
    border-color: #B3B7AB; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #212529;
    background-color: #9a9f90;
    border-color: #949a89; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(157, 161, 152, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #FFC107;
  border-color: #FFC107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    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: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #FFFFFF;
  background-color: #DC3545;
  border-color: #DC3545; }
  .btn-danger:hover {
    color: #FFFFFF;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #FFFFFF;
    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: #FFFFFF;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #F8F9FA;
  border-color: #F8F9FA; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #F8F9FA;
    border-color: #F8F9FA; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #FFFFFF;
  background-color: #343A40;
  border-color: #343A40; }
  .btn-dark:hover {
    color: #FFFFFF;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #FFFFFF;
    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: #FFFFFF;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-title {
  color: #212529;
  background-color: #FFC107;
  border-color: #FFC107; }
  .btn-title:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-title:focus, .btn-title.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-title.disabled, .btn-title:disabled {
    color: #212529;
    background-color: #FFC107;
    border-color: #FFC107; }
  .btn-title:not(:disabled):not(.disabled):active, .btn-title:not(:disabled):not(.disabled).active,
  .show > .btn-title.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-title:not(:disabled):not(.disabled):active:focus, .btn-title:not(:disabled):not(.disabled).active:focus,
    .show > .btn-title.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-subtitle {
  color: #212529;
  background-color: #FFC107;
  border-color: #FFC107; }
  .btn-subtitle:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-subtitle:focus, .btn-subtitle.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-subtitle.disabled, .btn-subtitle:disabled {
    color: #212529;
    background-color: #FFC107;
    border-color: #FFC107; }
  .btn-subtitle:not(:disabled):not(.disabled):active, .btn-subtitle:not(:disabled):not(.disabled).active,
  .show > .btn-subtitle.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-subtitle:not(:disabled):not(.disabled):active:focus, .btn-subtitle:not(:disabled):not(.disabled).active:focus,
    .show > .btn-subtitle.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-outline-primary {
  color: #414141;
  border-color: #414141; }
  .btn-outline-primary:hover {
    color: #FFFFFF;
    background-color: #414141;
    border-color: #414141; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(65, 65, 65, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #414141;
    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: #FFFFFF;
    background-color: #414141;
    border-color: #414141; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(65, 65, 65, 0.5); }

.btn-outline-secondary {
  color: #1A99AA;
  border-color: #1A99AA; }
  .btn-outline-secondary:hover {
    color: #FFFFFF;
    background-color: #1A99AA;
    border-color: #1A99AA; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(26, 153, 170, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #1A99AA;
    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: #FFFFFF;
    background-color: #1A99AA;
    border-color: #1A99AA; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(26, 153, 170, 0.5); }

.btn-outline-success {
  color: #B0C2D2;
  border-color: #B0C2D2; }
  .btn-outline-success:hover {
    color: #212529;
    background-color: #B0C2D2;
    border-color: #B0C2D2; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(176, 194, 210, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #B0C2D2;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #B0C2D2;
    border-color: #B0C2D2; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(176, 194, 210, 0.5); }

.btn-outline-info {
  color: #B3B7AB;
  border-color: #B3B7AB; }
  .btn-outline-info:hover {
    color: #212529;
    background-color: #B3B7AB;
    border-color: #B3B7AB; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(179, 183, 171, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #B3B7AB;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #212529;
    background-color: #B3B7AB;
    border-color: #B3B7AB; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(179, 183, 171, 0.5); }

.btn-outline-warning {
  color: #FFC107;
  border-color: #FFC107; }
  .btn-outline-warning:hover {
    color: #212529;
    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: #212529;
    background-color: #FFC107;
    border-color: #FFC107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #DC3545;
  border-color: #DC3545; }
  .btn-outline-danger:hover {
    color: #FFFFFF;
    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: #FFFFFF;
    background-color: #DC3545;
    border-color: #DC3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #F8F9FA;
  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; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343A40;
  border-color: #343A40; }
  .btn-outline-dark:hover {
    color: #FFFFFF;
    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: #FFFFFF;
    background-color: #343A40;
    border-color: #343A40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-title {
  color: #FFC107;
  border-color: #FFC107; }
  .btn-outline-title:hover {
    color: #212529;
    background-color: #FFC107;
    border-color: #FFC107; }
  .btn-outline-title:focus, .btn-outline-title.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-title.disabled, .btn-outline-title:disabled {
    color: #FFC107;
    background-color: transparent; }
  .btn-outline-title:not(:disabled):not(.disabled):active, .btn-outline-title:not(:disabled):not(.disabled).active,
  .show > .btn-outline-title.dropdown-toggle {
    color: #212529;
    background-color: #FFC107;
    border-color: #FFC107; }
    .btn-outline-title:not(:disabled):not(.disabled):active:focus, .btn-outline-title:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-title.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-subtitle {
  color: #FFC107;
  border-color: #FFC107; }
  .btn-outline-subtitle:hover {
    color: #212529;
    background-color: #FFC107;
    border-color: #FFC107; }
  .btn-outline-subtitle:focus, .btn-outline-subtitle.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-subtitle.disabled, .btn-outline-subtitle:disabled {
    color: #FFC107;
    background-color: transparent; }
  .btn-outline-subtitle:not(:disabled):not(.disabled):active, .btn-outline-subtitle:not(:disabled):not(.disabled).active,
  .show > .btn-outline-subtitle.dropdown-toggle {
    color: #212529;
    background-color: #FFC107;
    border-color: #FFC107; }
    .btn-outline-subtitle:not(:disabled):not(.disabled):active:focus, .btn-outline-subtitle:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-subtitle.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-link {
  font-weight: 400;
  color: #414141;
  text-decoration: none; }
  .btn-link:hover {
    color: #1b1b1b;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6C757D;
    pointer-events: none; }

.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 {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    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: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

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

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

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

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

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

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

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

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

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

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

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

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

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #F8F9FA; }
  .dropdown-item.active, .dropdown-item:active {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #414141; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6C757D;
    pointer-events: none;
    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: #6C757D;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

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

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #E9ECEF;
  border: 1px solid #CED4DA;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

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

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

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

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #FFFFFF;
    border-color: #414141;
    background-color: #414141; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(65, 65, 65, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #818181; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #FFFFFF;
    background-color: #9a9a9a;
    border-color: #9a9a9a; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6C757D; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #E9ECEF; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #FFFFFF;
    border: #808084 solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

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

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

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(65, 65, 65, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(65, 65, 65, 0.5); }

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(65, 65, 65, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #808084;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #FFFFFF;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(65, 65, 65, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343A40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #FFFFFF;
  border: 1px solid #CED4DA;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #818181;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(65, 65, 65, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #FFFFFF; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6C757D;
    background-color: #E9ECEF; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #818181;
    box-shadow: 0 0 0 0.2rem rgba(65, 65, 65, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #E9ECEF; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  border: 1px solid #CED4DA;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #E9ECEF;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(65, 65, 65, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(65, 65, 65, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(65, 65, 65, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #414141;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #9a9a9a; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #DEE2E6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #414141;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #9a9a9a; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #DEE2E6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #414141;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #9a9a9a; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #DEE2E6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #DEE2E6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #808084; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #808084; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #808084; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6C757D;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #DEE2E6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #E9ECEF #E9ECEF #DEE2E6; }
    .nav-tabs .nav-link.disabled {
      color: #6C757D;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #FFFFFF;
    border-color: #DEE2E6 #DEE2E6 #FFFFFF; }
  .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: #FFFFFF;
  background-color: #414141; }

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    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:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    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: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

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

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    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:hover, .navbar-light .navbar-nav .nav-link:focus {
    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,%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:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    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: #FFFFFF; }

.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,%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: #FFFFFF; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #FFFFFF; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  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 {
  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: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

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

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

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

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6C757D;
    content: "/"; }

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

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

.breadcrumb-item.active {
  color: #6C757D; }

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #414141;
  background-color: #FFFFFF;
  border: 1px solid #DEE2E6; }
  .page-link:hover {
    z-index: 2;
    color: #1b1b1b;
    text-decoration: none;
    background-color: #E9ECEF;
    border-color: #DEE2E6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(65, 65, 65, 0.25); }

.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: 1;
  color: #FFFFFF;
  background-color: #414141;
  border-color: #414141; }

.page-item.disabled .page-link {
  color: #6C757D;
  pointer-events: none;
  cursor: auto;
  background-color: #FFFFFF;
  border-color: #DEE2E6; }

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

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

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

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

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

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

.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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .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: #FFFFFF;
  background-color: #414141; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #FFFFFF;
    background-color: #282828; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(65, 65, 65, 0.5); }

.badge-secondary {
  color: #FFFFFF;
  background-color: #1A99AA; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #FFFFFF;
    background-color: #13717e; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(26, 153, 170, 0.5); }

.badge-success {
  color: #212529;
  background-color: #B0C2D2; }
  a.badge-success:hover, a.badge-success:focus {
    color: #212529;
    background-color: #90a9bf; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(176, 194, 210, 0.5); }

.badge-info {
  color: #212529;
  background-color: #B3B7AB; }
  a.badge-info:hover, a.badge-info:focus {
    color: #212529;
    background-color: #9a9f90; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(179, 183, 171, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #FFC107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #FFFFFF;
  background-color: #DC3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #FFFFFF;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #F8F9FA; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #FFFFFF;
  background-color: #343A40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #FFFFFF;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.badge-title {
  color: #212529;
  background-color: #FFC107; }
  a.badge-title:hover, a.badge-title:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-title:focus, a.badge-title.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-subtitle {
  color: #212529;
  background-color: #FFC107; }
  a.badge-subtitle:hover, a.badge-subtitle:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-subtitle:focus, a.badge-subtitle.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.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 {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #222222;
  background-color: #d9d9d9;
  border-color: #cacaca; }
  .alert-primary hr {
    border-top-color: #bdbdbd; }
  .alert-primary .alert-link {
    color: #090909; }

.alert-secondary {
  color: #0e5058;
  background-color: #d1ebee;
  border-color: #bfe2e7; }
  .alert-secondary hr {
    border-top-color: #acdae0; }
  .alert-secondary .alert-link {
    color: #07282c; }

.alert-success {
  color: #5c656d;
  background-color: #eff3f6;
  border-color: #e9eef2; }
  .alert-success hr {
    border-top-color: #d9e2e9; }
  .alert-success .alert-link {
    color: #454b51; }

.alert-info {
  color: #5d5f59;
  background-color: #f0f1ee;
  border-color: #eaebe7; }
  .alert-info hr {
    border-top-color: #dedfd9; }
  .alert-info .alert-link {
    color: #434540; }

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

.alert-title {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-title hr {
    border-top-color: #ffe8a1; }
  .alert-title .alert-link {
    color: #533f03; }

.alert-subtitle {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-subtitle hr {
    border-top-color: #ffe8a1; }
  .alert-subtitle .alert-link {
    color: #533f03; }

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

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #414141;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.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 {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

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

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    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: #FFFFFF;
  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.disabled, .list-group-item:disabled {
    color: #6C757D;
    pointer-events: none;
    background-color: #FFFFFF; }
  .list-group-item.active {
    z-index: 2;
    color: #FFFFFF;
    background-color: #414141;
    border-color: #414141; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #222222;
  background-color: #cacaca; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #222222;
    background-color: #bdbdbd; }
  .list-group-item-primary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #222222;
    border-color: #222222; }

.list-group-item-secondary {
  color: #0e5058;
  background-color: #bfe2e7; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #0e5058;
    background-color: #acdae0; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #0e5058;
    border-color: #0e5058; }

.list-group-item-success {
  color: #5c656d;
  background-color: #e9eef2; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #5c656d;
    background-color: #d9e2e9; }
  .list-group-item-success.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #5c656d;
    border-color: #5c656d; }

.list-group-item-info {
  color: #5d5f59;
  background-color: #eaebe7; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #5d5f59;
    background-color: #dedfd9; }
  .list-group-item-info.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #5d5f59;
    border-color: #5d5f59; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.list-group-item-title {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-title.list-group-item-action:hover, .list-group-item-title.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-title.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-subtitle {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-subtitle.list-group-item-action:hover, .list-group-item-subtitle.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-subtitle.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #856404;
    border-color: #856404; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: .5; }
  .close:hover {
    color: #000000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6C757D;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  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;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

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

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #DEE2E6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #FFFFFF; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #FFFFFF; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #FFFFFF; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #FFFFFF; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  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.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #FFFFFF;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #FFFFFF;
    text-decoration: none;
    outline: 0;
    opacity: 0.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: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' 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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' 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: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

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

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

.bg-secondary {
  background-color: #1A99AA !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-title {
  background-color: #FFC107 !important; }

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

.bg-subtitle {
  background-color: #FFC107 !important; }

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

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

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

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

.border-top {
  border-top: 1px solid #DEE2E6 !important; }

.border-right {
  border-right: 1px solid #DEE2E6 !important; }

.border-bottom {
  border-bottom: 1px solid #DEE2E6 !important; }

.border-left {
  border-left: 1px solid #DEE2E6 !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: #414141 !important; }

.border-secondary {
  border-color: #1A99AA !important; }

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

.border-info {
  border-color: #B3B7AB !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-title {
  border-color: #FFC107 !important; }

.border-subtitle {
  border-color: #FFC107 !important; }

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

.rounded-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important; }

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: flex !important; }

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

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

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

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

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

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

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

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

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

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

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

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

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

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

.w-auto {
  width: auto !important; }

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

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

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

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

.h-auto {
  height: auto !important; }

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

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

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.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-n1 {
  margin: -0.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !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-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #FFFFFF !important; }

.text-primary {
  color: #414141 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #1b1b1b !important; }

.text-secondary {
  color: #1A99AA !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #105d68 !important; }

.text-success {
  color: #B0C2D2 !important; }

a.text-success:hover, a.text-success:focus {
  color: #7f9cb6 !important; }

.text-info {
  color: #B3B7AB !important; }

a.text-info:hover, a.text-info:focus {
  color: #8e9482 !important; }

.text-warning {
  color: #FFC107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #DC3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #F8F9FA !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343A40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-title {
  color: #FFC107 !important; }

a.text-title:hover, a.text-title:focus {
  color: #ba8b00 !important; }

.text-subtitle {
  color: #FFC107 !important; }

a.text-subtitle:hover, a.text-subtitle:focus {
  color: #ba8b00 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6C757D !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #808084;
    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; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #FFFFFF !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #DEE2E6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #DEE2E6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #DEE2E6; } }

@media (max-width: 992px) {
  #section3 {
    background-color: #1B5D77 !important;
    text-align: center; } }

.bd-section-10 {
  font-family: 'Playfair Display'; }

body {
  height: auto;
  position: relative;
  overflow-x: hidden !important; }

p {
  word-wrap: break-word; }

body {
  line-height: 20.00000001px;
  font-size: 14px;
  color: #808080; }

a:hover {
  text-decoration: none; }

h6 {
  line-height: 21.42857143px;
  font-size: 15px;
  color: #000000; }

h6 a:hover {
  text-decoration: none; }

h5 {
  line-height: 24.28571429px;
  font-size: 17px;
  color: #000000; }

h5 a:hover {
  text-decoration: none; }

h4 {
  line-height: 28.57142858px;
  font-size: 20px;
  color: #808080; }

h4 a:hover {
  text-decoration: none; }

h3 {
  line-height: 40.00000001px;
  font-size: 28px;
  color: #808080; }

h3 a:hover {
  text-decoration: none; }

h2 {
  line-height: 45.71428573px;
  font-size: 32px;
  color: #404040;
  /*text-align: center;*/ }

h2 a:hover {
  text-decoration: none; }

h1 {
  line-height: 51.42857144px;
  text-decoration: none;
  font-size: 36px;
  color: #404040; }

h1 a:hover {
  text-decoration: none; }

fieldset {
  border: none; }

fieldset dl {
  display: block;
  margin: 0;
  padding: 0;
  background: none; }

fieldset dt {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 12em;
  height: 2em;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  background: none;
  line-height: 2em;
  overflow: hidden; }

fieldset dd {
  display: block;
  min-height: 2em;
  margin: 0 0 0 12em;
  padding: 0;
  background: none;
  line-height: 2em; }

fieldset label {
  display: inline-block; }

fieldset textarea {
  vertical-align: text-top; }

.img-fulltext-left,
.img-intro-left {
  float: left;
  display: block;
  border: none;
  padding: 0;
  margin: 0 0.3em 0.3em 0; }

.img-fulltext-right,
.img-intro-right {
  float: right;
  display: block;
  border: none;
  padding: 0;
  margin: 0 0 0.3em 0.3em; }

ul.pagenav {
  clear: both;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0; }

ul.pagenav li,
ul.pagenav li:before {
  display: block;
  background: none;
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
  content: normal; }

ul.pagenav li.pagenav-prev {
  float: left; }

ul.pagenav li.pagenav-next {
  margin: 0 0 0 50%; }

div.item-page dl.tabs {
  display: block;
  margin: 0;
  padding: 0; }

div.item-page dl.tabs:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  width: 1em;
  height: 2em;
  overflow: hidden; }

div.item-page dl.tabs dt {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  height: 2em;
  overflow: hidden;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000; }

div.item-page dl.tabs dt h3 {
  margin: 0;
  padding: 0 1em;
  line-height: 2em;
  font-size: 100%;
  overflow: hidden; }

div.item-page dl.tabs dt h3 a {
  text-decoration: none; }

div.item-page dl.tabs:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  border-left: 1px solid #000000;
  content: " ";
  overflow: hidden;
  height: 2em; }

div.item-page div.current {
  clear: both;
  border: 1px solid #000000; }

div.item-page div.current dd.tabs {
  margin: 0;
  padding: 0; }

div.item-page div.pagination ul {
  clear: both;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0; }

div.item-page div.pagination li {
  display: block;
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
  float: left;
  white-space: nowrap; }

div.item-page div.pagination:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.edit.item-page select + div {
  width: 100% !important; }

.edit.item-page div > ul {
  border: 1px solid #B9C2CB; }

.edit.item-page .search-field {
  overflow: visible; }

.edit.item-page .search-field > input {
  width: 100% !important; }

.edit.item-page ul > li:before {
  content: normal; }

.edit.item-page fieldset {
  border: 1px solid  #eee; }

.edit.item-page fieldset legend {
  padding: 7px;
  font-weight: bold; }

#editor-xtd-buttons {
  float: left;
  padding: 0; }

.toggle-editor {
  float: right; }

#searchForm .phrases-box {
  display: block;
  float: left; }

#searchForm .ordering-box {
  text-align: right; }

#searchForm .phrases-box label,
#searchForm .ordering-box label,
#searchForm .only label {
  display: inline-block;
  width: auto;
  height: 2em;
  margin: 0; }

#mod-finder-searchform label {
  display: block; }

#mod-finder-searchform input.inputbox {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 300px; }

#login-form fieldset label {
  width: 100%; }

#login-form #form-login-username label,
#login-form #form-login-password label {
  display: block; }

#login-form #form-login-username input,
#login-form #form-login-password input {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 300px; }

.breadcrumbs img {
  margin: 0;
  padding: 0;
  border: none;
  outline: none; }

dl.stats-module {
  padding: 0.3em 0 0.3em 0.3em;
  margin: 0; }

dl.stats-module dt {
  float: left;
  display: block;
  line-height: 1.5em;
  min-height: 1.5em;
  width: 10em;
  padding: 0.3em 0.3em 0 0;
  margin: 0;
  font-weight: bold; }

dl.stats-module dd {
  display: block;
  line-height: 1.5em;
  min-height: 1.5em;
  margin: 0 0 0 10em; }

div.mod-languages ul {
  margin: 0;
  padding: 0;
  list-style: none; }

div.mod-languages li {
  background: none;
  margin: 0 0.3em;
  padding: 0; }

div.mod-languages ul.lang-inline li {
  display: inline; }

div.mod-languages ul.lang-block li {
  display: block; }

div.mod-languages img {
  border: none;
  margin: 0;
  padding: 0; }

div.clr {
  clear: both; }

#system-message ul li {
  background-image: none; }

ul.actions,
ul.actions li,
ul.actions li img {
  display: inline;
  margin: 0;
  padding: 0;
  border: none; }

ul.actions li {
  background: none;
  list-style: none; }

.items-row {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse; }

.items-row .item {
  display: table-cell;
  vertical-align: top; }

.items-row .row-separator {
  display: none; }

div.pagination p.counter {
  display: inline-block;
  margin: 0.5em 0.3em 0 0;
  padding: 0;
  background: none; }

div.pagination ul,
div.pagination ul li,
div.pagination ul > li:before {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 0.3em;
  background: none;
  content: normal; }

div.tip-wrap {
  background: #fff;
  border: 1px solid #aaa; }

div.tip-wrap div.tip {
  padding: 0.3em; }

div.tip-wrap div.tip-title {
  font-weight: bold; }

table.category {
  width: 100%; }

table.category thead th img {
  padding: 0 0 0 0.3em;
  margin: 0;
  border: none; }

span.hasTip a img {
  padding: 0;
  margin: 0;
  border: none; }

div.category-list div.pagination {
  display: block; }

div.categories-list ul li span.item-title,
div.cat-children ul li span.item-title {
  display: block;
  margin: 0 0 0.3em 0; }

div.categories-list ul li div.category-desc,
div.cat-children ul li div.category-desc {
  margin: 0 0 0.3em 0; }

div.categories-list dl,
div.cat-children dl {
  display: block;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  background: none; }

div.categories-list dl dt,
div.cat-children dl dt,
div.categories-list dl dd,
div.cat-children dl dd {
  display: inline-block;
  padding: 0;
  margin: 0;
  background: none; }

div.img_caption p.img_caption {
  padding: 0.3em 0;
  margin: 0; }

form .search label,
form .finder label {
  display: none; }

#search-searchword {
  margin-bottom: 5px; }

.cols-2 .column-1,
.cols-2 .column-2,
.cols-3 .column-1,
.cols-3 .column-2,
.cols-3 .column-3 {
  float: left;
  clear: right; }

.cols-2 .column-1 {
  width: 50%; }

.cols-2 .column-2 {
  width: 50%; }

.cols-3 .column-1 {
  width: 33%; }

.cols-3 .column-2 {
  width: 33%; }

.cols-3 .column-3 {
  width: 34%; }

.row-separator {
  clear: both;
  float: none;
  font-size: 1px;
  display: block; }

ul.categories-module li h1,
ul.categories-module li h2,
ul.categories-module li h3,
ul.categories-module li h4,
ul.categories-module li h5,
ul.categories-module li h6 {
  display: inline; }

.only,
.phrases {
  border: solid 1px #ccc;
  margin: 10px 0 0 0px;
  padding: 15px;
  line-height: 1.3em; }

div.tags {
  display: inline; }

.tag-category ul > li:before {
  content: normal; }

ul.list-striped > li:before {
  content: normal; }

.list-striped {
  border-top: 1px solid #ddd; }

.list-striped li,
.list-striped dd {
  border-bottom: 1px solid #ddd; }

#fancybox-wrap {
  padding: 0; }

#fancybox-wrap * {
  box-sizing: content-box; }

#article-index {
  float: right; }

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.fade.in {
  opacity: 1; }

.tooltip {
  max-width: 400px; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

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

.tooltip-arrow:before,
.tooltip-arrow:after {
  content: "";
  position: absolute; }

.tooltip.bottom .tooltip-arrow:before {
  border: 5px solid transparent !important;
  border-bottom: 5px solid #bbb !important;
  top: -5px; }

.tooltip.bottom .tooltip-arrow:after {
  border: 5px solid transparent !important;
  border-bottom: 5px solid #fff !important;
  top: -4px; }

.tooltip.top .tooltip-arrow:before {
  border: 5px solid transparent !important;
  border-top: 5px solid #bbb !important;
  bottom: -5px; }

.tooltip.top .tooltip-arrow:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #fff !important;
  bottom: -4px; }

.tooltip.right .tooltip-arrow:before {
  border: 5px solid transparent !important;
  border-right: 5px solid #bbb !important;
  left: -5px; }

.tooltip.right .tooltip-arrow:after {
  border: 5px solid transparent !important;
  border-right: 5px solid #fff !important;
  left: -4px; }

.tooltip.left .tooltip-arrow:before {
  border: 5px solid transparent !important;
  border-left: 5px solid #bbb !important;
  right: -5px; }

.tooltip.left .tooltip-arrow:after {
  border: 5px solid transparent !important;
  border-left: 5px solid #fff !important;
  right: -4px; }

.tooltip .tooltip-inner {
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 0px;
  color: #808080;
  padding: 8px 12px;
  -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2); }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

#sbox-content iframe {
  width: 100%;
  height: 100%; }

.contentpane {
  background-color: inherit !important; }

.control-group {
  margin-top: 10px; }

.control-group .controls input {
  min-height: 34px; }

.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.list-striped.list-condensed {
  list-style: none;
  margin: 10px 0 0 0;
  border: 0;
  padding: 0; }

.list-striped.list-condensed li {
  padding: 4px 5px; }

.list-striped.list-condensed .list-edit.width-50 {
  width: 50px; }

input.quantity-plus,
input.quantity-minus {
  padding: 0; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: block;
  width: 100%;
  height: 31px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #777777;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:not(:focus) {
  border-color: #777777 !important; }

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder {
  color: #dddddd;
  opacity: 1; }

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
  color: #dddddd; }

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
  color: #dddddd; }

select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"] {
  cursor: not-allowed;
  background-color: #f5f5f5;
  opacity: 1; }

textarea,
select[multiple] {
  height: auto; }

input[type="text"].input-sm,
input[type="password"].input-sm,
input[type="datetime"].input-sm,
input[type="datetime-local"].input-sm,
input[type="date"].input-sm,
input[type="month"].input-sm,
input[type="time"].input-sm,
input[type="week"].input-sm,
input[type="number"].input-sm,
input[type="email"].input-sm,
input[type="url"].input-sm,
input[type="search"].input-sm,
input[type="tel"].input-sm,
input[type="color"].input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px; }

input[type="text"].input-lg,
input[type="password"].input-lg,
input[type="datetime"].input-lg,
input[type="datetime-local"].input-lg,
input[type="date"].input-lg,
input[type="month"].input-lg,
input[type="time"].input-lg,
input[type="week"].input-lg,
input[type="number"].input-lg,
input[type="email"].input-lg,
input[type="url"].input-lg,
input[type="search"].input-lg,
input[type="tel"].input-lg,
input[type="color"].input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px; }

.bd-containerinner-1 {
  padding-left: 20px;
  padding-right: 20px; }

@media (max-width: 767px) {
  .bd-containerinner-1 {
    padding-left: 10px;
    padding-right: 10px; } }

.bd-container-inner {
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 767px) {
  .bd-container-inner {
    max-width: none; } }

@media (min-width: 768px) {
  .bd-container-inner {
    max-width: 750px; } }

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

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

.bd-container-inner {
  position: relative; }

.bd-container-inner,
.bd-page-width .bd-background-width > .bd-container-inner {
  height: 100%; }

.bd-slider .bd-left-button,
.bd-slider .bd-right-button,
.bd-margins > p,
.bd-margins > div:not(.bd-own-margins) > p,
.bd-margins > h1,
.bd-margins > div:not(.bd-own-margins) > h1,
.bd-margins > h2,
.bd-margins > div:not(.bd-own-margins) > h2,
.bd-margins > h3,
.bd-margins > div:not(.bd-own-margins) > h3,
.bd-margins > h4,
.bd-margins > div:not(.bd-own-margins) > h4,
.bd-margins > h5,
.bd-margins > div:not(.bd-own-margins) > h5,
.bd-margins > h6,
.bd-margins > div:not(.bd-own-margins) > h6,
.bd-margins > img,
.bd-margins > div:not(.bd-own-margins) > img,
.bd-margins > ul,
.bd-margins > div:not(.bd-own-margins) > ul,
.bd-margins > ol,
.bd-margins > div:not(.bd-own-margins) > ol,
.bd-margins > .bd-own-margins,
.bd-margins > div > .bd-own-margins,
.bd-margins > div:not(.bd-own-margins) > .bd-container-inner > *:not(.bd-no-margins):not(section),
.bd-margins > div:not(.bd-own-margins) > .bd-container-inner > .bd-no-margins > .bd-container-inner > *:not(.bd-no-margins):not(section),
.bd-margins > div:not(.bd-own-margins) > div:not(.bd-own-margins) > .bd-container-inner > *:not(.bd-no-margins):not(section),
.bd-margins > div:not(.bd-own-margins) > div:not(.bd-own-margins) > .bd-container-inner > .bd-no-margins > .bd-container-inner > *:not(.bd-no-margins):not(section),
.bd-margins > div:not(.bd-own-margins) > div:not(.bd-own-margins) > .bd-no-margins > .bd-container-inner > *:not(.bd-no-margins):not(section) {
  margin-left: 20px;
  margin-right: 20px; }

/* Content & Sidebars */
.bd-sheetstyles:not(.bd-page-width) .bd-contentlayout-offset > aside:not(.bd-no-margins),
.bd-sheetstyles.bd-page-width .bd-contentlayout-offset > aside:not(.bd-no-margins) > .bd-margins,
div:not(.bd-sheetstyles).bd-page-width .bd-contentlayout-offset section:not(.bd-no-margins),
.bd-sheetstyles:not(.bd-page-width) > .bd-contentlayout-offset > *:not(aside) section:not(.bd-no-margins),
.bd-sheetstyles:not(.bd-page-width) .bd-contentlayout-offset > section:not(.bd-no-margins) {
  margin-left: -20px;
  margin-right: -20px; }

.bd-container-inner-wrapper {
  position: relative;
  width: 100%;
  height: 100%; }

.bd-body-1 {
  position: relative; }

.bd-pagebackground-27 {
  background-attachment: fixed; }

.bd-body-7 {
  position: relative; }

[data-affix].affix {
  height: auto; }

@media (min-width: 1200px) {
  [data-affix][data-enable-lg] + .bd-affix-fake {
    display: block; } }

@media (min-width: 992px) and (max-width: 1199px) {
  [data-affix][data-enable-md] + .bd-affix-fake {
    display: block; } }

@media (min-width: 768px) and (max-width: 991px) {
  [data-affix][data-enable-sm] + .bd-affix-fake {
    display: block; } }

@media (max-width: 767px) {
  [data-affix][data-enable-xs] + .bd-affix-fake {
    display: block; } }

.bd-affix-fake {
  display: none; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

/* Slide In Left Medium */
@-webkit-keyframes slideInLeftMedium {
  0% {
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeftMedium {
  0% {
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeftMedium {
  -webkit-animation-name: slideInLeftMedium;
  animation-name: slideInLeftMedium; }

/* Slide In Left Short */
@-webkit-keyframes slideInLeftShort {
  0% {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeftShort {
  0% {
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeftShort {
  -webkit-animation-name: slideInLeftShort;
  animation-name: slideInLeftShort; }

/* Slide in Right */
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

/* Slide in Right Medium */
@-webkit-keyframes slideInRightMedium {
  0% {
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRightMedium {
  0% {
    -webkit-transform: translateX(60%);
    -ms-transform: translateX(60%);
    transform: translateX(60%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInRightMedium {
  -webkit-animation-name: slideInRightMedium;
  animation-name: slideInRightMedium; }

/* Slide in Right Short */
@-webkit-keyframes slideInRightShort {
  0% {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRightShort {
  0% {
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInRightShort {
  -webkit-animation-name: slideInRightShort;
  animation-name: slideInRightShort; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.bd-pager-2 ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.bd-pager-2 ul {
  display: inline-block;
  width: 100%;
  margin: 0; }

.bd-pager-2 ul li {
  display: inline-block; }

.bd-pager-2 ul > li:first-child {
  float: left; }

.bd-pager-2 ul > li:last-child {
  float: right; }

.bd-pager-2 > .bd-pagination > li.bd-paginationitem-1 > a,
.bd-pager-2 > .bd-pagination > li.bd-paginationitem-1 > span,
.bd-pager-2 > .bd-pagination > li.bd-paginationitem-1 > a:link,
.bd-pager-2 > .bd-pagination > li.bd-paginationitem-1 > a:visited {
  border-radius: 0px; }

.bd-comments-1 ul:not(.pagination) {
  margin: 0;
  padding: 0;
  list-style: none; }

.bd-comments-1 ul:not(.pagination) > li {
  display: block; }

.bd-comments-1 li > ul:not(.pagination) {
  margin-left: 20px; }

.bd-comment-1 {
  padding: 5px; }

.bd-grid-5 > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-griditem-30 {
  margin-bottom: 20px; }

.separated-item-30 {
  position: relative;
  z-index: 0; }

.separated-item-30:before,
.separated-item-30:after {
  content: "";
  position: absolute;
  z-index: 10; }

.separated-item-30:before {
  top: 0;
  bottom: 0;
  left: 0; }

.separated-item-30:after {
  left: 0;
  right: 0;
  bottom: 10px; }

.first-col.separated-item-30:after {
  left: 5px; }

.last-col.separated-item-30:after {
  right: 5px; }

.separated-item-30.first-col:before,
.separated-item-30.last-row:after {
  content: none; }

.bd-pagination-2.right {
  text-align: right; }

.bd-pagination-2.center {
  text-align: center; }

.bd-pagination-2 > *:last-child {
  margin-right: 0; }

.bd-pagination-2 span {
  cursor: default; }

.pagination > ul.bd-pagination-2 > .active > a,
.pagination > ul.bd-pagination-2 > .active > span {
  color: inherit;
  line-height: inherit; }

.bd-pagination-2 > li.bd-paginationitem-2 > a,
.bd-pagination-2 > li.bd-paginationitem-2 > span,
.bd-pagination-2 > li.bd-paginationitem-2 > a:link,
.bd-pagination-2 > li.bd-paginationitem-2 > a:visited {
  color: #808080;
  border: 1px solid #ffffff;
  border-radius: 0px; }

.bd-pagination-2 > li.bd-paginationitem-2 > a:hover {
  background-color: #dddddd;
  color: #333333;
  background-image: none; }

.bd-pagination-2 > li.active.bd-paginationitem-2 > a,
.bd-pagination-2 > li.active.bd-paginationitem-2 > span {
  color: inherit;
  background-color: #f5f5f5;
  font-weight: bold;
  color: #333333;
  background-image: none; }

.bd-page-width > .bd-container-inner {
  max-width: none; }

.container-effect.container {
  padding-left: 0;
  padding-right: 0; }

.bd-flex-vertical,
.bd-flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.bd-flex-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.bd-flex-wide {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-width: 0;
  min-height: 0; }

.bd-flex-wide:not(.bd-flex-horizontal) {
  width: 100%;
  /* IE10-11 flex-basis with border-box fix */ }

.bd-flex-fixed {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.bd-flexalign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.bd-flexalign > * {
  height: auto; }

.bd-empty-grid-item {
  clear: both; }

.bd-backSlide,
.bd-overSlide {
  display: block; }

.bd-backSlide,
.bd-backSlide > *,
.bd-overSlide,
.bd-overSlide > *,
.bd-slidesWrapper {
  width: 100%;
  height: 100%; }

.bd-slidesWrapper {
  overflow: hidden;
  position: relative; }

.bd-icon,
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  text-decoration: none;
  speak: none; }

.bd-icon:before,
[class^="icon-"]:before,
[class*=" icon-"]:before,
.bd-icon:after,
[class^="icon-"]:after,
[class*=" icon-"]:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-icon > span:first-child,
[class^="icon-"] > span:first-child,
[class*=" icon-"] > span:first-child,
.bd-icon > time:first-child,
[class^="icon-"] > time:first-child,
[class*=" icon-"] > time:first-child {
  vertical-align: middle; }

.bd-iconlink {
  display: inline-block;
  color: #b9c1b9;
  font-size: 25px; }

a.bd-iconlink:hover {
  text-decoration: none; }

.bd-imagescaling-img img {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0; }

a > .bd-imagescaling-img {
  width: 100%;
  height: 100%; }

.bd-column {
  min-height: 0;
  min-width: 0; }

.bd-row-flex.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.bd-row-flex.row > [class*="bd-columnwrapper-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0;
  min-width: 0; }

.bd-row-flex.row > [class*="bd-columnwrapper-"] > .bd-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.bd-row-align-middle.bd-row-flex.row > [class*="bd-columnwrapper-"] > .bd-column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.bd-row-align-bottom.bd-row-flex.row > [class*="bd-columnwrapper-"] > .bd-column {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.bd-row-flex.row > [class*="bd-columnwrapper-"] > .bd-column > .bd-vertical-align-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 0;
  min-width: 0; }

.bd-row-flex.row:before,
.bd-row-flex.row:after {
  display: none; }

.bd-columns > .bd-container-inner > .container-fluid,
.bd-columns > .bd-container-inner > .container-fluid > .row {
  height: 100%; }

.bd-columns:before {
  clear: both; }

.bd-lightbox {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  padding: 0 100px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000000; }

.bd-lightbox .lightbox-image {
  border: 6px solid #fff;
  border-radius: 3px;
  display: none;
  max-width: 100%;
  vertical-align: middle; }

.bd-lightbox .lightbox-image.active {
  display: inline-block; }

.bd-lightbox .lightbox-error {
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 80px;
  opacity: .95;
  padding: 20px;
  position: fixed;
  width: 300px;
  z-index: 100; }

.bd-lightbox .loading {
  background: #ffffff url(../images/designer/preloader01.gif) center center no-repeat;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 32px;
  opacity: .5;
  padding: 10px;
  position: fixed;
  width: 32px;
  z-index: 10100; }

.bd-lightbox .arrow {
  cursor: pointer;
  height: 100px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  width: 82px;
  z-index: 10003; }

.bd-lightbox .arrow.left {
  left: 9px; }

.bd-lightbox .arrow.right {
  right: 9px; }

.bd-lightbox .arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.bd-lightbox .arrow.disabled {
  display: none; }

.bd-lightbox .arrow-t,
.bd-lightbox .arrow-b {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: relative;
  width: 30px; }

html[dir="rtl"] .bd-lightbox .arrow-t,
html[dir="rtl"] .bd-lightbox .arrow-b {
  right: 26px; }

html[dir="ltr"] .bd-lightbox .arrow-t,
html[dir="ltr"] .bd-lightbox .arrow-b {
  left: 26px; }

.bd-lightbox .arrow-t {
  top: 38px; }

.bd-lightbox .arrow-b {
  top: 50px; }

.bd-lightbox .close {
  cursor: pointer;
  height: 22px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 39px;
  top: 30px;
  width: 22px;
  z-index: 10003; }

.bd-lightbox .close:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.bd-lightbox .close .cw,
.bd-lightbox .close .ccw {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  left: -4px;
  top: 8px;
  width: 30px; }

.bd-lightbox .cw {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */ }

.bd-lightbox .ccw {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
  -moz-transform: rotate(-45deg);
  /* Firefox */ }

.bd-lightbox .close-alt,
.bd-lightbox .arrow-right-alt,
.bd-lightbox .arrow-left-alt {
  color: #fff;
  display: none;
  font-size: 2.5em;
  line-height: 100%; }

.ie8 .bd-lightbox .close-alt,
.ie8 .bd-lightbox .arrow-right-alt,
.ie8 .bd-lightbox .arrow-left-alt {
  display: block; }

.ie8 .bd-lightbox .cw,
.ie8 .bd-lightbox .ccw {
  display: none; }

.ie7 .close-alt,
.ie7 .arrow-right-alt,
.ie7 .arrow-left-alt {
  display: block !important; }

.ie7 .cw,
.ie7 .ccw {
  display: none !important; }

.bd-lightbox,
.lightbox,
.bd-lightbox .lightbox-image {
  cursor: pointer; }

@media (min-width: 768px) {
  html[dir="rtl"] .navbar-left {
    float: right !important; } }

html[dir="rtl"] .navbar-left > li {
  float: right; }

@media (min-width: 768px) {
  html[dir="rtl"] .navbar-right {
    float: left !important; } }

html[dir="rtl"] .navbar-right > li {
  float: right; }

.bd-has-megamenu .container-fluid > .row {
  margin-left: 0;
  margin-right: 0; }

.bd-has-megamenu:not(.bd-megamenu) [class*=separated-item]:before,
.bd-has-megamenu:not(.bd-megamenu) [class*=separated-item]:after {
  display: none; }

.bd-megamenu-none > div > div {
  width: 100%; }

.bd-megamenu-none > div > div .bd-megamenu-popup {
  position: relative;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: auto; }

.bd-megamenu-none > div > div .bd-megamenu-popup > ul {
  border: none;
  box-shadow: none;
  background: transparent; }

.bd-megamenu-none:hover .bd-megamenu-popup {
  visibility: visible;
  pointer-events: auto; }

@media (min-width: 768px) {
  .bd-megamenu-xs > div > div {
    width: 100%; }
  .bd-megamenu-xs > div > div .bd-megamenu-popup {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    z-index: auto; }
  .bd-megamenu-xs > div > div .bd-megamenu-popup > ul {
    border: none;
    box-shadow: none;
    background: transparent; }
  .bd-megamenu-xs:hover .bd-megamenu-popup {
    visibility: visible;
    pointer-events: auto; } }

@media (min-width: 992px) {
  .bd-megamenu-sm > div > div {
    width: 100%; }
  .bd-megamenu-sm > div > div .bd-megamenu-popup {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    z-index: auto; }
  .bd-megamenu-sm > div > div .bd-megamenu-popup > ul {
    border: none;
    box-shadow: none;
    background: transparent; }
  .bd-megamenu-sm:hover .bd-megamenu-popup {
    visibility: visible;
    pointer-events: auto; } }

@media (min-width: 1200px) {
  .bd-megamenu-md > div > div {
    width: 100%; }
  .bd-megamenu-md > div > div .bd-megamenu-popup {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    z-index: auto; }
  .bd-megamenu-md > div > div .bd-megamenu-popup > ul {
    border: none;
    box-shadow: none;
    background: transparent; }
  .bd-megamenu-md:hover .bd-megamenu-popup {
    visibility: visible;
    pointer-events: auto; } }

.row > .bd-mega-item {
  padding-left: 0;
  padding-right: 0; }

.bd-menu-overlay {
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: 0;
  z-index: 100; }

.bd-menu-close-icon {
  position: absolute;
  top: 0;
  right: 0; }

.bd-menu-close-icon a {
  text-align: right !important;
  background-color: transparent !important;
  padding: 10px 15px; }

.bd-parallax-image {
  min-width: 100vw;
  min-height: 100vh;
  position: absolute;
  background-size: cover;
  left: 0;
  top: 0;
  width: auto; }

.bd-parallax-image-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

.bd-parallax-bg-effect {
  position: relative; }

.bd-parallax-bg-effect[data-control-selector*=".bd-layoutcolumn-"] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

.bd-ribbon-core.bd-ribbon {
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 1em;
  z-index: 500; }

.bd-ribbon-core.bd-ribbon .ribbon-inner:before,
.bd-ribbon-core.bd-ribbon .ribbon-inner:after {
  bottom: -1em;
  content: '';
  display: block;
  position: absolute;
  z-index: -2; }

.bd-ribbon-core.bd-ribbon .ribbon-inner .ribbon-content:before,
.bd-ribbon-core.bd-ribbon .ribbon-inner .ribbon-content:after {
  border-style: solid;
  bottom: -1em;
  content: '';
  display: block;
  position: absolute;
  z-index: -1; }

.bd-ribbon-core.bd-ribbon .ribbon-inner {
  position: relative;
  text-align: center;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  height: 100%;
  width: 100%; }

.bd-ribbon-core.bd-ribbon .ribbon-content div {
  height: auto;
  margin: 0;
  padding: 15px 10px;
  word-wrap: break-word; }

.bd-ribbon-core.bd-ribbon .ribbon-inner:before {
  border-left-color: transparent;
  border-right-width: 1.5em;
  left: -2em; }

.bd-ribbon-core.bd-ribbon .ribbon-inner:after {
  border-left-width: 1.5em;
  border-right-color: transparent;
  right: -2em; }

.bd-ribbon-core.bd-ribbon .ribbon-inner .ribbon-content:before {
  border-width: 1em 0 0 1em;
  left: 0; }

.bd-ribbon-core.bd-ribbon .ribbon-inner .ribbon-content:after {
  border-width: 1em 1em 0 0;
  right: 0; }

.bd-ribbon-core.bd-ribbon .ribbon-inner .ribbon-stitches-top,
.bd-ribbon-core.bd-ribbon .ribbon-inner .ribbon-stitches-bottom {
  position: absolute;
  width: 100%; }

.bd-ribbon-core.bd-ribbon .ribbon-content > div:after {
  content: '\0000a0';
  display: inline-block;
  width: 1px; }

.bd-ribbon-core.bd-ribbon.ribbon-shadow .ribbon-inner {
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px; }

.bd-ribbon-core.bd-ribbon.ribbon-shadow .ribbon-inner:before {
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px; }

.bd-ribbon-core.bd-ribbon.ribbon-shadow .ribbon-inner:after {
  -moz-box-shadow: rgba(0, 0, 0, 0.4) -1px 1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) -1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.4) -1px 1px 1px; }

.bd-ribbon-core.bd-ribbon.ribbon-shadow .ribbon-inner .ribbon-stitches-top {
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5); }

.bd-ribbon-core.bd-ribbon.ribbon-shadow .ribbon-stitches-bottom {
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.3); }

.bd-section-align-wrapper {
  margin-left: auto;
  margin-right: auto; }

.bd-separator-left .bd-container-inner,
.bd-separator-right .bd-container-inner,
.bd-separator-center .bd-container-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.bd-separator-left .bd-separator-inner {
  margin-right: auto; }

.bd-separator-right .bd-separator-inner {
  margin-left: auto; }

.bd-separator-center .bd-separator-inner {
  margin: 0 auto; }

.bd-separator-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%; }

.bd-separator-inner:before,
.bd-separator-inner:after {
  display: none;
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.bd-separator-content-left .bd-separator-inner:after {
  display: block; }

.bd-separator-content-right .bd-separator-inner:before {
  display: block; }

.bd-separator-content-center .bd-separator-inner:before,
.bd-separator-content-center .bd-separator-inner:after {
  display: block; }

.bd-separator-inner .bd-separator-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.bd-separator-content-left .bd-separator-inner .bd-separator-content {
  margin-left: 0; }

.bd-separator-content-right .bd-separator-inner .bd-separator-content {
  margin-right: 0; }

.bd-slider {
  min-height: 20px;
  clear: both; }

.bd-left-button,
.bd-right-button {
  display: inline-block;
  font-size: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0; }

.bd-left-button:before,
.bd-right-button:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.bd-left-button > a,
.bd-right-button > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  pointer-events: auto; }

.bd-left-button > a > span,
.bd-right-button > a > span {
  display: inline-block; }

.bd-left-button {
  left: 0; }

.bd-left-button > a {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0); }

.bd-right-button {
  right: 0; }

.bd-right-button > a {
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0); }

.carousel {
  line-height: inherit; }

.carousel.bd-carousel-fade .item {
  left: 0 !important;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.carousel.bd-carousel-fade .next,
.carousel.bd-carousel-fade .prev {
  opacity: 0; }

.carousel.bd-carousel-fade .next.left,
.carousel.bd-carousel-fade .prev.right {
  opacity: 1;
  z-index: 1; }

.carousel.bd-carousel-fade .active.left,
.carousel.bd-carousel-fade .active.right {
  opacity: 0;
  z-index: 2; }

.carousel.bd-carousel-fade .bd-left-button,
.carousel.bd-carousel-fade .bd-right-button,
.carousel.bd-carousel-fade .bd-slider-indicators {
  z-index: 3; }

.carousel.bd-carousel-right .next {
  left: -100%; }

.carousel.bd-carousel-right .prev {
  left: 100%; }

.carousel.bd-carousel-right .next.left,
.carousel.bd-carousel-right .prev.right {
  left: 0; }

.carousel.bd-carousel-right .active.left {
  left: 100%; }

.carousel.bd-carousel-right .active.right {
  left: -100%; }

.carousel.bd-carousel-top .item {
  left: 0;
  -webkit-transition-property: top;
  transition-property: top; }

.carousel.bd-carousel-top .active {
  top: 0; }

.carousel.bd-carousel-top .next {
  top: 100%; }

.carousel.bd-carousel-top .prev {
  top: -100%; }

.carousel.bd-carousel-top .next.left,
.carousel.bd-carousel-top .prev.right {
  top: 0; }

.carousel.bd-carousel-top .active.left {
  top: -100%; }

.carousel.bd-carousel-top .active.right {
  top: 100%; }

.carousel.bd-carousel-bottom .item {
  left: 0;
  -webkit-transition-property: top;
  transition-property: top; }

.carousel.bd-carousel-bottom .active {
  top: 0; }

.carousel.bd-carousel-bottom .next {
  top: -100%; }

.carousel.bd-carousel-bottom .prev {
  top: 100%; }

.carousel.bd-carousel-bottom .next.left,
.carousel.bd-carousel-bottom .prev.right {
  top: 0; }

.carousel.bd-carousel-bottom .active.left {
  top: 100%; }

.carousel.bd-carousel-bottom .active.right {
  top: -100%; }

.carousel.bd-vertical-items .bd-left-button,
.carousel.bd-vertical-items .bd-right-button {
  position: relative; }

.carousel.bd-vertical-items.bd-vertical-arrows .bd-right-button > a {
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
  -moz-transform: matrix(1, 0, 0, -1, 0, 0);
  -ms-transform: matrix(1, 0, 0, -1, 0, 0);
  -o-transform: matrix(1, 0, 0, -1, 0, 0);
  transform: matrix(1, 0, 0, -1, 0, 0); }

.bd-slider-indicators {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  pointer-events: none !important; }

.bd-slider-indicators:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0; }

.bd-slider-indicators ol {
  pointer-events: auto; }

.carousel-inner > [data-url],
header[data-setlocation] {
  cursor: pointer; }

.bd-slides,
.bd-slide {
  height: 100%;
  width: 100%; }

.bd-slide {
  z-index: 0; }

.bd-slider > .bd-container-inner > *:not(.bd-left-button):not(.bd-right-button) {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.bd-slider .bd-left-button {
  margin-right: 0; }

.bd-slider .bd-right-button {
  margin-left: 0; }

@media (max-width: 767px) {
  .bd-media-xs.media-object.pull-left,
  .bd-media-xs.media-object.pull-right {
    float: none !important; } }

@media (max-width: 991px) {
  .bd-media-sm.media-object.pull-left,
  .bd-media-sm.media-object.pull-right {
    float: none !important; } }

@media (max-width: 1199px) {
  .bd-media-md.media-object.pull-left,
  .bd-media-md.media-object.pull-right {
    float: none !important; } }

@media (min-width: 1200px) {
  .bd-media-lg.media-object.pull-left,
  .bd-media-lg.media-object.pull-right {
    float: none !important; } }

.bd-textureoverlay {
  position: relative;
  z-index: 0; }

.bd-textureoverlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px); }

.bd-menuitem-14 {
  cursor: pointer; }

.bd-container-43 {
  padding: 10px 20px; }

.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > a:visited {
  background-color: #f5f5f5;
  color: #777777;
  text-decoration: none;
  padding: 10px 20px;
  background-image: none;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14:not(.active) > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14:not(.active) > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14:not(.active) > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14:hover:not(.active) > a:not(.active) {
  background-color: #ededed;
  color: #333333;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14.active > a {
  background-color: #ededed;
  color: #333333;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > .bd-grid-item > a:visited {
  background-color: #f5f5f5;
  color: #777777;
  text-decoration: none;
  padding: 10px 20px;
  background-image: none;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14:hover:not(.active) > .bd-grid-item > a:not(.active) {
  background-color: #ededed;
  color: #333333;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14 > .bd-grid-item > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-accordion .bd-menuitem-14.active > .bd-grid-item > a {
  background-color: #ededed;
  color: #333333;
  background-image: none; }

.bd-accordion .bd-menuitem-14:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > a,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > a:link,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > a:visited {
  background-color: #f5f5f5;
  color: #777777;
  text-decoration: none;
  padding: 10px 20px;
  background-image: none;
  display: block;
  white-space: nowrap; }

.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > a:before,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > a:link:before,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > a:visited:before,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > a:after,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > a:link:after,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > a:focus {
  outline-width: 0; }

.bd-accordion .bd-menuitem-14:not(.bd-mega-item):not(.active) > a.hover:not(.active),
.bd-accordion .bd-menuitem-14:not(.bd-mega-item):not(.active) > a:hover:not(.active),
.bd-accordion .bd-menuitem-14:not(.bd-mega-item):not(.active) > a:focus:not(.active),
.bd-accordion .bd-menuitem-14:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  background-color: #ededed;
  color: #333333;
  background-image: none; }

.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > a.active,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item).active > a {
  background-color: #ededed;
  color: #333333;
  background-image: none; }

.bd-accordion .bd-menuitem-14:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > .bd-grid-item > a,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > .bd-grid-item > a:link,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > .bd-grid-item > a:visited {
  background-color: #f5f5f5;
  color: #777777;
  text-decoration: none;
  padding: 10px 20px;
  background-image: none;
  display: block;
  white-space: nowrap; }

.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > .bd-grid-item > a:after,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-accordion .bd-menuitem-14:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-accordion .bd-menuitem-14:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-accordion .bd-menuitem-14:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-accordion .bd-menuitem-14:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  background-color: #ededed;
  color: #333333;
  background-image: none; }

.bd-accordion .bd-menuitem-14:not(.bd-mega-item) > .bd-grid-item > a.active,
.bd-accordion .bd-menuitem-14:not(.bd-mega-item).active > .bd-grid-item > a {
  background-color: #ededed;
  color: #333333;
  background-image: none; }

.bd-block {
  margin-top: 10px;
  margin-bottom: 10px; }

.bd-block .bd-blockheader h6 {
  color: #b9c1b9; }

.bd-block .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block .bd-blockheader h4 {
  line-height: 21.42857143px;
  color: #777777;
  text-transform: none;
  font-size: 15px;
  margin-bottom: 5px; }

.bd-block .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

blockquote:not([class]),
.bd-tagstyles:not(.bd-custom-blockquotes) blockquote,
.bd-blockquotes {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd; }

blockquote:not([class]),
.bd-tagstyles:not(.bd-custom-blockquotes) blockquote,
.bd-blockquotes,
blockquote:not([class]) p,
.bd-tagstyles:not(.bd-custom-blockquotes) blockquote p,
.bd-blockquotes p {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul:not([class*="menu"]),
.bd-bulletlist {
  padding-left: 0px; }

.bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul:not([class*="menu"]) li,
.bd-bulletlist li {
  list-style-position: inside; }

.bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul:not([class*="menu"]) li a:hover,
.bd-bulletlist li a:hover {
  color: #f0ad4e; }

.bd-button-16 a {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="button"],
button.bd-button-16,
input.bd-button-16,
a.bd-button-16[href],
.bd-button-16 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent; }

.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="button"],
button.bd-button-16,
input.bd-button-16,
a.bd-button-16[href],
.bd-button-16,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) button:link,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="submit"]:link,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="button"]:link,
button.bd-button-16:link,
input.bd-button-16:link,
a.bd-button-16[href]:link,
.bd-button-16:link,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) button:visited,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="button"]:visited,
button.bd-button-16:visited,
input.bd-button-16:visited,
a.bd-button-16[href]:visited,
.bd-button-16:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #343434;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 10px 32px;
  border: 2px solid #c4c4c4;
  border-radius: 0px;
  line-height: 15.71428572px; }

.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) button:hover,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="button"]:hover,
button.bd-button-16:hover,
input.bd-button-16:hover,
a.bd-button-16[href]:hover,
.bd-button-16:hover,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) button:focus,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="button"]:focus,
button.bd-button-16:focus,
input.bd-button-16:focus,
a.bd-button-16[href]:focus,
.bd-button-16:focus {
  background-color: #dedede;
  text-decoration: none;
  background-image: none; }

.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) button:active,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="submit"]:active,
.bd-tagstyles.bd-custom-button.bd-button-16-mixin:not(.shape-only) input[type="button"]:active,
button.bd-button-16:active,
input.bd-button-16:active,
a.bd-button-16[href]:active,
.bd-button-16:active {
  background-color: #dedede;
  background-image: none; }

.bd-button-81 a {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-tagstyles.bd-custom-button.bd-button-81-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-81-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-81-mixin:not(.shape-only) input[type="button"],
button.bd-button-81,
input.bd-button-81,
a.bd-button-81[href],
.bd-button-81 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent; }

.bd-tagstyles.bd-custom-button.bd-button-81-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-81-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-81-mixin:not(.shape-only) input[type="button"],
button.bd-button-81,
input.bd-button-81,
a.bd-button-81[href],
.bd-button-81,
.bd-tagstyles.bd-custom-button.bd-button-81-mixin:not(.shape-only) button:link,
.bd-tagstyles.bd-custom-button.bd-button-81-mixin:not(.shape-only) input[type="submit"]:link,
.bd-tagstyles.bd-custom-button.bd-button-81-mixin:not(.shape-only) input[type="button"]:link,
button.bd-button-81:link,
input.bd-button-81:link,
a.bd-button-81[href]:link,
.bd-button-81:link,
.bd-tagstyles.bd-custom-button.bd-button-81-mixin:not(.shape-only) button:visited,
.bd-tagstyles.bd-custom-button.bd-button-81-mixin:not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles.bd-custom-button.bd-button-81-mixin:not(.shape-only) input[type="button"]:visited,
button.bd-button-81:visited,
input.bd-button-81:visited,
a.bd-button-81[href]:visited,
.bd-button-81:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #ffffff;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  padding: 15px 25px;
  border: 1px solid #414141;
  border-radius: 0px;
  line-height: 17.14285715px; }

.bd-tagstyles.bd-custom-button.bd-button-81-mixin:not(.shape-only) button:hover,
.bd-tagstyles.bd-custom-button.bd-button-81-mixin:not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles.bd-custom-button.bd-button-81-mixin:not(.shape-only) input[type="button"]:hover,
button.bd-button-81:hover,
input.bd-button-81:hover,
a.bd-button-81[href]:hover,
.bd-button-81:hover,
.bd-tagstyles.bd-custom-button.bd-button-81-mixin:not(.shape-only) button:focus,
.bd-tagstyles.bd-custom-button.bd-button-81-mixin:not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles.bd-custom-button.bd-button-81-mixin:not(.shape-only) input[type="button"]:focus,
button.bd-button-81:focus,
input.bd-button-81:focus,
a.bd-button-81[href]:focus,
.bd-button-81:focus {
  background-color: #b9c1b9;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #b9c1b9;
  background-image: none; }

.bd-tagstyles.bd-custom-button.bd-button-81-mixin:not(.shape-only) button:active,
.bd-tagstyles.bd-custom-button.bd-button-81-mixin:not(.shape-only) input[type="submit"]:active,
.bd-tagstyles.bd-custom-button.bd-button-81-mixin:not(.shape-only) input[type="button"]:active,
button.bd-button-81:active,
input.bd-button-81:active,
a.bd-button-81[href]:active,
.bd-button-81:active {
  background-color: #404040;
  background-image: none; }

.bd-button-13 a {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="button"],
button.bd-button-13,
input.bd-button-13,
a.bd-button-13[href],
.bd-button-13 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent; }

.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="button"],
button.bd-button-13,
input.bd-button-13,
a.bd-button-13[href],
.bd-button-13,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) button:link,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="submit"]:link,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="button"]:link,
button.bd-button-13:link,
input.bd-button-13:link,
a.bd-button-13[href]:link,
.bd-button-13:link,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) button:visited,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="button"]:visited,
button.bd-button-13:visited,
input.bd-button-13:visited,
a.bd-button-13[href]:visited,
.bd-button-13:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #343434;
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
  padding: 10px 32px;
  border: 2px solid #c4c4c4;
  border-radius: 0px;
  line-height: 15.71428572px; }

.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) button:hover,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="button"]:hover,
button.bd-button-13:hover,
input.bd-button-13:hover,
a.bd-button-13[href]:hover,
.bd-button-13:hover,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) button:focus,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="button"]:focus,
button.bd-button-13:focus,
input.bd-button-13:focus,
a.bd-button-13[href]:focus,
.bd-button-13:focus {
  text-decoration: none;
  background-color: #dedede;
  background-image: none; }

.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) button:active,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="submit"]:active,
.bd-tagstyles.bd-custom-button.bd-button-13-mixin:not(.shape-only) input[type="button"]:active,
button.bd-button-13:active,
input.bd-button-13:active,
a.bd-button-13[href]:active,
.bd-button-13:active {
  background-color: #dedede;
  background-image: none; }

.bd-button-65 a {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-tagstyles.bd-custom-button.bd-button-65-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-65-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-65-mixin:not(.shape-only) input[type="button"],
button.bd-button-65,
input.bd-button-65,
a.bd-button-65[href],
.bd-button-65 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent; }

.bd-tagstyles.bd-custom-button.bd-button-65-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-65-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-65-mixin:not(.shape-only) input[type="button"],
button.bd-button-65,
input.bd-button-65,
a.bd-button-65[href],
.bd-button-65,
.bd-tagstyles.bd-custom-button.bd-button-65-mixin:not(.shape-only) button:link,
.bd-tagstyles.bd-custom-button.bd-button-65-mixin:not(.shape-only) input[type="submit"]:link,
.bd-tagstyles.bd-custom-button.bd-button-65-mixin:not(.shape-only) input[type="button"]:link,
button.bd-button-65:link,
input.bd-button-65:link,
a.bd-button-65[href]:link,
.bd-button-65:link,
.bd-tagstyles.bd-custom-button.bd-button-65-mixin:not(.shape-only) button:visited,
.bd-tagstyles.bd-custom-button.bd-button-65-mixin:not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles.bd-custom-button.bd-button-65-mixin:not(.shape-only) input[type="button"]:visited,
button.bd-button-65:visited,
input.bd-button-65:visited,
a.bd-button-65[href]:visited,
.bd-button-65:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 10px;
  color: #404040;
  padding: 15px 25px;
  border: 2px solid #404040;
  line-height: 14.28571429px; }

.bd-tagstyles.bd-custom-button.bd-button-65-mixin:not(.shape-only) button:hover,
.bd-tagstyles.bd-custom-button.bd-button-65-mixin:not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles.bd-custom-button.bd-button-65-mixin:not(.shape-only) input[type="button"]:hover,
button.bd-button-65:hover,
input.bd-button-65:hover,
a.bd-button-65[href]:hover,
.bd-button-65:hover,
.bd-tagstyles.bd-custom-button.bd-button-65-mixin:not(.shape-only) button:focus,
.bd-tagstyles.bd-custom-button.bd-button-65-mixin:not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles.bd-custom-button.bd-button-65-mixin:not(.shape-only) input[type="button"]:focus,
button.bd-button-65:focus,
input.bd-button-65:focus,
a.bd-button-65[href]:focus,
.bd-button-65:focus {
  text-decoration: none;
  color: #b9c1b9;
  background-color: #ffffff;
  background-image: none; }

.bd-button-80 a {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-tagstyles.bd-custom-button.bd-button-80-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-80-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-80-mixin:not(.shape-only) input[type="button"],
button.bd-button-80,
input.bd-button-80,
a.bd-button-80[href],
.bd-button-80 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent; }

.bd-tagstyles.bd-custom-button.bd-button-80-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-80-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-80-mixin:not(.shape-only) input[type="button"],
button.bd-button-80,
input.bd-button-80,
a.bd-button-80[href],
.bd-button-80,
.bd-tagstyles.bd-custom-button.bd-button-80-mixin:not(.shape-only) button:link,
.bd-tagstyles.bd-custom-button.bd-button-80-mixin:not(.shape-only) input[type="submit"]:link,
.bd-tagstyles.bd-custom-button.bd-button-80-mixin:not(.shape-only) input[type="button"]:link,
button.bd-button-80:link,
input.bd-button-80:link,
a.bd-button-80[href]:link,
.bd-button-80:link,
.bd-tagstyles.bd-custom-button.bd-button-80-mixin:not(.shape-only) button:visited,
.bd-tagstyles.bd-custom-button.bd-button-80-mixin:not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles.bd-custom-button.bd-button-80-mixin:not(.shape-only) input[type="button"]:visited,
button.bd-button-80:visited,
input.bd-button-80:visited,
a.bd-button-80[href]:visited,
.bd-button-80:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #ffffff;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  background-color: #333333;
  font-weight: 600;
  padding: 12px 30px;
  line-height: 15.71428572px;
  background-image: none; }

.bd-tagstyles.bd-custom-button.bd-button-80-mixin:not(.shape-only) button:hover,
.bd-tagstyles.bd-custom-button.bd-button-80-mixin:not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles.bd-custom-button.bd-button-80-mixin:not(.shape-only) input[type="button"]:hover,
button.bd-button-80:hover,
input.bd-button-80:hover,
a.bd-button-80[href]:hover,
.bd-button-80:hover,
.bd-tagstyles.bd-custom-button.bd-button-80-mixin:not(.shape-only) button:focus,
.bd-tagstyles.bd-custom-button.bd-button-80-mixin:not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles.bd-custom-button.bd-button-80-mixin:not(.shape-only) input[type="button"]:focus,
button.bd-button-80:focus,
input.bd-button-80:focus,
a.bd-button-80[href]:focus,
.bd-button-80:focus {
  background-color: #ffffff;
  text-decoration: none;
  color: #333333;
  background-image: none; }

.bd-tagstyles.bd-custom-button.bd-button-80-mixin:not(.shape-only) button:active,
.bd-tagstyles.bd-custom-button.bd-button-80-mixin:not(.shape-only) input[type="submit"]:active,
.bd-tagstyles.bd-custom-button.bd-button-80-mixin:not(.shape-only) input[type="button"]:active,
button.bd-button-80:active,
input.bd-button-80:active,
a.bd-button-80[href]:active,
.bd-button-80:active {
  background-color: #ffffff;
  color: #333333;
  border: 2px solid rgba(0, 0, 0, 0);
  background-image: none; }

.bd-button-12 a {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="button"],
button.bd-button-12,
input.bd-button-12,
a.bd-button-12[href],
.bd-button-12 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent; }

.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="button"],
button.bd-button-12,
input.bd-button-12,
a.bd-button-12[href],
.bd-button-12,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) button:link,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="submit"]:link,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="button"]:link,
button.bd-button-12:link,
input.bd-button-12:link,
a.bd-button-12[href]:link,
.bd-button-12:link,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) button:visited,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="button"]:visited,
button.bd-button-12:visited,
input.bd-button-12:visited,
a.bd-button-12[href]:visited,
.bd-button-12:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #343434;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 11px;
  padding: 10px 32px;
  border: 2px solid #c4c4c4;
  border-radius: 0px;
  line-height: 15.71428572px; }

.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) button:hover,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="button"]:hover,
button.bd-button-12:hover,
input.bd-button-12:hover,
a.bd-button-12[href]:hover,
.bd-button-12:hover,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) button:focus,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="button"]:focus,
button.bd-button-12:focus,
input.bd-button-12:focus,
a.bd-button-12[href]:focus,
.bd-button-12:focus {
  background-color: #dedede;
  text-decoration: none;
  background-image: none; }

.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) button:active,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="submit"]:active,
.bd-tagstyles.bd-custom-button.bd-button-12-mixin:not(.shape-only) input[type="button"]:active,
button.bd-button-12:active,
input.bd-button-12:active,
a.bd-button-12[href]:active,
.bd-button-12:active {
  background-color: #dedede;
  background-image: none; }

.bd-button-43 a {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) input[type="button"],
button.bd-button-43,
input.bd-button-43,
a.bd-button-43[href],
.bd-button-43 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent; }

.bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) input[type="button"],
button.bd-button-43,
input.bd-button-43,
a.bd-button-43[href],
.bd-button-43,
.bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) button:link,
.bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) input[type="submit"]:link,
.bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) input[type="button"]:link,
button.bd-button-43:link,
input.bd-button-43:link,
a.bd-button-43[href]:link,
.bd-button-43:link,
.bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) button:visited,
.bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) input[type="button"]:visited,
button.bd-button-43:visited,
input.bd-button-43:visited,
a.bd-button-43[href]:visited,
.bd-button-43:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #ffffff;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 10px;
  background-color: #404040;
  padding: 10px 22px;
  border: 1px solid #404040;
  border-radius: 5px;
  line-height: 14.28571429px;
  background-image: none; }

@media (max-width: 767px) {
  .bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) button,
  .bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) input[type="submit"],
  .bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) input[type="button"],
  button.bd-button-43,
  input.bd-button-43,
  a.bd-button-43[href],
  .bd-button-43,
  .bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) button:link,
  .bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) input[type="submit"]:link,
  .bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) input[type="button"]:link,
  button.bd-button-43:link,
  input.bd-button-43:link,
  a.bd-button-43[href]:link,
  .bd-button-43:link,
  .bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) button:visited,
  .bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) input[type="submit"]:visited,
  .bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) input[type="button"]:visited,
  button.bd-button-43:visited,
  input.bd-button-43:visited,
  a.bd-button-43[href]:visited,
  .bd-button-43:visited {
    padding-right: 12px;
    padding-left: 12px; } }

.bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) button:hover,
.bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) input[type="button"]:hover,
button.bd-button-43:hover,
input.bd-button-43:hover,
a.bd-button-43[href]:hover,
.bd-button-43:hover,
.bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) button:focus,
.bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles.bd-custom-button.bd-button-43-mixin:not(.shape-only) input[type="button"]:focus,
button.bd-button-43:focus,
input.bd-button-43:focus,
a.bd-button-43[href]:focus,
.bd-button-43:focus {
  text-decoration: none;
  color: #5cb85c;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #5cb85c;
  background-image: none; }

.bd-button-52 a {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="button"],
button.bd-button-52,
input.bd-button-52,
a.bd-button-52[href],
.bd-button-52 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent; }

.bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="button"],
button.bd-button-52,
input.bd-button-52,
a.bd-button-52[href],
.bd-button-52,
.bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) button:link,
.bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="submit"]:link,
.bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="button"]:link,
button.bd-button-52:link,
input.bd-button-52:link,
a.bd-button-52[href]:link,
.bd-button-52:link,
.bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) button:visited,
.bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="button"]:visited,
button.bd-button-52:visited,
input.bd-button-52:visited,
a.bd-button-52[href]:visited,
.bd-button-52:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #ffffff;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  padding: 0.7em 2em;
  border: 1px solid #ffffff;
  line-height: 18.57142858px; }

@media (max-width: 991px) {
  .bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) button,
  .bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="submit"],
  .bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="button"],
  button.bd-button-52,
  input.bd-button-52,
  a.bd-button-52[href],
  .bd-button-52,
  .bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) button:link,
  .bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="submit"]:link,
  .bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="button"]:link,
  button.bd-button-52:link,
  input.bd-button-52:link,
  a.bd-button-52[href]:link,
  .bd-button-52:link,
  .bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) button:visited,
  .bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="submit"]:visited,
  .bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="button"]:visited,
  button.bd-button-52:visited,
  input.bd-button-52:visited,
  a.bd-button-52[href]:visited,
  .bd-button-52:visited {
    border-left-style: solid;
    border-bottom-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px; } }

@media (max-width: 767px) {
  .bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) button,
  .bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="submit"],
  .bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="button"],
  button.bd-button-52,
  input.bd-button-52,
  a.bd-button-52[href],
  .bd-button-52,
  .bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) button:link,
  .bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="submit"]:link,
  .bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="button"]:link,
  button.bd-button-52:link,
  input.bd-button-52:link,
  a.bd-button-52[href]:link,
  .bd-button-52:link,
  .bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) button:visited,
  .bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="submit"]:visited,
  .bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="button"]:visited,
  button.bd-button-52:visited,
  input.bd-button-52:visited,
  a.bd-button-52[href]:visited,
  .bd-button-52:visited {
    font-size: 13px;
    line-height: 18.57142858px; } }

.bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) button:hover,
.bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="button"]:hover,
button.bd-button-52:hover,
input.bd-button-52:hover,
a.bd-button-52[href]:hover,
.bd-button-52:hover,
.bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) button:focus,
.bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="button"]:focus,
button.bd-button-52:focus,
input.bd-button-52:focus,
a.bd-button-52[href]:focus,
.bd-button-52:focus {
  text-decoration: none;
  color: #333333;
  background-color: #ffffff;
  background-image: none; }

@media (max-width: 991px) {
  .bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) button:hover,
  .bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="submit"]:hover,
  .bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="button"]:hover,
  button.bd-button-52:hover,
  input.bd-button-52:hover,
  a.bd-button-52[href]:hover,
  .bd-button-52:hover,
  .bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) button:focus,
  .bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="submit"]:focus,
  .bd-tagstyles.bd-custom-button.bd-button-52-mixin:not(.shape-only) input[type="button"]:focus,
  button.bd-button-52:focus,
  input.bd-button-52:focus,
  a.bd-button-52[href]:focus,
  .bd-button-52:focus {
    background-color: #5bc0de;
    color: #ffffff;
    border: 1px solid #5bc0de; } }

.bd-button-76 a {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-tagstyles.bd-custom-button.bd-button-76-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-76-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-76-mixin:not(.shape-only) input[type="button"],
button.bd-button-76,
input.bd-button-76,
a.bd-button-76[href],
.bd-button-76 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent; }

.bd-tagstyles.bd-custom-button.bd-button-76-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-76-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-76-mixin:not(.shape-only) input[type="button"],
button.bd-button-76,
input.bd-button-76,
a.bd-button-76[href],
.bd-button-76,
.bd-tagstyles.bd-custom-button.bd-button-76-mixin:not(.shape-only) button:link,
.bd-tagstyles.bd-custom-button.bd-button-76-mixin:not(.shape-only) input[type="submit"]:link,
.bd-tagstyles.bd-custom-button.bd-button-76-mixin:not(.shape-only) input[type="button"]:link,
button.bd-button-76:link,
input.bd-button-76:link,
a.bd-button-76[href]:link,
.bd-button-76:link,
.bd-tagstyles.bd-custom-button.bd-button-76-mixin:not(.shape-only) button:visited,
.bd-tagstyles.bd-custom-button.bd-button-76-mixin:not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles.bd-custom-button.bd-button-76-mixin:not(.shape-only) input[type="button"]:visited,
button.bd-button-76:visited,
input.bd-button-76:visited,
a.bd-button-76[href]:visited,
.bd-button-76:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #ffffff;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  padding: 15px 25px;
  border: 1px solid #414141;
  border-radius: 0px;
  line-height: 17.14285715px; }

.bd-tagstyles.bd-custom-button.bd-button-76-mixin:not(.shape-only) button:hover,
.bd-tagstyles.bd-custom-button.bd-button-76-mixin:not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles.bd-custom-button.bd-button-76-mixin:not(.shape-only) input[type="button"]:hover,
button.bd-button-76:hover,
input.bd-button-76:hover,
a.bd-button-76[href]:hover,
.bd-button-76:hover,
.bd-tagstyles.bd-custom-button.bd-button-76-mixin:not(.shape-only) button:focus,
.bd-tagstyles.bd-custom-button.bd-button-76-mixin:not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles.bd-custom-button.bd-button-76-mixin:not(.shape-only) input[type="button"]:focus,
button.bd-button-76:focus,
input.bd-button-76:focus,
a.bd-button-76[href]:focus,
.bd-button-76:focus {
  background-color: #b9c1b9;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #b9c1b9;
  background-image: none; }

.bd-tagstyles.bd-custom-button.bd-button-76-mixin:not(.shape-only) button:active,
.bd-tagstyles.bd-custom-button.bd-button-76-mixin:not(.shape-only) input[type="submit"]:active,
.bd-tagstyles.bd-custom-button.bd-button-76-mixin:not(.shape-only) input[type="button"]:active,
button.bd-button-76:active,
input.bd-button-76:active,
a.bd-button-76[href]:active,
.bd-button-76:active {
  background-color: #404040;
  background-image: none; }

.bd-button-17 a {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="button"],
button.bd-button-17,
input.bd-button-17,
a.bd-button-17[href],
.bd-button-17 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent; }

.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="button"],
button.bd-button-17,
input.bd-button-17,
a.bd-button-17[href],
.bd-button-17,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) button:link,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="submit"]:link,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="button"]:link,
button.bd-button-17:link,
input.bd-button-17:link,
a.bd-button-17[href]:link,
.bd-button-17:link,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) button:visited,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="button"]:visited,
button.bd-button-17:visited,
input.bd-button-17:visited,
a.bd-button-17[href]:visited,
.bd-button-17:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #343434;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 10px 32px;
  border: 2px solid #c4c4c4;
  border-radius: 0px;
  line-height: 15.71428572px; }

.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) button:hover,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="button"]:hover,
button.bd-button-17:hover,
input.bd-button-17:hover,
a.bd-button-17[href]:hover,
.bd-button-17:hover,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) button:focus,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="button"]:focus,
button.bd-button-17:focus,
input.bd-button-17:focus,
a.bd-button-17[href]:focus,
.bd-button-17:focus {
  background-color: #dedede;
  text-decoration: none;
  background-image: none; }

.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) button:active,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="submit"]:active,
.bd-tagstyles.bd-custom-button.bd-button-17-mixin:not(.shape-only) input[type="button"]:active,
button.bd-button-17:active,
input.bd-button-17:active,
a.bd-button-17[href]:active,
.bd-button-17:active {
  background-color: #dedede;
  background-image: none; }

.bd-button-36 a {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-tagstyles.bd-custom-button.bd-button-36-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-36-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-36-mixin:not(.shape-only) input[type="button"],
button.bd-button-36,
input.bd-button-36,
a.bd-button-36[href],
.bd-button-36 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent; }

.bd-tagstyles.bd-custom-button.bd-button-36-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-36-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-36-mixin:not(.shape-only) input[type="button"],
button.bd-button-36,
input.bd-button-36,
a.bd-button-36[href],
.bd-button-36,
.bd-tagstyles.bd-custom-button.bd-button-36-mixin:not(.shape-only) button:link,
.bd-tagstyles.bd-custom-button.bd-button-36-mixin:not(.shape-only) input[type="submit"]:link,
.bd-tagstyles.bd-custom-button.bd-button-36-mixin:not(.shape-only) input[type="button"]:link,
button.bd-button-36:link,
input.bd-button-36:link,
a.bd-button-36[href]:link,
.bd-button-36:link,
.bd-tagstyles.bd-custom-button.bd-button-36-mixin:not(.shape-only) button:visited,
.bd-tagstyles.bd-custom-button.bd-button-36-mixin:not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles.bd-custom-button.bd-button-36-mixin:not(.shape-only) input[type="button"]:visited,
button.bd-button-36:visited,
input.bd-button-36:visited,
a.bd-button-36[href]:visited,
.bd-button-36:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #ffffff;
  background-color: #404040;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 10px;
  font-size: 12px;
  padding: 7px 12px;
  border: 1px solid #404040;
  border-radius: 5px;
  line-height: 17.14285715px;
  background-image: none; }

.bd-tagstyles.bd-custom-button.bd-button-36-mixin:not(.shape-only) button:hover,
.bd-tagstyles.bd-custom-button.bd-button-36-mixin:not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles.bd-custom-button.bd-button-36-mixin:not(.shape-only) input[type="button"]:hover,
button.bd-button-36:hover,
input.bd-button-36:hover,
a.bd-button-36[href]:hover,
.bd-button-36:hover,
.bd-tagstyles.bd-custom-button.bd-button-36-mixin:not(.shape-only) button:focus,
.bd-tagstyles.bd-custom-button.bd-button-36-mixin:not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles.bd-custom-button.bd-button-36-mixin:not(.shape-only) input[type="button"]:focus,
button.bd-button-36:focus,
input.bd-button-36:focus,
a.bd-button-36[href]:focus,
.bd-button-36:focus {
  background-color: #f0ad4e;
  text-decoration: none;
  color: #ffffff;
  background-image: none; }

.bd-tagstyles.bd-custom-button.bd-button-36-mixin:not(.shape-only) button:active,
.bd-tagstyles.bd-custom-button.bd-button-36-mixin:not(.shape-only) input[type="submit"]:active,
.bd-tagstyles.bd-custom-button.bd-button-36-mixin:not(.shape-only) input[type="button"]:active,
button.bd-button-36:active,
input.bd-button-36:active,
a.bd-button-36[href]:active,
.bd-button-36:active {
  background-color: #404040;
  background-image: none; }

.bd-button-23 a {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) input[type="button"],
button.bd-button-23,
input.bd-button-23,
a.bd-button-23[href],
.bd-button-23 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent; }

.bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) input[type="button"],
button.bd-button-23,
input.bd-button-23,
a.bd-button-23[href],
.bd-button-23,
.bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) button:link,
.bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) input[type="submit"]:link,
.bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) input[type="button"]:link,
button.bd-button-23:link,
input.bd-button-23:link,
a.bd-button-23[href]:link,
.bd-button-23:link,
.bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) button:visited,
.bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) input[type="button"]:visited,
button.bd-button-23:visited,
input.bd-button-23:visited,
a.bd-button-23[href]:visited,
.bd-button-23:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #ffffff;
  background-color: #104d9e;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  letter-spacing: 2px;
  padding: 1em 3em;
  border: 2px solid #104d9e;
  line-height: 18.57142858px;
  background-image: none; }

@media (max-width: 767px) {
  .bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) button,
  .bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) input[type="submit"],
  .bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) input[type="button"],
  button.bd-button-23,
  input.bd-button-23,
  a.bd-button-23[href],
  .bd-button-23,
  .bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) button:link,
  .bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) input[type="submit"]:link,
  .bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) input[type="button"]:link,
  button.bd-button-23:link,
  input.bd-button-23:link,
  a.bd-button-23[href]:link,
  .bd-button-23:link,
  .bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) button:visited,
  .bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) input[type="submit"]:visited,
  .bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) input[type="button"]:visited,
  button.bd-button-23:visited,
  input.bd-button-23:visited,
  a.bd-button-23[href]:visited,
  .bd-button-23:visited {
    font-size: 11px;
    padding: 10px 15px;
    line-height: 15.71428572px; } }

.bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) button:hover,
.bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) input[type="button"]:hover,
button.bd-button-23:hover,
input.bd-button-23:hover,
a.bd-button-23[href]:hover,
.bd-button-23:hover,
.bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) button:focus,
.bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles.bd-custom-button.bd-button-23-mixin:not(.shape-only) input[type="button"]:focus,
button.bd-button-23:focus,
input.bd-button-23:focus,
a.bd-button-23[href]:focus,
.bd-button-23:focus {
  background-color: #000000;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid #333333;
  background-image: none; }

.bd-button-15 a {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="button"],
button.bd-button-15,
input.bd-button-15,
a.bd-button-15[href],
.bd-button-15 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent; }

.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="button"],
button.bd-button-15,
input.bd-button-15,
a.bd-button-15[href],
.bd-button-15,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) button:link,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="submit"]:link,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="button"]:link,
button.bd-button-15:link,
input.bd-button-15:link,
a.bd-button-15[href]:link,
.bd-button-15:link,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) button:visited,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="button"]:visited,
button.bd-button-15:visited,
input.bd-button-15:visited,
a.bd-button-15[href]:visited,
.bd-button-15:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #343434;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 10px 32px;
  border: 2px solid #c4c4c4;
  border-radius: 0px;
  line-height: 15.71428572px; }

.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) button:hover,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="button"]:hover,
button.bd-button-15:hover,
input.bd-button-15:hover,
a.bd-button-15[href]:hover,
.bd-button-15:hover,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) button:focus,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="button"]:focus,
button.bd-button-15:focus,
input.bd-button-15:focus,
a.bd-button-15[href]:focus,
.bd-button-15:focus {
  background-color: #dedede;
  text-decoration: none;
  background-image: none; }

.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) button:active,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="submit"]:active,
.bd-tagstyles.bd-custom-button.bd-button-15-mixin:not(.shape-only) input[type="button"]:active,
button.bd-button-15:active,
input.bd-button-15:active,
a.bd-button-15[href]:active,
.bd-button-15:active {
  background-color: #dedede;
  background-image: none; }

.bd-button-14 a {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="button"],
button.bd-button-14,
input.bd-button-14,
a.bd-button-14[href],
.bd-button-14 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent; }

.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="button"],
button.bd-button-14,
input.bd-button-14,
a.bd-button-14[href],
.bd-button-14,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) button:link,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="submit"]:link,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="button"]:link,
button.bd-button-14:link,
input.bd-button-14:link,
a.bd-button-14[href]:link,
.bd-button-14:link,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) button:visited,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="button"]:visited,
button.bd-button-14:visited,
input.bd-button-14:visited,
a.bd-button-14[href]:visited,
.bd-button-14:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #343434;
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
  padding: 10px 32px;
  border: 2px solid #c4c4c4;
  border-radius: 0px;
  line-height: 15.71428572px; }

.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) button:hover,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="button"]:hover,
button.bd-button-14:hover,
input.bd-button-14:hover,
a.bd-button-14[href]:hover,
.bd-button-14:hover,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) button:focus,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="button"]:focus,
button.bd-button-14:focus,
input.bd-button-14:focus,
a.bd-button-14[href]:focus,
.bd-button-14:focus {
  text-decoration: none;
  background-color: #dedede;
  background-image: none; }

.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) button:active,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="submit"]:active,
.bd-tagstyles.bd-custom-button.bd-button-14-mixin:not(.shape-only) input[type="button"]:active,
button.bd-button-14:active,
input.bd-button-14:active,
a.bd-button-14[href]:active,
.bd-button-14:active {
  background-color: #dedede;
  background-image: none; }

.bd-button-58 a {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-tagstyles.bd-custom-button.bd-button-58-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-58-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-58-mixin:not(.shape-only) input[type="button"],
button.bd-button-58,
input.bd-button-58,
a.bd-button-58[href],
.bd-button-58 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent; }

.bd-tagstyles.bd-custom-button.bd-button-58-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-58-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-58-mixin:not(.shape-only) input[type="button"],
button.bd-button-58,
input.bd-button-58,
a.bd-button-58[href],
.bd-button-58,
.bd-tagstyles.bd-custom-button.bd-button-58-mixin:not(.shape-only) button:link,
.bd-tagstyles.bd-custom-button.bd-button-58-mixin:not(.shape-only) input[type="submit"]:link,
.bd-tagstyles.bd-custom-button.bd-button-58-mixin:not(.shape-only) input[type="button"]:link,
button.bd-button-58:link,
input.bd-button-58:link,
a.bd-button-58[href]:link,
.bd-button-58:link,
.bd-tagstyles.bd-custom-button.bd-button-58-mixin:not(.shape-only) button:visited,
.bd-tagstyles.bd-custom-button.bd-button-58-mixin:not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles.bd-custom-button.bd-button-58-mixin:not(.shape-only) input[type="button"]:visited,
button.bd-button-58:visited,
input.bd-button-58:visited,
a.bd-button-58[href]:visited,
.bd-button-58:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #ffffff;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  background-color: #333333;
  font-weight: 600;
  padding: 12px 30px;
  line-height: 15.71428572px;
  background-image: none; }

.bd-tagstyles.bd-custom-button.bd-button-58-mixin:not(.shape-only) button:hover,
.bd-tagstyles.bd-custom-button.bd-button-58-mixin:not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles.bd-custom-button.bd-button-58-mixin:not(.shape-only) input[type="button"]:hover,
button.bd-button-58:hover,
input.bd-button-58:hover,
a.bd-button-58[href]:hover,
.bd-button-58:hover,
.bd-tagstyles.bd-custom-button.bd-button-58-mixin:not(.shape-only) button:focus,
.bd-tagstyles.bd-custom-button.bd-button-58-mixin:not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles.bd-custom-button.bd-button-58-mixin:not(.shape-only) input[type="button"]:focus,
button.bd-button-58:focus,
input.bd-button-58:focus,
a.bd-button-58[href]:focus,
.bd-button-58:focus {
  background-color: #ffffff;
  text-decoration: none;
  color: #333333;
  background-image: none; }

.bd-tagstyles.bd-custom-button.bd-button-58-mixin:not(.shape-only) button:active,
.bd-tagstyles.bd-custom-button.bd-button-58-mixin:not(.shape-only) input[type="submit"]:active,
.bd-tagstyles.bd-custom-button.bd-button-58-mixin:not(.shape-only) input[type="button"]:active,
button.bd-button-58:active,
input.bd-button-58:active,
a.bd-button-58[href]:active,
.bd-button-58:active {
  background-color: #ffffff;
  color: #333333;
  border: 2px solid rgba(0, 0, 0, 0);
  background-image: none; }

.bd-button-54 a {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="button"],
button.bd-button-54,
input.bd-button-54,
a.bd-button-54[href],
.bd-button-54 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent; }

.bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="button"],
button.bd-button-54,
input.bd-button-54,
a.bd-button-54[href],
.bd-button-54,
.bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) button:link,
.bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="submit"]:link,
.bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="button"]:link,
button.bd-button-54:link,
input.bd-button-54:link,
a.bd-button-54[href]:link,
.bd-button-54:link,
.bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) button:visited,
.bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="button"]:visited,
button.bd-button-54:visited,
input.bd-button-54:visited,
a.bd-button-54[href]:visited,
.bd-button-54:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #ffffff;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  padding: 0.7em 2em;
  border: 1px solid #ffffff;
  line-height: 18.57142858px; }

@media (max-width: 991px) {
  .bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) button,
  .bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="submit"],
  .bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="button"],
  button.bd-button-54,
  input.bd-button-54,
  a.bd-button-54[href],
  .bd-button-54,
  .bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) button:link,
  .bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="submit"]:link,
  .bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="button"]:link,
  button.bd-button-54:link,
  input.bd-button-54:link,
  a.bd-button-54[href]:link,
  .bd-button-54:link,
  .bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) button:visited,
  .bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="submit"]:visited,
  .bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="button"]:visited,
  button.bd-button-54:visited,
  input.bd-button-54:visited,
  a.bd-button-54[href]:visited,
  .bd-button-54:visited {
    border-left-style: solid;
    border-bottom-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px; } }

@media (max-width: 767px) {
  .bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) button,
  .bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="submit"],
  .bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="button"],
  button.bd-button-54,
  input.bd-button-54,
  a.bd-button-54[href],
  .bd-button-54,
  .bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) button:link,
  .bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="submit"]:link,
  .bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="button"]:link,
  button.bd-button-54:link,
  input.bd-button-54:link,
  a.bd-button-54[href]:link,
  .bd-button-54:link,
  .bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) button:visited,
  .bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="submit"]:visited,
  .bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="button"]:visited,
  button.bd-button-54:visited,
  input.bd-button-54:visited,
  a.bd-button-54[href]:visited,
  .bd-button-54:visited {
    font-size: 13px;
    line-height: 18.57142858px; } }

.bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) button:hover,
.bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="button"]:hover,
button.bd-button-54:hover,
input.bd-button-54:hover,
a.bd-button-54[href]:hover,
.bd-button-54:hover,
.bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) button:focus,
.bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="button"]:focus,
button.bd-button-54:focus,
input.bd-button-54:focus,
a.bd-button-54[href]:focus,
.bd-button-54:focus {
  text-decoration: none;
  color: #333333;
  background-color: #ffffff;
  background-image: none; }

@media (max-width: 991px) {
  .bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) button:hover,
  .bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="submit"]:hover,
  .bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="button"]:hover,
  button.bd-button-54:hover,
  input.bd-button-54:hover,
  a.bd-button-54[href]:hover,
  .bd-button-54:hover,
  .bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) button:focus,
  .bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="submit"]:focus,
  .bd-tagstyles.bd-custom-button.bd-button-54-mixin:not(.shape-only) input[type="button"]:focus,
  button.bd-button-54:focus,
  input.bd-button-54:focus,
  a.bd-button-54[href]:focus,
  .bd-button-54:focus {
    background-color: #5bc0de;
    color: #ffffff;
    border: 1px solid #5bc0de; } }

.bd-button-83 a {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-tagstyles.bd-custom-button.bd-button-83-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-83-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-83-mixin:not(.shape-only) input[type="button"],
button.bd-button-83,
input.bd-button-83,
a.bd-button-83[href],
.bd-button-83 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent; }

.bd-tagstyles.bd-custom-button.bd-button-83-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-83-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-83-mixin:not(.shape-only) input[type="button"],
button.bd-button-83,
input.bd-button-83,
a.bd-button-83[href],
.bd-button-83,
.bd-tagstyles.bd-custom-button.bd-button-83-mixin:not(.shape-only) button:link,
.bd-tagstyles.bd-custom-button.bd-button-83-mixin:not(.shape-only) input[type="submit"]:link,
.bd-tagstyles.bd-custom-button.bd-button-83-mixin:not(.shape-only) input[type="button"]:link,
button.bd-button-83:link,
input.bd-button-83:link,
a.bd-button-83[href]:link,
.bd-button-83:link,
.bd-tagstyles.bd-custom-button.bd-button-83-mixin:not(.shape-only) button:visited,
.bd-tagstyles.bd-custom-button.bd-button-83-mixin:not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles.bd-custom-button.bd-button-83-mixin:not(.shape-only) input[type="button"]:visited,
button.bd-button-83:visited,
input.bd-button-83:visited,
a.bd-button-83[href]:visited,
.bd-button-83:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #ffffff;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  padding: 15px 25px;
  border: 1px solid #414141;
  border-radius: 0px;
  line-height: 17.14285715px; }

.bd-tagstyles.bd-custom-button.bd-button-83-mixin:not(.shape-only) button:hover,
.bd-tagstyles.bd-custom-button.bd-button-83-mixin:not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles.bd-custom-button.bd-button-83-mixin:not(.shape-only) input[type="button"]:hover,
button.bd-button-83:hover,
input.bd-button-83:hover,
a.bd-button-83[href]:hover,
.bd-button-83:hover,
.bd-tagstyles.bd-custom-button.bd-button-83-mixin:not(.shape-only) button:focus,
.bd-tagstyles.bd-custom-button.bd-button-83-mixin:not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles.bd-custom-button.bd-button-83-mixin:not(.shape-only) input[type="button"]:focus,
button.bd-button-83:focus,
input.bd-button-83:focus,
a.bd-button-83[href]:focus,
.bd-button-83:focus {
  background-color: #b9c1b9;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #b9c1b9;
  background-image: none; }

.bd-tagstyles.bd-custom-button.bd-button-83-mixin:not(.shape-only) button:active,
.bd-tagstyles.bd-custom-button.bd-button-83-mixin:not(.shape-only) input[type="submit"]:active,
.bd-tagstyles.bd-custom-button.bd-button-83-mixin:not(.shape-only) input[type="button"]:active,
button.bd-button-83:active,
input.bd-button-83:active,
a.bd-button-83[href]:active,
.bd-button-83:active {
  background-color: #404040;
  background-image: none; }

.bd-button-82 a {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-tagstyles.bd-custom-button.bd-button-82-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-82-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-82-mixin:not(.shape-only) input[type="button"],
button.bd-button-82,
input.bd-button-82,
a.bd-button-82[href],
.bd-button-82 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent; }

.bd-tagstyles.bd-custom-button.bd-button-82-mixin:not(.shape-only) button,
.bd-tagstyles.bd-custom-button.bd-button-82-mixin:not(.shape-only) input[type="submit"],
.bd-tagstyles.bd-custom-button.bd-button-82-mixin:not(.shape-only) input[type="button"],
button.bd-button-82,
input.bd-button-82,
a.bd-button-82[href],
.bd-button-82,
.bd-tagstyles.bd-custom-button.bd-button-82-mixin:not(.shape-only) button:link,
.bd-tagstyles.bd-custom-button.bd-button-82-mixin:not(.shape-only) input[type="submit"]:link,
.bd-tagstyles.bd-custom-button.bd-button-82-mixin:not(.shape-only) input[type="button"]:link,
button.bd-button-82:link,
input.bd-button-82:link,
a.bd-button-82[href]:link,
.bd-button-82:link,
.bd-tagstyles.bd-custom-button.bd-button-82-mixin:not(.shape-only) button:visited,
.bd-tagstyles.bd-custom-button.bd-button-82-mixin:not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles.bd-custom-button.bd-button-82-mixin:not(.shape-only) input[type="button"]:visited,
button.bd-button-82:visited,
input.bd-button-82:visited,
a.bd-button-82[href]:visited,
.bd-button-82:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #ffffff;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  padding: 15px 25px;
  border: 1px solid #414141;
  border-radius: 0px;
  line-height: 17.14285715px; }

.bd-tagstyles.bd-custom-button.bd-button-82-mixin:not(.shape-only) button:hover,
.bd-tagstyles.bd-custom-button.bd-button-82-mixin:not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles.bd-custom-button.bd-button-82-mixin:not(.shape-only) input[type="button"]:hover,
button.bd-button-82:hover,
input.bd-button-82:hover,
a.bd-button-82[href]:hover,
.bd-button-82:hover,
.bd-tagstyles.bd-custom-button.bd-button-82-mixin:not(.shape-only) button:focus,
.bd-tagstyles.bd-custom-button.bd-button-82-mixin:not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles.bd-custom-button.bd-button-82-mixin:not(.shape-only) input[type="button"]:focus,
button.bd-button-82:focus,
input.bd-button-82:focus,
a.bd-button-82[href]:focus,
.bd-button-82:focus {
  background-color: #b9c1b9;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #b9c1b9;
  background-image: none; }

.bd-tagstyles.bd-custom-button.bd-button-82-mixin:not(.shape-only) button:active,
.bd-tagstyles.bd-custom-button.bd-button-82-mixin:not(.shape-only) input[type="submit"]:active,
.bd-tagstyles.bd-custom-button.bd-button-82-mixin:not(.shape-only) input[type="button"]:active,
button.bd-button-82:active,
input.bd-button-82:active,
a.bd-button-82[href]:active,
.bd-button-82:active {
  background-color: #404040;
  background-image: none; }

.bd-button a {
  line-height: 17.14285715px;
  font-size: 12px; }

button:not([class]),
input[type="submit"]:not([class]),
input[type="button"]:not([class]),
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) button,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="submit"],
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="button"],
button.bd-button,
input.bd-button,
a.bd-button[href],
.bd-button {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent; }

button:not([class]),
input[type="submit"]:not([class]),
input[type="button"]:not([class]),
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) button,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="submit"],
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="button"],
button.bd-button,
input.bd-button,
a.bd-button[href],
.bd-button,
button:not([class]):link,
input[type="submit"]:not([class]):link,
input[type="button"]:not([class]):link,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) button:link,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="submit"]:link,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="button"]:link,
button.bd-button:link,
input.bd-button:link,
a.bd-button[href]:link,
.bd-button:link,
button:not([class]):visited,
input[type="submit"]:not([class]):visited,
input[type="button"]:not([class]):visited,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) button:visited,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="submit"]:visited,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="button"]:visited,
button.bd-button:visited,
input.bd-button:visited,
a.bd-button[href]:visited,
.bd-button:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #808080;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  padding: 15px 25px;
  border: 1px solid #404040;
  border-radius: 0px;
  line-height: 17.14285715px; }

@media (max-width: 767px) {
  button:not([class]),
  input[type="submit"]:not([class]),
  input[type="button"]:not([class]),
  .bd-tagstyles:not(.bd-custom-button):not(.shape-only) button,
  .bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="submit"],
  .bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="button"],
  button.bd-button,
  input.bd-button,
  a.bd-button[href],
  .bd-button,
  button:not([class]):link,
  input[type="submit"]:not([class]):link,
  input[type="button"]:not([class]):link,
  .bd-tagstyles:not(.bd-custom-button):not(.shape-only) button:link,
  .bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="submit"]:link,
  .bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="button"]:link,
  button.bd-button:link,
  input.bd-button:link,
  a.bd-button[href]:link,
  .bd-button:link,
  button:not([class]):visited,
  input[type="submit"]:not([class]):visited,
  input[type="button"]:not([class]):visited,
  .bd-tagstyles:not(.bd-custom-button):not(.shape-only) button:visited,
  .bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="submit"]:visited,
  .bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="button"]:visited,
  button.bd-button:visited,
  input.bd-button:visited,
  a.bd-button[href]:visited,
  .bd-button:visited {
    font-size: 11px;
    padding: 8px 15px;
    line-height: 15.71428572px; } }

button:not([class]):hover,
input[type="submit"]:not([class]):hover,
input[type="button"]:not([class]):hover,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) button:hover,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="submit"]:hover,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="button"]:hover,
button.bd-button:hover,
input.bd-button:hover,
a.bd-button[href]:hover,
.bd-button:hover,
button:not([class]):focus,
input[type="submit"]:not([class]):focus,
input[type="button"]:not([class]):focus,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) button:focus,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="submit"]:focus,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="button"]:focus,
button.bd-button:focus,
input.bd-button:focus,
a.bd-button[href]:focus,
.bd-button:focus {
  background-color: #b9c1b9;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #404040;
  background-image: none; }

button:not([class]):active,
input[type="submit"]:not([class]):active,
input[type="button"]:not([class]):active,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) button:active,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="submit"]:active,
.bd-tagstyles:not(.bd-custom-button):not(.shape-only) input[type="button"]:active,
button.bd-button:active,
input.bd-button:active,
a.bd-button[href]:active,
.bd-button:active {
  background-color: #404040;
  background-image: none; }

.bd-carousel {
  display: inline-block; }

.bd-carousel span:before {
  content: '\1fa'; }

.bd-carousel span:before {
  visibility: inherit; }

.bd-carousel span:before {
  font-size: 51px;
  background-color: rgba(255, 255, 255, 0);
  color: rgba(204, 204, 204, 0.5);
  margin-left: 0px;
  border: 0px solid #ffffff;
  border-radius: 23px;
  line-height: 72.85714288px;
  line-height: 51px; }

.bd-carousel span:hover:before {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  color: rgba(120, 120, 120, 0.5); }

.bd-carousel-8 {
  display: inline-block; }

.bd-carousel-8 span:before {
  content: '\222'; }

.bd-carousel-8 span:before {
  visibility: inherit; }

.bd-carousel-8 span:before {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 0.5em;
  line-height: 35.71428573px;
  line-height: 25px; }

.bd-carousel-8 span:hover:before {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.75); }

.bd-carousel-9 {
  display: inline-block; }

.bd-carousel-9 span:before {
  content: '\1fa'; }

.bd-carousel-9 span:before {
  visibility: inherit; }

.bd-carousel-9 span:before {
  font-size: 51px;
  background-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.5);
  margin-left: 0px;
  border: 0px solid #ffffff;
  border-radius: 23px;
  line-height: 72.85714288px;
  line-height: 51px; }

.bd-carousel-9 span:hover:before {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  color: rgba(120, 120, 120, 0.5); }

.bd-componentstyles {
  margin-top: 20px; }

label {
  font-weight: normal; }

@media (min-width: 768px) {
  html[dir="rtl"] [data-responsive-menu="true"] .bd-horizontalmenu .bd-menuitem-54:last-child > a {
    border-left-width: 0 !important; } }

html[dir="rtl"] [data-responsive-menu="false"] .bd-horizontalmenu .bd-menuitem-54:last-child > a {
  border-left-width: 0 !important; }

@media (min-width: 768px) {
  html[dir="ltr"] [data-responsive-menu="true"] .bd-horizontalmenu .bd-menuitem-54:last-child > a {
    border-right-width: 0 !important; } }

html[dir="ltr"] [data-responsive-menu="false"] .bd-horizontalmenu .bd-menuitem-54:last-child > a {
  border-right-width: 0 !important; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > a,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > a:link,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > a:visited {
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > a:after,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > a:visited:before {
  content: '\1b8'; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > a:visited:before {
  visibility: inherit; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > .bd-grid-item > a:visited {
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > .bd-grid-item > a:visited:before {
  content: '\1b8'; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > .bd-grid-item > a:visited:before {
  visibility: inherit; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-91 > .bd-grid-item > a:focus {
  outline-width: 0; }

.collapse-button .bd-menuitem-91:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.collapse-button .bd-menuitem-91:not(.bd-mega-item) > a,
.collapse-button .bd-menuitem-91:not(.bd-mega-item) > a:link,
.collapse-button .bd-menuitem-91:not(.bd-mega-item) > a:visited {
  display: block;
  white-space: nowrap; }

.collapse-button .bd-menuitem-91:not(.bd-mega-item) > a:before,
.collapse-button .bd-menuitem-91:not(.bd-mega-item) > a:link:before,
.collapse-button .bd-menuitem-91:not(.bd-mega-item) > a:visited:before,
.collapse-button .bd-menuitem-91:not(.bd-mega-item) > a:after,
.collapse-button .bd-menuitem-91:not(.bd-mega-item) > a:link:after,
.collapse-button .bd-menuitem-91:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.collapse-button .bd-menuitem-91:not(.bd-mega-item) > a:before,
.collapse-button .bd-menuitem-91:not(.bd-mega-item) > a:link:before,
.collapse-button .bd-menuitem-91:not(.bd-mega-item) > a:visited:before {
  content: '\1b8'; }

.collapse-button .bd-menuitem-91:not(.bd-mega-item) > a:before,
.collapse-button .bd-menuitem-91:not(.bd-mega-item) > a:link:before,
.collapse-button .bd-menuitem-91:not(.bd-mega-item) > a:visited:before {
  visibility: inherit; }

.collapse-button .bd-menuitem-91:not(.bd-mega-item) > a:focus {
  outline-width: 0; }

.collapse-button .bd-menuitem-91:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.collapse-button .bd-menuitem-91:not(.bd-mega-item) > .bd-grid-item > a,
.collapse-button .bd-menuitem-91:not(.bd-mega-item) > .bd-grid-item > a:link,
.collapse-button .bd-menuitem-91:not(.bd-mega-item) > .bd-grid-item > a:visited {
  display: block;
  white-space: nowrap; }

.collapse-button .bd-menuitem-91:not(.bd-mega-item) > .bd-grid-item > a:before,
.collapse-button .bd-menuitem-91:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.collapse-button .bd-menuitem-91:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.collapse-button .bd-menuitem-91:not(.bd-mega-item) > .bd-grid-item > a:after,
.collapse-button .bd-menuitem-91:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.collapse-button .bd-menuitem-91:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.collapse-button .bd-menuitem-91:not(.bd-mega-item) > .bd-grid-item > a:before,
.collapse-button .bd-menuitem-91:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.collapse-button .bd-menuitem-91:not(.bd-mega-item) > .bd-grid-item > a:visited:before {
  content: '\1b8'; }

.collapse-button .bd-menuitem-91:not(.bd-mega-item) > .bd-grid-item > a:before,
.collapse-button .bd-menuitem-91:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.collapse-button .bd-menuitem-91:not(.bd-mega-item) > .bd-grid-item > a:visited:before {
  visibility: inherit; }

.collapse-button .bd-menuitem-91:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-megamenu .bd-menuitem-57 {
  list-style: none;
  position: relative; }

.bd-megamenu .bd-menuitem-57 > a,
.bd-megamenu .bd-menuitem-57 > a:link,
.bd-megamenu .bd-menuitem-57 > a:visited {
  color: #777777;
  padding: 10px;
  display: block;
  white-space: nowrap; }

.bd-megamenu .bd-menuitem-57 > a:before,
.bd-megamenu .bd-menuitem-57 > a:link:before,
.bd-megamenu .bd-menuitem-57 > a:visited:before,
.bd-megamenu .bd-menuitem-57 > a:after,
.bd-megamenu .bd-menuitem-57 > a:link:after,
.bd-megamenu .bd-menuitem-57 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-megamenu .bd-menuitem-57 > a:focus {
  outline-width: 0; }

.bd-megamenu .bd-menuitem-57:not(.active) > a.hover:not(.active),
.bd-megamenu .bd-menuitem-57:not(.active) > a:hover:not(.active),
.bd-megamenu .bd-menuitem-57:not(.active) > a:focus:not(.active),
.bd-megamenu .bd-menuitem-57:hover:not(.active) > a:not(.active) {
  color: #b9c1b9;
  text-decoration: none;
  background-color: #ededed;
  background-image: none; }

.bd-megamenu .bd-menuitem-57 > a.active,
.bd-megamenu .bd-menuitem-57.active > a {
  color: #b9c1b9;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none; }

.bd-megamenu .bd-menuitem-57 {
  list-style: none;
  position: relative; }

.bd-megamenu .bd-menuitem-57 > .bd-grid-item > a,
.bd-megamenu .bd-menuitem-57 > .bd-grid-item > a:link,
.bd-megamenu .bd-menuitem-57 > .bd-grid-item > a:visited {
  color: #777777;
  padding: 10px;
  display: block;
  white-space: nowrap; }

.bd-megamenu .bd-menuitem-57 > .bd-grid-item > a:before,
.bd-megamenu .bd-menuitem-57 > .bd-grid-item > a:link:before,
.bd-megamenu .bd-menuitem-57 > .bd-grid-item > a:visited:before,
.bd-megamenu .bd-menuitem-57 > .bd-grid-item > a:after,
.bd-megamenu .bd-menuitem-57 > .bd-grid-item > a:link:after,
.bd-megamenu .bd-menuitem-57 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-megamenu .bd-menuitem-57 > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-megamenu .bd-menuitem-57:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-megamenu .bd-menuitem-57:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-megamenu .bd-menuitem-57:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-megamenu .bd-menuitem-57:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #b9c1b9;
  text-decoration: none;
  background-color: #ededed;
  background-image: none; }

.bd-megamenu .bd-menuitem-57 > .bd-grid-item > a.active,
.bd-megamenu .bd-menuitem-57.active > .bd-grid-item > a {
  color: #b9c1b9;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none; }

.bd-grid-54 > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.separated-item-13 {
  position: relative;
  z-index: 0; }

.separated-item-13:before,
.separated-item-13:after {
  content: "";
  position: absolute;
  z-index: 10; }

.separated-item-13:before {
  top: 0;
  bottom: 0;
  left: 0; }

.separated-item-13:after {
  left: 0;
  right: 0;
  bottom: 0; }

.first-col.separated-item-13:after {
  left: 5px; }

.last-col.separated-item-13:after {
  right: 5px; }

.separated-item-13.first-col:before,
.separated-item-13.last-row:after {
  content: none; }

.bd-megamenu .bd-menuitem-67 {
  list-style: none;
  position: relative; }

.bd-megamenu .bd-menuitem-67 > a,
.bd-megamenu .bd-menuitem-67 > a:link,
.bd-megamenu .bd-menuitem-67 > a:visited {
  color: #777777;
  padding: 10px;
  display: block;
  white-space: nowrap; }

.bd-megamenu .bd-menuitem-67 > a:before,
.bd-megamenu .bd-menuitem-67 > a:link:before,
.bd-megamenu .bd-menuitem-67 > a:visited:before,
.bd-megamenu .bd-menuitem-67 > a:after,
.bd-megamenu .bd-menuitem-67 > a:link:after,
.bd-megamenu .bd-menuitem-67 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-megamenu .bd-menuitem-67 > a:focus {
  outline-width: 0; }

.bd-megamenu .bd-menuitem-67:not(.active) > a.hover:not(.active),
.bd-megamenu .bd-menuitem-67:not(.active) > a:hover:not(.active),
.bd-megamenu .bd-menuitem-67:not(.active) > a:focus:not(.active),
.bd-megamenu .bd-menuitem-67:hover:not(.active) > a:not(.active) {
  color: #b9c1b9;
  text-decoration: none;
  background-color: #ededed;
  background-image: none; }

.bd-megamenu .bd-menuitem-67 > a.active,
.bd-megamenu .bd-menuitem-67.active > a {
  color: #b9c1b9;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none; }

.bd-megamenu .bd-menuitem-67 {
  list-style: none;
  position: relative; }

.bd-megamenu .bd-menuitem-67 > .bd-grid-item > a,
.bd-megamenu .bd-menuitem-67 > .bd-grid-item > a:link,
.bd-megamenu .bd-menuitem-67 > .bd-grid-item > a:visited {
  color: #777777;
  padding: 10px;
  display: block;
  white-space: nowrap; }

.bd-megamenu .bd-menuitem-67 > .bd-grid-item > a:before,
.bd-megamenu .bd-menuitem-67 > .bd-grid-item > a:link:before,
.bd-megamenu .bd-menuitem-67 > .bd-grid-item > a:visited:before,
.bd-megamenu .bd-menuitem-67 > .bd-grid-item > a:after,
.bd-megamenu .bd-menuitem-67 > .bd-grid-item > a:link:after,
.bd-megamenu .bd-menuitem-67 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-megamenu .bd-menuitem-67 > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-megamenu .bd-menuitem-67:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-megamenu .bd-menuitem-67:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-megamenu .bd-menuitem-67:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-megamenu .bd-menuitem-67:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #b9c1b9;
  text-decoration: none;
  background-color: #ededed;
  background-image: none; }

.bd-megamenu .bd-menuitem-67 > .bd-grid-item > a.active,
.bd-megamenu .bd-menuitem-67.active > .bd-grid-item > a {
  color: #b9c1b9;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none; }

.bd-menu-54.nav.nav-pills > li + li {
  margin: 0; }

.bd-menu-54 {
  /* reset default bootstrap values */
  padding: 0;
  margin: 0; }

.bd-menuitem-54 > a {
  cursor: pointer;
  /* Safari click events fix */ }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > a:visited {
  color: #555555;
  text-transform: none;
  border-radius: 0px;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54:not(.active) > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54:not(.active) > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54:not(.active) > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54:hover:not(.active) > a:not(.active) {
  color: #b9c1b9;
  text-decoration: none;
  background-color: #ededed;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54.active > a {
  color: #b9c1b9;
  background-color: #f5f5f5;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > .bd-grid-item > a:visited {
  color: #555555;
  text-transform: none;
  border-radius: 0px;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #b9c1b9;
  text-decoration: none;
  background-color: #ededed;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54 > .bd-grid-item > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-54.nav-pills .bd-menuitem-54.active > .bd-grid-item > a {
  color: #b9c1b9;
  background-color: #f5f5f5;
  background-image: none; }

.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > a,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > a:link,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > a:visited {
  color: #555555;
  text-transform: none;
  border-radius: 0px;
  display: block;
  white-space: nowrap; }

.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > a:before,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > a:link:before,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > a:visited:before,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > a:after,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > a:link:after,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > a:focus {
  outline-width: 0; }

.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item):not(.active) > a.hover:not(.active),
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item):not(.active) > a:hover:not(.active),
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item):not(.active) > a:focus:not(.active),
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  color: #b9c1b9;
  text-decoration: none;
  background-color: #ededed;
  background-image: none; }

.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > a.active,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item).active > a {
  color: #b9c1b9;
  background-color: #f5f5f5;
  background-image: none; }

.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > .bd-grid-item > a,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > .bd-grid-item > a:link,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > .bd-grid-item > a:visited {
  color: #555555;
  text-transform: none;
  border-radius: 0px;
  display: block;
  white-space: nowrap; }

.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > .bd-grid-item > a:after,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #b9c1b9;
  text-decoration: none;
  background-color: #ededed;
  background-image: none; }

.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item) > .bd-grid-item > a.active,
.bd-menu-54.nav-pills .bd-menuitem-54:not(.bd-mega-item).active > .bd-grid-item > a {
  color: #b9c1b9;
  background-color: #f5f5f5;
  background-image: none; }

.bd-icon-34:before {
  content: '\234'; }

.bd-icon-34:before {
  visibility: inherit; }

.bd-menuoverlay-12 {
  background-color: rgba(0, 0, 0, 0.5); }

.bd-menu-55-popup {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 1001; }

.bd-menu-55-popup.bd-popup-left {
  left: auto;
  right: 0; }

.bd-menu-55-popup,
.bd-menu-55-popup.bd-popup-right {
  left: 0;
  right: auto; }

.bd-sub-item > .bd-menu-55-popup {
  top: -1px; }

.bd-sub-item > .bd-menu-55-popup.bd-popup-left {
  left: auto;
  right: 100%; }

.bd-sub-item > .bd-menu-55-popup,
.bd-sub-item > .bd-menu-55-popup.bd-popup-right {
  left: 100%;
  right: auto; }

.bd-menu-55 .bd-menuitem-55:last-child > a:not(.active):not(:hover) {
  border-bottom-width: 0; }

.bd-menu-55 .bd-menuitem-55:last-child > a:hover {
  border-bottom-width: 0; }

.bd-menu-55 .bd-menuitem-55:last-child > a.active {
  border-bottom-width: 0; }

.bd-menu-55 {
  /* reset default bootstrap values */
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  min-width: 160px;
  position: relative;
  -webkit-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  border: 1px solid #cccccc; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > a:visited {
  color: #777777;
  padding: 10px;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55:not(.active) > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55:not(.active) > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55:not(.active) > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55:hover:not(.active) > a:not(.active) {
  color: #b9c1b9;
  text-decoration: none;
  background-color: #ededed;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55.active > a {
  color: #b9c1b9;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > .bd-grid-item > a:visited {
  color: #777777;
  padding: 10px;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #b9c1b9;
  text-decoration: none;
  background-color: #ededed;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55 > .bd-grid-item > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-55 .bd-menuitem-55.active > .bd-grid-item > a {
  color: #b9c1b9;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none; }

.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > a,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > a:link,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > a:visited {
  color: #777777;
  padding: 10px;
  display: block;
  white-space: nowrap; }

.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > a:before,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > a:link:before,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > a:visited:before,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > a:after,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > a:link:after,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > a:focus {
  outline-width: 0; }

.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item):not(.active) > a.hover:not(.active),
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item):not(.active) > a:hover:not(.active),
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item):not(.active) > a:focus:not(.active),
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  color: #b9c1b9;
  text-decoration: none;
  background-color: #ededed;
  background-image: none; }

.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > a.active,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item).active > a {
  color: #b9c1b9;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none; }

.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > .bd-grid-item > a,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > .bd-grid-item > a:link,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > .bd-grid-item > a:visited {
  color: #777777;
  padding: 10px;
  display: block;
  white-space: nowrap; }

.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > .bd-grid-item > a:after,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #b9c1b9;
  text-decoration: none;
  background-color: #ededed;
  background-image: none; }

.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item) > .bd-grid-item > a.active,
.bd-menu-55 .bd-menuitem-55:not(.bd-mega-item).active > .bd-grid-item > a {
  color: #b9c1b9;
  background-color: #f5f5f5;
  text-decoration: none;
  background-image: none; }

.bd-imagestyles-24 {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
  -o-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
  -ms-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
  box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
  border-radius: 5px; }

@media (max-width: 767px) {
  .bd-imagestyles-24 {
    max-width: 100%; } }

.bd-tagstyles.bd-custom-image.bd-imagestyles-24-mixin:not(.shape-only) img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
  -o-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
  -ms-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
  box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
  border-radius: 5px; }

@media (max-width: 767px) {
  .bd-tagstyles.bd-custom-image.bd-imagestyles-24-mixin:not(.shape-only) img {
    max-width: 100%; } }

.bd-imagestyles-43 {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  background-color: #404040;
  border-radius: 50%; }

.bd-tagstyles.bd-custom-image.bd-imagestyles-43-mixin:not(.shape-only) img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  background-color: #404040;
  border-radius: 50%; }

.bd-imagestyles-17 {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  width: 100px;
  background-color: #dedede;
  border: 10px solid #f0f0f0;
  border-radius: 50%; }

.bd-tagstyles.bd-custom-image.bd-imagestyles-17-mixin:not(.shape-only) img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  width: 100px;
  background-color: #dedede;
  border: 10px solid #f0f0f0;
  border-radius: 50%; }

.bd-imagestyles-1 {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  background-color: #dddddd; }

.bd-tagstyles.bd-custom-image.bd-imagestyles-1-mixin:not(.shape-only) img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  background-color: #dddddd; }

.bd-imagestyles-52 {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  background-color: #dddddd; }

.bd-tagstyles.bd-custom-image.bd-imagestyles-52-mixin:not(.shape-only) img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  background-color: #dddddd; }

.bd-imagestyles-33 {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  background-color: #404040;
  border-radius: 50%; }

.bd-tagstyles.bd-custom-image.bd-imagestyles-33-mixin:not(.shape-only) img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  background-color: #404040;
  border-radius: 50%; }

.bd-indicators {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 10px; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a:visited {
  width: 12px;
  height: 12px;
  margin-left: 2px;
  margin-right: 2px;
  border: 1px solid #b9c1b9;
  border-radius: 50%;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a:visited:before {
  color: #dddddd; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:hover:not(.active) > a:not(.active) {
  background-color: #f7f8f7;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > a.hover:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > a:hover:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > a:focus:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:hover:not(.active) > a:not(.active):before {
  color: #b9c1b9; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li.active > a {
  background-color: #b9c1b9;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > a.active:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li.active > a:before {
  color: #777777; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a:visited {
  width: 12px;
  height: 12px;
  margin-left: 2px;
  margin-right: 2px;
  border: 1px solid #b9c1b9;
  border-radius: 50%;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a:visited:before {
  color: #dddddd; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:hover:not(.active) > .bd-grid-item > a:not(.active) {
  background-color: #f7f8f7;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > .bd-grid-item > a.hover:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > .bd-grid-item > a:hover:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:not(.active) > .bd-grid-item > a:focus:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li:hover:not(.active) > .bd-grid-item > a:not(.active):before {
  color: #b9c1b9; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li.active > .bd-grid-item > a {
  background-color: #b9c1b9;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li > .bd-grid-item > a.active:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators > li.active > .bd-grid-item > a:before {
  color: #777777; }

.bd-indicators > li:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.bd-indicators > li:not(.bd-mega-item) > a,
.bd-indicators > li:not(.bd-mega-item) > a:link,
.bd-indicators > li:not(.bd-mega-item) > a:visited {
  width: 12px;
  height: 12px;
  margin-left: 2px;
  margin-right: 2px;
  border: 1px solid #b9c1b9;
  border-radius: 50%;
  display: block;
  white-space: nowrap; }

.bd-indicators > li:not(.bd-mega-item) > a:before,
.bd-indicators > li:not(.bd-mega-item) > a:link:before,
.bd-indicators > li:not(.bd-mega-item) > a:visited:before,
.bd-indicators > li:not(.bd-mega-item) > a:after,
.bd-indicators > li:not(.bd-mega-item) > a:link:after,
.bd-indicators > li:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-indicators > li:not(.bd-mega-item) > a:before,
.bd-indicators > li:not(.bd-mega-item) > a:link:before,
.bd-indicators > li:not(.bd-mega-item) > a:visited:before {
  color: #dddddd; }

.bd-indicators > li:not(.bd-mega-item) > a:focus {
  outline-width: 0; }

.bd-indicators > li:not(.bd-mega-item):not(.active) > a.hover:not(.active),
.bd-indicators > li:not(.bd-mega-item):not(.active) > a:hover:not(.active),
.bd-indicators > li:not(.bd-mega-item):not(.active) > a:focus:not(.active),
.bd-indicators > li:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  background-color: #f7f8f7;
  background-image: none; }

.bd-indicators > li:not(.bd-mega-item):not(.active) > a.hover:not(.active):before,
.bd-indicators > li:not(.bd-mega-item):not(.active) > a:hover:not(.active):before,
.bd-indicators > li:not(.bd-mega-item):not(.active) > a:focus:not(.active):before,
.bd-indicators > li:not(.bd-mega-item):hover:not(.active) > a:not(.active):before {
  color: #b9c1b9; }

.bd-indicators > li:not(.bd-mega-item) > a.active,
.bd-indicators > li:not(.bd-mega-item).active > a {
  background-color: #b9c1b9;
  background-image: none; }

.bd-indicators > li:not(.bd-mega-item) > a.active:before,
.bd-indicators > li:not(.bd-mega-item).active > a:before {
  color: #777777; }

.bd-indicators > li:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a,
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a:link,
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a:visited {
  width: 12px;
  height: 12px;
  margin-left: 2px;
  margin-right: 2px;
  border: 1px solid #b9c1b9;
  border-radius: 50%;
  display: block;
  white-space: nowrap; }

.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a:after,
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a:visited:before {
  color: #dddddd; }

.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-indicators > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-indicators > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-indicators > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-indicators > li:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  background-color: #f7f8f7;
  background-image: none; }

.bd-indicators > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active):before,
.bd-indicators > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active):before,
.bd-indicators > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active):before,
.bd-indicators > li:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active):before {
  color: #b9c1b9; }

.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a.active,
.bd-indicators > li:not(.bd-mega-item).active > .bd-grid-item > a {
  background-color: #b9c1b9;
  background-image: none; }

.bd-indicators > li:not(.bd-mega-item) > .bd-grid-item > a.active:before,
.bd-indicators > li:not(.bd-mega-item).active > .bd-grid-item > a:before {
  color: #777777; }

.bd-indicators > li {
  display: inline-block;
  cursor: pointer; }

.bd-indicators-4 {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 10px; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > a:visited {
  width: 12px;
  height: 12px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: #ffffff;
  border-radius: 50%;
  background-image: none;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > a:visited:before {
  color: #dddddd; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li:not(.active) > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li:not(.active) > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li:not(.active) > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li:hover:not(.active) > a:not(.active) {
  background-color: #f7f8f7;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li:not(.active) > a.hover:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li:not(.active) > a:hover:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li:not(.active) > a:focus:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li:hover:not(.active) > a:not(.active):before {
  color: #b9c1b9; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li.active > a {
  background-color: #404040;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > a.active:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li.active > a:before {
  color: #777777; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > .bd-grid-item > a:visited {
  width: 12px;
  height: 12px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: #ffffff;
  border-radius: 50%;
  background-image: none;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > .bd-grid-item > a:visited:before {
  color: #dddddd; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li:hover:not(.active) > .bd-grid-item > a:not(.active) {
  background-color: #f7f8f7;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li:not(.active) > .bd-grid-item > a.hover:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li:not(.active) > .bd-grid-item > a:hover:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li:not(.active) > .bd-grid-item > a:focus:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li:hover:not(.active) > .bd-grid-item > a:not(.active):before {
  color: #b9c1b9; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > .bd-grid-item > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li.active > .bd-grid-item > a {
  background-color: #404040;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li > .bd-grid-item > a.active:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-4 > li.active > .bd-grid-item > a:before {
  color: #777777; }

.bd-indicators-4 > li:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.bd-indicators-4 > li:not(.bd-mega-item) > a,
.bd-indicators-4 > li:not(.bd-mega-item) > a:link,
.bd-indicators-4 > li:not(.bd-mega-item) > a:visited {
  width: 12px;
  height: 12px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: #ffffff;
  border-radius: 50%;
  background-image: none;
  display: block;
  white-space: nowrap; }

.bd-indicators-4 > li:not(.bd-mega-item) > a:before,
.bd-indicators-4 > li:not(.bd-mega-item) > a:link:before,
.bd-indicators-4 > li:not(.bd-mega-item) > a:visited:before,
.bd-indicators-4 > li:not(.bd-mega-item) > a:after,
.bd-indicators-4 > li:not(.bd-mega-item) > a:link:after,
.bd-indicators-4 > li:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-indicators-4 > li:not(.bd-mega-item) > a:before,
.bd-indicators-4 > li:not(.bd-mega-item) > a:link:before,
.bd-indicators-4 > li:not(.bd-mega-item) > a:visited:before {
  color: #dddddd; }

.bd-indicators-4 > li:not(.bd-mega-item) > a:focus {
  outline-width: 0; }

.bd-indicators-4 > li:not(.bd-mega-item):not(.active) > a.hover:not(.active),
.bd-indicators-4 > li:not(.bd-mega-item):not(.active) > a:hover:not(.active),
.bd-indicators-4 > li:not(.bd-mega-item):not(.active) > a:focus:not(.active),
.bd-indicators-4 > li:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  background-color: #f7f8f7;
  background-image: none; }

.bd-indicators-4 > li:not(.bd-mega-item):not(.active) > a.hover:not(.active):before,
.bd-indicators-4 > li:not(.bd-mega-item):not(.active) > a:hover:not(.active):before,
.bd-indicators-4 > li:not(.bd-mega-item):not(.active) > a:focus:not(.active):before,
.bd-indicators-4 > li:not(.bd-mega-item):hover:not(.active) > a:not(.active):before {
  color: #b9c1b9; }

.bd-indicators-4 > li:not(.bd-mega-item) > a.active,
.bd-indicators-4 > li:not(.bd-mega-item).active > a {
  background-color: #404040;
  background-image: none; }

.bd-indicators-4 > li:not(.bd-mega-item) > a.active:before,
.bd-indicators-4 > li:not(.bd-mega-item).active > a:before {
  color: #777777; }

.bd-indicators-4 > li:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.bd-indicators-4 > li:not(.bd-mega-item) > .bd-grid-item > a,
.bd-indicators-4 > li:not(.bd-mega-item) > .bd-grid-item > a:link,
.bd-indicators-4 > li:not(.bd-mega-item) > .bd-grid-item > a:visited {
  width: 12px;
  height: 12px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: #ffffff;
  border-radius: 50%;
  background-image: none;
  display: block;
  white-space: nowrap; }

.bd-indicators-4 > li:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-indicators-4 > li:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-indicators-4 > li:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.bd-indicators-4 > li:not(.bd-mega-item) > .bd-grid-item > a:after,
.bd-indicators-4 > li:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.bd-indicators-4 > li:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-indicators-4 > li:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-indicators-4 > li:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-indicators-4 > li:not(.bd-mega-item) > .bd-grid-item > a:visited:before {
  color: #dddddd; }

.bd-indicators-4 > li:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-indicators-4 > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-indicators-4 > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-indicators-4 > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-indicators-4 > li:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  background-color: #f7f8f7;
  background-image: none; }

.bd-indicators-4 > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active):before,
.bd-indicators-4 > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active):before,
.bd-indicators-4 > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active):before,
.bd-indicators-4 > li:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active):before {
  color: #b9c1b9; }

.bd-indicators-4 > li:not(.bd-mega-item) > .bd-grid-item > a.active,
.bd-indicators-4 > li:not(.bd-mega-item).active > .bd-grid-item > a {
  background-color: #404040;
  background-image: none; }

.bd-indicators-4 > li:not(.bd-mega-item) > .bd-grid-item > a.active:before,
.bd-indicators-4 > li:not(.bd-mega-item).active > .bd-grid-item > a:before {
  color: #777777; }

.bd-indicators-4 > li {
  display: inline-block;
  cursor: pointer; }

.bd-indicators-5 {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 2em; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > a:visited {
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  background-image: none;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > a:visited:before {
  color: #dddddd; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li:not(.active) > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li:not(.active) > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li:not(.active) > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li:hover:not(.active) > a:not(.active) {
  background-color: #f0ad4e;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li:not(.active) > a.hover:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li:not(.active) > a:hover:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li:not(.active) > a:focus:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li:hover:not(.active) > a:not(.active):before {
  color: #b9c1b9; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li.active > a {
  background-color: #ffffff;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > a.active:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li.active > a:before {
  color: #777777; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > .bd-grid-item > a:visited {
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  background-image: none;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > .bd-grid-item > a:visited:before {
  color: #dddddd; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li:hover:not(.active) > .bd-grid-item > a:not(.active) {
  background-color: #f0ad4e;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li:not(.active) > .bd-grid-item > a.hover:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li:not(.active) > .bd-grid-item > a:hover:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li:not(.active) > .bd-grid-item > a:focus:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li:hover:not(.active) > .bd-grid-item > a:not(.active):before {
  color: #b9c1b9; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > .bd-grid-item > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li.active > .bd-grid-item > a {
  background-color: #ffffff;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li > .bd-grid-item > a.active:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-5 > li.active > .bd-grid-item > a:before {
  color: #777777; }

.bd-indicators-5 > li:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.bd-indicators-5 > li:not(.bd-mega-item) > a,
.bd-indicators-5 > li:not(.bd-mega-item) > a:link,
.bd-indicators-5 > li:not(.bd-mega-item) > a:visited {
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  background-image: none;
  display: block;
  white-space: nowrap; }

.bd-indicators-5 > li:not(.bd-mega-item) > a:before,
.bd-indicators-5 > li:not(.bd-mega-item) > a:link:before,
.bd-indicators-5 > li:not(.bd-mega-item) > a:visited:before,
.bd-indicators-5 > li:not(.bd-mega-item) > a:after,
.bd-indicators-5 > li:not(.bd-mega-item) > a:link:after,
.bd-indicators-5 > li:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-indicators-5 > li:not(.bd-mega-item) > a:before,
.bd-indicators-5 > li:not(.bd-mega-item) > a:link:before,
.bd-indicators-5 > li:not(.bd-mega-item) > a:visited:before {
  color: #dddddd; }

.bd-indicators-5 > li:not(.bd-mega-item) > a:focus {
  outline-width: 0; }

.bd-indicators-5 > li:not(.bd-mega-item):not(.active) > a.hover:not(.active),
.bd-indicators-5 > li:not(.bd-mega-item):not(.active) > a:hover:not(.active),
.bd-indicators-5 > li:not(.bd-mega-item):not(.active) > a:focus:not(.active),
.bd-indicators-5 > li:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  background-color: #f0ad4e;
  background-image: none; }

.bd-indicators-5 > li:not(.bd-mega-item):not(.active) > a.hover:not(.active):before,
.bd-indicators-5 > li:not(.bd-mega-item):not(.active) > a:hover:not(.active):before,
.bd-indicators-5 > li:not(.bd-mega-item):not(.active) > a:focus:not(.active):before,
.bd-indicators-5 > li:not(.bd-mega-item):hover:not(.active) > a:not(.active):before {
  color: #b9c1b9; }

.bd-indicators-5 > li:not(.bd-mega-item) > a.active,
.bd-indicators-5 > li:not(.bd-mega-item).active > a {
  background-color: #ffffff;
  background-image: none; }

.bd-indicators-5 > li:not(.bd-mega-item) > a.active:before,
.bd-indicators-5 > li:not(.bd-mega-item).active > a:before {
  color: #777777; }

.bd-indicators-5 > li:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.bd-indicators-5 > li:not(.bd-mega-item) > .bd-grid-item > a,
.bd-indicators-5 > li:not(.bd-mega-item) > .bd-grid-item > a:link,
.bd-indicators-5 > li:not(.bd-mega-item) > .bd-grid-item > a:visited {
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  background-image: none;
  display: block;
  white-space: nowrap; }

.bd-indicators-5 > li:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-indicators-5 > li:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-indicators-5 > li:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.bd-indicators-5 > li:not(.bd-mega-item) > .bd-grid-item > a:after,
.bd-indicators-5 > li:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.bd-indicators-5 > li:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-indicators-5 > li:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-indicators-5 > li:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-indicators-5 > li:not(.bd-mega-item) > .bd-grid-item > a:visited:before {
  color: #dddddd; }

.bd-indicators-5 > li:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-indicators-5 > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-indicators-5 > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-indicators-5 > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-indicators-5 > li:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  background-color: #f0ad4e;
  background-image: none; }

.bd-indicators-5 > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active):before,
.bd-indicators-5 > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active):before,
.bd-indicators-5 > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active):before,
.bd-indicators-5 > li:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active):before {
  color: #b9c1b9; }

.bd-indicators-5 > li:not(.bd-mega-item) > .bd-grid-item > a.active,
.bd-indicators-5 > li:not(.bd-mega-item).active > .bd-grid-item > a {
  background-color: #ffffff;
  background-image: none; }

.bd-indicators-5 > li:not(.bd-mega-item) > .bd-grid-item > a.active:before,
.bd-indicators-5 > li:not(.bd-mega-item).active > .bd-grid-item > a:before {
  color: #777777; }

.bd-indicators-5 > li {
  display: inline-block;
  cursor: pointer; }

input[type="text"]:not([class]),
input[type="password"]:not([class]),
input[type="datetime"]:not([class]),
input[type="datetime-local"]:not([class]),
input[type="date"]:not([class]),
input[type="month"]:not([class]),
input[type="time"]:not([class]),
input[type="week"]:not([class]),
input[type="number"]:not([class]),
input[type="email"]:not([class]),
input[type="url"]:not([class]),
input[type="search"]:not([class]),
input[type="tel"]:not([class]),
input[type="color"]:not([class]),
textarea:not([class]),
select:not([class]),
.bd-form-input {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  width: initial;
  border-radius: 0px; }

@media (max-width: 767px) {
  input[type="text"]:not([class]),
  input[type="password"]:not([class]),
  input[type="datetime"]:not([class]),
  input[type="datetime-local"]:not([class]),
  input[type="date"]:not([class]),
  input[type="month"]:not([class]),
  input[type="time"]:not([class]),
  input[type="week"]:not([class]),
  input[type="number"]:not([class]),
  input[type="email"]:not([class]),
  input[type="url"]:not([class]),
  input[type="search"]:not([class]),
  input[type="tel"]:not([class]),
  input[type="color"]:not([class]),
  textarea:not([class]),
  select:not([class]),
  .bd-form-input {
    width: 150px; } }

.bd-tagstyles:not(.bd-custom-inputs) input[type="text"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="password"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="datetime"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="datetime-local"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="date"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="month"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="time"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="week"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="number"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="email"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="url"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="search"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="tel"],
.bd-tagstyles:not(.bd-custom-inputs) input[type="color"],
.bd-tagstyles:not(.bd-custom-inputs) textarea,
.bd-tagstyles:not(.bd-custom-inputs) select,
.bd-tagstyles:not(.bd-custom-inputs) .bd-form-input {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  width: initial;
  border-radius: 0px; }

@media (max-width: 767px) {
  .bd-tagstyles:not(.bd-custom-inputs) input[type="text"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="password"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="datetime"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="datetime-local"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="date"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="month"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="time"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="week"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="number"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="email"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="url"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="search"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="tel"],
  .bd-tagstyles:not(.bd-custom-inputs) input[type="color"],
  .bd-tagstyles:not(.bd-custom-inputs) textarea,
  .bd-tagstyles:not(.bd-custom-inputs) select,
  .bd-tagstyles:not(.bd-custom-inputs) .bd-form-input {
    width: 150px; } }

input[type="text"].bd-bootstrapinput.form-control,
input[type="password"].bd-bootstrapinput.form-control,
input[type="datetime"].bd-bootstrapinput.form-control,
input[type="datetime-local"].bd-bootstrapinput.form-control,
input[type="date"].bd-bootstrapinput.form-control,
input[type="month"].bd-bootstrapinput.form-control,
input[type="time"].bd-bootstrapinput.form-control,
input[type="week"].bd-bootstrapinput.form-control,
input[type="number"].bd-bootstrapinput.form-control,
input[type="email"].bd-bootstrapinput.form-control,
input[type="url"].bd-bootstrapinput.form-control,
input[type="search"].bd-bootstrapinput.form-control,
input[type="tel"].bd-bootstrapinput.form-control,
input[type="color"].bd-bootstrapinput.form-control,
textarea.bd-bootstrapinput.form-control,
select.bd-bootstrapinput.form-control,
.bd-form-input {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  width: initial;
  border-radius: 0px; }

@media (max-width: 767px) {
  input[type="text"].bd-bootstrapinput.form-control,
  input[type="password"].bd-bootstrapinput.form-control,
  input[type="datetime"].bd-bootstrapinput.form-control,
  input[type="datetime-local"].bd-bootstrapinput.form-control,
  input[type="date"].bd-bootstrapinput.form-control,
  input[type="month"].bd-bootstrapinput.form-control,
  input[type="time"].bd-bootstrapinput.form-control,
  input[type="week"].bd-bootstrapinput.form-control,
  input[type="number"].bd-bootstrapinput.form-control,
  input[type="email"].bd-bootstrapinput.form-control,
  input[type="url"].bd-bootstrapinput.form-control,
  input[type="search"].bd-bootstrapinput.form-control,
  input[type="tel"].bd-bootstrapinput.form-control,
  input[type="color"].bd-bootstrapinput.form-control,
  textarea.bd-bootstrapinput.form-control,
  select.bd-bootstrapinput.form-control,
  .bd-form-input {
    width: 150px; } }

.bd-tagstyles:not(.bd-custom-orderedlist) ol:not([class*="bd-indicators"]),
.bd-orderedlist {
  padding-left: 25px; }

.bd-tagstyles:not(.bd-custom-orderedlist) ol:not([class*="bd-indicators"]) li,
.bd-orderedlist li {
  position: relative; }

.bd-tagstyles:not(.bd-custom-orderedlist) ol:not([class*="bd-indicators"]) li a:hover,
.bd-orderedlist li a:hover {
  color: #f0ad4e; }

.bd-pagebackground {
  background-attachment: fixed; }

.bd-pagination.right {
  text-align: right; }

.bd-pagination.center {
  text-align: center; }

.bd-pagination > *:last-child {
  margin-right: 0; }

.bd-pagination span {
  cursor: default; }

.pagination > ul.bd-pagination > .active > a,
.pagination > ul.bd-pagination > .active > span {
  color: inherit;
  line-height: inherit; }

.bd-pagination > li.bd-paginationitem-1 > a,
.bd-pagination > li.bd-paginationitem-1 > span,
.bd-pagination > li.bd-paginationitem-1 > a:link,
.bd-pagination > li.bd-paginationitem-1 > a:visited {
  color: #808080;
  border: 1px solid #ffffff;
  border-radius: 0px; }

.bd-pagination > li.bd-paginationitem-1 > a:hover {
  background-color: #dddddd;
  background-image: none; }

.bd-pagination > li.active.bd-paginationitem-1 > a,
.bd-pagination > li.active.bd-paginationitem-1 > span {
  color: inherit;
  background-color: #f5f5f5;
  font-weight: bold;
  background-image: none; }

.bd-productoutofstockicon {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  background-color: rgba(120, 120, 120, 0.5);
  padding: 5px; }

.bd-productoutofstockicon {
  line-height: 12.85714286px;
  text-align: center;
  font-size: 9px;
  text-transform: uppercase;
  color: #ffffff; }

.bd-productsaleicon {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  background-color: rgba(216, 84, 79, 0.75);
  padding: 16px 10px;
  border-radius: 100%; }

.bd-productsaleicon {
  line-height: 15.71428572px;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff; }

.bd-rating {
  display: table; }

.bd-rating span {
  display: table-cell; }

.bd-icon-3:before {
  content: '\25f'; }

.bd-icon-3:before {
  visibility: inherit; }

.bd-icon-3:before {
  color: #f0ad4e;
  font-size: 15px;
  line-height: 21.42857143px;
  line-height: 15px; }

.bd-icon-3:hover.active:before,
.bd-icon-3.active:before {
  color: #b1bfb1; }

.bd-sheetstyles {
  min-height: 100px;
  padding-bottom: 20px;
  padding-top: 20px; }

table:not([class]),
.bd-tagstyles:not(.bd-custom-table) table,
.bd-table {
  border-collapse: collapse;
  width: 100%; }

table:not([class]) thead td,
.bd-tagstyles:not(.bd-custom-table) table thead td,
.bd-table thead td,
table:not([class]) thead th,
.bd-tagstyles:not(.bd-custom-table) table thead th,
.bd-table thead th {
  border-bottom: 1px solid #dddddd; }

table:not([class]) td,
.bd-tagstyles:not(.bd-custom-table) table td,
.bd-table td,
table:not([class]) th,
.bd-tagstyles:not(.bd-custom-table) table th,
.bd-table th {
  padding: 5px; }

.bd-verticalmenu {
  display: block; }

.bd-menuitem-43 {
  position: relative; }

.bd-verticalmenu .nav-tabs > li,
.bd-verticalmenu .nav-pills > li {
  float: none; }

.bd-verticalmenu .bd-menu-47-popup {
  top: 0; }

.bd-verticalmenu .bd-menu-47-popup.bd-popup-left {
  left: auto;
  right: 100%; }

.bd-verticalmenu .bd-menu-47-popup,
.bd-verticalmenu .bd-menu-47-popup.bd-popup-right {
  left: 100%;
  right: auto; }

.bd-menu-50.nav.nav-pills > li + li {
  margin: 0; }

.bd-menu-50 {
  /* reset default bootstrap values */
  padding: 0;
  margin: 0; }

.bd-menuitem-39 > a {
  cursor: pointer;
  /* Safari click events fix */ }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > a:visited {
  color: #404040;
  border-radius: 0px;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39:not(.active) > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39:not(.active) > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39:not(.active) > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39:hover:not(.active) > a:not(.active) {
  color: #b9c1b9;
  text-decoration: none;
  background-color: #ededed;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39.active > a {
  color: #b9c1b9;
  background-color: #f5f5f5;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > .bd-grid-item > a:visited {
  color: #404040;
  border-radius: 0px;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #b9c1b9;
  text-decoration: none;
  background-color: #ededed;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39 > .bd-grid-item > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-50.nav-pills .bd-menuitem-39.active > .bd-grid-item > a {
  color: #b9c1b9;
  background-color: #f5f5f5;
  background-image: none; }

.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > a,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > a:link,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > a:visited {
  color: #404040;
  border-radius: 0px;
  display: block;
  white-space: nowrap; }

.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > a:before,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > a:link:before,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > a:visited:before,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > a:after,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > a:link:after,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > a:focus {
  outline-width: 0; }

.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item):not(.active) > a.hover:not(.active),
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item):not(.active) > a:hover:not(.active),
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item):not(.active) > a:focus:not(.active),
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  color: #b9c1b9;
  text-decoration: none;
  background-color: #ededed;
  background-image: none; }

.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > a.active,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item).active > a {
  color: #b9c1b9;
  background-color: #f5f5f5;
  background-image: none; }

.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > .bd-grid-item > a,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > .bd-grid-item > a:link,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > .bd-grid-item > a:visited {
  color: #404040;
  border-radius: 0px;
  display: block;
  white-space: nowrap; }

.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > .bd-grid-item > a:after,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #b9c1b9;
  text-decoration: none;
  background-color: #ededed;
  background-image: none; }

.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item) > .bd-grid-item > a.active,
.bd-menu-50.nav-pills .bd-menuitem-39:not(.bd-mega-item).active > .bd-grid-item > a {
  color: #b9c1b9;
  background-color: #f5f5f5;
  background-image: none; }

.bd-menu-47-popup {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 1001; }

.bd-menu-47-popup.bd-popup-left {
  left: auto;
  right: 0; }

.bd-menu-47-popup,
.bd-menu-47-popup.bd-popup-right {
  left: 0;
  right: auto; }

.bd-sub-item > .bd-menu-47-popup {
  top: -1px; }

.bd-sub-item > .bd-menu-47-popup.bd-popup-left {
  left: auto;
  right: 100%; }

.bd-sub-item > .bd-menu-47-popup,
.bd-sub-item > .bd-menu-47-popup.bd-popup-right {
  left: 100%;
  right: auto; }

.bd-menu-47 .bd-menuitem-43:last-child > a:not(.active):not(:hover) {
  border-bottom-width: 0; }

.bd-menu-47 .bd-menuitem-43:last-child > a:hover {
  border-bottom-width: 0; }

.bd-menu-47 .bd-menuitem-43:last-child > a.active {
  border-bottom-width: 0; }

.bd-menu-47 {
  /* reset default bootstrap values */
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  min-width: 160px;
  position: relative;
  -webkit-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  border: 1px solid #cccccc; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > a:visited {
  color: #777777;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43:not(.active) > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43:not(.active) > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43:not(.active) > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43:hover:not(.active) > a:not(.active) {
  color: #b9c1b9;
  text-decoration: none;
  background-color: #ededed;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43.active > a {
  color: #b9c1b9;
  background-color: #f5f5f5;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > .bd-grid-item > a:visited {
  color: #777777;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #b9c1b9;
  text-decoration: none;
  background-color: #ededed;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43 > .bd-grid-item > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-47 .bd-menuitem-43.active > .bd-grid-item > a {
  color: #b9c1b9;
  background-color: #f5f5f5;
  background-image: none; }

.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > a,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > a:link,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > a:visited {
  color: #777777;
  display: block;
  white-space: nowrap; }

.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > a:before,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > a:link:before,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > a:visited:before,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > a:after,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > a:link:after,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > a:focus {
  outline-width: 0; }

.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item):not(.active) > a.hover:not(.active),
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item):not(.active) > a:hover:not(.active),
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item):not(.active) > a:focus:not(.active),
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  color: #b9c1b9;
  text-decoration: none;
  background-color: #ededed;
  background-image: none; }

.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > a.active,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item).active > a {
  color: #b9c1b9;
  background-color: #f5f5f5;
  background-image: none; }

.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > .bd-grid-item > a,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > .bd-grid-item > a:link,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > .bd-grid-item > a:visited {
  color: #777777;
  display: block;
  white-space: nowrap; }

.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > .bd-grid-item > a:after,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #b9c1b9;
  text-decoration: none;
  background-color: #ededed;
  background-image: none; }

.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item) > .bd-grid-item > a.active,
.bd-menu-47 .bd-menuitem-43:not(.bd-mega-item).active > .bd-grid-item > a {
  color: #b9c1b9;
  background-color: #f5f5f5;
  background-image: none; }

.bd-boxalign {
  text-align: center !important; }

.bd-boxalign > * {
  text-align: left !important;
  display: inline-block !important; }

.bd-animation.animated.bounce {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms; }

.bd-errormessage-1 {
  border-radius: 0px; }

.bd-menu-16 {
  position: relative; }

@media (max-width: 991px) {
  .bd-menu-16 {
    margin: 0; } }

.bd-balloon-2 {
  position: relative; }

@media (max-width: 991px) {
  .bd-balloon-2 {
    margin: 0px 15px 15px; } }

/* Default fade effect */
.bd-effect-fade .bd-overSlide {
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-fade:hover .bd-overSlide,
.bd-effect-fade.bd-effect-active .bd-overSlide {
  opacity: 1; }

/* Default over effect */
.bd-effect-over-left .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-over-left:hover .bd-overSlide,
.bd-effect-over-left.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.bd-effect-over-right .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-over-right:hover .bd-overSlide,
.bd-effect-over-right.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.bd-effect-over-top .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-over-top:hover .bd-overSlide,
.bd-effect-over-top.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.bd-effect-over-bottom .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-over-bottom:hover .bd-overSlide,
.bd-effect-over-bottom.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.bd-effect-over-topleft .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-over-topleft:hover .bd-overSlide,
.bd-effect-over-topleft.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.bd-effect-over-topright .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(100%, -100%);
  -ms-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-over-topright:hover .bd-overSlide,
.bd-effect-over-topright.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.bd-effect-over-bottomleft .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(-100%, 100%);
  -ms-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-over-bottomleft:hover .bd-overSlide,
.bd-effect-over-bottomleft.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.bd-effect-over-bottomright .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-over-bottomright:hover .bd-overSlide,
.bd-effect-over-bottomright.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

/* Default slide effect */
.bd-effect-slide-left .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-slide-left:hover .bd-overSlide,
.bd-effect-slide-left.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.bd-effect-slide-left .bd-backSlide {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-slide-left:hover .bd-backSlide,
.bd-effect-slide-left.bd-effect-active .bd-backSlide {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0); }

.bd-effect-slide-right .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-slide-right:hover .bd-overSlide,
.bd-effect-slide-right.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.bd-effect-slide-right .bd-backSlide {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-slide-right:hover .bd-backSlide,
.bd-effect-slide-right.bd-effect-active .bd-backSlide {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

.bd-effect-slide-top .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-slide-top:hover .bd-overSlide,
.bd-effect-slide-top.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.bd-effect-slide-top .bd-backSlide {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-slide-top:hover .bd-backSlide,
.bd-effect-slide-top.bd-effect-active .bd-backSlide {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%); }

.bd-effect-slide-bottom .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-slide-bottom:hover .bd-overSlide,
.bd-effect-slide-bottom.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.bd-effect-slide-bottom .bd-backSlide {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-slide-bottom:hover .bd-backSlide,
.bd-effect-slide-bottom.bd-effect-active .bd-backSlide {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%); }

.bd-effect-slide-topleft .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-slide-topleft:hover .bd-overSlide,
.bd-effect-slide-topleft.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.bd-effect-slide-topleft .bd-backSlide {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-slide-topleft:hover .bd-backSlide,
.bd-effect-slide-topleft.bd-effect-active .bd-backSlide {
  -webkit-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  transform: translate(100%, 100%); }

.bd-effect-slide-topright .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(100%, -100%);
  -ms-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-slide-topright:hover .bd-overSlide,
.bd-effect-slide-topright.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.bd-effect-slide-topright .bd-backSlide {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-slide-topright:hover .bd-backSlide,
.bd-effect-slide-topright.bd-effect-active .bd-backSlide {
  -webkit-transform: translate(-100%, 100%);
  -ms-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%); }

.bd-effect-slide-bottomleft .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(-100%, 100%);
  -ms-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-slide-bottomleft:hover .bd-overSlide,
.bd-effect-slide-bottomleft.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.bd-effect-slide-bottomleft .bd-backSlide {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-slide-bottomleft:hover .bd-backSlide,
.bd-effect-slide-bottomleft.bd-effect-active .bd-backSlide {
  -webkit-transform: translate(100%, -100%);
  -ms-transform: translate(100%, -100%);
  transform: translate(100%, -100%); }

.bd-effect-slide-bottomright .bd-overSlide {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-slide-bottomright:hover .bd-overSlide,
.bd-effect-slide-bottomright.bd-effect-active .bd-overSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.bd-effect-slide-bottomright .bd-backSlide {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.bd-effect-slide-bottomright:hover .bd-backSlide,
.bd-effect-slide-bottomright.bd-effect-active .bd-backSlide {
  -webkit-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%); }

/* Default flip */
.bd-effect-flip-left,
.bd-effect-flip-left .bd-slidesWrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px; }

.bd-effect-flip-left .bd-overSlide {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateY(130deg);
  -ms-transform: rotateY(130deg);
  transform: rotateY(130deg);
  -webkit-transform-origin: center left;
  -moz-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease, opacity 0ms ease 300ms;
  transition: transform 300ms ease, transform-origin 300ms ease, opacity 0ms ease 300ms; }

.bd-effect-flip-left:hover .bd-overSlide,
.bd-effect-flip-left.bd-effect-active .bd-overSlide {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease;
  transition: transform 300ms ease, transform-origin 300ms ease; }

.bd-effect-flip-right,
.bd-effect-flip-right .bd-slidesWrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px; }

.bd-effect-flip-right .bd-overSlide {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateY(-130deg);
  -ms-transform: rotateY(-130deg);
  transform: rotateY(-130deg);
  -webkit-transform-origin: center right;
  -moz-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease, opacity 0ms ease 300ms;
  transition: transform 300ms ease, transform-origin 300ms ease, opacity 0ms ease 300ms; }

.bd-effect-flip-right:hover .bd-overSlide,
.bd-effect-flip-right.bd-effect-active .bd-overSlide {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease;
  transition: transform 300ms ease, transform-origin 300ms ease; }

.bd-effect-flip-top,
.bd-effect-flip-top .bd-slidesWrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px; }

.bd-effect-flip-top .bd-overSlide {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateX(-130deg);
  -ms-transform: rotateX(-130deg);
  transform: rotateX(-130deg);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease, opacity 0ms ease 300ms;
  transition: transform 300ms ease, transform-origin 300ms ease, opacity 0ms ease 300ms; }

.bd-effect-flip-top:hover .bd-overSlide,
.bd-effect-flip-top.bd-effect-active .bd-overSlide {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease;
  transition: transform 300ms ease, transform-origin 300ms ease; }

.bd-effect-flip-bottom,
.bd-effect-flip-bottom .bd-slidesWrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px; }

.bd-effect-flip-bottom .bd-overSlide {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateX(130deg);
  -ms-transform: rotateX(130deg);
  transform: rotateX(130deg);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease, opacity 0ms ease 300ms;
  transition: transform 300ms ease, transform-origin 300ms ease, opacity 0ms ease 300ms; }

.bd-effect-flip-bottom:hover .bd-overSlide,
.bd-effect-flip-bottom.bd-effect-active .bd-overSlide {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease;
  transition: transform 300ms ease, transform-origin 300ms ease; }

/* Default wooble */
.bd-effect-wobble-left,
.bd-effect-wobble-left .bd-slidesWrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px; }

.bd-effect-wobble-left .bd-overSlide {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateY(130deg);
  -ms-transform: rotateY(130deg);
  transform: rotateY(130deg);
  -webkit-transform-origin: center left;
  -moz-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease, opacity 0ms ease 300ms;
  transition: transform 300ms ease, transform-origin 300ms ease, opacity 0ms ease 300ms; }

.bd-effect-wobble-left:hover .bd-overSlide,
.bd-effect-wobble-left.bd-effect-active .bd-overSlide {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-origin: center right;
  -moz-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease;
  transition: transform 300ms ease, transform-origin 300ms ease; }

.bd-effect-wobble-right,
.bd-effect-wobble-right .bd-slidesWrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px; }

.bd-effect-wobble-right .bd-overSlide {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateY(-130deg);
  -ms-transform: rotateY(-130deg);
  transform: rotateY(-130deg);
  -webkit-transform-origin: center right;
  -moz-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease, opacity 0ms ease 300ms;
  transition: transform 300ms ease, transform-origin 300ms ease, opacity 0ms ease 300ms; }

.bd-effect-wobble-right:hover .bd-overSlide,
.bd-effect-wobble-right.bd-effect-active .bd-overSlide {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-origin: center left;
  -moz-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease;
  transition: transform 300ms ease, transform-origin 300ms ease; }

.bd-effect-wobble-top,
.bd-effect-wobble-top .bd-slidesWrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px; }

.bd-effect-wobble-top .bd-overSlide {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateX(-130deg);
  -ms-transform: rotateX(-130deg);
  transform: rotateX(-130deg);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease, opacity 0ms ease 300ms;
  transition: transform 300ms ease, transform-origin 300ms ease, opacity 0ms ease 300ms; }

.bd-effect-wobble-top:hover .bd-overSlide,
.bd-effect-wobble-top.bd-effect-active .bd-overSlide {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease;
  transition: transform 300ms ease, transform-origin 300ms ease; }

.bd-effect-wobble-bottom,
.bd-effect-wobble-bottom .bd-slidesWrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px; }

.bd-effect-wobble-bottom .bd-overSlide {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotateX(130deg);
  -ms-transform: rotateX(130deg);
  transform: rotateX(130deg);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease, opacity 0ms ease 300ms;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease, opacity 0ms ease 300ms;
  transition: transform 300ms ease, transform-origin 300ms ease, opacity 0ms ease 300ms; }

.bd-effect-wobble-bottom:hover .bd-overSlide,
.bd-effect-wobble-bottom.bd-effect-active .bd-overSlide {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-transform-origin 300ms ease;
  -moz-transition: -moz-transform 300ms ease, -moz-transform-origin 300ms ease;
  -o-transition: -o-transform 300ms ease, -o-transform-origin 300ms ease;
  transition: transform 300ms ease, transform-origin 300ms ease; }

/* Default zoom */
.bd-effect-zoom .bd-overSlide {
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0); }

.bd-effect-zoom:hover .bd-overSlide,
.bd-effect-zoom.bd-effect-active .bd-overSlide {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

.bd-effect-zoom-rotate .bd-overSlide {
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotate(0deg) scale(0, 0);
  -ms-transform: rotate(0deg) scale(0, 0);
  transform: rotate(0deg) scale(0, 0); }

.bd-effect-zoom-rotate:hover .bd-overSlide,
.bd-effect-zoom-rotate.bd-effect-active .bd-overSlide {
  -webkit-transform: rotate(360deg) scale(1, 1);
  -ms-transform: rotate(360deg) scale(1, 1);
  transform: rotate(360deg) scale(1, 1); }

.bd-effect-zoom-rotateX .bd-overSlide {
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotateX(0deg) scale(0, 0);
  -ms-transform: rotateX(0deg) scale(0, 0);
  transform: rotateX(0deg) scale(0, 0); }

.bd-effect-zoom-rotateX:hover .bd-overSlide,
.bd-effect-zoom-rotateX.bd-effect-active .bd-overSlide {
  -webkit-transform: rotateX(360deg) scale(1, 1);
  -ms-transform: rotateX(360deg) scale(1, 1);
  transform: rotateX(360deg) scale(1, 1); }

.bd-effect-zoom-rotateY .bd-overSlide {
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotateY(0deg) scale(0, 0);
  -ms-transform: rotateY(0deg) scale(0, 0);
  transform: rotateY(0deg) scale(0, 0); }

.bd-effect-zoom-rotateY:hover .bd-overSlide,
.bd-effect-zoom-rotateY.bd-effect-active .bd-overSlide {
  -webkit-transform: rotateY(360deg) scale(1, 1);
  -ms-transform: rotateY(360deg) scale(1, 1);
  transform: rotateY(360deg) scale(1, 1); }

/* Transition Effects Less */
/* Fade effect */
/* Over effect */
/* Slide effect */
/* Over and Slide effect */
/* Flip Left effect */
/* Flip Right effect */
/* Flip Top effect */
/* Flip Bottom effect */
/* Wobble Left effect */
/* Wobble Right effect */
/* Wobble top effect */
/* Wobble bottom effect */
/* Zoom and Rotate Effects */
/* Utility */
@font-face {
  font-family: 'Billion Web Font';
  src: url("BillionWebFonts.woff") format("woff"), url("BillionWebFonts.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.icon-booth:before {
  content: '\ff'; }

.icon-youtube:before {
  content: '\100'; }

.icon-random:before {
  content: '\101'; }

.icon-cloud-upload:before {
  content: '\102'; }

.icon-road:before {
  content: '\103'; }

.icon-arrow-small-up:before {
  content: '\104'; }

.icon-dropbox:before {
  content: '\105'; }

.icon-sort:before {
  content: '\106'; }

.icon-angle-small:before {
  content: '\107'; }

.icon-bitcoin:before {
  content: '\108'; }

.icon-delicious:before {
  content: '\109'; }

.icon-stethoscope:before {
  content: '\10a'; }

.icon-weibo:before {
  content: '\10b'; }

.icon-volume-off:before {
  content: '\10c'; }

.icon-earth:before {
  content: '\10d'; }

.icon-node-square:before {
  content: '\10e'; }

.icon-plane:before {
  content: '\10f'; }

.icon-undo:before {
  content: '\110'; }

.icon-question-circle:before {
  content: '\111'; }

.icon-tablet:before {
  content: '\112'; }

.icon-filter-alt:before {
  content: '\113'; }

.icon-happy:before {
  content: '\114'; }

.icon-dialer:before {
  content: '\115'; }

.icon-bag:before {
  content: '\116'; }

.icon-credit-card:before {
  content: '\117'; }

.icon-image-alt:before {
  content: '\118'; }

.icon-shopping-cart-simple:before {
  content: '\119'; }

.icon-arrow-basic-right:before {
  content: '\11a'; }

.icon-male:before {
  content: '\11b'; }

.icon-cut:before {
  content: '\11c'; }

.icon-unhappy:before {
  content: '\11d'; }

.icon-circle-alt:before {
  content: '\11e'; }

.icon-double-chevron-right:before {
  content: '\11f'; }

.icon-star-alt:before {
  content: '\120'; }

.icon-rhomb:before {
  content: '\121'; }

.icon-thumbs-down:before {
  content: '\122'; }

.icon-github-alt:before {
  content: '\123'; }

.icon-text-width:before {
  content: '\124'; }

.icon-bookmark-alt:before {
  content: '\125'; }

.icon-list-details:before {
  content: '\126'; }

.icon-bullhorn:before {
  content: '\127'; }

.icon-ellipsis:before {
  content: '\128'; }

.icon-map-marker:before {
  content: '\129'; }

.icon-typeface:before {
  content: '\12a'; }

.icon-help:before {
  content: '\12b'; }

.icon-triangle-circle:before {
  content: '\12c'; }

.icon-gbp:before {
  content: '\12d'; }

.icon-arrow-small-left:before {
  content: '\12e'; }

.icon-anchor:before {
  content: '\12f'; }

.icon-align-justify:before {
  content: '\130'; }

.icon-arrow-circle-alt-up:before {
  content: '\131'; }

.icon-growth:before {
  content: '\132'; }

.icon-round-small:before {
  content: '\133'; }

.icon-triangle-circle-alt:before {
  content: '\134'; }

.icon-eye-close:before {
  content: '\135'; }

.icon-code:before {
  content: '\136'; }

.icon-step-forward:before {
  content: '\137'; }

.icon-music:before {
  content: '\138'; }

.icon-lightbulb:before {
  content: '\139'; }

.icon-arrows-horizontal:before {
  content: '\13a'; }

.icon-sign-out:before {
  content: '\13b'; }

.icon-sort-asc:before {
  content: '\13c'; }

.icon-play-circle:before {
  content: '\13d'; }

.icon-bookmark:before {
  content: '\13e'; }

.icon-pencil:before {
  content: '\13f'; }

.icon-won:before {
  content: '\140'; }

.icon-zoom-out:before {
  content: '\141'; }

.icon-user-alt:before {
  content: '\142'; }

.icon-repeat:before {
  content: '\143'; }

.icon-text-height:before {
  content: '\144'; }

.icon-shopping-cart-wire:before {
  content: '\145'; }

.icon-rubl:before {
  content: '\146'; }

.icon-find-contact:before {
  content: '\147'; }

.icon-upload-circle-alt:before {
  content: '\148'; }

.icon-arrow-small-down:before {
  content: '\149'; }

.icon-file:before {
  content: '\14a'; }

.icon-building:before {
  content: '\14b'; }

.icon-certificate:before {
  content: '\14c'; }

.icon-double-chevron-up:before {
  content: '\14d'; }

.icon-hand-up:before {
  content: '\14e'; }

.icon-italic:before {
  content: '\14f'; }

.icon-volume-up:before {
  content: '\150'; }

.icon-quote-right:before {
  content: '\151'; }

.icon-sort-numeric-desc:before {
  content: '\152'; }

.icon-four-rhombs:before {
  content: '\153'; }

.icon-brain:before {
  content: '\154'; }

.icon-mark:before {
  content: '\155'; }

.icon-flickr:before {
  content: '\156'; }

.icon-envelope:before {
  content: '\157'; }

.icon-indent-right:before {
  content: '\158'; }

.icon-basket-simple:before {
  content: '\159'; }

.icon-cloud:before {
  content: '\15a'; }

.icon-check:before {
  content: '\15b'; }

.icon-youtube-square:before {
  content: '\15c'; }

.icon-envelope-alt:before {
  content: '\15d'; }

.icon-bitbucket-alt:before {
  content: '\15e'; }

.icon-round-small-alt:before {
  content: '\15f'; }

.icon-adn:before {
  content: '\160'; }

.icon-linkedin-square:before {
  content: '\161'; }

.icon-expand:before {
  content: '\162'; }

.icon-tumblr-square:before {
  content: '\163'; }

.icon-angle-double:before {
  content: '\164'; }

.icon-compress:before {
  content: '\165'; }

.icon-plus-square-alt:before {
  content: '\166'; }

.icon-camera:before {
  content: '\167'; }

.icon-four-boxes:before {
  content: '\168'; }

.icon-shopping-cart-buggy:before {
  content: '\169'; }

.icon-arrow-square-left:before {
  content: '\16a'; }

.icon-delete-circle-alt:before {
  content: '\16b'; }

.icon-suitcase:before {
  content: '\16c'; }

.icon-curve-bottom:before {
  content: '\16d'; }

.icon-caret-up:before {
  content: '\16e'; }

.icon-renren:before {
  content: '\16f'; }

.icon-linkedin:before {
  content: '\170'; }

.icon-asterisk:before {
  content: '\171'; }

.icon-arrow-pointer-left:before {
  content: '\172'; }

.icon-sort-numeric-asc:before {
  content: '\173'; }

.icon-calendar-simple:before {
  content: '\174'; }

.icon-home-alt:before {
  content: '\175'; }

.icon-step-backward:before {
  content: '\176'; }

.icon-rss:before {
  content: '\177'; }

.icon-globe:before {
  content: '\178'; }

.icon-paste:before {
  content: '\179'; }

.icon-fire:before {
  content: '\17a'; }

.icon-star-half:before {
  content: '\17b'; }

.icon-renminbi:before {
  content: '\17c'; }

.icon-dribbble:before {
  content: '\17d'; }

.icon-google-plus-square:before {
  content: '\17e'; }

.icon-plus-square:before {
  content: '\17f'; }

.icon-yen:before {
  content: '\180'; }

.icon-briefcase:before {
  content: '\181'; }

.icon-shopping-cart-trolley:before {
  content: '\182'; }

.icon-warning:before {
  content: '\183'; }

.icon-moon:before {
  content: '\184'; }

.icon-sort-alpha:before {
  content: '\185'; }

.icon-arrow-long-down:before {
  content: '\186'; }

.icon-globe-alt:before {
  content: '\187'; }

.icon-thumbs-up:before {
  content: '\188'; }

.icon-sandwich:before {
  content: '\189'; }

.icon-arrow-basic-down:before {
  content: '\18a'; }

.icon-double-chevron-down:before {
  content: '\18b'; }

.icon-legal:before {
  content: '\18c'; }

.icon-apple:before {
  content: '\18d'; }

.icon-power:before {
  content: '\18e'; }

.icon-time-alt:before {
  content: '\18f'; }

.icon-list:before {
  content: '\190'; }

.icon-h-sign:before {
  content: '\191'; }

.icon-css3:before {
  content: '\192'; }

.icon-copy:before {
  content: '\193'; }

.icon-arrow-tall-up:before {
  content: '\194'; }

.icon-hdd:before {
  content: '\195'; }

.icon-font:before {
  content: '\196'; }

.icon-heart-circle:before {
  content: '\197'; }

.icon-glass:before {
  content: '\198'; }

.icon-picasa:before {
  content: '\199'; }

.icon-arrow-long-left:before {
  content: '\19a'; }

.icon-fullscreen:before {
  content: '\19b'; }

.icon-lemon:before {
  content: '\19c'; }

.icon-arrow-long-right:before {
  content: '\19d'; }

.icon-hand-right:before {
  content: '\19e'; }

.icon-list-details-small:before {
  content: '\19f'; }

.icon-cog:before {
  content: '\1a0'; }

.icon-four-boxes-alt:before {
  content: '\1a1'; }

.icon-properties:before {
  content: '\1a2'; }

.icon-arrow-pointer-down:before {
  content: '\1a3'; }

.icon-inbox:before {
  content: '\1a4'; }

.icon-arrow-double-up:before {
  content: '\1a5'; }

.icon-plane-takeoff:before {
  content: '\1a6'; }

.icon-arrow-square-down:before {
  content: '\1a7'; }

.icon-tick-circle-alt:before {
  content: '\1a8'; }

.icon-node-circle:before {
  content: '\1a9'; }

.icon-arrow-pointer-right:before {
  content: '\1aa'; }

.icon-starlet:before {
  content: '\1ab'; }

.icon-cogs:before {
  content: '\1ac'; }

.icon-arrow-long-up:before {
  content: '\1ad'; }

.icon-bug:before {
  content: '\1ae'; }

.icon-upload:before {
  content: '\1af'; }

.icon-xing:before {
  content: '\1b0'; }

.icon-minus-square-alt:before {
  content: '\1b1'; }

.icon-arrows:before {
  content: '\1b2'; }

.icon-trash-can:before {
  content: '\1b3'; }

.icon-pushpin:before {
  content: '\1b4'; }

.icon-eye-open:before {
  content: '\1b5'; }

.icon-caret-left:before {
  content: '\1b6'; }

.icon-bitbucket:before {
  content: '\1b7'; }

.icon-lines:before {
  content: '\1b8'; }

.icon-magic:before {
  content: '\1b9'; }

.icon-arrow-double-right:before {
  content: '\1ba'; }

.icon-remove-sign:before {
  content: '\1bb'; }

.icon-exclamation-sign:before {
  content: '\1bc'; }

.icon-chevron-down:before {
  content: '\1bd'; }

.icon-sort-alpha-asc:before {
  content: '\1be'; }

.icon-comments-alt:before {
  content: '\1bf'; }

.icon-terminal:before {
  content: '\1c0'; }

.icon-box:before {
  content: '\1c1'; }

.icon-lock:before {
  content: '\1c2'; }

.icon-bolt:before {
  content: '\1c3'; }

.icon-filter:before {
  content: '\1c4'; }

.icon-folder-alt:before {
  content: '\1c5'; }

.icon-backward:before {
  content: '\1c6'; }

.icon-sort-amount-asc:before {
  content: '\1c7'; }

.icon-tag:before {
  content: '\1c8'; }

.icon-house:before {
  content: '\1c9'; }

.icon-drop:before {
  content: '\1ca'; }

.icon-arrow-thick-right:before {
  content: '\1cb'; }

.icon-ambulance:before {
  content: '\1cc'; }

.icon-chevron-right:before {
  content: '\1cd'; }

.icon-sign-in:before {
  content: '\1ce'; }

.icon-sort-amount-desc:before {
  content: '\1cf'; }

.icon-search-circle:before {
  content: '\1d0'; }

.icon-skype:before {
  content: '\1d1'; }

.icon-fast-forward:before {
  content: '\1d2'; }

.icon-maxcdn:before {
  content: '\1d3'; }

.icon-book-open:before {
  content: '\1d4'; }

.icon-vimeo:before {
  content: '\1d5'; }

.icon-beaker:before {
  content: '\1d6'; }

.icon-facebook-alt:before {
  content: '\1d7'; }

.icon-arrow-thin-down:before {
  content: '\1d8'; }

.icon-heartlet:before {
  content: '\1d9'; }

.icon-shopping-cart-solid:before {
  content: '\1da'; }

.icon-linux:before {
  content: '\1db'; }

.icon-leaf:before {
  content: '\1dc'; }

.icon-hand-down:before {
  content: '\1dd'; }

.icon-pinterest:before {
  content: '\1de'; }

.icon-barcode:before {
  content: '\1df'; }

.icon-curve-top:before {
  content: '\1e0'; }

.icon-euro:before {
  content: '\1e1'; }

.icon-arrow-basic-left:before {
  content: '\1e2'; }

.icon-group:before {
  content: '\1e3'; }

.icon-tumblr:before {
  content: '\1e4'; }

.icon-fighter:before {
  content: '\1e5'; }

.icon-hand-left:before {
  content: '\1e6'; }

.icon-stripes-thick:before {
  content: '\1e7'; }

.icon-superscript:before {
  content: '\1e8'; }

.icon-minus-square:before {
  content: '\1e9'; }

.icon-ticklet-circle:before {
  content: '\1ea'; }

.icon-xing-square:before {
  content: '\1eb'; }

.icon-arrow-double-left:before {
  content: '\1ec'; }

.icon-forward:before {
  content: '\1ed'; }

.icon-arrow-thick-down:before {
  content: '\1ee'; }

.icon-eject:before {
  content: '\1ef'; }

.icon-reply:before {
  content: '\1f0'; }

.icon-search:before {
  content: '\1f1'; }

.icon-comment-alt:before {
  content: '\1f2'; }

.icon-share:before {
  content: '\1f3'; }

.icon-arrows-vertical:before {
  content: '\1f4'; }

.icon-food:before {
  content: '\1f5'; }

.icon-flag:before {
  content: '\1f6'; }

.icon-female:before {
  content: '\1f7'; }

.icon-tasks:before {
  content: '\1f8'; }

.icon-quote-left:before {
  content: '\1f9'; }

.icon-arrow-tall-left:before {
  content: '\1fa'; }

.icon-minus-circle:before {
  content: '\1fb'; }

.icon-box-alt:before {
  content: '\1fc'; }

.icon-arrow-tall-down:before {
  content: '\1fd'; }

.icon-indent-left:before {
  content: '\1fe'; }

.icon-arrow-thick-left:before {
  content: '\1ff'; }

.icon-list-adv:before {
  content: '\200'; }

.icon-chevron-up:before {
  content: '\201'; }

.icon-medkit:before {
  content: '\202'; }

.icon-tags:before {
  content: '\203'; }

.icon-coffee:before {
  content: '\204'; }

.icon-ticklet:before {
  content: '\205'; }

.icon-box-small:before {
  content: '\206'; }

.icon-sign-blank:before {
  content: '\207'; }

.icon-basket:before {
  content: '\208'; }

.icon-search-thick:before {
  content: '\209'; }

.icon-edit-alt:before {
  content: '\20a'; }

.icon-comment:before {
  content: '\20b'; }

.icon-hospital:before {
  content: '\20c'; }

.icon-arrow-small-right:before {
  content: '\20d'; }

.icon-grid-small:before {
  content: '\20e'; }

.icon-circle-arrow-left:before {
  content: '\20f'; }

.icon-yahoo:before {
  content: '\210'; }

.icon-print:before {
  content: '\211'; }

.icon-instagram:before {
  content: '\212'; }

.icon-arrow-angle-up:before {
  content: '\213'; }

.icon-leaf-thin:before {
  content: '\214'; }

.icon-magnet:before {
  content: '\215'; }

.icon-arrow-thin-up:before {
  content: '\216'; }

.icon-retweet:before {
  content: '\217'; }

.icon-search-glare:before {
  content: '\218'; }

.icon-search-thin:before {
  content: '\219'; }

.icon-heart-empty:before {
  content: '\21a'; }

.icon-scales:before {
  content: '\21b'; }

.icon-sort-alpha-desc:before {
  content: '\21c'; }

.icon-align-right:before {
  content: '\21d'; }

.icon-stripes:before {
  content: '\21e'; }

.icon-arrow-pointer-up:before {
  content: '\21f'; }

.icon-round:before {
  content: '\220'; }

.icon-user-medical:before {
  content: '\221'; }

.icon-arrow-thin-left:before {
  content: '\222'; }

.icon-arrow-circle-alt-right:before {
  content: '\223'; }

.icon-starlet-alt:before {
  content: '\224'; }

.icon-bold:before {
  content: '\225'; }

.icon-aperture:before {
  content: '\226'; }

.icon-pointer-basic:before {
  content: '\227'; }

.icon-folder:before {
  content: '\228'; }

.icon-heart:before {
  content: '\229'; }

.icon-cloud-download:before {
  content: '\22a'; }

.icon-bar-chart:before {
  content: '\22b'; }

.icon-mobile:before {
  content: '\22c'; }

.icon-volume-down:before {
  content: '\22d'; }

.icon-exchange:before {
  content: '\22e'; }

.icon-folder-open:before {
  content: '\22f'; }

.icon-phone-square:before {
  content: '\230'; }

.icon-zoom-in:before {
  content: '\231'; }

.icon-beer:before {
  content: '\232'; }

.icon-trello-square:before {
  content: '\233'; }

.icon-delete:before {
  content: '\234'; }

.icon-image:before {
  content: '\235'; }

.icon-edit:before {
  content: '\236'; }

.icon-twitter-square:before {
  content: '\237'; }

.icon-external-link:before {
  content: '\238'; }

.icon-money:before {
  content: '\239'; }

.icon-html5:before {
  content: '\23a'; }

.icon-youtube-play:before {
  content: '\23b'; }

.icon-play:before {
  content: '\23c'; }

.icon-calendar:before {
  content: '\23d'; }

.icon-video:before {
  content: '\23e'; }

.icon-adjust:before {
  content: '\23f'; }

.icon-plus-circle:before {
  content: '\240'; }

.icon-strikethrough:before {
  content: '\241'; }

.icon-bell:before {
  content: '\242'; }

.icon-crop:before {
  content: '\243'; }

.icon-restore:before {
  content: '\244'; }

.icon-circle-arrow-up:before {
  content: '\245'; }

.icon-twitter:before {
  content: '\246'; }

.icon-sitemap:before {
  content: '\247'; }

.icon-facebook-square:before {
  content: '\248'; }

.icon-downturn:before {
  content: '\249'; }

.icon-fancy-circle-alt:before {
  content: '\24a'; }

.icon-arrow-square-right:before {
  content: '\24b'; }

.icon-save:before {
  content: '\24c'; }

.icon-share-alt:before {
  content: '\24d'; }

.icon-arrow-thick-up:before {
  content: '\24e'; }

.icon-plus:before {
  content: '\24f'; }

.icon-arrows-alt:before {
  content: '\250'; }

.icon-chevron-left:before {
  content: '\251'; }

.icon-circle-arrow-right:before {
  content: '\252'; }

.icon-arrow-double-down:before {
  content: '\253'; }

.icon-film:before {
  content: '\254'; }

.icon-pie-chart:before {
  content: '\255'; }

.icon-github:before {
  content: '\256'; }

.icon-calendar-day-alt:before {
  content: '\257'; }

.icon-sort-numeric:before {
  content: '\258'; }

.icon-align-center:before {
  content: '\259'; }

.icon-caret-down:before {
  content: '\25a'; }

.icon-round-alt:before {
  content: '\25b'; }

.icon-user-business:before {
  content: '\25c'; }

.icon-signal:before {
  content: '\25d'; }

.icon-reply-all:before {
  content: '\25e'; }

.icon-star:before {
  content: '\25f'; }

.icon-book:before {
  content: '\260'; }

.icon-triangle:before {
  content: '\261'; }

.icon-arrow-angle-right:before {
  content: '\262'; }

.icon-arrow-basic-up:before {
  content: '\263'; }

.icon-caret-right:before {
  content: '\264'; }

.icon-align-left:before {
  content: '\265'; }

.icon-comments:before {
  content: '\266'; }

.icon-vk:before {
  content: '\267'; }

.icon-qrcode:before {
  content: '\268'; }

.icon-arrow-tall-right:before {
  content: '\269'; }

.icon-shopping-cart:before {
  content: '\26a'; }

.icon-pause:before {
  content: '\26b'; }

.icon-umbrella:before {
  content: '\26c'; }

.icon-ban:before {
  content: '\26d'; }

.icon-plane-alt:before {
  content: '\26e'; }

.icon-ticklet-circle-alt:before {
  content: '\26f'; }

.icon-arrow-angle-left:before {
  content: '\270'; }

.icon-android:before {
  content: '\271'; }

.icon-arrow-square-up:before {
  content: '\272'; }

.icon-inr:before {
  content: '\273'; }

.icon-label:before {
  content: '\274'; }

.icon-spinner:before {
  content: '\275'; }

.icon-headphones:before {
  content: '\276'; }

.icon-arrow-fancy:before {
  content: '\277'; }

.icon-sort-desc:before {
  content: '\278'; }

.icon-tick-circle:before {
  content: '\279'; }

.icon-info-sign:before {
  content: '\27a'; }

.icon-screenshot:before {
  content: '\27b'; }

.icon-briefcase-simple:before {
  content: '\27c'; }

.icon-search-alt:before {
  content: '\27d'; }

.icon-time:before {
  content: '\27e'; }

.icon-grid:before {
  content: '\27f'; }

.icon-user:before {
  content: '\280'; }

.icon-facebook:before {
  content: '\281'; }

.icon-google-plus:before {
  content: '\282'; }

.icon-github-square:before {
  content: '\283'; }

.icon-check-empty:before {
  content: '\284'; }

.icon-circle:before {
  content: '\285'; }

.icon-fast-backward:before {
  content: '\286'; }

.icon-calendar-day:before {
  content: '\287'; }

.icon-phone:before {
  content: '\288'; }

.icon-pinterest-square:before {
  content: '\289'; }

.icon-cup:before {
  content: '\28a'; }

.icon-star-thin:before {
  content: '\28b'; }

.icon-wrench:before {
  content: '\28c'; }

.icon-truck:before {
  content: '\28d'; }

.icon-product-view-mode:before {
  content: '\28e'; }

.icon-circle-arrow-down:before {
  content: '\28f'; }

.icon-arrow-circle-alt-left:before {
  content: '\290'; }

.icon-stackexchange:before {
  content: '\291'; }

.icon-ticklet-thick:before {
  content: '\292'; }

.icon-arrow-thin-right:before {
  content: '\293'; }

.icon-tick:before {
  content: '\294'; }

.icon-box-small-alt:before {
  content: '\295'; }

.icon-file-alt:before {
  content: '\296'; }

.icon-minus:before {
  content: '\297'; }

.icon-upload-circle:before {
  content: '\298'; }

.icon-gift:before {
  content: '\299'; }

.icon-globe-outline:before {
  content: '\29a'; }

.icon-windows:before {
  content: '\29b'; }

.icon-arrow-line:before {
  content: '\29c'; }

.icon-flag-alt:before {
  content: '\29d'; }

.icon-home:before {
  content: '\29e'; }

.icon-arrow-circle-alt-down:before {
  content: '\29f'; }

.icon-dollar:before {
  content: '\2a0'; }

.icon-double-chevron-left:before {
  content: '\2a1'; }

.icon-arrow-angle-down:before {
  content: '\2a2'; }

.bd-informationmessage-1 {
  border-radius: 0px; }

.bd-layoutcontainer > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-productnewicon-1 {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  background-color: #7bd57b;
  color: #ffffff;
  padding: 4px;
  border-radius: 0%; }

.bd-productnewicon-1 {
  line-height: 15.71428572px;
  text-align: center;
  font-size: 11px; }

.bd-ribbon .ribbon-inner:before,
.bd-ribbon .ribbon-inner:after,
.bd-ribbon .ribbon-content:before,
.bd-ribbon .ribbon-content:after {
  font-size: 0px !important; }

.bd-ribbon .ribbon-inner:before,
.bd-ribbon .ribbon-inner:after {
  border: 1.5em solid; }

.bd-ribbon .ribbon-inner .ribbon-content:before,
.bd-ribbon .ribbon-inner .ribbon-content:after {
  border-color: transparent transparent transparent; }

.bd-ribbon .ribbon-inner .ribbon-stitches-top {
  border-top: 1px dashed;
  top: 2px; }

.bd-ribbon .ribbon-inner .ribbon-stitches-bottom {
  border-top: 1px dashed;
  bottom: 2px; }

.bd-searchwidget-2 {
  position: relative; }

.bd-searchwidget-2 .bd-search-wrapper {
  width: 100%; }

.form-inline.bd-searchwidget-2 {
  display: inline-block; }

.form-inline.bd-searchwidget-2 .bd-search-wrapper {
  display: table;
  position: relative;
  white-space: nowrap; }

.form-inline.bd-searchwidget-2 .bd-search-wrapper > *:not(script) {
  display: table-cell;
  vertical-align: middle; }

.form-inline.bd-searchwidget-2 .bd-search-wrapper .bd-icon-6 {
  display: none; }

.form-inline.bd-searchwidget-2 .bd-search-wrapper > :last-child > * {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin-left: 0 !important; }

.form-inline.bd-searchwidget-2 .bd-search-wrapper > :first-child > * {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin-right: 0 !important; }

.form-inline.bd-searchwidget-2 .bd-search-wrapper > :not(:first-child):not(:last-child) > * {
  border-radius: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important; }

.bd-icon-6:before {
  color: #dedede;
  padding-left: 5px;
  padding-right: 5px; }

.bd-icon-6:hover:before {
  color: #787878;
  text-decoration: none; }

.bd-bootstrapinput-2.form-control {
  width: auto;
  border-radius: 0px; }

.bd-socialicon-14 {
  float: left; }

.bd-socialicon-11 {
  float: left; }

.bd-socialicon-20 {
  float: left; }

.bd-socialicon-13 {
  float: left; }

.bd-socialicon-28 {
  float: left; }

.bd-socialicon-4 {
  float: left; }

.bd-socialicon-2 {
  float: left; }

.bd-socialicon-32 {
  float: left; }

.bd-socialicon-12 {
  float: left; }

.bd-socialicon-23 {
  float: left; }

.bd-socialicon-6 {
  float: left; }

.bd-socialicon-6 span:first-child:before {
  content: '\267'; }

.bd-socialicon-6 span:first-child:before {
  visibility: inherit; }

.bd-successmessage-1 {
  border-radius: 0px; }

@media (min-width: 767px) {
  .bd-vmenu-1 .bd-verticalmenu-3 .bd-menu-24-popup {
    display: none !important; }
  .bd-vmenu-1 .bd-verticalmenu-3 .bd-menuitem-23 > .bd-menu-24-popup {
    opacity: 1; } }

@media (max-width: 767px) {
  .bd-vmenu-1 .bd-verticalmenu-3 .bd-menu-24-popup {
    position: static;
    display: none; }
  .bd-vmenu-1 .bd-verticalmenu-3 .bd-menu-24-popup.show {
    display: block;
    visibility: visible;
    pointer-events: auto; }
  .bd-vmenu-1 .bd-verticalmenu-3 .bd-menu-24 {
    float: none; }
  .bd-vmenu-1 .bd-verticalmenu-3 .bd-menu-24-popup {
    float: none;
    left: auto !important;
    background: none;
    border-style: none;
    top: 0 !important; }
  .bd-vmenu-1 .bd-verticalmenu-3 .bd-menuitem-23 > a.active + .bd-menu-24-popup,
  .bd-vmenu-1 .bd-verticalmenu-3 .bd-menuitem-24 > a.active + .bd-menu-24-popup {
    position: relative;
    display: block;
    visibility: visible;
    pointer-events: auto; }
  .bd-vmenu-1 .bd-verticalmenu-3 .bd-menuitem-23 > .bd-menu-24-popup {
    opacity: 1; }
  .bd-vmenu-1 .responsive-collapsed {
    display: none; } }

.bd-block-2 .bd-blockheader {
  margin-bottom: 10px;
  padding: 10px 0px 0px; }

.bd-block-2 .bd-blockheader h6 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-2 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-2 .bd-blockheader h4 {
  line-height: 25.71428572px;
  color: #404040;
  text-transform: none;
  font-size: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px; }

.bd-block-2 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-2 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-2 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-verticalmenu-3 {
  display: block; }

.bd-menuitem-24 {
  position: relative; }

.bd-verticalmenu-3 .nav-tabs > li,
.bd-verticalmenu-3 .nav-pills > li {
  float: none; }

.bd-verticalmenu-3 .bd-menu-24-popup {
  top: 0; }

.bd-verticalmenu-3 .bd-menu-24-popup.bd-popup-left {
  left: auto;
  right: 100%; }

.bd-verticalmenu-3 .bd-menu-24-popup,
.bd-verticalmenu-3 .bd-menu-24-popup.bd-popup-right {
  left: 100%;
  right: auto; }

.bd-menu-23.nav.nav-pills > li + li {
  margin: 0; }

.bd-menu-23 {
  /* reset default bootstrap values */
  padding: 0;
  margin: 0; }

.bd-menuitem-23 > a {
  cursor: pointer;
  /* Safari click events fix */ }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > a:visited {
  color: #404040;
  font-size: 12px;
  padding: 0px;
  border-radius: 0px;
  line-height: 18px;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23:not(.active) > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23:not(.active) > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23:not(.active) > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23:hover:not(.active) > a:not(.active) {
  color: #939f93;
  text-decoration: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > .bd-grid-item > a:visited {
  color: #404040;
  font-size: 12px;
  padding: 0px;
  border-radius: 0px;
  line-height: 18px;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23 > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-23 .bd-menuitem-23:hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #939f93;
  text-decoration: none; }

.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > a,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > a:link,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > a:visited {
  color: #404040;
  font-size: 12px;
  padding: 0px;
  border-radius: 0px;
  line-height: 18px;
  display: block;
  white-space: nowrap; }

.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > a:before,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > a:link:before,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > a:visited:before,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > a:after,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > a:link:after,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > a:focus {
  outline-width: 0; }

.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item):not(.active) > a.hover:not(.active),
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item):not(.active) > a:hover:not(.active),
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item):not(.active) > a:focus:not(.active),
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  color: #939f93;
  text-decoration: none; }

.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > .bd-grid-item > a,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > .bd-grid-item > a:link,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > .bd-grid-item > a:visited {
  color: #404040;
  font-size: 12px;
  padding: 0px;
  border-radius: 0px;
  line-height: 18px;
  display: block;
  white-space: nowrap; }

.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > .bd-grid-item > a:after,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-menu-23 .bd-menuitem-23:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  color: #939f93;
  text-decoration: none; }

.bd-menu-24-popup {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 1001; }

.bd-menu-24-popup.bd-popup-left {
  left: auto;
  right: 0; }

.bd-menu-24-popup,
.bd-menu-24-popup.bd-popup-right {
  left: 0;
  right: auto; }

.bd-sub-item > .bd-menu-24-popup {
  top: -1px; }

.bd-sub-item > .bd-menu-24-popup.bd-popup-left {
  left: auto;
  right: 100%; }

.bd-sub-item > .bd-menu-24-popup,
.bd-sub-item > .bd-menu-24-popup.bd-popup-right {
  left: 100%;
  right: auto; }

.bd-menu-24 .bd-menuitem-24:last-child > a:not(.active):not(:hover) {
  border-bottom-width: 0; }

.bd-menu-24 .bd-menuitem-24:last-child > a:hover {
  border-bottom-width: 0; }

.bd-menu-24 .bd-menuitem-24:last-child > a.active {
  border-bottom-width: 0; }

.bd-menu-24 {
  /* reset default bootstrap values */
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  min-width: 160px;
  position: relative;
  -webkit-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  margin: 0px 2px 0px 0px;
  border: 1px solid #f7f7f7; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > a:visited {
  color: #404040;
  padding: 5px 10px 5px 15px;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24:not(.active) > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24:not(.active) > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24:not(.active) > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24:hover:not(.active) > a:not(.active) {
  text-decoration: line-through;
  background-color: #f5f5f5;
  font-weight: normal;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24.active > a {
  color: #ffffff;
  background-color: #b9c1b9;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > .bd-grid-item > a:visited {
  color: #404040;
  padding: 5px 10px 5px 15px;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24:hover:not(.active) > .bd-grid-item > a:not(.active) {
  text-decoration: line-through;
  background-color: #f5f5f5;
  font-weight: normal;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24 > .bd-grid-item > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-24 .bd-menuitem-24.active > .bd-grid-item > a {
  color: #ffffff;
  background-color: #b9c1b9;
  background-image: none; }

.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > a,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > a:link,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > a:visited {
  color: #404040;
  padding: 5px 10px 5px 15px;
  display: block;
  white-space: nowrap; }

.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > a:before,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > a:link:before,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > a:visited:before,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > a:after,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > a:link:after,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > a:focus {
  outline-width: 0; }

.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item):not(.active) > a.hover:not(.active),
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item):not(.active) > a:hover:not(.active),
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item):not(.active) > a:focus:not(.active),
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  text-decoration: line-through;
  background-color: #f5f5f5;
  font-weight: normal;
  background-image: none; }

.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > a.active,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item).active > a {
  color: #ffffff;
  background-color: #b9c1b9;
  background-image: none; }

.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > .bd-grid-item > a,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > .bd-grid-item > a:link,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > .bd-grid-item > a:visited {
  color: #404040;
  padding: 5px 10px 5px 15px;
  display: block;
  white-space: nowrap; }

.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > .bd-grid-item > a:after,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  text-decoration: line-through;
  background-color: #f5f5f5;
  font-weight: normal;
  background-image: none; }

.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item) > .bd-grid-item > a.active,
.bd-menu-24 .bd-menuitem-24:not(.bd-mega-item).active > .bd-grid-item > a {
  color: #ffffff;
  background-color: #b9c1b9;
  background-image: none; }

.bd-warningmessage-1 {
  border-radius: 0px; }

.bd-pager-1 ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.bd-pager-1 ul {
  display: inline-block;
  width: 100%;
  margin: 0; }

.bd-pager-1 ul li {
  display: inline-block; }

.bd-pager-1 ul > li:first-child {
  float: left; }

.bd-pager-1 ul > li:last-child {
  float: right; }

.bd-pager-1 > .bd-pagination > li.bd-paginationitem-1 > a,
.bd-pager-1 > .bd-pagination > li.bd-paginationitem-1 > span,
.bd-pager-1 > .bd-pagination > li.bd-paginationitem-1 > a:link,
.bd-pager-1 > .bd-pagination > li.bd-paginationitem-1 > a:visited {
  border-radius: 0px; }

.bd-lightbox-8 {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  padding: 0 100px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000000; }

.bd-lightbox-8 .lightbox-image {
  border: 6px solid #fff;
  border-radius: 3px;
  display: none;
  max-width: 100%;
  vertical-align: middle; }

.bd-lightbox-8 .lightbox-image.active {
  display: inline-block; }

.bd-lightbox-8 .lightbox-error {
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 80px;
  opacity: .95;
  padding: 20px;
  position: fixed;
  width: 300px;
  z-index: 100; }

.bd-lightbox-8 .loading {
  background: #ffffff url(../images/designer/preloader01.gif) center center no-repeat;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 32px;
  opacity: .5;
  padding: 10px;
  position: fixed;
  width: 32px;
  z-index: 10100; }

.bd-lightbox-8 .arrow {
  cursor: pointer;
  height: 100px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  width: 82px;
  z-index: 10003; }

.bd-lightbox-8 .arrow.left {
  left: 9px; }

.bd-lightbox-8 .arrow.right {
  right: 9px; }

.bd-lightbox-8 .arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.bd-lightbox-8 .arrow.disabled {
  display: none; }

.bd-lightbox-8 .arrow-t,
.bd-lightbox-8 .arrow-b {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: relative;
  width: 30px; }

html[dir="rtl"] .bd-lightbox-8 .arrow-t,
html[dir="rtl"] .bd-lightbox-8 .arrow-b {
  right: 26px; }

html[dir="ltr"] .bd-lightbox-8 .arrow-t,
html[dir="ltr"] .bd-lightbox-8 .arrow-b {
  left: 26px; }

.bd-lightbox-8 .arrow-t {
  top: 38px; }

.bd-lightbox-8 .arrow-b {
  top: 50px; }

.bd-lightbox-8 .close {
  cursor: pointer;
  height: 22px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 39px;
  top: 30px;
  width: 22px;
  z-index: 10003; }

.bd-lightbox-8 .close:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.bd-lightbox-8 .close .cw,
.bd-lightbox-8 .close .ccw {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  left: -4px;
  top: 8px;
  width: 30px; }

.bd-lightbox-8 .cw {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */ }

.bd-lightbox-8 .ccw {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
  -moz-transform: rotate(-45deg);
  /* Firefox */ }

.bd-lightbox-8 .close-alt,
.bd-lightbox-8 .arrow-right-alt,
.bd-lightbox-8 .arrow-left-alt {
  color: #fff;
  display: none;
  font-size: 2.5em;
  line-height: 100%; }

.ie8 .bd-lightbox-8 .close-alt,
.ie8 .bd-lightbox-8 .arrow-right-alt,
.ie8 .bd-lightbox-8 .arrow-left-alt {
  display: block; }

.ie8 .bd-lightbox-8 .cw,
.ie8 .bd-lightbox-8 .ccw {
  display: none; }

.ie7 .close-alt,
.ie7 .arrow-right-alt,
.ie7 .arrow-left-alt {
  display: block !important; }

.ie7 .cw,
.ie7 .ccw {
  display: none !important; }

.bd-postcontent-1 img:not(.no-lightbox),
.bd-lightbox-8 .lightbox-image {
  cursor: pointer; }

.bd-postcontent-3 {
  position: relative; }

.bd-lightbox-3 {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  padding: 0 100px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000000; }

.bd-lightbox-3 .lightbox-image {
  border: 6px solid #fff;
  border-radius: 3px;
  display: none;
  max-width: 100%;
  vertical-align: middle; }

.bd-lightbox-3 .lightbox-image.active {
  display: inline-block; }

.bd-lightbox-3 .lightbox-error {
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 80px;
  opacity: .95;
  padding: 20px;
  position: fixed;
  width: 300px;
  z-index: 100; }

.bd-lightbox-3 .loading {
  background: #ffffff url(../images/designer/preloader01.gif) center center no-repeat;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 32px;
  opacity: .5;
  padding: 10px;
  position: fixed;
  width: 32px;
  z-index: 10100; }

.bd-lightbox-3 .arrow {
  cursor: pointer;
  height: 100px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  width: 82px;
  z-index: 10003; }

.bd-lightbox-3 .arrow.left {
  left: 9px; }

.bd-lightbox-3 .arrow.right {
  right: 9px; }

.bd-lightbox-3 .arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.bd-lightbox-3 .arrow.disabled {
  display: none; }

.bd-lightbox-3 .arrow-t,
.bd-lightbox-3 .arrow-b {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: relative;
  width: 30px; }

html[dir="rtl"] .bd-lightbox-3 .arrow-t,
html[dir="rtl"] .bd-lightbox-3 .arrow-b {
  right: 26px; }

html[dir="ltr"] .bd-lightbox-3 .arrow-t,
html[dir="ltr"] .bd-lightbox-3 .arrow-b {
  left: 26px; }

.bd-lightbox-3 .arrow-t {
  top: 38px; }

.bd-lightbox-3 .arrow-b {
  top: 50px; }

.bd-lightbox-3 .close {
  cursor: pointer;
  height: 22px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 39px;
  top: 30px;
  width: 22px;
  z-index: 10003; }

.bd-lightbox-3 .close:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.bd-lightbox-3 .close .cw,
.bd-lightbox-3 .close .ccw {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  left: -4px;
  top: 8px;
  width: 30px; }

.bd-lightbox-3 .cw {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */ }

.bd-lightbox-3 .ccw {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
  -moz-transform: rotate(-45deg);
  /* Firefox */ }

.bd-lightbox-3 .close-alt,
.bd-lightbox-3 .arrow-right-alt,
.bd-lightbox-3 .arrow-left-alt {
  color: #fff;
  display: none;
  font-size: 2.5em;
  line-height: 100%; }

.ie8 .bd-lightbox-3 .close-alt,
.ie8 .bd-lightbox-3 .arrow-right-alt,
.ie8 .bd-lightbox-3 .arrow-left-alt {
  display: block; }

.ie8 .bd-lightbox-3 .cw,
.ie8 .bd-lightbox-3 .ccw {
  display: none; }

.ie7 .close-alt,
.ie7 .arrow-right-alt,
.ie7 .arrow-left-alt {
  display: block !important; }

.ie7 .cw,
.ie7 .ccw {
  display: none !important; }

.bd-postcontent-3 img:not(.no-lightbox),
.bd-lightbox-3 .lightbox-image {
  cursor: pointer; }

.bd-lightbox-5 {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  padding: 0 100px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000000; }

.bd-lightbox-5 .lightbox-image {
  border: 6px solid #fff;
  border-radius: 3px;
  display: none;
  max-width: 100%;
  vertical-align: middle; }

.bd-lightbox-5 .lightbox-image.active {
  display: inline-block; }

.bd-lightbox-5 .lightbox-error {
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 80px;
  opacity: .95;
  padding: 20px;
  position: fixed;
  width: 300px;
  z-index: 100; }

.bd-lightbox-5 .loading {
  background: #ffffff url(../images/designer/preloader01.gif) center center no-repeat;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 32px;
  opacity: .5;
  padding: 10px;
  position: fixed;
  width: 32px;
  z-index: 10100; }

.bd-lightbox-5 .arrow {
  cursor: pointer;
  height: 100px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  width: 82px;
  z-index: 10003; }

.bd-lightbox-5 .arrow.left {
  left: 9px; }

.bd-lightbox-5 .arrow.right {
  right: 9px; }

.bd-lightbox-5 .arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.bd-lightbox-5 .arrow.disabled {
  display: none; }

.bd-lightbox-5 .arrow-t,
.bd-lightbox-5 .arrow-b {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: relative;
  width: 30px; }

html[dir="rtl"] .bd-lightbox-5 .arrow-t,
html[dir="rtl"] .bd-lightbox-5 .arrow-b {
  right: 26px; }

html[dir="ltr"] .bd-lightbox-5 .arrow-t,
html[dir="ltr"] .bd-lightbox-5 .arrow-b {
  left: 26px; }

.bd-lightbox-5 .arrow-t {
  top: 38px; }

.bd-lightbox-5 .arrow-b {
  top: 50px; }

.bd-lightbox-5 .close {
  cursor: pointer;
  height: 22px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 39px;
  top: 30px;
  width: 22px;
  z-index: 10003; }

.bd-lightbox-5 .close:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.bd-lightbox-5 .close .cw,
.bd-lightbox-5 .close .ccw {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  left: -4px;
  top: 8px;
  width: 30px; }

.bd-lightbox-5 .cw {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */ }

.bd-lightbox-5 .ccw {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
  -moz-transform: rotate(-45deg);
  /* Firefox */ }

.bd-lightbox-5 .close-alt,
.bd-lightbox-5 .arrow-right-alt,
.bd-lightbox-5 .arrow-left-alt {
  color: #fff;
  display: none;
  font-size: 2.5em;
  line-height: 100%; }

.ie8 .bd-lightbox-5 .close-alt,
.ie8 .bd-lightbox-5 .arrow-right-alt,
.ie8 .bd-lightbox-5 .arrow-left-alt {
  display: block; }

.ie8 .bd-lightbox-5 .cw,
.ie8 .bd-lightbox-5 .ccw {
  display: none; }

.ie7 .close-alt,
.ie7 .arrow-right-alt,
.ie7 .arrow-left-alt {
  display: block !important; }

.ie7 .cw,
.ie7 .ccw {
  display: none !important; }

.bd-postcontent-5 img:not(.no-lightbox),
.bd-lightbox-5 .lightbox-image {
  cursor: pointer; }

.bd-lightbox-6 {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  padding: 0 100px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000000; }

.bd-lightbox-6 .lightbox-image {
  border: 6px solid #fff;
  border-radius: 3px;
  display: none;
  max-width: 100%;
  vertical-align: middle; }

.bd-lightbox-6 .lightbox-image.active {
  display: inline-block; }

.bd-lightbox-6 .lightbox-error {
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 80px;
  opacity: .95;
  padding: 20px;
  position: fixed;
  width: 300px;
  z-index: 100; }

.bd-lightbox-6 .loading {
  background: #ffffff url(../images/designer/preloader01.gif) center center no-repeat;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 32px;
  opacity: .5;
  padding: 10px;
  position: fixed;
  width: 32px;
  z-index: 10100; }

.bd-lightbox-6 .arrow {
  cursor: pointer;
  height: 100px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  width: 82px;
  z-index: 10003; }

.bd-lightbox-6 .arrow.left {
  left: 9px; }

.bd-lightbox-6 .arrow.right {
  right: 9px; }

.bd-lightbox-6 .arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.bd-lightbox-6 .arrow.disabled {
  display: none; }

.bd-lightbox-6 .arrow-t,
.bd-lightbox-6 .arrow-b {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: relative;
  width: 30px; }

html[dir="rtl"] .bd-lightbox-6 .arrow-t,
html[dir="rtl"] .bd-lightbox-6 .arrow-b {
  right: 26px; }

html[dir="ltr"] .bd-lightbox-6 .arrow-t,
html[dir="ltr"] .bd-lightbox-6 .arrow-b {
  left: 26px; }

.bd-lightbox-6 .arrow-t {
  top: 38px; }

.bd-lightbox-6 .arrow-b {
  top: 50px; }

.bd-lightbox-6 .close {
  cursor: pointer;
  height: 22px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 39px;
  top: 30px;
  width: 22px;
  z-index: 10003; }

.bd-lightbox-6 .close:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.bd-lightbox-6 .close .cw,
.bd-lightbox-6 .close .ccw {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  left: -4px;
  top: 8px;
  width: 30px; }

.bd-lightbox-6 .cw {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */ }

.bd-lightbox-6 .ccw {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
  -moz-transform: rotate(-45deg);
  /* Firefox */ }

.bd-lightbox-6 .close-alt,
.bd-lightbox-6 .arrow-right-alt,
.bd-lightbox-6 .arrow-left-alt {
  color: #fff;
  display: none;
  font-size: 2.5em;
  line-height: 100%; }

.ie8 .bd-lightbox-6 .close-alt,
.ie8 .bd-lightbox-6 .arrow-right-alt,
.ie8 .bd-lightbox-6 .arrow-left-alt {
  display: block; }

.ie8 .bd-lightbox-6 .cw,
.ie8 .bd-lightbox-6 .ccw {
  display: none; }

.ie7 .close-alt,
.ie7 .arrow-right-alt,
.ie7 .arrow-left-alt {
  display: block !important; }

.ie7 .cw,
.ie7 .ccw {
  display: none !important; }

.bd-postcontent-6 img:not(.no-lightbox),
.bd-lightbox-6 .lightbox-image {
  cursor: pointer; }

.bd-layoutcontainer-23 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-51 {
  position: relative; }

.bd-postheader-1 {
  margin-top: 0;
  padding-top: 20px; }

h2.bd-postheader-3 {
  line-height: 41px;
  font-size: 41px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 200; }

.bd-postheader-5 {
  margin-top: 0;
  padding-top: 20px; }

.bd-postheader-6 {
  margin-top: 0;
  padding-top: 20px; }

.bd-layoutcontainer-20 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-45 {
  position: relative; }

.bd-layoutcontainer-22 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-49 {
  position: relative; }

a.bd-backtotop-1:hover {
  text-decoration: none; }

.bd-backtotop-1 {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  z-index: auto; }

@media (max-width: 1199px) {
  .bd-backtotop-1 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto; } }

@media (max-width: 991px) {
  .bd-backtotop-1 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto; } }

@media (max-width: 767px) {
  .bd-backtotop-1 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto; } }

.bd-smoothscroll-3 {
  position: fixed;
  left: auto;
  right: 12.933%;
  top: 79.753%;
  bottom: auto;
  z-index: 998; }

@media (max-width: 1199px) {
  .bd-smoothscroll-3 {
    position: fixed;
    left: auto;
    right: 0.047%;
    top: 78.842%;
    bottom: auto; } }

@media (max-width: 991px) {
  .bd-smoothscroll-3 {
    position: fixed;
    left: auto;
    right: 1.870%;
    top: 69.520%;
    bottom: auto; } }

@media (max-width: 767px) {
  .bd-smoothscroll-3 {
    position: fixed;
    left: auto;
    right: -0.63%;
    top: 48.270%;
    bottom: auto; } }

.bd-icon-58:before {
  content: '\216'; }

.bd-icon-58:before {
  visibility: inherit; }

.bd-icon-58:before {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  background-color: rgba(17, 17, 17, 0.25);
  font-size: 25px;
  padding: 10px;
  line-height: 35.71428573px;
  line-height: 25px; }

.bd-icon-58:hover:before {
  background-color: rgba(122, 137, 122, 0.5);
  color: rgba(255, 255, 255, 0.75); }

a.bd-backtotop-4:hover {
  text-decoration: none; }

.bd-backtotop-4 {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  z-index: auto; }

@media (max-width: 1199px) {
  .bd-backtotop-4 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto; } }

@media (max-width: 991px) {
  .bd-backtotop-4 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto; } }

@media (max-width: 767px) {
  .bd-backtotop-4 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto; } }

.bd-smoothscroll-4 {
  position: fixed;
  left: auto;
  right: 12.933%;
  top: 79.753%;
  bottom: auto;
  z-index: 9999; }

@media (max-width: 1199px) {
  .bd-smoothscroll-4 {
    position: fixed;
    left: auto;
    right: 0.047%;
    top: 78.842%;
    bottom: auto; } }

@media (max-width: 991px) {
  .bd-smoothscroll-4 {
    position: fixed;
    left: auto;
    right: 1.870%;
    top: 69.520%;
    bottom: auto; } }

@media (max-width: 767px) {
  .bd-smoothscroll-4 {
    position: fixed;
    left: auto;
    right: -0.63%;
    top: 48.270%;
    bottom: auto; } }

.bd-icon-42:before {
  content: '\216'; }

.bd-icon-42:before {
  visibility: inherit; }

.bd-icon-42:before {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  background-color: rgba(17, 17, 17, 0.25);
  font-size: 25px;
  padding: 10px;
  line-height: 35.71428573px;
  line-height: 25px; }

.bd-icon-42:hover:before {
  background-color: rgba(122, 137, 122, 0.5);
  color: rgba(255, 255, 255, 0.75); }

a.bd-backtotop-6:hover {
  text-decoration: none; }

.bd-backtotop-6 {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  z-index: auto; }

@media (max-width: 1199px) {
  .bd-backtotop-6 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto; } }

@media (max-width: 991px) {
  .bd-backtotop-6 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto; } }

@media (max-width: 767px) {
  .bd-backtotop-6 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto; } }

.bd-smoothscroll-5 {
  position: fixed;
  left: auto;
  right: 12.933%;
  top: 79.753%;
  bottom: auto;
  z-index: 9999; }

@media (max-width: 1199px) {
  .bd-smoothscroll-5 {
    position: fixed;
    left: auto;
    right: 0.047%;
    top: 78.842%;
    bottom: auto; } }

@media (max-width: 991px) {
  .bd-smoothscroll-5 {
    position: fixed;
    left: auto;
    right: 1.870%;
    top: 69.520%;
    bottom: auto; } }

@media (max-width: 767px) {
  .bd-smoothscroll-5 {
    position: fixed;
    left: auto;
    right: -0.63%;
    top: 48.270%;
    bottom: auto; } }

.bd-icon-66:before {
  content: '\216'; }

.bd-icon-66:before {
  visibility: inherit; }

.bd-icon-66:before {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  background-color: rgba(17, 17, 17, 0.25);
  font-size: 25px;
  padding: 10px;
  line-height: 35.71428573px;
  line-height: 25px; }

.bd-icon-66:hover:before {
  background-color: rgba(122, 137, 122, 0.5);
  color: rgba(255, 255, 255, 0.75); }

a.bd-backtotop-7:hover {
  text-decoration: none; }

.bd-backtotop-7 {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  z-index: auto; }

@media (max-width: 1199px) {
  .bd-backtotop-7 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto; } }

@media (max-width: 991px) {
  .bd-backtotop-7 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto; } }

@media (max-width: 767px) {
  .bd-backtotop-7 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto; } }

.bd-smoothscroll-6 {
  position: fixed;
  left: auto;
  right: 12.933%;
  top: 79.753%;
  bottom: auto;
  z-index: 9999; }

@media (max-width: 1199px) {
  .bd-smoothscroll-6 {
    position: fixed;
    left: auto;
    right: 0.047%;
    top: 78.842%;
    bottom: auto; } }

@media (max-width: 991px) {
  .bd-smoothscroll-6 {
    position: fixed;
    left: auto;
    right: 1.870%;
    top: 69.520%;
    bottom: auto; } }

@media (max-width: 767px) {
  .bd-smoothscroll-6 {
    position: fixed;
    left: auto;
    right: -0.63%;
    top: 48.270%;
    bottom: auto; } }

.bd-icon-74:before {
  content: '\216'; }

.bd-icon-74:before {
  visibility: inherit; }

.bd-icon-74:before {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  background-color: rgba(17, 17, 17, 0.25);
  font-size: 25px;
  padding: 10px;
  line-height: 35.71428573px;
  line-height: 25px; }

.bd-icon-74:hover:before {
  background-color: rgba(122, 137, 122, 0.5);
  color: rgba(255, 255, 255, 0.75); }

.bd-blog-2 {
  margin: 0px; }

.bd-pager-7 ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.bd-pager-7 ul {
  display: inline-block;
  width: 100%;
  margin: 0; }

.bd-pager-7 ul li {
  display: inline-block; }

.bd-pager-7 ul > li:first-child {
  float: left; }

.bd-pager-7 ul > li:last-child {
  float: right; }

.bd-pager-7 > .bd-pagination > li.bd-paginationitem-1 > a,
.bd-pager-7 > .bd-pagination > li.bd-paginationitem-1 > span,
.bd-pager-7 > .bd-pagination > li.bd-paginationitem-1 > a:link,
.bd-pager-7 > .bd-pagination > li.bd-paginationitem-1 > a:visited {
  border-radius: 0px; }

.bd-comments-6 ul:not(.pagination) {
  margin: 0;
  padding: 0;
  list-style: none; }

.bd-comments-6 ul:not(.pagination) > li {
  display: block; }

.bd-comments-6 li > ul:not(.pagination) {
  margin-left: 20px; }

.bd-comment-6 {
  padding: 5px; }

.bd-grid-1 > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.separated-item-7 {
  position: relative;
  z-index: 0; }

.separated-item-7:before,
.separated-item-7:after {
  content: "";
  position: absolute;
  z-index: 10; }

.separated-item-7:before {
  top: 0;
  bottom: 0;
  left: 0; }

.separated-item-7:after {
  left: 0;
  right: 0;
  bottom: 0; }

.first-col.separated-item-7:after {
  left: 5px; }

.last-col.separated-item-7:after {
  right: 5px; }

.separated-item-7.first-col:before,
.separated-item-7.last-row:after {
  content: none; }

.bd-pagination-4.right {
  text-align: right; }

.bd-pagination-4.center {
  text-align: center; }

.bd-pagination-4 > *:last-child {
  margin-right: 0; }

.bd-pagination-4 span {
  cursor: default; }

.pagination > ul.bd-pagination-4 > .active > a,
.pagination > ul.bd-pagination-4 > .active > span {
  color: inherit;
  line-height: inherit; }

.bd-pagination-4 > li.bd-paginationitem-4 > a,
.bd-pagination-4 > li.bd-paginationitem-4 > span,
.bd-pagination-4 > li.bd-paginationitem-4 > a:link,
.bd-pagination-4 > li.bd-paginationitem-4 > a:visited {
  color: #808080;
  border: 1px solid #ffffff;
  border-radius: 0px; }

.bd-pagination-4 > li.bd-paginationitem-4 > a:hover {
  background-color: #dddddd;
  color: #333333;
  background-image: none; }

.bd-pagination-4 > li.active.bd-paginationitem-4 > a,
.bd-pagination-4 > li.active.bd-paginationitem-4 > span {
  color: inherit;
  background-color: #f5f5f5;
  font-weight: bold;
  color: #333333;
  background-image: none; }

.bd-pager-8 ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.bd-pager-8 ul {
  display: inline-block;
  width: 100%;
  margin: 0; }

.bd-pager-8 ul li {
  display: inline-block; }

.bd-pager-8 ul > li:first-child {
  float: left; }

.bd-pager-8 ul > li:last-child {
  float: right; }

.bd-pager-8 > .bd-pagination > li.bd-paginationitem-1 > a,
.bd-pager-8 > .bd-pagination > li.bd-paginationitem-1 > span,
.bd-pager-8 > .bd-pagination > li.bd-paginationitem-1 > a:link,
.bd-pager-8 > .bd-pagination > li.bd-paginationitem-1 > a:visited {
  border-radius: 0px; }

.bd-comments-7 ul:not(.pagination) {
  margin: 0;
  padding: 0;
  list-style: none; }

.bd-comments-7 ul:not(.pagination) > li {
  display: block; }

.bd-comments-7 li > ul:not(.pagination) {
  margin-left: 20px; }

.bd-comment-7 {
  padding: 5px; }

.bd-grid-2 > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-griditem-2 {
  margin-bottom: 20px; }

.separated-item-2 {
  position: relative;
  z-index: 0; }

.separated-item-2:before,
.separated-item-2:after {
  content: "";
  position: absolute;
  z-index: 10; }

.separated-item-2:before {
  top: 0;
  bottom: 0;
  left: 0; }

.separated-item-2:after {
  left: 0;
  right: 0;
  bottom: 10px; }

.first-col.separated-item-2:after {
  left: 5px; }

.last-col.separated-item-2:after {
  right: 5px; }

.separated-item-2.first-col:before,
.separated-item-2.last-row:after {
  content: none; }

.bd-pagination-5.right {
  text-align: right; }

.bd-pagination-5.center {
  text-align: center; }

.bd-pagination-5 > *:last-child {
  margin-right: 0; }

.bd-pagination-5 span {
  cursor: default; }

.pagination > ul.bd-pagination-5 > .active > a,
.pagination > ul.bd-pagination-5 > .active > span {
  color: inherit;
  line-height: inherit; }

.bd-pagination-5 > li.bd-paginationitem-5 > a,
.bd-pagination-5 > li.bd-paginationitem-5 > span,
.bd-pagination-5 > li.bd-paginationitem-5 > a:link,
.bd-pagination-5 > li.bd-paginationitem-5 > a:visited {
  color: #808080;
  border: 1px solid #ffffff;
  border-radius: 0px; }

.bd-pagination-5 > li.bd-paginationitem-5 > a:hover {
  background-color: #dddddd;
  color: #333333;
  background-image: none; }

.bd-pagination-5 > li.active.bd-paginationitem-5 > a,
.bd-pagination-5 > li.active.bd-paginationitem-5 > span {
  color: inherit;
  background-color: #f5f5f5;
  font-weight: bold;
  color: #333333;
  background-image: none; }

.bd-breadcrumbs-9 {
  background-color: #f5f5f5;
  padding-bottom: 3px;
  padding-top: 3px;
  border: 1px solid #f5f5f5;
  border-radius: 5px; }

.bd-breadcrumbs-9 .breadcrumb {
  padding: 0;
  margin: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.bd-breadcrumbs-9 .breadcrumb li + li:before,
.bd-breadcrumbs-9 .breadcrumb li + li:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-breadcrumbs-9 .bd-breadcrumbslink-9,
.bd-breadcrumbs-9 .bd-breadcrumbstext-9 {
  display: inline-block; }

.bd-breadcrumbs-9 .breadcrumb > li.show-here + li::before {
  content: none !important; }

.bd-breadcrumbstext-9 {
  color: #555555; }

.bd-breadcrumbslink-9 a {
  color: #b9c1b9; }

.bd-icon-60:before,
.bd-breadcrumbs-9 .breadcrumb li + li:before {
  content: '\164'; }

.bd-icon-60:before,
.bd-breadcrumbs-9 .breadcrumb li + li:before {
  visibility: inherit; }

.bd-icon-60:before,
.bd-breadcrumbs-9 .breadcrumb li + li:before {
  padding-left: 3px;
  padding-right: 3px;
  color: #808080; }

.bd-commentavatar-6 {
  display: inline-block; }

.bd-commentavatar-6 {
  display: inline-block; }

.bd-commentavatar-6 img {
  display: block;
  width: 100%;
  height: 100%; }

.bd-commentavatar-7 {
  display: inline-block; }

.bd-commentavatar-7 {
  display: inline-block; }

.bd-commentavatar-7 img {
  display: block;
  width: 100%;
  height: 100%; }

.bd-content-15 {
  margin-right: 0px;
  margin-left: 0px; }

.bd-content-19 {
  margin-right: 0px;
  margin-left: 0px; }

.bd-content-20 {
  margin-right: 0px;
  margin-left: 0px; }

.bd-contentlayout-1 {
  clear: both;
  /* DR-15613 */ }

.bd-contentlayout-10 {
  clear: both;
  /* DR-15613 */ }

.bd-contentlayout-11 {
  clear: both;
  /* DR-15613 */ }

.bd-contentlayout-12 {
  clear: both;
  /* DR-15613 */ }

.bd-contentlayout-14 {
  clear: both;
  /* DR-15613 */ }

.bd-contentlayout-14 {
  margin-top: 0;
  margin-bottom: 0; }

.bd-layoutitemsbox-7 {
  position: relative; }

.bd-containereffect-20 {
  margin-top: 2em;
  margin-bottom: 3em; }

.bd-stretchtobottom-8 .bd-contentlayout-14 {
  height: 100%; }

.bd-sheetstyles-2 {
  min-height: 100px; }

.bd-contentlayout-15 {
  clear: both;
  /* DR-15613 */ }

.bd-layoutitemsbox-8 {
  position: relative;
  padding: 20px; }

.bd-stretchtobottom-9 .bd-contentlayout-15 {
  height: 100%; }

.bd-contentlayout-17 {
  clear: both;
  /* DR-15613 */ }

.bd-contentlayout-17 {
  margin-top: 0;
  margin-bottom: 0; }

.bd-layoutitemsbox-10 {
  position: relative; }

.bd-containereffect-17 {
  margin-top: 2em;
  margin-bottom: 3em; }

.bd-stretchtobottom-10 .bd-contentlayout-17 {
  height: 100%; }

.bd-sheetstyles-3 {
  min-height: 100px; }

.bd-contentlayout-18 {
  clear: both;
  /* DR-15613 */ }

.bd-contentlayout-18 {
  margin-top: 0;
  margin-bottom: 0; }

.bd-layoutitemsbox-11 {
  position: relative; }

.bd-containereffect-24 {
  margin-top: 2em;
  margin-bottom: 3em; }

.bd-stretchtobottom-11 .bd-contentlayout-18 {
  height: 100%; }

.bd-sheetstyles-5 {
  min-height: 100px; }

.bd-contentlayout-9 {
  clear: both;
  /* DR-15613 */ }

.bd-stretchtobottom-1 .bd-contentlayout-9 {
  height: 100%; }

.bd-footerarea-1 {
  background-color: #b9c1b9;
  margin-top: -2px;
  padding: 0px; }

.bd-headerarea-1 {
  background-color: #FFFFFF; }

.affix.bd-affix-1 {
  z-index: 100;
  position: fixed;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25); }

.bd-hmenu-2 .bd-container-33,
.bd-hmenu-2 .bd-container-58,
.bd-hmenu-2 .bd-menu-close-icon {
  display: none; }

/*
@media (min-width: 992px) {
  .bd-hmenu-2 .bd-menuitem-4:hover > .bd-menu-6-popup,
  .bd-hmenu-2 .bd-menuitem-9:hover > .bd-menu-6-popup,
  .bd-hmenu-2 .bd-menuitem-12:hover > .bd-menu-6-popup,
  .bd-hmenu-2 .bd-menuitem-13:hover > .bd-menu-6-popup {
    display: block;
    visibility: visible;
    pointer-events: auto;
  }
}*/
@media (min-width: 991px) {
  .bd-hmenu-2 {
    /* since 3.1.0 */ }
  .bd-hmenu-2 .navbar-collapse .bd-horizontalmenu-3 .bd-menu-6-popup {
    display: none;
    position: static; }
  .bd-hmenu-2 .navbar-collapse .bd-horizontalmenu-3 .bd-menu-6-popup.show {
    display: block;
    visibility: visible;
    pointer-events: auto; }
  .bd-hmenu-2 .navbar-collapse .bd-horizontalmenu-3 .nav {
    float: none !important;
    display: block !important; }
  .bd-hmenu-2 .navbar-collapse .bd-horizontalmenu-3 .nav > li {
    float: none;
    display: block;
    width: auto; }
  .bd-hmenu-2 .navbar-collapse .bd-horizontalmenu-3 .bd-menu-6 {
    float: none; }
  .bd-hmenu-2 .navbar-toggle {
    display: block; }
  .bd-hmenu-2 .navbar-collapse.collapse.in {
    display: block !important; }
  .bd-hmenu-2 .collapsing {
    overflow: hidden !important; }
  .bd-hmenu-2 .responsive-collapsed {
    display: none; } }

.bd-hmenu-2 .separated-item-3 {
  z-index: auto; }

.admin-bar nav .navbar-collapse.width {
  margin-top: 32px; }

.bd-horizontalmenu-3 {
  background-color: #404040;
  border-radius: 0px; }

/*
@media (min-width: 768px) {
  html[dir="rtl"] [data-responsive-menu="true"] .bd-horizontalmenu-3 .bd-menuitem-4:last-child > a {
    border-left-width: 0 !important;
  }
}
html[dir="rtl"] [data-responsive-menu="false"] .bd-horizontalmenu-3 .bd-menuitem-4:last-child > a {
  border-left-width: 0 !important;
}
@media (min-width: 768px) {
  html[dir="ltr"] [data-responsive-menu="true"] .bd-horizontalmenu-3 .bd-menuitem-4:last-child > a {
    border-right-width: 0 !important;
  }
}
html[dir="ltr"] [data-responsive-menu="false"] .bd-horizontalmenu-3 .bd-menuitem-4:last-child > a {
  border-right-width: 0 !important;
}*/
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > a,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > a:link,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > a:visited {
  letter-spacing: 1px;
  padding-bottom: 30px;
  padding-top: 30px;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  background-color: #b9c1b9;
  line-height: 18.57142858px;
  background-image: none;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > a:after,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > a:visited:before {
  content: url(../images/designer/24907534873493cdde16288244f0f649_menubig.png);
  font-size: 0 !important;
  line-height: 0 !important; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > a:visited:before {
  padding-right: 10px; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15:not(.active) > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15:not(.active) > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15:not(.active) > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15:hover:not(.active) > a:not(.active) {
  text-decoration: none; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > .bd-grid-item > a:visited {
  letter-spacing: 1px;
  padding-bottom: 30px;
  padding-top: 30px;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  background-color: #b9c1b9;
  line-height: 18.57142858px;
  background-image: none;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > .bd-grid-item > a:visited:before {
  content: url(../images/designer/24907534873493cdde16288244f0f649_menubig.png);
  font-size: 0 !important;
  line-height: 0 !important; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > .bd-grid-item > a:visited:before {
  padding-right: 10px; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15 > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .collapse-button .bd-menuitem-15:hover:not(.active) > .bd-grid-item > a:not(.active) {
  text-decoration: none; }

.collapse-button .bd-menuitem-15:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.collapse-button .bd-menuitem-15:not(.bd-mega-item) > a,
.collapse-button .bd-menuitem-15:not(.bd-mega-item) > a:link,
.collapse-button .bd-menuitem-15:not(.bd-mega-item) > a:visited {
  letter-spacing: 1px;
  padding-bottom: 15px;
  padding-top: 15px;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  line-height: 18.57142858px;
  background-image: none;
  display: block;
  white-space: nowrap; }

.collapse-button .bd-menuitem-15:not(.bd-mega-item) > a:before,
.collapse-button .bd-menuitem-15:not(.bd-mega-item) > a:link:before,
.collapse-button .bd-menuitem-15:not(.bd-mega-item) > a:visited:before,
.collapse-button .bd-menuitem-15:not(.bd-mega-item) > a:after,
.collapse-button .bd-menuitem-15:not(.bd-mega-item) > a:link:after,
.collapse-button .bd-menuitem-15:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.collapse-button .bd-menuitem-15:not(.bd-mega-item) > a:before,
.collapse-button .bd-menuitem-15:not(.bd-mega-item) > a:link:before,
.collapse-button .bd-menuitem-15:not(.bd-mega-item) > a:visited:before {
  content: url(../images/designer/24907534873493cdde16288244f0f649_menubig.png);
  font-size: 0 !important;
  line-height: 0 !important; }

.collapse-button .bd-menuitem-15:not(.bd-mega-item) > a:focus {
  outline-width: 0; }

.collapse-button .bd-menuitem-15:not(.bd-mega-item):not(.active) > a.hover:not(.active),
.collapse-button .bd-menuitem-15:not(.bd-mega-item):not(.active) > a:hover:not(.active),
.collapse-button .bd-menuitem-15:not(.bd-mega-item):not(.active) > a:focus:not(.active),
.collapse-button .bd-menuitem-15:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  text-decoration: none; }

.collapse-button .bd-menuitem-15:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.collapse-button .bd-menuitem-15:not(.bd-mega-item) > .bd-grid-item > a,
.collapse-button .bd-menuitem-15:not(.bd-mega-item) > .bd-grid-item > a:link,
.collapse-button .bd-menuitem-15:not(.bd-mega-item) > .bd-grid-item > a:visited {
  letter-spacing: 1px;
  padding-bottom: 15px;
  padding-top: 15px;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  background-color: #b9c1b9;
  line-height: 18.57142858px;
  background-image: none;
  display: block;
  white-space: nowrap; }

.collapse-button .bd-menuitem-15:not(.bd-mega-item) > .bd-grid-item > a:before,
.collapse-button .bd-menuitem-15:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.collapse-button .bd-menuitem-15:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.collapse-button .bd-menuitem-15:not(.bd-mega-item) > .bd-grid-item > a:after,
.collapse-button .bd-menuitem-15:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.collapse-button .bd-menuitem-15:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.collapse-button .bd-menuitem-15:not(.bd-mega-item) > .bd-grid-item > a:before,
.collapse-button .bd-menuitem-15:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.collapse-button .bd-menuitem-15:not(.bd-mega-item) > .bd-grid-item > a:visited:before {
  content: url(../images/designer/24907534873493cdde16288244f0f649_menubig.png);
  font-size: 0 !important;
  line-height: 0 !important; }

.collapse-button .bd-menuitem-15:not(.bd-mega-item) > .bd-grid-item > a:before,
.collapse-button .bd-menuitem-15:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.collapse-button .bd-menuitem-15:not(.bd-mega-item) > .bd-grid-item > a:visited:before {
  padding-right: 10px; }

.collapse-button .bd-menuitem-15:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0; }

.collapse-button .bd-menuitem-15:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
.collapse-button .bd-menuitem-15:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
.collapse-button .bd-menuitem-15:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
.collapse-button .bd-menuitem-15:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  text-decoration: none; }

.bd-megamenu .bd-menuitem-12 {
  list-style: none;
  position: relative; }

.bd-megamenu .bd-menuitem-12 > a,
.bd-megamenu .bd-menuitem-12 > a:link,
.bd-megamenu .bd-menuitem-12 > a:visited {
  color: #777777;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  padding: 13px 30px;
  border-bottom: 1px solid #dddddd;
  line-height: 15.71428572px;
  display: block;
  white-space: nowrap; }

.bd-megamenu .bd-menuitem-12 > a:before,
.bd-megamenu .bd-menuitem-12 > a:link:before,
.bd-megamenu .bd-menuitem-12 > a:visited:before,
.bd-megamenu .bd-menuitem-12 > a:after,
.bd-megamenu .bd-menuitem-12 > a:link:after,
.bd-megamenu .bd-menuitem-12 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-megamenu .bd-menuitem-12 > a:focus {
  outline-width: 0; }

.bd-megamenu .bd-menuitem-12:not(.active) > a.hover:not(.active),
.bd-megamenu .bd-menuitem-12:not(.active) > a:hover:not(.active),
.bd-megamenu .bd-menuitem-12:not(.active) > a:focus:not(.active),
.bd-megamenu .bd-menuitem-12:hover:not(.active) > a:not(.active) {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #b9c1b9;
  background-image: none; }

.bd-megamenu .bd-menuitem-12 > a.active,
.bd-megamenu .bd-menuitem-12.active > a {
  background-color: #f5f5f5;
  color: #b9c1b9;
  background-image: none; }

.bd-megamenu .bd-menuitem-12 {
  list-style: none;
  position: relative; }

.bd-megamenu .bd-menuitem-12 > .bd-grid-item > a,
.bd-megamenu .bd-menuitem-12 > .bd-grid-item > a:link,
.bd-megamenu .bd-menuitem-12 > .bd-grid-item > a:visited {
  color: #777777;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  padding: 13px 30px;
  border-bottom: 1px solid #dddddd;
  line-height: 15.71428572px;
  display: block;
  white-space: nowrap; }

.bd-megamenu .bd-menuitem-12 > .bd-grid-item > a:before,
.bd-megamenu .bd-menuitem-12 > .bd-grid-item > a:link:before,
.bd-megamenu .bd-menuitem-12 > .bd-grid-item > a:visited:before,
.bd-megamenu .bd-menuitem-12 > .bd-grid-item > a:after,
.bd-megamenu .bd-menuitem-12 > .bd-grid-item > a:link:after,
.bd-megamenu .bd-menuitem-12 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-megamenu .bd-menuitem-12 > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-megamenu .bd-menuitem-12:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-megamenu .bd-menuitem-12:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-megamenu .bd-menuitem-12:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-megamenu .bd-menuitem-12:hover:not(.active) > .bd-grid-item > a:not(.active) {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #b9c1b9;
  background-image: none; }

.bd-megamenu .bd-menuitem-12 > .bd-grid-item > a.active,
.bd-megamenu .bd-menuitem-12.active > .bd-grid-item > a {
  background-color: #f5f5f5;
  color: #b9c1b9;
  background-image: none; }

.bd-grid-3 > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.separated-item-3 {
  position: relative;
  z-index: 0; }

.separated-item-3:before,
.separated-item-3:after {
  content: "";
  position: absolute;
  z-index: 10; }

.separated-item-3:before {
  top: 0;
  bottom: 0;
  left: 0; }

.separated-item-3:after {
  left: 0;
  right: 0;
  bottom: 0; }

.first-col.separated-item-3:after {
  left: 5px; }

.last-col.separated-item-3:after {
  right: 5px; }

.separated-item-3.first-col:before,
.separated-item-3.last-row:after {
  content: none; }

.bd-megamenu .bd-menuitem-13 {
  list-style: none;
  position: relative; }

.bd-megamenu .bd-menuitem-13 > a,
.bd-megamenu .bd-menuitem-13 > a:link,
.bd-megamenu .bd-menuitem-13 > a:visited {
  color: #777777;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  padding: 13px 30px;
  border-bottom: 1px solid #dddddd;
  line-height: 15.71428572px;
  display: block;
  white-space: nowrap; }

.bd-megamenu .bd-menuitem-13 > a:before,
.bd-megamenu .bd-menuitem-13 > a:link:before,
.bd-megamenu .bd-menuitem-13 > a:visited:before,
.bd-megamenu .bd-menuitem-13 > a:after,
.bd-megamenu .bd-menuitem-13 > a:link:after,
.bd-megamenu .bd-menuitem-13 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-megamenu .bd-menuitem-13 > a:focus {
  outline-width: 0; }

.bd-megamenu .bd-menuitem-13:not(.active) > a.hover:not(.active),
.bd-megamenu .bd-menuitem-13:not(.active) > a:hover:not(.active),
.bd-megamenu .bd-menuitem-13:not(.active) > a:focus:not(.active),
.bd-megamenu .bd-menuitem-13:hover:not(.active) > a:not(.active) {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #b9c1b9;
  background-image: none; }

.bd-megamenu .bd-menuitem-13 > a.active,
.bd-megamenu .bd-menuitem-13.active > a {
  background-color: #f5f5f5;
  color: #b9c1b9;
  background-image: none; }

.bd-megamenu .bd-menuitem-13 {
  list-style: none;
  position: relative; }

.bd-megamenu .bd-menuitem-13 > .bd-grid-item > a,
.bd-megamenu .bd-menuitem-13 > .bd-grid-item > a:link,
.bd-megamenu .bd-menuitem-13 > .bd-grid-item > a:visited {
  color: #777777;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  padding: 13px 30px;
  border-bottom: 1px solid #dddddd;
  line-height: 15.71428572px;
  display: block;
  white-space: nowrap; }

.bd-megamenu .bd-menuitem-13 > .bd-grid-item > a:before,
.bd-megamenu .bd-menuitem-13 > .bd-grid-item > a:link:before,
.bd-megamenu .bd-menuitem-13 > .bd-grid-item > a:visited:before,
.bd-megamenu .bd-menuitem-13 > .bd-grid-item > a:after,
.bd-megamenu .bd-menuitem-13 > .bd-grid-item > a:link:after,
.bd-megamenu .bd-menuitem-13 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-megamenu .bd-menuitem-13 > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-megamenu .bd-menuitem-13:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-megamenu .bd-menuitem-13:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-megamenu .bd-menuitem-13:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-megamenu .bd-menuitem-13:hover:not(.active) > .bd-grid-item > a:not(.active) {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #b9c1b9;
  background-image: none; }

.bd-megamenu .bd-menuitem-13 > .bd-grid-item > a.active,
.bd-megamenu .bd-menuitem-13.active > .bd-grid-item > a {
  background-color: #f5f5f5;
  color: #b9c1b9;
  background-image: none; }

.bd-menu-5.nav.nav-pills > li + li {
  margin: 0; }

.bd-menu-5 {
  /* reset default bootstrap values */
  padding: 0;
  margin: 0; }

.bd-menu-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  justify-content: center; }

.bd-menuitem-4 > a {
  cursor: pointer;
  /* Safari click events fix */ }

.bd-icon-65:before {
  content: '\234'; }

.bd-icon-65:before {
  visibility: inherit; }

.bd-menuoverlay-28 {
  background-color: rgba(0, 0, 0, 0.5); }

.bd-menu-6-popup {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 1001; }

.bd-menu-6-popup.bd-popup-left {
  left: auto;
  right: 0; }

.bd-menu-6-popup,
.bd-menu-6-popup.bd-popup-right {
  left: 0;
  right: auto; }

.bd-sub-item > .bd-menu-6-popup {
  top: 0; }

.bd-sub-item > .bd-menu-6-popup.bd-popup-left {
  left: auto;
  right: 100%; }

.bd-sub-item > .bd-menu-6-popup,
.bd-sub-item > .bd-menu-6-popup.bd-popup-right {
  left: 100%;
  right: auto; }

.bd-menu-6 .bd-menuitem-9:last-child > a:not(.active):not(:hover) {
  border-bottom-width: 0; }

.bd-menu-6 .bd-menuitem-9:last-child > a:hover {
  border-bottom-width: 0; }

.bd-menu-6 .bd-menuitem-9:last-child > a.active {
  border-bottom-width: 0; }

.bd-menu-6 {
  /* reset default bootstrap values */
  padding: 0;
  margin: 0;
  position: relative;
  min-width: 160px;
  background-color: #ffffff;
  -webkit-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.09); }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9 {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9 > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9 > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9 > a:visited {
  color: #777777;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  padding: 13px 30px;
  border-bottom: 1px solid #dddddd;
  line-height: 15.71428572px;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9 > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9 > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9 > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9 > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9 > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9 > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9 > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9:not(.active) > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9:not(.active) > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9:not(.active) > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9:hover:not(.active) > a:not(.active) {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #b9c1b9;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9 > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9.active > a {
  background-color: #f5f5f5;
  color: #b9c1b9;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9 {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9 > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9 > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9 > .bd-grid-item > a:visited {
  color: #777777;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  padding: 13px 30px;
  border-bottom: 1px solid #dddddd;
  line-height: 15.71428572px;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9 > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9 > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9 > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9 > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9 > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9 > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9 > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9:hover:not(.active) > .bd-grid-item > a:not(.active) {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #b9c1b9;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9 > .bd-grid-item > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-menu-6 .bd-menuitem-9.active > .bd-grid-item > a {
  background-color: #f5f5f5;
  color: #b9c1b9;
  background-image: none; }

.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item) > a,
.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item) > a:link,
.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item) > a:visited {
  color: #777777;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  padding: 13px 30px;
  border-bottom: 1px solid #dddddd;
  line-height: 15.71428572px;
  display: block;
  white-space: nowrap; }

.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item) > a:before,
.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item) > a:link:before,
.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item) > a:visited:before,
.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item) > a:after,
.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item) > a:link:after,
.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item) > a:focus {
  outline-width: 0; }

.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item):not(.active) > a.hover:not(.active),
.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item):not(.active) > a:hover:not(.active),
.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item):not(.active) > a:focus:not(.active),
.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #b9c1b9;
  background-image: none; }

.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item) > a.active,
.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item).active > a {
  background-color: #f5f5f5;
  color: #b9c1b9;
  background-image: none; }

.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item) > .bd-grid-item > a,
.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item) > .bd-grid-item > a:link,
.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item) > .bd-grid-item > a:visited {
  color: #777777;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  padding: 13px 30px;
  border-bottom: 1px solid #dddddd;
  line-height: 15.71428572px;
  display: block;
  white-space: nowrap; }

.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item) > .bd-grid-item > a:after,
.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #b9c1b9;
  background-image: none; }

.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item) > .bd-grid-item > a.active,
.bd-menu-6 .bd-menuitem-9:not(.bd-mega-item).active > .bd-grid-item > a {
  background-color: #f5f5f5;
  color: #b9c1b9;
  background-image: none; }

.bd-hmenu-2 .collapse-button {
  direction: ltr; }

.bd-hmenu-2 .collapse-button + .navbar-collapse {
  max-height: none;
  border: 0 none transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (min-width: 992px) {
  .bd-hmenu-2 .collapse-button {
    display: none; } }

@media (max-width: 767px) {
  .bd-iconlink-2 {
    float: none; } }

.bd-icon-63:before {
  content: '\129'; }

.bd-icon-63:before {
  visibility: inherit; }

.bd-icon-63:before {
  color: #404040;
  font-size: 41px;
  line-height: 58.57142859px;
  line-height: 41px; }

@media (max-width: 767px) {
  .bd-iconlink-5 {
    float: none; } }

.bd-icon-68:before {
  content: '\288'; }

.bd-icon-68:before {
  visibility: inherit; }

.bd-icon-68:before {
  color: #404040;
  font-size: 41px;
  line-height: 58.57142859px;
  line-height: 41px; }

@media (max-width: 767px) {
  .bd-iconlink-7 {
    float: none; } }

.bd-icon-71:before {
  content: '\18f'; }

.bd-icon-71:before {
  visibility: inherit; }

.bd-icon-71:before {
  color: #404040;
  font-size: 41px;
  line-height: 58.57142859px;
  line-height: 41px; }

.bd-imagelink-3 {
  display: inline-block;
  width: 230px; }

.bd-imagelink-3 img {
  display: inline-block;
  width: 100%;
  height: 100%; }

.bd-imagestyles-51 {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border: 0 solid #777777;
  border-radius: 0; }

.bd-imagelink-3 img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border: 0 solid #777777;
  border-radius: 0; }

.bd-block-13 {
  margin-top: 10px;
  margin-bottom: 10px; }

.bd-block-13 .bd-blockcontent:not(.shape-only) {
  color: #404040; }

.bd-block-13 .bd-blockheader h6 {
  color: #b9c1b9; }

.bd-block-13 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-13 .bd-blockheader h4 {
  line-height: 21.42857143px;
  color: #777777;
  text-transform: none;
  font-size: 15px;
  margin-bottom: 5px; }

.bd-block-13 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-13 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-13 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-joomlaposition-11 {
  min-height: 25px;
  position: relative; }

.bd-joomlaposition-12 {
  float: right; }

@media (max-width: 767px) {
  .bd-joomlaposition-12 {
    float: none; } }

.bd-block-20 .bd-blockheader h6 {
  color: #b9c1b9; }

.bd-block-20 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-20 .bd-blockheader h4 {
  line-height: 21.42857143px;
  color: #777777;
  text-transform: none;
  font-size: 15px;
  margin-bottom: 5px; }

.bd-block-20 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-20 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-20 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-21 .bd-blockheader h6 {
  color: #b9c1b9; }

.bd-block-21 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-21 .bd-blockheader h4 {
  line-height: 21.42857143px;
  color: #777777;
  text-transform: none;
  font-size: 15px;
  margin-bottom: 5px; }

.bd-block-21 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-21 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-21 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-joomlaposition-17 {
  background-color: rgba(0, 0, 0, 0); }

.bd-block-7 .bd-blockcontent:not(.shape-only) {
  line-height: 15.71428572px;
  font-size: 11px; }

.bd-block-7 .bd-blockheader h6 {
  color: #b9c1b9; }

.bd-block-7 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-7 .bd-blockheader h4 {
  line-height: 21.42857143px;
  color: #777777;
  text-transform: none;
  font-size: 15px;
  margin-bottom: 5px; }

.bd-block-7 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-7 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-7 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-15 {
  margin-top: 10px;
  margin-bottom: 10px; }

.bd-block-15 .bd-blockcontent {
  vertical-align: top; }

.bd-block-15 .bd-blockheader h6 {
  color: #b9c1b9; }

.bd-block-15 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-15 .bd-blockheader h4 {
  line-height: 21.42857143px;
  color: #777777;
  text-transform: none;
  font-size: 15px;
  margin-bottom: 5px; }

.bd-block-15 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-15 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-15 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-25 {
  margin-top: 1.5em;
  margin-bottom: 10px; }

.bd-block-25 .bd-blockheader h6 {
  color: #b9c1b9; }

.bd-block-25 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-25 .bd-blockheader h4 {
  line-height: 21.42857143px;
  color: #777777;
  text-transform: none;
  font-size: 15px;
  margin-bottom: 5px; }

.bd-block-25 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-25 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-25 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-26 {
  margin-top: 1em;
  margin-bottom: 10px; }

.bd-block-26 .bd-blockheader h6 {
  color: #b9c1b9; }

.bd-block-26 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-26 .bd-blockheader h4 {
  line-height: 21.42857143px;
  color: #777777;
  text-transform: none;
  font-size: 15px;
  margin-bottom: 5px; }

.bd-block-26 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-26 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-26 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-joomlaposition-33 {
  height: 500px; }

.bd-block-11 {
  margin-top: 10px;
  margin-bottom: 10px; }

.bd-block-11 .bd-blockcontent {
  padding: 15px 0px; }

.bd-block-11 .bd-blockcontent:not(.shape-only) {
  line-height: 25.71428572px;
  font-size: 18px;
  color: #ffffff; }

.bd-block-11 .bd-blockheader {
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #ffffff;
  border-right: 0px solid #404040;
  border-bottom: 1px solid #ffffff;
  border-left: 0px solid #404040; }

.bd-block-11 .bd-blockheader h6 {
  color: #b9c1b9; }

.bd-block-11 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-11 .bd-blockheader h4 {
  line-height: 34.2857143px;
  color: #ffffff;
  text-transform: none;
  font-size: 24px;
  margin-bottom: 3px;
  text-align: center;
  margin-top: 3px; }

.bd-block-11 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-11 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-11 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-joomlaposition-37 {
  height: 500px; }

.bd-block-9 {
  margin-top: 10px;
  margin-bottom: 10px; }

.bd-block-9 .bd-blockcontent {
  padding: 15px 0px; }

.bd-block-9 .bd-blockcontent:not(.shape-only) {
  line-height: 25.71428572px;
  font-size: 18px;
  color: #ffffff; }

.bd-block-9 .bd-blockheader {
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #ffffff;
  border-right: 0px solid #404040;
  border-bottom: 1px solid #ffffff;
  border-left: 0px solid #404040; }

.bd-block-9 .bd-blockheader h6 {
  color: #b9c1b9; }

.bd-block-9 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-9 .bd-blockheader h4 {
  line-height: 34.2857143px;
  color: #ffffff;
  text-transform: none;
  font-size: 24px;
  margin-bottom: 3px;
  text-align: center;
  margin-top: 3px; }

.bd-block-9 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-9 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-9 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-joomlaposition-6 {
  margin-bottom: 0.5em;
  margin-top: 0.5em; }

.bd-block-18 .bd-blockcontent:not(.shape-only) {
  line-height: 15.71428572px;
  text-align: center;
  font-size: 11px; }

.bd-block-18 .bd-blockheader h6 {
  color: #b9c1b9; }

.bd-block-18 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-18 .bd-blockheader h4 {
  line-height: 21.42857143px;
  color: #777777;
  text-transform: none;
  font-size: 15px;
  margin-bottom: 5px; }

.bd-block-18 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-18 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-18 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-joomlaposition-7 {
  min-height: 25px;
  position: relative; }

.bd-block-17 .bd-blockheader h6 {
  color: #b9c1b9; }

.bd-block-17 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-17 .bd-blockheader h4 {
  line-height: 21.42857143px;
  color: #777777;
  text-transform: none;
  font-size: 15px;
  margin-bottom: 5px; }

.bd-block-17 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-17 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-17 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-joomlaposition-9 {
  min-height: 25px;
  position: relative; }

.bd-layoutbox-1 {
  overflow: hidden; }

.bd-layoutbox-1 {
  position: relative; }

.bd-containereffect-2 {
  position: relative; }

.bd-layoutbox-10 {
  position: relative;
  overflow: hidden; }

.bd-layoutbox-12 {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px; }

.bd-layoutbox-13 {
  padding: 3em;
  border: 1px solid #dddddd; }

@media (max-width: 767px) {
  .bd-layoutbox-13 {
    padding: 1em; } }

.bd-layoutbox-14 {
  padding-bottom: 1em;
  padding-top: 1em; }

.bd-layoutbox-15 {
  width: 1232px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

@media (max-width: 767px) {
  .bd-layoutbox-15 {
    width: 100%; } }

.bd-layoutbox-16 {
  height: 100px; }

.bd-layoutbox-17 {
  padding: 3em;
  border: 1px solid #dddddd; }

@media (max-width: 767px) {
  .bd-layoutbox-17 {
    padding: 1em; } }

.bd-layoutbox-18 {
  padding: 3em;
  border: 1px solid #dddddd; }

@media (max-width: 767px) {
  .bd-layoutbox-18 {
    padding: 1em; } }

@media (max-width: 767px) {
  .bd-layoutbox-19 {
    text-align: center; } }

.bd-layoutbox-20 {
  width: 1232px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

@media (max-width: 767px) {
  .bd-layoutbox-20 {
    width: 100%; } }

.bd-layoutbox-21 {
  background-color: #404040; }

@media (max-width: 991px) {
  .bd-layoutbox-21 {
    background-color: #b9c1b9; } }

.bd-layoutbox-4 {
  overflow: hidden; }

.bd-layoutbox-4 {
  position: relative; }

.bd-containereffect-1 {
  position: relative; }

.bd-layoutbox-40 {
  position: absolute;
  left: 50%;
  z-index: 1;
  bottom: -1px;
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  width: 50%; }

@media (max-width: 991px) {
  .bd-layoutbox-40 {
    width: 75%; } }

@media (max-width: 767px) {
  .bd-layoutbox-40 {
    width: 100vw; } }

.bd-layoutbox-54 {
  position: absolute;
  left: 50%;
  z-index: 1;
  bottom: -1px;
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  width: 50%; }

@media (max-width: 991px) {
  .bd-layoutbox-54 {
    width: 75%; } }

@media (max-width: 767px) {
  .bd-layoutbox-54 {
    width: 100vw; } }

.bd-layoutbox-56 {
  position: absolute;
  left: 50%;
  z-index: 1;
  bottom: -1px;
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  width: 50%; }

@media (max-width: 991px) {
  .bd-layoutbox-56 {
    width: 75%; } }

@media (max-width: 767px) {
  .bd-layoutbox-56 {
    width: 100vw; } }

.bd-layoutbox-6 {
  width: 1232px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

@media (max-width: 767px) {
  .bd-layoutbox-6 {
    width: 100%; } }

.bd-layoutbox-7 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

@media (max-width: 767px) {
  .bd-layoutbox-7 {
    width: 100%; } }

.bd-layoutbox-7 {
  text-align: center; }

.bd-layoutbox-8 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden; }

.bd-layoutbox-9 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

@media (max-width: 767px) {
  .bd-layoutbox-9 {
    width: 100%; } }

.bd-layoutcontainer-12 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-34 {
  position: relative; }

.bd-layoutcolumn-30 {
  position: relative; }

.bd-layoutcontainer-13 {
  margin-bottom: 29px; }

.bd-layoutcontainer-13 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-28 {
  text-align: left; }

.bd-layoutcolumn-28 {
  position: relative; }

.bd-layoutcolumn-29 {
  position: relative; }

.bd-layoutcontainer-16 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcontainer-17 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-74 {
  position: relative; }

.bd-layoutcontainer-25 {
  margin-bottom: 20px;
  margin-top: 20px; }

.bd-layoutcontainer-25 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-36 {
  position: relative; }

.bd-layoutcolumn-38 {
  text-align: right; }

.bd-layoutcolumn-38 {
  position: relative; }

.bd-layoutcontainer-3 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-22 {
  position: relative; }

.bd-layoutcolumn-20 {
  position: relative; }

.bd-layoutcontainer-30 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-39 {
  position: relative; }

@media (max-width: 767px) {
  .bd-layoutcolumn-40 {
    text-align: center; } }

.bd-layoutcolumn-40 {
  position: relative; }

@media (max-width: 767px) {
  .bd-layoutcolumn-66 {
    text-align: center; } }

.bd-layoutcolumn-66 {
  position: relative; }

.bd-layoutcontainer-31 {
  background-attachment: scroll; }

.bd-layoutcontainer-31 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-70 {
  background-image: url(../images/designer/b86eeaf6f1b591ad2e64a39c5641003b_communityamenities01.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center; }

.bd-layoutcolumn-72 {
  position: relative;
  background-image: url(../images/designer/b729e254df71aabf33423a21315062d1_apartmentfeatures.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center; }

.bd-layoutcontainer-32 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-80 {
  position: relative; }

.bd-layoutcontainer-33 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcontainer-34 > .bd-container-inner > .container-fluid:after {
  display: none; }

.bd-layoutcontainer-34 > .bd-container-inner > .container-fluid > .row {
  margin-left: 0px;
  margin-right: 0px; }

.bd-layoutcontainer-34 > .bd-container-inner > .container-fluid > .row > div {
  padding-left: 0px;
  padding-right: 0px; }

.bd-layoutcontainer-34 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0 !important;
  margin-right: 0 !important; }

.bd-layoutcolumn-75 {
  min-height: 300px;
  background-color: #f3f5f0;
  padding: 15% 10%; }

@media (max-width: 1199px) {
  .bd-layoutcolumn-75 {
    padding-left: 10%;
    padding-right: 10%; } }

.bd-layoutcolumn-84 {
  min-height: 300px;
  background-color: #d9dece;
  padding: 15% 10%; }

@media (max-width: 1199px) {
  .bd-layoutcolumn-84 {
    padding-left: 10%;
    padding-right: 10%; } }

.bd-layoutcolumn-86 {
  position: relative;
  background-color: #bcc6a9;
  padding: 15% 10%; }

@media (max-width: 1199px) {
  .bd-layoutcolumn-86 {
    padding-left: 10%;
    padding-right: 10%; } }

.bd-layoutcontainer-35 > .bd-container-inner > .container-fluid:after {
  display: none; }

@media (max-width: 767px) {
  .bd-layoutcontainer-35 > .bd-container-inner > .container-fluid > .row {
    margin-top: -10px;
    margin-bottom: -10px;
    height: calc(100% + 20px); } }

@media (max-width: 767px) {
  .bd-layoutcontainer-35 > .bd-container-inner > .container-fluid > .row > div {
    padding-top: 10px;
    padding-bottom: 10px; } }

.bd-layoutcontainer-35 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-73 {
  text-align: left; }

@media (max-width: 767px) {
  .bd-layoutcolumn-73 {
    text-align: center; } }

.bd-layoutcolumn-81 {
  position: relative; }

.bd-layoutcolumn-79 {
  text-align: right; }

@media (max-width: 767px) {
  .bd-layoutcolumn-79 {
    text-align: center; } }

.bd-layoutcolumn-79 {
  position: relative;
  padding-bottom: 6px; }

.bd-layoutcontainer-37 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-6 {
  position: relative;
  padding: 20px; }

.bd-layoutcontainer-41 {
  margin-bottom: 12px; }

.bd-layoutcontainer-41 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-logo-2 {
  height: 100%; }

@media (max-width: 767px) {
  .bd-logo-2 {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-right: -50%;
    display: inline-block; } }

.bd-logo-2 {
  display: inline-block; }

.bd-logo-2 img {
  display: block;
  width: auto;
  max-width: none !important;
  height: 100%; }

.bd-pagefooter-1 {
  text-align: center; }

.bd-pagefooter-1 > .bd-container-inner > a {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.bd-lightbox-1 {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  padding: 0 100px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000000; }

.bd-lightbox-1 .lightbox-image {
  border: 6px solid #fff;
  border-radius: 3px;
  display: none;
  max-width: 100%;
  vertical-align: middle; }

.bd-lightbox-1 .lightbox-image.active {
  display: inline-block; }

.bd-lightbox-1 .lightbox-error {
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 80px;
  opacity: .95;
  padding: 20px;
  position: fixed;
  width: 300px;
  z-index: 100; }

.bd-lightbox-1 .loading {
  background: #ffffff url(../images/designer/preloader01.gif) center center no-repeat;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 32px;
  opacity: .5;
  padding: 10px;
  position: fixed;
  width: 32px;
  z-index: 10100; }

.bd-lightbox-1 .arrow {
  cursor: pointer;
  height: 100px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  width: 82px;
  z-index: 10003; }

.bd-lightbox-1 .arrow.left {
  left: 9px; }

.bd-lightbox-1 .arrow.right {
  right: 9px; }

.bd-lightbox-1 .arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.bd-lightbox-1 .arrow.disabled {
  display: none; }

.bd-lightbox-1 .arrow-t,
.bd-lightbox-1 .arrow-b {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: relative;
  width: 30px; }

html[dir="rtl"] .bd-lightbox-1 .arrow-t,
html[dir="rtl"] .bd-lightbox-1 .arrow-b {
  right: 26px; }

html[dir="ltr"] .bd-lightbox-1 .arrow-t,
html[dir="ltr"] .bd-lightbox-1 .arrow-b {
  left: 26px; }

.bd-lightbox-1 .arrow-t {
  top: 38px; }

.bd-lightbox-1 .arrow-b {
  top: 50px; }

.bd-lightbox-1 .close {
  cursor: pointer;
  height: 22px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 39px;
  top: 30px;
  width: 22px;
  z-index: 10003; }

.bd-lightbox-1 .close:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.bd-lightbox-1 .close .cw,
.bd-lightbox-1 .close .ccw {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  left: -4px;
  top: 8px;
  width: 30px; }

.bd-lightbox-1 .cw {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */ }

.bd-lightbox-1 .ccw {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
  -moz-transform: rotate(-45deg);
  /* Firefox */ }

.bd-lightbox-1 .close-alt,
.bd-lightbox-1 .arrow-right-alt,
.bd-lightbox-1 .arrow-left-alt {
  color: #fff;
  display: none;
  font-size: 2.5em;
  line-height: 100%; }

.ie8 .bd-lightbox-1 .close-alt,
.ie8 .bd-lightbox-1 .arrow-right-alt,
.ie8 .bd-lightbox-1 .arrow-left-alt {
  display: block; }

.ie8 .bd-lightbox-1 .cw,
.ie8 .bd-lightbox-1 .ccw {
  display: none; }

.ie7 .close-alt,
.ie7 .arrow-right-alt,
.ie7 .arrow-left-alt {
  display: block !important; }

.ie7 .cw,
.ie7 .ccw {
  display: none !important; }

.bd-postcontent-7 img:not(.no-lightbox),
.bd-lightbox-1 .lightbox-image {
  cursor: pointer; }

.bd-postcontent-7:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-12 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
  border-radius: 0px; }

.bd-postcontent-7:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-12,
.bd-postcontent-7:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-12 p {
  line-height: 17.14285715px;
  font-size: 12px;
  font-style: italic; }

.bd-postcontent-7:not(.shape-only).bd-custom-bulletlist ul:not([class*="menu"]),
.bd-bulletlist-8 {
  margin-left: -15px; }

.bd-postcontent-7:not(.shape-only).bd-custom-bulletlist ul:not([class*="menu"]) li,
.bd-bulletlist-8 li {
  list-style-position: inside; }

.bd-postcontent-7:not(.shape-only).bd-custom-orderedlist ol:not([class*="bd-indicators"]),
.bd-orderedlist-8 {
  margin-left: -12px; }

.bd-postcontent-7:not(.shape-only).bd-custom-orderedlist ol:not([class*="bd-indicators"]) li,
.bd-orderedlist-8 li {
  position: relative; }

.bd-postcontent-7:not(.shape-only).bd-custom-table table,
.bd-table-13 {
  border-collapse: collapse;
  width: 100%; }

.bd-postcontent-7:not(.shape-only).bd-custom-table table thead td,
.bd-table-13 thead td,
.bd-postcontent-7:not(.shape-only).bd-custom-table table thead th,
.bd-table-13 thead th {
  border-bottom: 1px solid #dddddd; }

.bd-postcontent-7:not(.shape-only).bd-custom-table table td,
.bd-table-13 td,
.bd-postcontent-7:not(.shape-only).bd-custom-table table th,
.bd-table-13 th {
  padding: 5px; }

.bd-postcontent-7:not(.shape-only).bd-custom-table table tbody > tr:nth-child(odd) > td,
.bd-table-13 tbody > tr:nth-child(odd) > td,
.bd-postcontent-7:not(.shape-only).bd-custom-table table tbody > tr:nth-child(odd) > th,
.bd-table-13 tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
  background-image: none; }

.bd-postcontent-8 {
  position: relative; }

.bd-postcontent-8 {
  text-align: justify; }

.bd-lightbox-7 {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  padding: 0 100px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000000; }

.bd-lightbox-7 .lightbox-image {
  border: 6px solid #fff;
  border-radius: 3px;
  display: none;
  max-width: 100%;
  vertical-align: middle; }

.bd-lightbox-7 .lightbox-image.active {
  display: inline-block; }

.bd-lightbox-7 .lightbox-error {
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 80px;
  opacity: .95;
  padding: 20px;
  position: fixed;
  width: 300px;
  z-index: 100; }

.bd-lightbox-7 .loading {
  background: #ffffff url(../images/designer/preloader01.gif) center center no-repeat;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 32px;
  opacity: .5;
  padding: 10px;
  position: fixed;
  width: 32px;
  z-index: 10100; }

.bd-lightbox-7 .arrow {
  cursor: pointer;
  height: 100px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  width: 82px;
  z-index: 10003; }

.bd-lightbox-7 .arrow.left {
  left: 9px; }

.bd-lightbox-7 .arrow.right {
  right: 9px; }

.bd-lightbox-7 .arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.bd-lightbox-7 .arrow.disabled {
  display: none; }

.bd-lightbox-7 .arrow-t,
.bd-lightbox-7 .arrow-b {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: relative;
  width: 30px; }

html[dir="rtl"] .bd-lightbox-7 .arrow-t,
html[dir="rtl"] .bd-lightbox-7 .arrow-b {
  right: 26px; }

html[dir="ltr"] .bd-lightbox-7 .arrow-t,
html[dir="ltr"] .bd-lightbox-7 .arrow-b {
  left: 26px; }

.bd-lightbox-7 .arrow-t {
  top: 38px; }

.bd-lightbox-7 .arrow-b {
  top: 50px; }

.bd-lightbox-7 .close {
  cursor: pointer;
  height: 22px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 39px;
  top: 30px;
  width: 22px;
  z-index: 10003; }

.bd-lightbox-7 .close:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.bd-lightbox-7 .close .cw,
.bd-lightbox-7 .close .ccw {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  left: -4px;
  top: 8px;
  width: 30px; }

.bd-lightbox-7 .cw {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */ }

.bd-lightbox-7 .ccw {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
  -moz-transform: rotate(-45deg);
  /* Firefox */ }

.bd-lightbox-7 .close-alt,
.bd-lightbox-7 .arrow-right-alt,
.bd-lightbox-7 .arrow-left-alt {
  color: #fff;
  display: none;
  font-size: 2.5em;
  line-height: 100%; }

.ie8 .bd-lightbox-7 .close-alt,
.ie8 .bd-lightbox-7 .arrow-right-alt,
.ie8 .bd-lightbox-7 .arrow-left-alt {
  display: block; }

.ie8 .bd-lightbox-7 .cw,
.ie8 .bd-lightbox-7 .ccw {
  display: none; }

.ie7 .close-alt,
.ie7 .arrow-right-alt,
.ie7 .arrow-left-alt {
  display: block !important; }

.ie7 .cw,
.ie7 .ccw {
  display: none !important; }

.bd-postcontent-8 img:not(.no-lightbox),
.bd-lightbox-7 .lightbox-image {
  cursor: pointer; }

.bd-postcontent-8:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-14 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
  border-radius: 0px; }

.bd-postcontent-8:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-14,
.bd-postcontent-8:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-14 p {
  line-height: 17.14285715px;
  font-size: 12px;
  font-style: italic; }

.bd-postcontent-8:not(.shape-only).bd-custom-bulletlist ul:not([class*="menu"]),
.bd-bulletlist-11 {
  margin-left: -15px; }

.bd-postcontent-8:not(.shape-only).bd-custom-bulletlist ul:not([class*="menu"]) li,
.bd-bulletlist-11 li {
  list-style-position: inside; }

.bd-postcontent-8:not(.shape-only).bd-custom-orderedlist ol:not([class*="bd-indicators"]),
.bd-orderedlist-10 {
  margin-left: -12px; }

.bd-postcontent-8:not(.shape-only).bd-custom-orderedlist ol:not([class*="bd-indicators"]) li,
.bd-orderedlist-10 li {
  position: relative; }

.bd-postcontent-8:not(.shape-only).bd-custom-table table,
.bd-table-15 {
  border-collapse: collapse;
  width: 100%; }

.bd-postcontent-8:not(.shape-only).bd-custom-table table thead td,
.bd-table-15 thead td,
.bd-postcontent-8:not(.shape-only).bd-custom-table table thead th,
.bd-table-15 thead th {
  border-bottom: 1px solid #dddddd; }

.bd-postcontent-8:not(.shape-only).bd-custom-table table td,
.bd-table-15 td,
.bd-postcontent-8:not(.shape-only).bd-custom-table table th,
.bd-table-15 th {
  padding: 5px; }

.bd-postcontent-8:not(.shape-only).bd-custom-table table tbody > tr:nth-child(odd) > td,
.bd-table-15 tbody > tr:nth-child(odd) > td,
.bd-postcontent-8:not(.shape-only).bd-custom-table table tbody > tr:nth-child(odd) > th,
.bd-table-15 tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
  background-image: none; }

.bd-postheader-2 {
  margin-top: 0;
  padding-top: 20px; }

.bd-postheader-4 {
  margin-top: 0;
  padding-top: 20px; }

.bd-posticontags-18 {
  margin-right: 10px;
  float: left;
  position: relative; }

.bd-posticontags-18 {
  text-transform: none; }

.bd-posticontags-18 {
  margin-right: 10px;
  float: left;
  position: relative; }

.bd-posticontags-18 .bd-icon-15 {
  white-space: nowrap; }

.bd-posticontags-18 .bd-icon-15 > span,
.bd-posticontags-18 .bd-icon-15 > time {
  white-space: normal; }

.bd-icon-15:before {
  content: '\1c8'; }

.bd-icon-15:before {
  visibility: inherit; }

.bd-icon-15:before {
  color: #cccccc;
  margin-right: 10px; }

.bd-postimage-1 {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1; }

.bd-postimage-1 {
  display: inline-block; }

.bd-postimage-1 img {
  display: inline-block;
  width: 100%;
  height: 100%; }

.bd-imagestyles-6 {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border: 0 solid #777777; }

.bd-postimage-1 img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border: 0 solid #777777; }

.bd-postimage-2 {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1; }

.bd-postimage-2 {
  display: inline-block; }

.bd-postimage-2 img {
  display: inline-block;
  width: 100%;
  height: 100%; }

.bd-imagestyles-21 {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border: 0 solid #777777; }

.bd-postimage-2 img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border: 0 solid #777777; }

.bd-postimage-3 {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative; }

.bd-postimage-3 {
  display: inline-block; }

.bd-postimage-3 img {
  display: inline-block;
  width: 100%;
  height: 100%; }

.bd-postreadmore-1 {
  position: relative; }

.bd-postreadmore-2 {
  position: relative; }

.bd-section-10 {
  background-color: #FFFFFF; }

@media (max-width: 992px) {
  .bd-section-10 {
    background-color: #bfbfbf !important; } }

.bd-section-10 {
  text-align: center;
  color: #333333; }

.bd-section-11 {
  background-color: #ffffff;
  position: relative;
  background-image: url(../images/designer/e9cf88a20d010af255c32855ec9003e1_ColumbiaSouthCarolinaNeighorhoodPictureII.jpg);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  height: 350px;
  padding-right: 5em;
  padding-left: 5em; }

@media (max-width: 1199px) {
  .bd-section-11 {
    padding-right: 2em; } }

@media (max-width: 991px) {
  .bd-section-11 {
    padding-bottom: 4em;
    padding-top: 4em; } }

@media (max-width: 767px) {
  .bd-section-11 {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em; } }

.bd-section-11 {
  line-height: 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px; }

.bd-section-11 h2 {
  line-height: 34.5px;
  font-size: 30px;
  font-weight: 300; }

.bd-section-11 h1 {
  line-height: 60px;
  text-transform: uppercase;
  font-size: 60px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px; }

@media (max-width: 991px) {
  .bd-section-11 {
    line-height: 19.5px;
    font-size: 13px; }
  .bd-section-11 h2 {
    line-height: 30px;
    font-size: 25px; }
  .bd-section-11 h1 {
    line-height: 72px;
    font-size: 60px; } }

@media (max-width: 767px) {
  .bd-section-11 h1 {
    line-height: 57.14285716px;
    font-size: 40px; } }

.bd-textureoverlay-9:before {
  background-color: #000000;
  opacity: 0.4; }

.bd-section-16 {
  padding-bottom: 10px; }

.bd-section-16 {
  color: #ffffff; }

.bd-section-17 {
  background-color: #ffffff;
  position: relative;
  background-image: url(../images/designer/0de75063610d45928215c437880325c7_shutterstock_182154338.jpg);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
  height: 350px;
  padding-right: 5em;
  padding-left: 5em; }

@media (max-width: 1199px) {
  .bd-section-17 {
    padding-right: 2em; } }

@media (max-width: 991px) {
  .bd-section-17 {
    padding-bottom: 4em;
    padding-top: 4em; } }

@media (max-width: 767px) {
  .bd-section-17 {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em; } }

.bd-section-17 {
  line-height: 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px; }

.bd-section-17 h2 {
  line-height: 34.5px;
  font-size: 30px;
  font-weight: 300; }

.bd-section-17 h1 {
  line-height: 60px;
  text-transform: uppercase;
  font-size: 60px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px; }

@media (max-width: 991px) {
  .bd-section-17 {
    line-height: 19.5px;
    font-size: 13px; }
  .bd-section-17 h2 {
    line-height: 30px;
    font-size: 25px; }
  .bd-section-17 h1 {
    line-height: 72px;
    font-size: 60px; } }

@media (max-width: 767px) {
  .bd-section-17 h1 {
    line-height: 57.14285716px;
    font-size: 40px; } }

.bd-textureoverlay-10:before {
  background-color: #000000;
  opacity: 0.35; }

.bd-section-18 {
  background-color: #ffffff;
  position: relative;
  background-image: url(../images/designer/888b88b9829a2b7a1f4075cbe5ee7928ongray521134932_5760x3840.jpg);
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: cover;
  height: 350px;
  padding-right: 5em;
  padding-left: 5em;
  background-position: center center; }

@media (max-width: 1199px) {
  .bd-section-18 {
    padding-right: 2em; } }

@media (max-width: 991px) {
  .bd-section-18 {
    padding-bottom: 4em;
    padding-top: 4em; } }

@media (max-width: 767px) {
  .bd-section-18 {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em; } }

.bd-section-18 {
  line-height: 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px; }

.bd-section-18 h2 {
  line-height: 34.5px;
  font-size: 30px;
  font-weight: 300; }

.bd-section-18 h1 {
  line-height: 60px;
  text-transform: uppercase;
  font-size: 60px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px; }

@media (max-width: 991px) {
  .bd-section-18 {
    line-height: 19.5px;
    font-size: 13px; }
  .bd-section-18 h2 {
    line-height: 30px;
    font-size: 25px; }
  .bd-section-18 h1 {
    line-height: 72px;
    font-size: 60px; } }

@media (max-width: 767px) {
  .bd-section-18 h1 {
    line-height: 57.14285716px;
    font-size: 40px; } }

.bd-textureoverlay-11:before {
  background-color: #000000;
  opacity: 0.35; }

.bd-section-2 {
  position: relative;
  background-color: #414141;
  margin-bottom: 15px;
  padding: 20px 20px 25px; }

.bd-section-2 {
  color: #ffffff; }

.bd-section-2 a {
  color: #414141; }

.bd-section-2 a:hover {
  color: #f0ad4e; }

.bd-section-2 h4 {
  line-height: 25.71428572px;
  color: #ffffff;
  font-size: 18px; }

.bd-section-2 h2 {
  line-height: 25.71428572px;
  font-size: 18px; }

@media (max-width: 767px) {
  .bd-section-2 {
    text-align: center; } }

.bd-section-5 {
  line-height: 19.5px;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center; }

.bd-section-5 h2 {
  line-height: 28.57142858px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase; }

@media (max-width: 991px) {
  .bd-section-5 h2 {
    line-height: 24.28571429px;
    font-size: 17px; } }

.bd-section-7 {
  background-color: #ffffff;
  position: relative;
  background-image: url(../images/designer/828dc03b95db5fabeb0e506afb80cd08_GenericLivingRoomPhotoIIIedit.jpg);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  height: 350px;
  padding-right: 5em;
  padding-left: 5em; }

@media (max-width: 1199px) {
  .bd-section-7 {
    padding-right: 2em; } }

@media (max-width: 991px) {
  .bd-section-7 {
    padding-bottom: 4em;
    padding-top: 4em; } }

@media (max-width: 767px) {
  .bd-section-7 {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em; } }

.bd-section-7 {
  line-height: 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px; }

.bd-section-7 h2 {
  line-height: 34.5px;
  font-size: 30px;
  font-weight: 300; }

.bd-section-7 h1 {
  line-height: 60px;
  text-transform: uppercase;
  font-size: 60px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px; }

@media (max-width: 991px) {
  .bd-section-7 {
    line-height: 19.5px;
    font-size: 13px; }
  .bd-section-7 h2 {
    line-height: 30px;
    font-size: 25px; }
  .bd-section-7 h1 {
    line-height: 72px;
    font-size: 60px; } }

@media (max-width: 767px) {
  .bd-section-7 h1 {
    line-height: 57.14285716px;
    font-size: 40px; } }

.bd-textureoverlay-5:before {
  background-color: #000000;
  opacity: 0.35; }

.bd-section-9 {
  background-color: #ffffff;
  position: relative;
  background-image: url(../images/designer/249bba77a64b29c686365eb240f1a955_shutterstock_450980272.jpg);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  height: 350px;
  padding-right: 5em;
  padding-left: 5em; }

@media (max-width: 1199px) {
  .bd-section-9 {
    padding-right: 2em; } }

@media (max-width: 991px) {
  .bd-section-9 {
    padding-bottom: 4em;
    padding-top: 4em; } }

@media (max-width: 767px) {
  .bd-section-9 {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em; } }

.bd-section-9 {
  line-height: 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px; }

.bd-section-9 h2 {
  line-height: 34.5px;
  font-size: 30px;
  font-weight: 300; }

.bd-section-9 h1 {
  line-height: 60px;
  text-transform: uppercase;
  font-size: 60px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px; }

@media (max-width: 991px) {
  .bd-section-9 {
    line-height: 19.5px;
    font-size: 13px; }
  .bd-section-9 h2 {
    line-height: 30px;
    font-size: 25px; }
  .bd-section-9 h1 {
    line-height: 72px;
    font-size: 60px; } }

@media (max-width: 767px) {
  .bd-section-9 h1 {
    line-height: 57.14285716px;
    font-size: 40px; } }

.bd-textureoverlay-8:before {
  background-color: #000000;
  opacity: 0.35; }

.bd-sidebararea-4-column {
  width: 25%; }

@media (max-width: 1199px) {
  .bd-sidebararea-4-column {
    width: 30%; } }

@media (max-width: 991px) {
  .bd-sidebararea-4-column {
    width: 30%; } }

@media (max-width: 767px) {
  .bd-sidebararea-4-column {
    width: 100%; } }

.bd-sidebararea-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.bd-slider-6 {
  width: 100%;
  height: 500px; }

.bd-slider-6 .bd-slide > .bd-container-inner {
  max-width: none; }

.bd-sliderindicators-6 {
  text-align: center;
  vertical-align: bottom; }

.bd-sliderindicators-6:before {
  vertical-align: bottom; }

.bd-indicators-6 {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 10px; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > a:visited {
  width: 12px;
  height: 12px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: #ffffff;
  border-radius: 50%;
  background-image: none;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > a:visited:before {
  color: #dddddd; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li:not(.active) > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li:not(.active) > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li:not(.active) > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li:hover:not(.active) > a:not(.active) {
  background-color: #f7f8f7;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li:not(.active) > a.hover:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li:not(.active) > a:hover:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li:not(.active) > a:focus:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li:hover:not(.active) > a:not(.active):before {
  color: #b9c1b9; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li.active > a {
  background-color: #404040;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > a.active:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li.active > a:before {
  color: #777777; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li {
  list-style: none;
  position: relative; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > .bd-grid-item > a,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > .bd-grid-item > a:link,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > .bd-grid-item > a:visited {
  width: 12px;
  height: 12px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: #ffffff;
  border-radius: 50%;
  background-image: none;
  display: block;
  white-space: nowrap; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > .bd-grid-item > a:visited:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > .bd-grid-item > a:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > .bd-grid-item > a:link:after,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > .bd-grid-item > a:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > .bd-grid-item > a:link:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > .bd-grid-item > a:visited:before {
  color: #dddddd; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li:not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li:not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li:not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li:hover:not(.active) > .bd-grid-item > a:not(.active) {
  background-color: #f7f8f7;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li:not(.active) > .bd-grid-item > a.hover:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li:not(.active) > .bd-grid-item > a:hover:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li:not(.active) > .bd-grid-item > a:focus:not(.active):before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li:hover:not(.active) > .bd-grid-item > a:not(.active):before {
  color: #b9c1b9; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > .bd-grid-item > a.active,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li.active > .bd-grid-item > a {
  background-color: #404040;
  background-image: none; }

.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li > .bd-grid-item > a.active:before,
.bd-toplevel-item:not(.bd-megamenu) .bd-indicators-6 > li.active > .bd-grid-item > a:before {
  color: #777777; }

.bd-indicators-6 > li:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.bd-indicators-6 > li:not(.bd-mega-item) > a,
.bd-indicators-6 > li:not(.bd-mega-item) > a:link,
.bd-indicators-6 > li:not(.bd-mega-item) > a:visited {
  width: 12px;
  height: 12px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: #ffffff;
  border-radius: 50%;
  background-image: none;
  display: block;
  white-space: nowrap; }

.bd-indicators-6 > li:not(.bd-mega-item) > a:before,
.bd-indicators-6 > li:not(.bd-mega-item) > a:link:before,
.bd-indicators-6 > li:not(.bd-mega-item) > a:visited:before,
.bd-indicators-6 > li:not(.bd-mega-item) > a:after,
.bd-indicators-6 > li:not(.bd-mega-item) > a:link:after,
.bd-indicators-6 > li:not(.bd-mega-item) > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-indicators-6 > li:not(.bd-mega-item) > a:before,
.bd-indicators-6 > li:not(.bd-mega-item) > a:link:before,
.bd-indicators-6 > li:not(.bd-mega-item) > a:visited:before {
  color: #dddddd; }

.bd-indicators-6 > li:not(.bd-mega-item) > a:focus {
  outline-width: 0; }

.bd-indicators-6 > li:not(.bd-mega-item):not(.active) > a.hover:not(.active),
.bd-indicators-6 > li:not(.bd-mega-item):not(.active) > a:hover:not(.active),
.bd-indicators-6 > li:not(.bd-mega-item):not(.active) > a:focus:not(.active),
.bd-indicators-6 > li:not(.bd-mega-item):hover:not(.active) > a:not(.active) {
  background-color: #f7f8f7;
  background-image: none; }

.bd-indicators-6 > li:not(.bd-mega-item):not(.active) > a.hover:not(.active):before,
.bd-indicators-6 > li:not(.bd-mega-item):not(.active) > a:hover:not(.active):before,
.bd-indicators-6 > li:not(.bd-mega-item):not(.active) > a:focus:not(.active):before,
.bd-indicators-6 > li:not(.bd-mega-item):hover:not(.active) > a:not(.active):before {
  color: #b9c1b9; }

.bd-indicators-6 > li:not(.bd-mega-item) > a.active,
.bd-indicators-6 > li:not(.bd-mega-item).active > a {
  background-color: #404040;
  background-image: none; }

.bd-indicators-6 > li:not(.bd-mega-item) > a.active:before,
.bd-indicators-6 > li:not(.bd-mega-item).active > a:before {
  color: #777777; }

.bd-indicators-6 > li:not(.bd-mega-item) {
  list-style: none;
  position: relative; }

.bd-indicators-6 > li:not(.bd-mega-item) > .bd-grid-item > a,
.bd-indicators-6 > li:not(.bd-mega-item) > .bd-grid-item > a:link,
.bd-indicators-6 > li:not(.bd-mega-item) > .bd-grid-item > a:visited {
  width: 12px;
  height: 12px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: #ffffff;
  border-radius: 50%;
  background-image: none;
  display: block;
  white-space: nowrap; }

.bd-indicators-6 > li:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-indicators-6 > li:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-indicators-6 > li:not(.bd-mega-item) > .bd-grid-item > a:visited:before,
.bd-indicators-6 > li:not(.bd-mega-item) > .bd-grid-item > a:after,
.bd-indicators-6 > li:not(.bd-mega-item) > .bd-grid-item > a:link:after,
.bd-indicators-6 > li:not(.bd-mega-item) > .bd-grid-item > a:visited:after {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font'; }

.bd-indicators-6 > li:not(.bd-mega-item) > .bd-grid-item > a:before,
.bd-indicators-6 > li:not(.bd-mega-item) > .bd-grid-item > a:link:before,
.bd-indicators-6 > li:not(.bd-mega-item) > .bd-grid-item > a:visited:before {
  color: #dddddd; }

.bd-indicators-6 > li:not(.bd-mega-item) > .bd-grid-item > a:focus {
  outline-width: 0; }

.bd-indicators-6 > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active),
.bd-indicators-6 > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active),
.bd-indicators-6 > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active),
.bd-indicators-6 > li:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active) {
  background-color: #f7f8f7;
  background-image: none; }

.bd-indicators-6 > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a.hover:not(.active):before,
.bd-indicators-6 > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:hover:not(.active):before,
.bd-indicators-6 > li:not(.bd-mega-item):not(.active) > .bd-grid-item > a:focus:not(.active):before,
.bd-indicators-6 > li:not(.bd-mega-item):hover:not(.active) > .bd-grid-item > a:not(.active):before {
  color: #b9c1b9; }

.bd-indicators-6 > li:not(.bd-mega-item) > .bd-grid-item > a.active,
.bd-indicators-6 > li:not(.bd-mega-item).active > .bd-grid-item > a {
  background-color: #404040;
  background-image: none; }

.bd-indicators-6 > li:not(.bd-mega-item) > .bd-grid-item > a.active:before,
.bd-indicators-6 > li:not(.bd-mega-item).active > .bd-grid-item > a:before {
  color: #777777; }

.bd-indicators-6 > li {
  display: inline-block;
  cursor: pointer; }

.bd-slider-6 .carousel-inner > .item {
  transition-timing-function: ease-in;
  transition-duration: 1000ms; }

.bd-slide-16 {
  background-image: url(../images/designer/a59ba4024794939add6a9f4dc6ad3835_TravelingforWork7HotelAmenitiesYouDidntRealizeYouNeed.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  position: relative;
  background-size: cover; }

.bd-slide-2 {
  background-image: url(../images/designer/c52faf5d5e29b93a69472c18020e33cd_shutterstock_564539560.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  position: relative;
  background-size: cover; }

.bd-slide-4 {
  background-image: url(../images/designer/35b76a700862c32b5fac0a8c89324222_shutterstock_501606547.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center bottom;
  position: relative;
  background-size: cover; }

.bd-socialicons-2 {
  display: inline-block;
  vertical-align: middle; }

.bd-socialicons-2 .bd-socialicon {
  color: #000000;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  margin: 10px; }

.bd-socialicons-2 .bd-socialicon:hover {
  color: #808080; }

.bd-socialicon-29 {
  float: left; }

.bd-socialicon-25 {
  float: left; }

.bd-socialicon-25 span:first-child:before {
  content: '\17d'; }

.bd-socialicon-25 span:first-child:before {
  visibility: inherit; }

.bd-socialicon-17 {
  float: left; }

.bd-socialicon-17 span:first-child:before {
  content: '\281'; }

.bd-socialicon-17 span:first-child:before {
  visibility: inherit; }

.bd-socialicon-27 {
  float: left; }

.bd-socialicon-27 span:first-child:before {
  content: '\156'; }

.bd-socialicon-27 span:first-child:before {
  visibility: inherit; }

.bd-socialicon-19 {
  float: left; }

.bd-socialicon-19 span:first-child:before {
  content: '\282'; }

.bd-socialicon-19 span:first-child:before {
  visibility: inherit; }

.bd-socialicon-24 {
  float: left; }

.bd-socialicon-24 span:first-child:before {
  content: '\212'; }

.bd-socialicon-24 span:first-child:before {
  visibility: inherit; }

.bd-socialicon-22 {
  float: left; }

.bd-socialicon-22 span:first-child:before {
  content: '\170'; }

.bd-socialicon-22 span:first-child:before {
  visibility: inherit; }

.bd-socialicon-21 {
  float: left; }

.bd-socialicon-21 span:first-child:before {
  content: '\1de'; }

.bd-socialicon-21 span:first-child:before {
  visibility: inherit; }

.bd-socialicon-26 {
  float: left; }

.bd-socialicon-26 span:first-child:before {
  content: '\1e4'; }

.bd-socialicon-26 span:first-child:before {
  visibility: inherit; }

.bd-socialicon-18 {
  float: left; }

.bd-socialicon-18 span:first-child:before {
  content: '\246'; }

.bd-socialicon-18 span:first-child:before {
  visibility: inherit; }

.bd-socialicon-3 {
  float: left; }

.bd-socialicon-3 span:first-child:before {
  content: '\267'; }

.bd-socialicon-3 span:first-child:before {
  visibility: inherit; }

.bd-spacer-8 {
  height: 3em; }

.bd-spacer-9 {
  height: 3em; }

.bd-textblock-13 {
  margin-top: 10px; }

.bd-textblock-14 {
  margin-top: 10px; }

.bd-textblock-17 {
  margin-bottom: 0px;
  margin-top: 10px; }

h4.bd-textblock-17 {
  color: #404040; }

.bd-textblock-18 {
  margin-bottom: 0px;
  margin-top: 0px; }

.bd-textblock-20 {
  float: right;
  margin-right: 1em;
  margin-top: 1.3em; }

@media (max-width: 767px) {
  .bd-textblock-20 {
    float: none;
    margin-top: 0px; } }

.bd-textblock-20 {
  line-height: 25.71428572px;
  font-size: 18px; }

.bd-textblock-23 {
  overflow: hidden; }

.bd-textblock-23 {
  color: #404040; }

.bd-textblock-27 {
  overflow: hidden; }

.bd-textblock-27 {
  color: #404040; }

.bd-textblock-29 {
  margin-bottom: 0px;
  margin-top: 0px; }

.bd-textblock-31 {
  overflow: hidden; }

.bd-textblock-31 {
  color: #404040; }

.bd-textblock-32 {
  margin-right: 5em;
  margin-left: 5em; }

.bd-textblock-32 {
  line-height: 22.85714286px;
  text-align: center;
  font-size: 16px; }

.bd-textblock-33 {
  margin-right: 5em;
  margin-left: 5em; }

.bd-textblock-33 {
  line-height: 22.85714286px;
  text-align: center;
  font-size: 16px; }

.bd-textblock-35 {
  margin-bottom: 0px;
  margin-top: 0px; }

.bd-commentavatar-1 {
  display: inline-block; }

.bd-commentavatar-1 {
  display: inline-block; }

.bd-commentavatar-1 img {
  display: block;
  width: 100%;
  height: 100%; }

.bd-layoutcontainer-15 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-32 {
  position: relative; }

.bd-layoutcolumn-33 {
  position: relative; }

.bd-commentavatar-2 {
  display: inline-block; }

.bd-commentavatar-2 {
  display: inline-block; }

.bd-commentavatar-2 img {
  display: block;
  width: 100%;
  height: 100%; }

.bd-layoutcontainer-18 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-41 {
  position: relative; }

.bd-layoutcolumn-42 {
  position: relative; }

.bd-commentavatar-3 {
  display: inline-block; }

.bd-commentavatar-3 {
  display: inline-block; }

.bd-commentavatar-3 img {
  display: block;
  width: 100%;
  height: 100%; }

.bd-layoutcontainer-19 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-43 {
  position: relative; }

.bd-layoutcolumn-44 {
  position: relative; }

.bd-pager-5 ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.bd-pager-5 ul {
  display: inline-block;
  width: 100%;
  margin: 0; }

.bd-pager-5 ul li {
  display: inline-block; }

.bd-pager-5 ul > li:first-child {
  float: left; }

.bd-pager-5 ul > li:last-child {
  float: right; }

.bd-pager-5 > .bd-pagination > li.bd-paginationitem-1 > a,
.bd-pager-5 > .bd-pagination > li.bd-paginationitem-1 > span,
.bd-pager-5 > .bd-pagination > li.bd-paginationitem-1 > a:link,
.bd-pager-5 > .bd-pagination > li.bd-paginationitem-1 > a:visited {
  border-radius: 0px; }

.bd-comments-4 ul:not(.pagination) {
  margin: 0;
  padding: 0;
  list-style: none; }

.bd-comments-4 ul:not(.pagination) > li {
  display: block; }

.bd-comments-4 li > ul:not(.pagination) {
  margin-left: 20px; }

.bd-comment-4 {
  padding: 5px; }

.bd-grid-8 > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.separated-item-12 {
  position: relative;
  z-index: 0; }

.separated-item-12:before,
.separated-item-12:after {
  content: "";
  position: absolute;
  z-index: 10; }

.separated-item-12:before {
  top: 0;
  bottom: 0;
  left: 0; }

.separated-item-12:after {
  left: 0;
  right: 0;
  bottom: 0; }

.first-col.separated-item-12:after {
  left: 5px; }

.last-col.separated-item-12:after {
  right: 5px; }

.separated-item-12.first-col:before,
.separated-item-12.last-row:after {
  content: none; }

.bd-commentavatar-4 {
  display: inline-block; }

.bd-commentavatar-4 {
  display: inline-block; }

.bd-commentavatar-4 img {
  display: block;
  width: 100%;
  height: 100%; }

.bd-layoutcontainer-21 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-47 {
  position: relative; }

.bd-layoutcolumn-48 {
  position: relative; }

.bd-pager-6 ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.bd-pager-6 ul {
  display: inline-block;
  width: 100%;
  margin: 0; }

.bd-pager-6 ul li {
  display: inline-block; }

.bd-pager-6 ul > li:first-child {
  float: left; }

.bd-pager-6 ul > li:last-child {
  float: right; }

.bd-pager-6 > .bd-pagination > li.bd-paginationitem-1 > a,
.bd-pager-6 > .bd-pagination > li.bd-paginationitem-1 > span,
.bd-pager-6 > .bd-pagination > li.bd-paginationitem-1 > a:link,
.bd-pager-6 > .bd-pagination > li.bd-paginationitem-1 > a:visited {
  border-radius: 0px; }

.bd-comments-5 ul:not(.pagination) {
  margin: 0;
  padding: 0;
  list-style: none; }

.bd-comments-5 ul:not(.pagination) > li {
  display: block; }

.bd-comments-5 li > ul:not(.pagination) {
  margin-left: 20px; }

.bd-comment-5 {
  padding: 5px; }

.bd-grid-9 > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.separated-item-23 {
  position: relative;
  z-index: 0; }

.separated-item-23:before,
.separated-item-23:after {
  content: "";
  position: absolute;
  z-index: 10; }

.separated-item-23:before {
  top: 0;
  bottom: 0;
  left: 0; }

.separated-item-23:after {
  left: 0;
  right: 0;
  bottom: 0; }

.first-col.separated-item-23:after {
  left: 5px; }

.last-col.separated-item-23:after {
  right: 5px; }

.separated-item-23.first-col:before,
.separated-item-23.last-row:after {
  content: none; }

.bd-commentavatar-5 {
  display: inline-block; }

.bd-commentavatar-5 {
  display: inline-block; }

.bd-commentavatar-5 img {
  display: block;
  width: 100%;
  height: 100%; }

.bd-layoutcontainer-24 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-52 {
  position: relative; }

.bd-layoutcolumn-53 {
  position: relative; }

.bd-postcontent-2 {
  position: relative; }

.bd-lightbox-2 {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  padding: 0 100px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000000; }

.bd-lightbox-2 .lightbox-image {
  border: 6px solid #fff;
  border-radius: 3px;
  display: none;
  max-width: 100%;
  vertical-align: middle; }

.bd-lightbox-2 .lightbox-image.active {
  display: inline-block; }

.bd-lightbox-2 .lightbox-error {
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 80px;
  opacity: .95;
  padding: 20px;
  position: fixed;
  width: 300px;
  z-index: 100; }

.bd-lightbox-2 .loading {
  background: #ffffff url(../images/designer/preloader01.gif) center center no-repeat;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 32px;
  opacity: .5;
  padding: 10px;
  position: fixed;
  width: 32px;
  z-index: 10100; }

.bd-lightbox-2 .arrow {
  cursor: pointer;
  height: 100px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  width: 82px;
  z-index: 10003; }

.bd-lightbox-2 .arrow.left {
  left: 9px; }

.bd-lightbox-2 .arrow.right {
  right: 9px; }

.bd-lightbox-2 .arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.bd-lightbox-2 .arrow.disabled {
  display: none; }

.bd-lightbox-2 .arrow-t,
.bd-lightbox-2 .arrow-b {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: relative;
  width: 30px; }

html[dir="rtl"] .bd-lightbox-2 .arrow-t,
html[dir="rtl"] .bd-lightbox-2 .arrow-b {
  right: 26px; }

html[dir="ltr"] .bd-lightbox-2 .arrow-t,
html[dir="ltr"] .bd-lightbox-2 .arrow-b {
  left: 26px; }

.bd-lightbox-2 .arrow-t {
  top: 38px; }

.bd-lightbox-2 .arrow-b {
  top: 50px; }

.bd-lightbox-2 .close {
  cursor: pointer;
  height: 22px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 39px;
  top: 30px;
  width: 22px;
  z-index: 10003; }

.bd-lightbox-2 .close:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.bd-lightbox-2 .close .cw,
.bd-lightbox-2 .close .ccw {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  left: -4px;
  top: 8px;
  width: 30px; }

.bd-lightbox-2 .cw {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */ }

.bd-lightbox-2 .ccw {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
  -moz-transform: rotate(-45deg);
  /* Firefox */ }

.bd-lightbox-2 .close-alt,
.bd-lightbox-2 .arrow-right-alt,
.bd-lightbox-2 .arrow-left-alt {
  color: #fff;
  display: none;
  font-size: 2.5em;
  line-height: 100%; }

.ie8 .bd-lightbox-2 .close-alt,
.ie8 .bd-lightbox-2 .arrow-right-alt,
.ie8 .bd-lightbox-2 .arrow-left-alt {
  display: block; }

.ie8 .bd-lightbox-2 .cw,
.ie8 .bd-lightbox-2 .ccw {
  display: none; }

.ie7 .close-alt,
.ie7 .arrow-right-alt,
.ie7 .arrow-left-alt {
  display: block !important; }

.ie7 .cw,
.ie7 .ccw {
  display: none !important; }

.bd-postcontent-2 img:not(.no-lightbox),
.bd-lightbox-2 .lightbox-image {
  cursor: pointer; }

.bd-postcontent-2:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-16 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd;
  border-radius: 0px; }

.bd-postcontent-2:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-16,
.bd-postcontent-2:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-16 p {
  line-height: 17.14285715px;
  font-size: 12px;
  font-style: italic; }

.bd-postcontent-2:not(.shape-only).bd-custom-bulletlist ul:not([class*="menu"]),
.bd-bulletlist-9 {
  margin-left: -15px; }

.bd-postcontent-2:not(.shape-only).bd-custom-bulletlist ul:not([class*="menu"]) li,
.bd-bulletlist-9 li {
  list-style-position: inside; }

.bd-postcontent-2:not(.shape-only).bd-custom-orderedlist ol:not([class*="bd-indicators"]),
.bd-orderedlist-13 {
  margin-left: -12px; }

.bd-postcontent-2:not(.shape-only).bd-custom-orderedlist ol:not([class*="bd-indicators"]) li,
.bd-orderedlist-13 li {
  position: relative; }

.bd-postcontent-2:not(.shape-only).bd-custom-table table,
.bd-table-23 {
  border-collapse: collapse;
  width: 100%; }

.bd-postcontent-2:not(.shape-only).bd-custom-table table thead td,
.bd-table-23 thead td,
.bd-postcontent-2:not(.shape-only).bd-custom-table table thead th,
.bd-table-23 thead th {
  border-bottom: 1px solid #dddddd; }

.bd-postcontent-2:not(.shape-only).bd-custom-table table td,
.bd-table-23 td,
.bd-postcontent-2:not(.shape-only).bd-custom-table table th,
.bd-table-23 th {
  padding: 5px; }

.bd-postcontent-2:not(.shape-only).bd-custom-table table tbody > tr:nth-child(odd) > td,
.bd-table-23 tbody > tr:nth-child(odd) > td,
.bd-postcontent-2:not(.shape-only).bd-custom-table table tbody > tr:nth-child(odd) > th,
.bd-table-23 tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
  background-image: none; }

.bd-layoutcontainer-2 {
  margin-top: 5px; }

.bd-layoutcontainer-2 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-4 {
  position: relative; }

.bd-layoutcolumn-5 {
  position: relative; }

.bd-layoutcontainer-1 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-1 {
  position: relative; }

.bd-layoutcolumn-2 {
  position: relative; }

.bd-layoutcolumn-3 {
  position: relative; }

.bd-layoutcontainer-8 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-7 {
  position: relative;
  padding: 10px; }

.bd-layoutcolumn-19 {
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }

.bd-layoutcontainer-5 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-12 {
  position: relative;
  padding: 20px; }

.bd-layoutcolumn-13 {
  position: relative;
  padding: 20px; }

.bd-layoutcontainer-4 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-10 {
  position: relative;
  padding: 10px; }

.bd-layoutcolumn-11 {
  position: relative; }

.bd-layoutcontainer-7 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-16 {
  position: relative;
  padding: 20px; }

.bd-layoutcolumn-17 {
  position: relative;
  padding-left: 20px;
  padding-right: 20px; }

.bd-layoutcontainer-6 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-14 {
  position: relative;
  padding: 20px; }

.bd-layoutcolumn-15 {
  position: relative;
  padding: 10px 20px; }

.bd-layoutcontainer-9 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-8 {
  position: relative;
  padding: 10px; }

.bd-layoutcolumn-21 {
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }

.bd-layoutcontainer-28 {
  position: relative; }

.bd-layoutcontainer-28 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-60 {
  text-align: center; }

.bd-layoutcolumn-61 {
  text-align: center; }

.bd-layoutcolumn-62 {
  text-align: center; }

.bd-layoutcolumn-63 {
  text-align: center; }

.bd-block-4 .bd-blockcontent:not(.shape-only) {
  line-height: 18px;
  color: #808080;
  font-size: 12px; }

.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-7 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd; }

.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-7,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-7 p {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-button-7 a {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button button,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="submit"],
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="button"],
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button a.bd-button-7[href],
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button .bd-button-7,
button.bd-button-7,
input.bd-button-7,
a.bd-button-7[href],
.bd-button-7 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent; }

.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button button,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="submit"],
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="button"],
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button a.bd-button-7[href],
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button .bd-button-7,
button.bd-button-7,
input.bd-button-7,
a.bd-button-7[href],
.bd-button-7,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button button:link,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="submit"]:link,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="button"]:link,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button a.bd-button-7[href]:link,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button .bd-button-7:link,
button.bd-button-7:link,
input.bd-button-7:link,
a.bd-button-7[href]:link,
.bd-button-7:link,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button button:visited,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="submit"]:visited,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="button"]:visited,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button a.bd-button-7[href]:visited,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button .bd-button-7:visited,
button.bd-button-7:visited,
input.bd-button-7:visited,
a.bd-button-7[href]:visited,
.bd-button-7:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #ffffff;
  background-color: #b9c1b9;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  padding: 7px 20px;
  border: 0px solid #ffffff;
  background-image: none; }

.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button button:hover,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="submit"]:hover,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="button"]:hover,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button a.bd-button-7[href]:hover,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button .bd-button-7:hover,
button.bd-button-7:hover,
input.bd-button-7:hover,
a.bd-button-7[href]:hover,
.bd-button-7:hover,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button button:focus,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="submit"]:focus,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="button"]:focus,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button a.bd-button-7[href]:focus,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button .bd-button-7:focus,
button.bd-button-7:focus,
input.bd-button-7:focus,
a.bd-button-7[href]:focus,
.bd-button-7:focus {
  background-color: #414141;
  text-decoration: none;
  color: #ffffff;
  background-image: none; }

.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button button:active,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="submit"]:active,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="button"]:active,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button a.bd-button-7[href]:active,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-button .bd-button-7:active,
button.bd-button-7:active,
input.bd-button-7:active,
a.bd-button-7[href]:active,
.bd-button-7:active {
  background-color: #404040;
  background-image: none; }

.bd-imagestyles-8 {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border: 0 solid #777777; }

.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-image img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border: 0 solid #777777; }

.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="text"],
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="password"],
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="datetime"],
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="datetime-local"],
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="date"],
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="month"],
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="time"],
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="week"],
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="number"],
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="email"],
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="url"],
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="search"],
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="tel"],
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="color"],
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs textarea,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs select,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs .bd-form-input {
  border-radius: 0px; }

@media (max-width: 767px) {
  .bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="text"],
  .bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="password"],
  .bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="datetime"],
  .bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="datetime-local"],
  .bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="date"],
  .bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="month"],
  .bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="time"],
  .bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="week"],
  .bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="number"],
  .bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="email"],
  .bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="url"],
  .bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="search"],
  .bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="tel"],
  .bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="color"],
  .bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs textarea,
  .bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs select,
  .bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-inputs .bd-form-input {
    width: 150px; } }

.bd-bootstrapinput-4.form-control {
  border-radius: 0px; }

@media (max-width: 767px) {
  .bd-bootstrapinput-4.form-control {
    width: 150px; } }

.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-bulletlist ul:not([class*="menu"]),
.bd-bulletlist-3 {
  padding-left: 10px; }

.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-bulletlist ul:not([class*="menu"]) li,
.bd-bulletlist-3 li {
  list-style-position: inside; }

.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-orderedlist ol:not([class*="bd-indicators"]),
.bd-orderedlist-3 {
  padding-left: 25px; }

.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-orderedlist ol:not([class*="bd-indicators"]) li,
.bd-orderedlist-3 li {
  position: relative; }

.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-table table,
.bd-table-8 {
  border-collapse: collapse;
  width: 100%; }

.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-table table thead td,
.bd-table-8 thead td,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-table table thead th,
.bd-table-8 thead th {
  border-bottom: 1px solid #dddddd; }

.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-table table td,
.bd-table-8 td,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-table table th,
.bd-table-8 th {
  padding: 5px; }

.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-table table tbody > tr:nth-child(odd) > td,
.bd-table-8 tbody > tr:nth-child(odd) > td,
.bd-block-4 .bd-blockcontent:not(.shape-only).bd-custom-table table tbody > tr:nth-child(odd) > th,
.bd-table-8 tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
  background-image: none; }

.bd-block-4 .bd-blockheader {
  margin-bottom: 10px;
  margin-top: 10px; }

.bd-block-4 .bd-blockheader h6 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-4 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-4 .bd-blockheader h4 {
  line-height: 25.71428572px;
  color: #404040;
  text-transform: none;
  font-size: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px; }

.bd-block-4 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-4 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-4 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-6 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd; }

.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-6,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-6 p {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-button-6 a {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button button,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button input[type="submit"],
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button input[type="button"],
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button a.bd-button-6[href],
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button .bd-button-6,
button.bd-button-6,
input.bd-button-6,
a.bd-button-6[href],
.bd-button-6 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent; }

.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button button,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button input[type="submit"],
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button input[type="button"],
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button a.bd-button-6[href],
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button .bd-button-6,
button.bd-button-6,
input.bd-button-6,
a.bd-button-6[href],
.bd-button-6,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button button:link,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button input[type="submit"]:link,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button input[type="button"]:link,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button a.bd-button-6[href]:link,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button .bd-button-6:link,
button.bd-button-6:link,
input.bd-button-6:link,
a.bd-button-6[href]:link,
.bd-button-6:link,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button button:visited,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button input[type="submit"]:visited,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button input[type="button"]:visited,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button a.bd-button-6[href]:visited,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button .bd-button-6:visited,
button.bd-button-6:visited,
input.bd-button-6:visited,
a.bd-button-6[href]:visited,
.bd-button-6:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #ffffff;
  background-color: #b9c1b9;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  padding: 7px 20px;
  border: 0px solid #ffffff;
  background-image: none; }

.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button button:hover,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button input[type="submit"]:hover,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button input[type="button"]:hover,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button a.bd-button-6[href]:hover,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button .bd-button-6:hover,
button.bd-button-6:hover,
input.bd-button-6:hover,
a.bd-button-6[href]:hover,
.bd-button-6:hover,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button button:focus,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button input[type="submit"]:focus,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button input[type="button"]:focus,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button a.bd-button-6[href]:focus,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button .bd-button-6:focus,
button.bd-button-6:focus,
input.bd-button-6:focus,
a.bd-button-6[href]:focus,
.bd-button-6:focus {
  background-color: #414141;
  text-decoration: none;
  color: #ffffff;
  background-image: none; }

.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button button:active,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button input[type="submit"]:active,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button input[type="button"]:active,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button a.bd-button-6[href]:active,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-button .bd-button-6:active,
button.bd-button-6:active,
input.bd-button-6:active,
a.bd-button-6[href]:active,
.bd-button-6:active {
  background-color: #404040;
  background-image: none; }

.bd-imagestyles-7 {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border: 0 solid #777777; }

.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-image img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border: 0 solid #777777; }

.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="text"],
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="password"],
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="datetime"],
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="datetime-local"],
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="date"],
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="month"],
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="time"],
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="week"],
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="number"],
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="email"],
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="url"],
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="search"],
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="tel"],
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="color"],
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs textarea,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs select,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs .bd-form-input {
  border-radius: 0px; }

@media (max-width: 767px) {
  .bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="text"],
  .bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="password"],
  .bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="datetime"],
  .bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="datetime-local"],
  .bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="date"],
  .bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="month"],
  .bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="time"],
  .bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="week"],
  .bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="number"],
  .bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="email"],
  .bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="url"],
  .bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="search"],
  .bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="tel"],
  .bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="color"],
  .bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs textarea,
  .bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs select,
  .bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-inputs .bd-form-input {
    width: 150px; } }

.bd-bootstrapinput-3.form-control {
  border-radius: 0px; }

@media (max-width: 767px) {
  .bd-bootstrapinput-3.form-control {
    width: 150px; } }

.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-bulletlist ul:not([class*="menu"]),
.bd-bulletlist-2 {
  margin-left: -15px; }

.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-bulletlist ul:not([class*="menu"]) li,
.bd-bulletlist-2 li {
  list-style-position: inside; }

.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-orderedlist ol:not([class*="bd-indicators"]),
.bd-orderedlist-2 {
  margin-left: -12px; }

.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-orderedlist ol:not([class*="bd-indicators"]) li,
.bd-orderedlist-2 li {
  position: relative; }

.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-table table,
.bd-table-7 {
  border-collapse: collapse;
  width: 100%; }

.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-table table thead td,
.bd-table-7 thead td,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-table table thead th,
.bd-table-7 thead th {
  border-bottom: 1px solid #dddddd; }

.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-table table td,
.bd-table-7 td,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-table table th,
.bd-table-7 th {
  padding: 5px; }

.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-table table tbody > tr:nth-child(odd) > td,
.bd-table-7 tbody > tr:nth-child(odd) > td,
.bd-block-4 .bd-blockheader:not(.shape-only).bd-custom-table table tbody > tr:nth-child(odd) > th,
.bd-table-7 tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
  background-image: none; }

.bd-block-5 .bd-blockcontent:not(.shape-only) {
  line-height: 18px;
  color: #808080;
  font-size: 12px; }

.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-9 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd; }

.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-9,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-9 p {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-button-9 a {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button button,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="submit"],
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="button"],
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button a.bd-button-9[href],
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button .bd-button-9,
button.bd-button-9,
input.bd-button-9,
a.bd-button-9[href],
.bd-button-9 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent; }

.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button button,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="submit"],
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="button"],
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button a.bd-button-9[href],
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button .bd-button-9,
button.bd-button-9,
input.bd-button-9,
a.bd-button-9[href],
.bd-button-9,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button button:link,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="submit"]:link,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="button"]:link,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button a.bd-button-9[href]:link,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button .bd-button-9:link,
button.bd-button-9:link,
input.bd-button-9:link,
a.bd-button-9[href]:link,
.bd-button-9:link,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button button:visited,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="submit"]:visited,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="button"]:visited,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button a.bd-button-9[href]:visited,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button .bd-button-9:visited,
button.bd-button-9:visited,
input.bd-button-9:visited,
a.bd-button-9[href]:visited,
.bd-button-9:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #ffffff;
  background-color: #b9c1b9;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  padding: 7px 20px;
  border: 0px solid #ffffff;
  background-image: none; }

.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button button:hover,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="submit"]:hover,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="button"]:hover,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button a.bd-button-9[href]:hover,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button .bd-button-9:hover,
button.bd-button-9:hover,
input.bd-button-9:hover,
a.bd-button-9[href]:hover,
.bd-button-9:hover,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button button:focus,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="submit"]:focus,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="button"]:focus,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button a.bd-button-9[href]:focus,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button .bd-button-9:focus,
button.bd-button-9:focus,
input.bd-button-9:focus,
a.bd-button-9[href]:focus,
.bd-button-9:focus {
  background-color: #414141;
  text-decoration: none;
  color: #ffffff;
  background-image: none; }

.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button button:active,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="submit"]:active,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button input[type="button"]:active,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button a.bd-button-9[href]:active,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-button .bd-button-9:active,
button.bd-button-9:active,
input.bd-button-9:active,
a.bd-button-9[href]:active,
.bd-button-9:active {
  background-color: #404040;
  background-image: none; }

.bd-imagestyles-10 {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border: 0 solid #777777; }

.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-image img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border: 0 solid #777777; }

.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="text"],
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="password"],
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="datetime"],
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="datetime-local"],
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="date"],
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="month"],
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="time"],
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="week"],
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="number"],
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="email"],
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="url"],
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="search"],
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="tel"],
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="color"],
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs textarea,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs select,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs .bd-form-input {
  border-radius: 0px; }

@media (max-width: 767px) {
  .bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="text"],
  .bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="password"],
  .bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="datetime"],
  .bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="datetime-local"],
  .bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="date"],
  .bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="month"],
  .bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="time"],
  .bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="week"],
  .bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="number"],
  .bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="email"],
  .bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="url"],
  .bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="search"],
  .bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="tel"],
  .bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs input[type="color"],
  .bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs textarea,
  .bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs select,
  .bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-inputs .bd-form-input {
    width: 150px; } }

.bd-bootstrapinput-6.form-control {
  border-radius: 0px; }

@media (max-width: 767px) {
  .bd-bootstrapinput-6.form-control {
    width: 150px; } }

.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-bulletlist ul:not([class*="menu"]),
.bd-bulletlist-5 {
  margin-left: -15px; }

.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-bulletlist ul:not([class*="menu"]) li,
.bd-bulletlist-5 li {
  list-style-position: inside; }

.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-orderedlist ol:not([class*="bd-indicators"]),
.bd-orderedlist-5 {
  margin-left: -12px; }

.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-orderedlist ol:not([class*="bd-indicators"]) li,
.bd-orderedlist-5 li {
  position: relative; }

.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-table table,
.bd-table-10 {
  border-collapse: collapse;
  width: 100%; }

.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-table table thead td,
.bd-table-10 thead td,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-table table thead th,
.bd-table-10 thead th {
  border-bottom: 1px solid #dddddd; }

.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-table table td,
.bd-table-10 td,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-table table th,
.bd-table-10 th {
  padding: 5px; }

.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-table table tbody > tr:nth-child(odd) > td,
.bd-table-10 tbody > tr:nth-child(odd) > td,
.bd-block-5 .bd-blockcontent:not(.shape-only).bd-custom-table table tbody > tr:nth-child(odd) > th,
.bd-table-10 tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
  background-image: none; }

.bd-block-5 .bd-blockheader {
  margin-bottom: 10px;
  margin-top: 10px; }

.bd-block-5 .bd-blockheader h6 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-5 .bd-blockheader h5 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-5 .bd-blockheader h4 {
  line-height: 25.71428572px;
  color: #404040;
  text-transform: none;
  font-size: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px; }

.bd-block-5 .bd-blockheader h3 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-5 .bd-blockheader h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-5 .bd-blockheader h1 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #b9c1b9; }

.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-8 {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 5px solid #dddddd; }

.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-blockquotes blockquote,
.bd-blockquotes-8,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-blockquotes blockquote p,
.bd-blockquotes-8 p {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-button-8 a {
  line-height: 17.14285715px;
  font-size: 12px; }

.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button button,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button input[type="submit"],
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button input[type="button"],
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button a.bd-button-8[href],
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button .bd-button-8,
button.bd-button-8,
input.bd-button-8,
a.bd-button-8[href],
.bd-button-8 {
  /* default transparent bg otherwise you get gray default bg */
  background-color: transparent; }

.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button button,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button input[type="submit"],
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button input[type="button"],
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button a.bd-button-8[href],
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button .bd-button-8,
button.bd-button-8,
input.bd-button-8,
a.bd-button-8[href],
.bd-button-8,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button button:link,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button input[type="submit"]:link,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button input[type="button"]:link,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button a.bd-button-8[href]:link,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button .bd-button-8:link,
button.bd-button-8:link,
input.bd-button-8:link,
a.bd-button-8[href]:link,
.bd-button-8:link,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button button:visited,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button input[type="submit"]:visited,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button input[type="button"]:visited,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button a.bd-button-8[href]:visited,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button .bd-button-8:visited,
button.bd-button-8:visited,
input.bd-button-8:visited,
a.bd-button-8[href]:visited,
.bd-button-8:visited {
  /* reset browser styles */
  border-width: 0;
  padding: 0;
  color: #ffffff;
  background-color: #b9c1b9;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  padding: 7px 20px;
  border: 0px solid #ffffff;
  background-image: none; }

.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button button:hover,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button input[type="submit"]:hover,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button input[type="button"]:hover,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button a.bd-button-8[href]:hover,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button .bd-button-8:hover,
button.bd-button-8:hover,
input.bd-button-8:hover,
a.bd-button-8[href]:hover,
.bd-button-8:hover,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button button:focus,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button input[type="submit"]:focus,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button input[type="button"]:focus,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button a.bd-button-8[href]:focus,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button .bd-button-8:focus,
button.bd-button-8:focus,
input.bd-button-8:focus,
a.bd-button-8[href]:focus,
.bd-button-8:focus {
  background-color: #414141;
  text-decoration: none;
  color: #ffffff;
  background-image: none; }

.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button button:active,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button input[type="submit"]:active,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button input[type="button"]:active,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button a.bd-button-8[href]:active,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-button .bd-button-8:active,
button.bd-button-8:active,
input.bd-button-8:active,
a.bd-button-8[href]:active,
.bd-button-8:active {
  background-color: #404040;
  background-image: none; }

.bd-imagestyles-9 {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border: 0 solid #777777; }

.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-image img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border: 0 solid #777777; }

.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="text"],
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="password"],
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="datetime"],
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="datetime-local"],
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="date"],
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="month"],
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="time"],
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="week"],
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="number"],
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="email"],
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="url"],
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="search"],
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="tel"],
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="color"],
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs textarea,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs select,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs .bd-form-input {
  border-radius: 0px; }

@media (max-width: 767px) {
  .bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="text"],
  .bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="password"],
  .bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="datetime"],
  .bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="datetime-local"],
  .bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="date"],
  .bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="month"],
  .bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="time"],
  .bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="week"],
  .bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="number"],
  .bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="email"],
  .bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="url"],
  .bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="search"],
  .bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="tel"],
  .bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs input[type="color"],
  .bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs textarea,
  .bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs select,
  .bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-inputs .bd-form-input {
    width: 150px; } }

.bd-bootstrapinput-5.form-control {
  border-radius: 0px; }

@media (max-width: 767px) {
  .bd-bootstrapinput-5.form-control {
    width: 150px; } }

.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-bulletlist ul:not([class*="menu"]),
.bd-bulletlist-4 {
  margin-left: -15px; }

.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-bulletlist ul:not([class*="menu"]) li,
.bd-bulletlist-4 li {
  list-style-position: inside; }

.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-orderedlist ol:not([class*="bd-indicators"]),
.bd-orderedlist-4 {
  margin-left: -12px; }

.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-orderedlist ol:not([class*="bd-indicators"]) li,
.bd-orderedlist-4 li {
  position: relative; }

.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-table table,
.bd-table-9 {
  border-collapse: collapse;
  width: 100%; }

.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-table table thead td,
.bd-table-9 thead td,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-table table thead th,
.bd-table-9 thead th {
  border-bottom: 1px solid #dddddd; }

.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-table table td,
.bd-table-9 td,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-table table th,
.bd-table-9 th {
  padding: 5px; }

.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-table table tbody > tr:nth-child(odd) > td,
.bd-table-9 tbody > tr:nth-child(odd) > td,
.bd-block-5 .bd-blockheader:not(.shape-only).bd-custom-table table tbody > tr:nth-child(odd) > th,
.bd-table-9 tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
  background-image: none; }

.bd-content-6 {
  padding-left: 10px; }

.bd-layoutcontainer-29 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-64 {
  position: relative; }

.bd-layoutcolumn-65 {
  position: relative; }

.bd-blog-5 {
  margin-right: -20px;
  margin-left: -20px; }

.bd-pager-4 ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.bd-pager-4 ul {
  display: inline-block;
  width: 100%;
  margin: 0; }

.bd-pager-4 ul li {
  display: inline-block; }

.bd-pager-4 ul > li:first-child {
  float: left; }

.bd-pager-4 ul > li:last-child {
  float: right; }

.bd-pager-4 > .bd-pagination > li.bd-paginationitem-1 > a,
.bd-pager-4 > .bd-pagination > li.bd-paginationitem-1 > span,
.bd-pager-4 > .bd-pagination > li.bd-paginationitem-1 > a:link,
.bd-pager-4 > .bd-pagination > li.bd-paginationitem-1 > a:visited {
  border-radius: 0px; }

.bd-comments-3 ul:not(.pagination) {
  margin: 0;
  padding: 0;
  list-style: none; }

.bd-comments-3 ul:not(.pagination) > li {
  display: block; }

.bd-comments-3 li > ul:not(.pagination) {
  margin-left: 20px; }

.bd-comment-3 {
  padding: 5px; }

.bd-grid-7 > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.separated-item-46 {
  position: relative;
  z-index: 0; }

.separated-item-46:before,
.separated-item-46:after {
  content: "";
  position: absolute;
  z-index: 10; }

.separated-item-46:before {
  top: 0;
  bottom: 0;
  left: 0; }

.separated-item-46:after {
  left: 0;
  right: 0;
  bottom: 0; }

.first-col.separated-item-46:after {
  left: 5px; }

.last-col.separated-item-46:after {
  right: 5px; }

.separated-item-46.first-col:before,
.separated-item-46.last-row:after {
  content: none; }

.bd-posticonauthor-2 {
  line-height: 15.71428572px;
  font-size: 11px; }

.bd-posticonauthor-5 {
  float: left;
  margin-right: 10px;
  position: relative; }

.bd-posticonauthor-5 {
  text-transform: none; }

.bd-posticonauthor-5 {
  float: left;
  margin-right: 10px;
  position: relative; }

.bd-posticonauthor-5 .bd-icon-43 {
  white-space: nowrap; }

.bd-posticonauthor-5 .bd-icon-43 > span,
.bd-posticonauthor-5 .bd-icon-43 > time {
  white-space: normal; }

.bd-icon-43:before {
  content: '\280'; }

.bd-icon-43:before {
  visibility: inherit; }

.bd-icon-43:before {
  color: #cccccc;
  margin-right: 10px; }

.bd-posticonauthor-11 .bd-icon-56 {
  white-space: nowrap; }

.bd-posticonauthor-11 .bd-icon-56 > span,
.bd-posticonauthor-11 .bd-icon-56 > time {
  white-space: normal; }

.bd-icon-56:before {
  content: '\280'; }

.bd-icon-56:before {
  visibility: inherit; }

.bd-posticonauthor-13 .bd-icon-61 {
  white-space: nowrap; }

.bd-posticonauthor-13 .bd-icon-61 > span,
.bd-posticonauthor-13 .bd-icon-61 > time {
  white-space: normal; }

.bd-icon-61:before {
  content: '\280'; }

.bd-icon-61:before {
  visibility: inherit; }

.bd-article-3 {
  margin-bottom: 17px; }

.bd-pager-3 {
  margin-top: 20px; }

.bd-pager-3 ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.bd-pager-3 ul {
  display: inline-block;
  width: 100%;
  margin: 0; }

.bd-pager-3 ul li {
  display: inline-block; }

.bd-pager-3 ul > li:first-child {
  float: left; }

.bd-pager-3 ul > li:last-child {
  float: right; }

.bd-pager-3 > .bd-pagination > li.bd-paginationitem-1 > a,
.bd-pager-3 > .bd-pagination > li.bd-paginationitem-1 > span,
.bd-pager-3 > .bd-pagination > li.bd-paginationitem-1 > a:link,
.bd-pager-3 > .bd-pagination > li.bd-paginationitem-1 > a:visited {
  border-radius: 0px; }

.bd-comments-2 ul:not(.pagination) {
  margin: 0;
  padding: 0;
  list-style: none; }

.bd-comments-2 ul:not(.pagination) > li {
  display: block; }

.bd-comments-2 li > ul:not(.pagination) {
  margin-left: 20px; }

.bd-comment-2 {
  padding: 5px; }

.bd-grid-6 > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.separated-item-38 {
  position: relative;
  z-index: 0; }

.separated-item-38:before,
.separated-item-38:after {
  content: "";
  position: absolute;
  z-index: 10; }

.separated-item-38:before {
  top: 0;
  bottom: 0;
  left: 0; }

.separated-item-38:after {
  left: 0;
  right: 0;
  bottom: 0; }

.first-col.separated-item-38:after {
  left: 5px; }

.last-col.separated-item-38:after {
  right: 5px; }

.separated-item-38.first-col:before,
.separated-item-38.last-row:after {
  content: none; }

.bd-pagination-3.right {
  text-align: right; }

.bd-pagination-3.center {
  text-align: center; }

.bd-pagination-3 > *:last-child {
  margin-right: 0; }

.bd-pagination-3 span {
  cursor: default; }

.pagination > ul.bd-pagination-3 > .active > a,
.pagination > ul.bd-pagination-3 > .active > span {
  color: inherit;
  line-height: inherit; }

.bd-pagination-3 > li.bd-paginationitem-3 > a,
.bd-pagination-3 > li.bd-paginationitem-3 > span,
.bd-pagination-3 > li.bd-paginationitem-3 > a:link,
.bd-pagination-3 > li.bd-paginationitem-3 > a:visited {
  color: #808080;
  border: 1px solid #ffffff; }

.bd-pagination-3 > li.bd-paginationitem-3 > a:hover {
  background-color: #dddddd;
  background-image: none; }

.bd-pagination-3 > li.active.bd-paginationitem-3 > a,
.bd-pagination-3 > li.active.bd-paginationitem-3 > span {
  color: inherit;
  background-color: #f5f5f5;
  font-weight: bold;
  background-image: none; }

.bd-posticoncategory-9 {
  margin-right: 10px;
  float: left;
  position: relative; }

.bd-posticoncategory-9 {
  text-transform: none; }

.bd-posticoncategory-9 {
  margin-right: 10px;
  float: left;
  position: relative; }

.bd-posticoncategory-9 .bd-icon-50 {
  white-space: nowrap; }

.bd-posticoncategory-9 .bd-icon-50 > span,
.bd-posticoncategory-9 .bd-icon-50 > time {
  white-space: normal; }

.bd-icon-50:before {
  content: '\22f'; }

.bd-icon-50:before {
  visibility: inherit; }

.bd-icon-50:before {
  color: #cccccc;
  margin-right: 10px; }

.bd-posticoncategory-14 .bd-icon-62 {
  white-space: nowrap; }

.bd-posticoncategory-14 .bd-icon-62 > span,
.bd-posticoncategory-14 .bd-icon-62 > time {
  white-space: normal; }

.bd-posticondate-3 {
  line-height: 15.71428572px;
  font-size: 11px; }

.bd-posticondate-4 {
  float: left;
  margin-right: 10px;
  position: relative; }

.bd-posticondate-4 {
  text-transform: none; }

.bd-posticondate-4 {
  float: left;
  margin-right: 10px;
  position: relative; }

.bd-posticondate-4 .bd-icon-41 {
  white-space: nowrap; }

.bd-posticondate-4 .bd-icon-41 > span,
.bd-posticondate-4 .bd-icon-41 > time {
  white-space: normal; }

.bd-icon-41:before {
  content: '\23d'; }

.bd-icon-41:before {
  visibility: inherit; }

.bd-icon-41:before {
  color: #cccccc;
  margin-right: 10px; }

.bd-posticondate-1 {
  line-height: 15.71428572px;
  font-size: 11px; }

.bd-posticondate-2 {
  line-height: 15.71428572px;
  font-size: 11px; }

.bd-posticondate-2 .bd-icon-36 {
  white-space: nowrap; }

.bd-posticondate-2 .bd-icon-36 > span,
.bd-posticondate-2 .bd-icon-36 > time {
  white-space: normal; }

.bd-icon-36:before {
  content: '\23d'; }

.bd-icon-36:before {
  visibility: inherit; }

.bd-icon-36:before {
  color: #cccccc;
  margin-right: 5px; }

.bd-posticondate-10 .bd-icon-54 {
  white-space: nowrap; }

.bd-posticondate-10 .bd-icon-54 > span,
.bd-posticondate-10 .bd-icon-54 > time {
  white-space: normal; }

.bd-icon-54:before {
  content: '\23d'; }

.bd-icon-54:before {
  visibility: inherit; }

.bd-posticondate-12 .bd-icon-59 {
  white-space: nowrap; }

.bd-posticondate-12 .bd-icon-59 > span,
.bd-posticondate-12 .bd-icon-59 > time {
  white-space: normal; }

.bd-icon-59:before {
  content: '\23d'; }

.bd-icon-59:before {
  visibility: inherit; }

.bd-posticonedit-8 {
  float: left;
  margin-right: 10px;
  position: relative; }

.bd-posticonedit-8 {
  text-transform: none; }

.bd-posticonedit-8 {
  float: left;
  margin-right: 10px;
  position: relative; }

.bd-posticonedit-8 .bd-icon-49 {
  white-space: nowrap; }

.bd-posticonedit-8 .bd-icon-49 > span,
.bd-posticonedit-8 .bd-icon-49 > time {
  white-space: normal; }

.bd-icon-49:before {
  content: '\13f'; }

.bd-icon-49:before {
  visibility: inherit; }

.bd-icon-49:before {
  color: #cccccc;
  margin-right: 10px; }

.bd-posticonemail-7 {
  float: left;
  margin-right: 10px;
  position: relative; }

.bd-posticonemail-7 {
  text-transform: none; }

.bd-posticonemail-7 {
  float: left;
  margin-right: 10px;
  position: relative; }

.bd-posticonemail-7 .bd-icon-47 {
  white-space: nowrap; }

.bd-posticonemail-7 .bd-icon-47 > span,
.bd-posticonemail-7 .bd-icon-47 > time {
  white-space: normal; }

.bd-icon-47:before {
  content: '\157'; }

.bd-icon-47:before {
  visibility: inherit; }

.bd-icon-47:before {
  color: #cccccc;
  margin-right: 10px; }

.bd-posticonprint-6 {
  float: left;
  margin-right: 10px;
  position: relative; }

.bd-posticonprint-6 {
  text-transform: none; }

.bd-posticonprint-6 {
  float: left;
  margin-right: 10px;
  position: relative; }

.bd-posticonprint-6 .bd-icon-45 {
  white-space: nowrap; }

.bd-posticonprint-6 .bd-icon-45 > span,
.bd-posticonprint-6 .bd-icon-45 > time {
  white-space: normal; }

.bd-icon-45:before {
  content: '\211'; }

.bd-icon-45:before {
  visibility: inherit; }

.bd-icon-45:before {
  color: #cccccc;
  margin-right: 10px; }

.bd-layoutcontainer-26 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-54 {
  position: relative; }

.bd-layoutcolumn-55 {
  position: relative; }

.bd-layoutcolumn-56 {
  position: relative; }

.bd-contentlayout-5 {
  clear: both;
  /* DR-15613 */ }

.bd-contentlayout-5 .bd-flex-horizontal {
  margin-left: -5px;
  margin-right: -5px; }

@media (max-width: 767px) {
  .bd-contentlayout-5 .bd-flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .bd-contentlayout-5 .bd-flex-horizontal > * {
    width: 100%; } }

.bd-contentlayout-5 .bd-flex-horizontal > * {
  padding-left: 5px;
  padding-right: 5px; }

.bd-layoutitemsbox-22 {
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }

.bd-stretchtobottom-4 .bd-contentlayout-5 {
  height: 100%; }

.bd-contentlayout-2 {
  clear: both;
  /* DR-15613 */ }

.bd-layoutitemsbox-18 {
  position: relative;
  padding: 25px 20px; }

.bd-stretchtobottom-6 .bd-contentlayout-2 {
  height: 100%; }

.bd-contentlayout-4 {
  clear: both;
  /* DR-15613 */ }

.bd-contentlayout-4 .bd-flex-horizontal {
  margin-left: -5px;
  margin-right: -5px; }

@media (max-width: 767px) {
  .bd-contentlayout-4 .bd-flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .bd-contentlayout-4 .bd-flex-horizontal > * {
    width: 100%; } }

.bd-contentlayout-4 .bd-flex-horizontal > * {
  padding-left: 5px;
  padding-right: 5px; }

.bd-layoutitemsbox-21 {
  position: relative;
  padding-left: 20px;
  padding-right: 20px; }

.bd-contentlayout-3 {
  clear: both;
  /* DR-15613 */ }

.bd-contentlayout-3 .bd-flex-horizontal {
  margin-left: -5px;
  margin-right: -5px; }

@media (max-width: 767px) {
  .bd-contentlayout-3 .bd-flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .bd-contentlayout-3 .bd-flex-horizontal > * {
    width: 100%; } }

.bd-contentlayout-3 .bd-flex-horizontal > * {
  padding-left: 5px;
  padding-right: 5px; }

.bd-layoutitemsbox-19 {
  position: relative;
  padding: 10px 20px; }

.bd-contentlayout-8 {
  clear: both;
  /* DR-15613 */ }

.bd-contentlayout-8 .bd-flex-horizontal {
  margin-left: -5px;
  margin-right: -5px; }

@media (max-width: 767px) {
  .bd-contentlayout-8 .bd-flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .bd-contentlayout-8 .bd-flex-horizontal > * {
    width: 100%; } }

.bd-contentlayout-8 .bd-flex-horizontal > * {
  padding-left: 5px;
  padding-right: 5px; }

.bd-contentlayout-6 {
  clear: both;
  /* DR-15613 */ }

.bd-contentlayout-6 .bd-flex-horizontal {
  margin-left: -5px;
  margin-right: -5px; }

@media (max-width: 767px) {
  .bd-contentlayout-6 .bd-flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .bd-contentlayout-6 .bd-flex-horizontal > * {
    width: 100%; } }

.bd-contentlayout-6 .bd-flex-horizontal > * {
  padding-left: 5px;
  padding-right: 5px; }

.bd-layoutitemsbox-23 {
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }

.bd-stretchtobottom-3 .bd-contentlayout-6 {
  height: 100%; }

.bd-stretchtobottom-5 .bd-sheet-9 {
  height: 100%; }

.bd-sidebararea-3-column {
  width: 25%; }

@media (max-width: 991px) {
  .bd-sidebararea-3-column {
    width: 33.333333333333336%; } }

@media (max-width: 767px) {
  .bd-sidebararea-3-column {
    width: 100%; } }

.bd-sidebararea-3 {
  position: relative; }

.bd-layoutcontainer-27 {
  margin-bottom: 20px;
  margin-top: 20px; }

.bd-layoutcontainer-27 > .bd-container-inner > .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bd-layoutcolumn-57 {
  position: relative; }

.bd-layoutcolumn-58 {
  position: relative; }

.bd-layoutcolumn-59 {
  text-align: right; }

.bd-layoutcolumn-59 {
  position: relative; }

.bd-text404-1 {
  word-wrap: break-word; }

.bd-text404-41 {
  background-color: #f5f5f5;
  max-width: 600px;
  position: relative;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #dddddd; }

.fixed-top {
  z-index: 850 !important; }

footer {
  background-color: #0e0e0e; }

.fade {
  opacity: 1; }

.nav-tabs {
  border-bottom: 1px solid #1A99AA !important;
  margin-bottom: 20px; }

.nav-tabs > li {
  margin-bottom: 0 !important;
  background-color: #DEE2E6;
  margin-right: 1px; }

.nav-tabs > li > a.active,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover {
  background-color: #1A99AA !important;
  color: #FFFFFF !important;
  border-color: #1A99AA !important; }

.nav-tabs > li > a {
  border-radius: 0 !important;
  padding: 10px 25px 8px !important;
  margin-right: 0 !important;
  color: #6C757D !important; }

.amenities-card {
  height: 100%; }

.amenities-card-1 {
  border-radius: 0px;
  border: none; }

footer {
  background-color: #545454; }

.sub-footer {
  background-color: #545454; }

.bd-menuitem-4 > a {
  padding: 25px 25px 30px;
  color: #000000;
  display: inline-block;
  width: 100%;
  font-size: 13px;
  border-top: 5px solid #FFFFFF; }

.bd-menuitem-4 > a.active {
  color: #414141;
  border-top: 5px solid #414141; }

.bd-menuitem-4 > a:hover {
  color: rgba(65, 65, 65, 0.75);
  border-top: 5px solid rgba(65, 65, 65, 0.75); }

@media (max-width: 992px) {
  .bd-menuitem-4 {
    width: 100%; }
  .bd-menuitem-4 > a {
    padding: 10px;
    color: #000000;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    border: 2px solid #FFFFFF; }
  .bd-menuitem-4 > a.active {
    color: #414141;
    border: 2px solid #414141; }
  .bd-menuitem-4 > a:hover {
    color: rgba(65, 65, 65, 0.75);
    border: 2px solid rgba(65, 65, 65, 0.75); } }

.phone {
  text-align: right; }

@media (max-width: 992px) {
  .phone, .header-block {
    text-align: center; } }

.center-element {
  position: relative;
  top: 50%;
  transform: translate(0%, -50%); }

@media (max-width: 992px) {
  .bd-menu-5 {
    background-color: #FFFFFF; } }

@media (max-width: 768px) {
  .top_logo {
    text-align: center; } }

#dummy-div {
  color: #414141;
  background-color: #1A99AA; }

@media (max-width: 575.98px) {
  h6,
  h6 > span {
    font-size: 2vw !important; }
  h5,
  h5 > span {
    font-size: 2vw !important; }
  h4,
  h4 > span {
    font-size: 3vw !important; }
  h3, h3 > span {
    font-size: 4vw !important; }
  h2, h2 > span {
    font-size: 5vw !important; }
  h1, h1 > span {
    font-size: 7vw !important; }
  p, p > span {
    font-size: 3vw !important; } }

@media (max-width: 780px) {
  h6,
  h6 > span {
    font-size: 2vw !important; }
  h5,
  h5 > span {
    font-size: 2vw !important; }
  h4,
  h4 > span {
    font-size: 3vw !important; }
  h3, h3 > span {
    font-size: 4vw !important; }
  h2, h2 > span {
    font-size: 5vw !important; }
  h1, h1 > span {
    font-size: 7vw !important; }
  p, p > span {
    font-size: 3vw !important; } }

.table {
  margin-top: 0px !important;
  background-color: white !important; }

.center-element {
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.animated-icon > i {
  color: #414141; }

.animated-icon:hover > i {
  color: white; }

.animated-icon:hover {
  color: white;
  border: 0px !important;
  background-color: #414141 !important; }

.item:hover .item-overlay.top {
  top: 0; }

.item:hover .item-overlay.right {
  right: 0;
  left: 0; }

.item:hover .item-overlay.bottom {
  bottom: 0; }

.item:hover .item-overlay.left {
  left: 0; }

.item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  overflow: hidden;
  text-align: center;
  width: 100%;
  -moz-transition: top 0.5s, right 0.5s, bottom 0.5s, left 0.5s;
  -webkit-transition: top 0.5s, right 0.5s, bottom 0.5s, left 0.5s;
  transition: top 0.5s, right 0.5s, bottom 0.5s, left 0.5s; }

.item-overlay.top {
  top: 100%; }

.item-overlay.right {
  right: 200%;
  left: -100%; }

.item-overlay.bottom {
  bottom: 100%; }

.item-overlay.left {
  left: 100%; }

.item {
  position: relative;
  overflow: hidden; }

#contact-form {
  padding: 40px; }

.center-vertical {
  display: flex;
  justify-content: center;
  align-items: center; }

.lead {
  font-size: 18px; }

.dropdown-menu {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  padding: 0px !important; }

.kid:hover {
  background-color: rgba(65, 65, 65, 0.75) !important; }

.kid {
  padding: 10px  !important; }

.kid > a {
  color: #000000 !important; }

.kid > a.active {
  color: #414141 !important; }
