@charset "UTF-8";
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }
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, 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: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):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;
  -ms-overflow-style: scrollbar; }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 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: #fff;
  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: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

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

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

.table-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 {
  background-color: rgba(0, 0, 0, 0.075); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

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

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: #fff; }

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  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.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.875rem + 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: #28a745; }

.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: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

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

.was-validated .form-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: #28a745; }
.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: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

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

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
  .was-validated .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    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,
  .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 {
    background-color: #efa2a9; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      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;
      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;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  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 screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .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(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .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(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #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(255, 193, 7, 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(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    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(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .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(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .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(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .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(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .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(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .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;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .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;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .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-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    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 screen and (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 screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

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

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

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

.dropdown-menu-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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-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: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    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: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after, .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 + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(: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 > .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 > .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 + .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,
.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 {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.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 {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .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; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #80bdff; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

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

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    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 screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .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: #007bff;
    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 screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .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: #007bff;
    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 screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .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-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 screen and (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; }

.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: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.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:not(:disabled):not(.disabled) {
    cursor: pointer; }

.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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }
.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: #fff; }
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 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:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

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

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }
.accordion .card:not(:first-of-type) .card-header:first-child {
  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; }

.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: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    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(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.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: #fff;
  background-color: #007bff;
  border-color: #007bff; }
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

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

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

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

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

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

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

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

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

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

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

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

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

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@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: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media screen and (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 {
  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 {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

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

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

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

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  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, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "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: #000; }

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "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: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

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

.carousel {
  position: relative; }

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

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      transition: none; } }

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

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

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important; }

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

.bg-secondary {
  background-color: #6c757d !important; }

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

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

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

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !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-white {
  background-color: #fff !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: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: 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.8571428571%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

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

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

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

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

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

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

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

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

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

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

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

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

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

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

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

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

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

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

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

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

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

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

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

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

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

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

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

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

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

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

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

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

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

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

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

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

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

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

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

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

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

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

.text-secondary {
  color: #6c757d !important; }

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !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; }

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

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !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; } }
/*	# Elements Folder
//	================================================== */
/*	ACCORDION */
.accrodation {
  width: 100%; }

.acc-trigger {
  cursor: pointer;
  display: block;
  margin: 0 0 0 0;
  width: 100%; }

.acc-trigger:last-of-type, .acc-container:last-of-type {
  margin-bottom: 20px; }

.no-js .acc-trigger:last-of-type {
  border-bottom: none; }

.acc-trigger a {
  background: url(https://imibd.org/wp-content/themes/imibd/assets/css/images/accordion-ico.png) no-repeat 14px 13px;
  display: block;
  padding: 11px 20px 11px 44px;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 600;
  color: #727272;
  border: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3; }

/*.acc-trigger a:hover { background-position: 14px -58px; }*/
.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover {
  color: #7ab700;
  border-bottom: 1px solid #fff; }

.acc-trigger.active a:hover {
  background-color: transparent; }

.acc-trigger.active {
  cursor: default;
  background: #fff; }

.acc-trigger.active:last-of-type {
  border-bottom: none;
  margin-bottom: 0; }

.acc-trigger.active a {
  background-position: 14px -58px;
  cursor: default; }

.acc-container .content {
  padding: 0px 14px 15px 44px;
  color: #999;
  margin-bottom: 4px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-top: 0px solid #e3e3e3; }

/*	Animations v1.0, Copyright 2014, Joe Mottershaw, https://github.com/joemottershaw/
//	================================================================================== */
/*	Table of Contents
//	==================================================
//		#Global

//		#Fade In
//		#Fade In Up
//		#Fade In Down
//		#Fade In Left
//		#Fade In Right

//		#Fade In Up Large
//		#Fade In Down Large
//		#Fade In Left Large
//		#Fade In Right Large

//		#Fade Out
//		#Fade Out Up
//		#Fade Out Down
//		#Fade Out Left
//		#Fade Out Right

//		#Fade Out Up Large
//		#Fade Out Down Large
//		#Fade Out Left Large
//		#Fade Out Right Large

//		#Zoom In
//		#Zoom In Up
//		#Zoom In Down
//		#Zoom In Left
//		#Zoom In Right

//		#Zoom In Up Large
//		#Zoom In Down Large
//		#Zoom In Left Large
//		#Zoom In Right Large

//		#Zoom Out
//		#Zoom Out Up
//		#Zoom Out Down
//		#Zoom Out Left
//		#Zoom Out Right

//		#Zoom Out Up Large
//		#Zoom Out Down Large
//		#Zoom Out Left Large
//		#Zoom Out Right Large

//		#Bounce In 
//		#Bounce In Up
//		#Bounce In Down
//		#Bounce In Left
//		#Bounce In Right

//		#Bounce Out
//		#Bounce Out Up
//		#Bounce Out Down
//		#Bounce Out Left
//		#Bounce Out Right

//		#Spin Left
//		#Spin Right

//		#Flash
//		#Strobe
//		#Shake
//		#Bounce
//		#Tada
//		#Wave
//		#Spin
//		#Pullback
//		#Wobble
//		#Pulse
//		#Pulsate
//		#Heartbeat
//		#Panic
//		#Explode


/*	#Global
//	================================================== */
.animate,
.trigger,
.onHoverFlash,
.onHoverStrobe,
.onHoverShake,
.onHoverBounce,
.onHoverTada,
.onHoverWave,
.onHoverSpin,
.onHoverPullback,
.onHoverWobble,
.onHoverPulse,
.onHoverPulsate,
.onHoverHeartbeat,
.onHoverPanic,
.onHoverExplode {
  opacity: 0;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.no-js .animate,
.ie .animate,
.trigger,
.onHoverFlash,
.onHoverStrobe,
.onHoverShake,
.onHoverBounce,
.onHoverTada,
.onHoverWave,
.onHoverSpin,
.onHoverPullback,
.onHoverWobble,
.onHoverPulse,
.onHoverPulsate,
.onHoverHeartbeat,
.onHoverPanic,
.onHoverExplode {
  opacity: 1; }

.animate.infinite,
.trigger.infinite,
.onHoverFlash.infinite,
.onHoverStrobe.infinite,
.onHoverShake.infinite,
.onHoverBounce.infinite,
.onHoverTada.infinite,
.onHoverWave.infinite,
.onHoverSpin.infinite,
.onHoverPullback.infinite,
.onHoverWobble.infinite,
.onHoverPulse.infinite,
.onHoverPulsate.infinite,
.onHoverHeartbeat.infinite,
.onHoverPanic.infinite,
.onHoverExplode.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/*	#Fade In
//	================================================== */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.animate.fadeIn,
.trigger.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

/*	#Fade In Up
//	================================================== */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(200px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(200px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(200px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(200px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.animate.fadeInUp,
.trigger.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/*	#Fade In Down
//	================================================== */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-200px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-200px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-200px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.animate.fadeInDown,
.trigger.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

/*	#Fade In Left
//	================================================== */
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-200px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-200px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-200px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.animate.fadeInLeft,
.trigger.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

/*	#Fade In Right
//	================================================== */
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(200px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(200px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(200px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.animate.fadeInRight,
.trigger.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

/*	#Fade In Up Large
//	================================================== */
@-webkit-keyframes fadeInUpLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUpLarge {
  0% {
    opacity: 0;
    -moz-transform: translateY(1000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes fadeInUpLarge {
  0% {
    opacity: 0;
    -ms-transform: translateY(1000px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@-o-keyframes fadeInUpLarge {
  0% {
    opacity: 0;
    -o-transform: translateY(1000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUpLarge {
  0% {
    opacity: 0;
    transform: translateY(1000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.animate.fadeInUpLarge,
.trigger.fadeInUpLarge {
  -webkit-animation-name: fadeInUpLarge;
  -moz-animation-name: fadeInUpLarge;
  -ms-animation-name: fadeInUpLarge;
  -o-animation-name: fadeInUpLarge;
  animation-name: fadeInUpLarge; }

/*	#Fade In Down Large
//	================================================== */
@-webkit-keyframes fadeInDownLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDownLarge {
  0% {
    opacity: 0;
    -moz-transform: translateY(-1000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes fadeInDownLarge {
  0% {
    opacity: 0;
    -ms-transform: translateY(-1000px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@-o-keyframes fadeInDownLarge {
  0% {
    opacity: 0;
    -o-transform: translateY(-1000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDownLarge {
  0% {
    opacity: 0;
    transform: translateY(-1000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.animate.fadeInDownLarge,
.trigger.fadeInDownLarge {
  -webkit-animation-name: fadeInDownLarge;
  -moz-animation-name: fadeInDownLarge;
  -ms-animation-name: fadeInDownLarge;
  -o-animation-name: fadeInDownLarge;
  animation-name: fadeInDownLarge; }

/*	#Fade In Left Large
//	================================================== */
@-webkit-keyframes fadeInLeftLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeftLarge {
  0% {
    opacity: 0;
    -moz-transform: translateX(-1000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-ms-keyframes fadeInLeftLarge {
  0% {
    opacity: 0;
    -ms-transform: translateX(-1000px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }
@-o-keyframes fadeInLeftLarge {
  0% {
    opacity: 0;
    -o-transform: translateX(-1000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeftLarge {
  0% {
    opacity: 0;
    transform: translateX(-1000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.animate.fadeInLeftLarge,
.trigger.fadeInLeftLarge {
  -webkit-animation-name: fadeInLeftLarge;
  -moz-animation-name: fadeInLeftLarge;
  -ms-animation-name: fadeInLeftLarge;
  -o-animation-name: fadeInLeftLarge;
  animation-name: fadeInLeftLarge; }

/*	#Fade In Right Large
//	================================================== */
@-webkit-keyframes fadeInRightLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRightLarge {
  0% {
    opacity: 0;
    -moz-transform: translateX(1000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-ms-keyframes fadeInRightLarge {
  0% {
    opacity: 0;
    -ms-transform: translateX(1000px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }
@-o-keyframes fadeInRightLarge {
  0% {
    opacity: 0;
    -o-transform: translateX(1000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRightLarge {
  0% {
    opacity: 0;
    transform: translateX(1000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.animate.fadeInRightLarge,
.trigger.fadeInRightLarge {
  -webkit-animation-name: fadeInRightLarge;
  -moz-animation-name: fadeInRightLarge;
  -ms-animation-name: fadeInRightLarge;
  -o-animation-name: fadeInRightLarge;
  animation-name: fadeInRightLarge; }

/*	#Fade Out
//	================================================== */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-ms-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.animate.fadeOut,
.trigger.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

/*	#Fade Out Up
//	================================================== */
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px); } }
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-200px); } }
@-ms-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(-200px); } }
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-200px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-200px); } }
.animate.fadeOutUp,
.trigger.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -ms-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

/*	#Fade Out Down
//	================================================== */
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(200px); } }
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(200px); } }
@-ms-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(200px); } }
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(200px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(200px); } }
.animate.fadeOutDown,
.trigger.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -ms-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

/*	#Fade Out Left
//	================================================== */
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-200px); } }
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(0); }
  100% {
    opacity: 1;
    -moz-transform: translateX(-200px); } }
@-ms-keyframes fadeOutLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(0); }
  100% {
    opacity: 1;
    -ms-transform: translateX(-200px); } }
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(0); }
  100% {
    opacity: 1;
    -o-transform: translateX(-200px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 0;
    transform: translateX(0); }
  100% {
    opacity: 1;
    transform: translateX(-200px); } }
.animate.fadeOutLeft,
.trigger.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -ms-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

/*	#Fade Out Right
//	================================================== */
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(200px); } }
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(0); }
  100% {
    opacity: 1;
    -moz-transform: translateX(200px); } }
@-ms-keyframes fadeOutRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(0); }
  100% {
    opacity: 1;
    -ms-transform: translateX(200px); } }
@-o-keyframes fadeOutRight {
  0% {
    opacity: 0;
    -o-transform: translateX(0); }
  100% {
    opacity: 1;
    -o-transform: translateX(200px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 0;
    transform: translateX(0); }
  100% {
    opacity: 1;
    transform: translateX(200px); } }
.animate.fadeOutRight,
.trigger.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -ms-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

/*	#Fade Out Up Large
//	================================================== */
@-webkit-keyframes fadeOutUpLarge {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1000px); } }
@-moz-keyframes fadeOutUpLarge {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-1000px); } }
@-ms-keyframes fadeOutUpLarge {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(-1000px); } }
@-o-keyframes fadeOutUpLarge {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-1000px); } }
@keyframes fadeOutUpLarge {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-1000px); } }
.animate.fadeOutUpLarge,
.trigger.fadeOutUpLarge {
  -webkit-animation-name: fadeOutUpLarge;
  -moz-animation-name: fadeOutUpLarge;
  -ms-animation-name: fadeOutUpLarge;
  -o-animation-name: fadeOutUpLarge;
  animation-name: fadeOutUpLarge; }

/*	#Fade Out Down Large
//	================================================== */
@-webkit-keyframes fadeOutDownLarge {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1000px); } }
@-moz-keyframes fadeOutDownLarge {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(1000px); } }
@-ms-keyframes fadeOutDownLarge {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(1000px); } }
@-o-keyframes fadeOutDownLarge {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(1000px); } }
@keyframes fadeOutDownLarge {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(1000px); } }
.animate.fadeOutDownLarge,
.trigger.fadeOutDownLarge {
  -webkit-animation-name: fadeOutDownLarge;
  -moz-animation-name: fadeOutDownLarge;
  -ms-animation-name: fadeOutDownLarge;
  -o-animation-name: fadeOutDownLarge;
  animation-name: fadeOutDownLarge; }

/*	#Fade Out Left Large
//	================================================== */
@-webkit-keyframes fadeOutLeftLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-1000px); } }
@-moz-keyframes fadeOutLeftLarge {
  0% {
    opacity: 0;
    -moz-transform: translateX(0); }
  100% {
    opacity: 1;
    -moz-transform: translateX(-1000px); } }
@-ms-keyframes fadeOutLeftLarge {
  0% {
    opacity: 0;
    -ms-transform: translateX(0); }
  100% {
    opacity: 1;
    -ms-transform: translateX(-1000px); } }
@-o-keyframes fadeOutLeftLarge {
  0% {
    opacity: 0;
    -o-transform: translateX(0); }
  100% {
    opacity: 1;
    -o-transform: translateX(-1000px); } }
@keyframes fadeOutLeftLarge {
  0% {
    opacity: 0;
    transform: translateX(0); }
  100% {
    opacity: 1;
    transform: translateX(-1000px); } }
.animate.fadeOutLeftLarge,
.trigger.fadeOutLeftLarge {
  -webkit-animation-name: fadeOutLeftLarge;
  -moz-animation-name: fadeOutLeftLarge;
  -ms-animation-name: fadeOutLeftLarge;
  -o-animation-name: fadeOutLeftLarge;
  animation-name: fadeOutLeftLarge; }

/*	#Fade Out Right Large
//	================================================== */
@-webkit-keyframes fadeOutRightLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(1000px); } }
@-moz-keyframes fadeOutRightLarge {
  0% {
    opacity: 0;
    -moz-transform: translateX(0); }
  100% {
    opacity: 1;
    -moz-transform: translateX(1000px); } }
@-ms-keyframes fadeOutRightLarge {
  0% {
    opacity: 0;
    -ms-transform: translateX(0); }
  100% {
    opacity: 1;
    -ms-transform: translateX(1000px); } }
@-o-keyframes fadeOutRightLarge {
  0% {
    opacity: 0;
    -o-transform: translateX(0); }
  100% {
    opacity: 1;
    -o-transform: translateX(1000px); } }
@keyframes fadeOutRightLarge {
  0% {
    opacity: 0;
    transform: translateX(0); }
  100% {
    opacity: 1;
    transform: translateX(1000px); } }
.animate.fadeOutRightLarge,
.trigger.fadeOutRightLarge {
  -webkit-animation-name: fadeOutRightLarge;
  -moz-animation-name: fadeOutRightLarge;
  -ms-animation-name: fadeOutRightLarge;
  -o-animation-name: fadeOutRightLarge;
  animation-name: fadeOutRightLarge; }

/*	#Zoom In
//	================================================== */
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }
@-ms-keyframes zoomIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0); }
  100% {
    opacity: 1;
    -ms-transform: scale(1); } }
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale(0); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.animate.zoomIn,
.trigger.zoomIn {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  -ms-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-name: zoomIn; }

/*	#Zoom In Up
//	================================================== */
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(200px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); } }
@-moz-keyframes zoomInUp {
  0% {
    opacity: 0;
    -moz-transform: scale(0) translateY(200px); }
  100% {
    opacity: 1;
    -moz-transform: scale(1) translateY(0); } }
@-ms-keyframes zoomInUp {
  0% {
    opacity: 0;
    -ms-transform: scale(0) translateY(200px); }
  100% {
    opacity: 1;
    -ms-transform: scale(1) translateY(0); } }
@-o-keyframes zoomInUp {
  0% {
    opacity: 0;
    -o-transform: scale(0) translateY(200px); }
  100% {
    opacity: 1;
    -o-transform: scale(1) translateY(0); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale(0) translateY(200px); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0); } }
.animate.zoomInUp,
.trigger.zoomInUp {
  -webkit-animation-name: zoomInUp;
  -moz-animation-name: zoomInUp;
  -ms-animation-name: zoomInUp;
  -o-animation-name: zoomInUp;
  animation-name: zoomInUp; }

/*	#Zoom In Down
//	================================================== */
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-200px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); } }
@-moz-keyframes zoomInDown {
  0% {
    opacity: 0;
    -moz-transform: scale(0) translateY(-200px); }
  100% {
    opacity: 1;
    -moz-transform: scale(1) translateY(0); } }
@-ms-keyframes zoomInDown {
  0% {
    opacity: 0;
    -ms-transform: scale(0) translateY(-200px); }
  100% {
    opacity: 1;
    -ms-transform: scale(1) translateY(0); } }
@-o-keyframes zoomInDown {
  0% {
    opacity: 0;
    -o-transform: scale(0) translateY(-200px); }
  100% {
    opacity: 1;
    -o-transform: scale(1) translateY(0); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale(0) translateY(-200px); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0); } }
.animate.zoomInDown,
.trigger.zoomInDown {
  -webkit-animation-name: zoomInDown;
  -moz-animation-name: zoomInDown;
  -ms-animation-name: zoomInDown;
  -o-animation-name: zoomInDown;
  animation-name: zoomInDown; }

/*	#Zoom In Left
//	================================================== */
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-200px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0); } }
@-moz-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -moz-transform: scale(0) translateX(-200px); }
  100% {
    opacity: 1;
    -moz-transform: scale(1) translateX(0); } }
@-ms-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -ms-transform: scale(0) translateX(-200px); }
  100% {
    opacity: 1;
    -ms-transform: scale(1) translateX(0); } }
@-o-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -o-transform: scale(0) translateX(-200px); }
  100% {
    opacity: 1;
    -o-transform: scale(1) translateX(0); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale(0) translateX(-200px); }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0); } }
.animate.zoomInLeft,
.trigger.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  -moz-animation-name: zoomInLeft;
  -ms-animation-name: zoomInLeft;
  -o-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

/*	#Zoom In Right
//	================================================== */
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(200px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0); } }
@-moz-keyframes zoomInRight {
  0% {
    opacity: 0;
    -moz-transform: scale(0) translateX(200px); }
  100% {
    opacity: 1;
    -moz-transform: scale(1) translateX(0); } }
@-ms-keyframes zoomInRight {
  0% {
    opacity: 0;
    -ms-transform: scale(0) translateX(200px); }
  100% {
    opacity: 1;
    -ms-transform: scale(1) translateX(0); } }
@-o-keyframes zoomInRight {
  0% {
    opacity: 0;
    -o-transform: scale(0) translateX(200px); }
  100% {
    opacity: 1;
    -o-transform: scale(1) translateX(0); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale(0) translateX(200px); }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0); } }
.animate.zoomInRight,
.trigger.zoomInRight {
  -webkit-animation-name: zoomInRight;
  -moz-animation-name: zoomInRight;
  -ms-animation-name: zoomInRight;
  -o-animation-name: zoomInRight;
  animation-name: zoomInRight; }

/*	#Zoom In Up Large
//	================================================== */
@-webkit-keyframes zoomInUpLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(1000px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); } }
@-moz-keyframes zoomInUpLarge {
  0% {
    opacity: 0;
    -moz-transform: scale(0) translateY(1000px); }
  100% {
    opacity: 1;
    -moz-transform: scale(1) translateY(0); } }
@-ms-keyframes zoomInUpLarge {
  0% {
    opacity: 0;
    -ms-transform: scale(0) translateY(1000px); }
  100% {
    opacity: 1;
    -ms-transform: scale(1) translateY(0); } }
@-o-keyframes zoomInUpLarge {
  0% {
    opacity: 0;
    -o-transform: scale(0) translateY(1000px); }
  100% {
    opacity: 1;
    -o-transform: scale(1) translateY(0); } }
@keyframes zoomInUpLarge {
  0% {
    opacity: 0;
    transform: scale(0) translateY(1000px); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0); } }
.animate.zoomInUpLarge,
.trigger.zoomInUpLarge {
  -webkit-animation-name: zoomInUpLarge;
  -moz-animation-name: zoomInUpLarge;
  -ms-animation-name: zoomInUpLarge;
  -o-animation-name: zoomInUpLarge;
  animation-name: zoomInUpLarge; }

/*	#Zoom In Down Large
//	================================================== */
@-webkit-keyframes zoomInDownLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-1000px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); } }
@-moz-keyframes zoomInDownLarge {
  0% {
    opacity: 0;
    -moz-transform: scale(0) translateY(-1000px); }
  100% {
    opacity: 1;
    -moz-transform: scale(1) translateY(0); } }
@-ms-keyframes zoomInDownLarge {
  0% {
    opacity: 0;
    -ms-transform: scale(0) translateY(-1000px); }
  100% {
    opacity: 1;
    -ms-transform: scale(1) translateY(0); } }
@-o-keyframes zoomInDownLarge {
  0% {
    opacity: 0;
    -o-transform: scale(0) translateY(-1000px); }
  100% {
    opacity: 1;
    -o-transform: scale(1) translateY(0); } }
@keyframes zoomInDownLarge {
  0% {
    opacity: 0;
    transform: scale(0) translateY(-1000px); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0); } }
.animate.zoomInDownLarge,
.trigger.zoomInDownLarge {
  -webkit-animation-name: zoomInDownLarge;
  -moz-animation-name: zoomInDownLarge;
  -ms-animation-name: zoomInDownLarge;
  -o-animation-name: zoomInDownLarge;
  animation-name: zoomInDownLarge; }

/*	#Zoom In Left Large
//	================================================== */
@-webkit-keyframes zoomInLeftLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-1000px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0); } }
@-moz-keyframes zoomInLeftLarge {
  0% {
    opacity: 0;
    -moz-transform: scale(0) translateX(-1000px); }
  100% {
    opacity: 1;
    -moz-transform: scale(1) translateX(0); } }
@-ms-keyframes zoomInLeftLarge {
  0% {
    opacity: 0;
    -ms-transform: scale(0) translateX(-1000px); }
  100% {
    opacity: 1;
    -ms-transform: scale(1) translateX(0); } }
@-o-keyframes zoomInLeftLarge {
  0% {
    opacity: 0;
    -o-transform: scale(0) translateX(-1000px); }
  100% {
    opacity: 1;
    -o-transform: scale(1) translateX(0); } }
@keyframes zoomInLeftLarge {
  0% {
    opacity: 0;
    transform: scale(0) translateX(-1000px); }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0); } }
.animate.zoomInLeftLarge,
.trigger.zoomInLeftLarge {
  -webkit-animation-name: zoomInLeftLarge;
  -moz-animation-name: zoomInLeftLarge;
  -ms-animation-name: zoomInLeftLarge;
  -o-animation-name: zoomInLeftLarge;
  animation-name: zoomInLeftLarge; }

/*	#Zoom In Right Large
//	================================================== */
@-webkit-keyframes zoomInRightLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(1000px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0); } }
@-moz-keyframes zoomInRightLarge {
  0% {
    opacity: 0;
    -moz-transform: scale(0) translateX(1000px); }
  100% {
    opacity: 1;
    -moz-transform: scale(1) translateX(0); } }
@-ms-keyframes zoomInRightLarge {
  0% {
    opacity: 0;
    -ms-transform: scale(0) translateX(1000px); }
  100% {
    opacity: 1;
    -ms-transform: scale(1) translateX(0); } }
@-o-keyframes zoomInRightLarge {
  0% {
    opacity: 0;
    -o-transform: scale(0) translateX(1000px); }
  100% {
    opacity: 1;
    -o-transform: scale(1) translateX(0); } }
@keyframes zoomInRightLarge {
  0% {
    opacity: 0;
    transform: scale(0) translateX(1000px); }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0); } }
.animate.zoomInRightLarge,
.trigger.zoomInRightLarge {
  -webkit-animation-name: zoomInRightLarge;
  -moz-animation-name: zoomInRightLarge;
  -ms-animation-name: zoomInRightLarge;
  -o-animation-name: zoomInRightLarge;
  animation-name: zoomInRightLarge; }

/*	#Zoom Out
//	================================================== */
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0); } }
@-moz-keyframes zoomOut {
  0% {
    opacity: 1;
    -moz-transform: scale(1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0); } }
@-ms-keyframes zoomOut {
  0% {
    opacity: 1;
    -ms-transform: scale(1); }
  100% {
    opacity: 0;
    -ms-transform: scale(0); } }
@-o-keyframes zoomOut {
  0% {
    opacity: 1;
    -o-transform: scale(1); }
  100% {
    opacity: 0;
    -o-transform: scale(0); } }
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(0); } }
.animate.zoomOut,
.trigger.zoomOut {
  -webkit-animation-name: zoomOut;
  -moz-animation-name: zoomOut;
  -ms-animation-name: zoomOut;
  -o-animation-name: zoomOut;
  animation-name: zoomOut; }

/*	#Zoom Out Up
//	================================================== */
@-webkit-keyframes zoomOutUp {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-200px); } }
@-moz-keyframes zoomOutUp {
  0% {
    opacity: 1;
    -moz-transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: scale(0) translateY(-200px); } }
@-ms-keyframes zoomOutUp {
  0% {
    opacity: 1;
    -ms-transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: scale(0) translateY(-200px); } }
@-o-keyframes zoomOutUp {
  0% {
    opacity: 1;
    -o-transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    -o-transform: scale(0) translateY(-200px); } }
@keyframes zoomOutUp {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    transform: scale(0) translateY(-200px); } }
.animate.zoomOutUp,
.trigger.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  -moz-animation-name: zoomOutUp;
  -ms-animation-name: zoomOutUp;
  -o-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

/*	#Zoom Out Down
//	================================================== */
@-webkit-keyframes zoomOutDown {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(200px); } }
@-moz-keyframes zoomOutDown {
  0% {
    opacity: 1;
    -moz-transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: scale(0) translateY(200px); } }
@-ms-keyframes zoomOutDown {
  0% {
    opacity: 1;
    -ms-transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: scale(0) translateY(200px); } }
@-o-keyframes zoomOutDown {
  0% {
    opacity: 1;
    -o-transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    -o-transform: scale(0) translateY(200px); } }
@keyframes zoomOutDown {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    transform: scale(0) translateY(200px); } }
.animate.zoomOutDown,
.trigger.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  -moz-animation-name: zoomOutDown;
  -ms-animation-name: zoomOutDown;
  -o-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

/*	#Zoom Out Left
//	================================================== */
@-webkit-keyframes zoomOutLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(-200px); } }
@-moz-keyframes zoomOutLeft {
  0% {
    opacity: 0;
    -moz-transform: scale(0) translateX(0); }
  100% {
    opacity: 1;
    -moz-transform: scale(1) translateX(-200px); } }
@-ms-keyframes zoomOutLeft {
  0% {
    opacity: 0;
    -ms-transform: scale(0) translateX(0); }
  100% {
    opacity: 1;
    -ms-transform: scale(1) translateX(-200px); } }
@-o-keyframes zoomOutLeft {
  0% {
    opacity: 0;
    -o-transform: scale(0) translateX(0); }
  100% {
    opacity: 1;
    -o-transform: scale(1) translateX(-200px); } }
@keyframes zoomOutLeft {
  0% {
    opacity: 0;
    transform: scale(0) translateX(0); }
  100% {
    opacity: 1;
    transform: scale(1) translateX(-200px); } }
.animate.zoomOutLeft,
.trigger.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  -moz-animation-name: zoomOutLeft;
  -ms-animation-name: zoomOutLeft;
  -o-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

/*	#Zoom Out Right
//	================================================== */
@-webkit-keyframes zoomOutRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(200px); } }
@-moz-keyframes zoomOutRight {
  0% {
    opacity: 0;
    -moz-transform: scale(0) translateX(0); }
  100% {
    opacity: 1;
    -moz-transform: scale(1) translateX(200px); } }
@-ms-keyframes zoomOutRight {
  0% {
    opacity: 0;
    -ms-transform: scale(0) translateX(0); }
  100% {
    opacity: 1;
    -ms-transform: scale(1) translateX(200px); } }
@-o-keyframes zoomOutRight {
  0% {
    opacity: 0;
    -o-transform: scale(0) translateX(0); }
  100% {
    opacity: 1;
    -o-transform: scale(1) translateX(200px); } }
@keyframes zoomOutRight {
  0% {
    opacity: 0;
    transform: scale(0) translateX(0); }
  100% {
    opacity: 1;
    transform: scale(1) translateX(200px); } }
.animate.zoomOutRight,
.trigger.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  -moz-animation-name: zoomOutRight;
  -ms-animation-name: zoomOutRight;
  -o-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

/*	#Zoom Out Up Large
//	================================================== */
@-webkit-keyframes zoomOutUpLarge {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-1000px); } }
@-moz-keyframes zoomOutUpLarge {
  0% {
    opacity: 1;
    -moz-transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: scale(0) translateY(-1000px); } }
@-ms-keyframes zoomOutUpLarge {
  0% {
    opacity: 1;
    -ms-transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: scale(0) translateY(-1000px); } }
@-o-keyframes zoomOutUpLarge {
  0% {
    opacity: 1;
    -o-transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    -o-transform: scale(0) translateY(-1000px); } }
@keyframes zoomOutUpLarge {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    transform: scale(0) translateY(-1000px); } }
.animate.zoomOutUpLarge,
.trigger.zoomOutUpLarge {
  -webkit-animation-name: zoomOutUpLarge;
  -moz-animation-name: zoomOutUpLarge;
  -ms-animation-name: zoomOutUpLarge;
  -o-animation-name: zoomOutUpLarge;
  animation-name: zoomOutUpLarge; }

/*	#Zoom Out Down Large
//	================================================== */
@-webkit-keyframes zoomOutDownLarge {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(1000px); } }
@-moz-keyframes zoomOutDownLarge {
  0% {
    opacity: 1;
    -moz-transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: scale(0) translateY(1000px); } }
@-ms-keyframes zoomOutDownLarge {
  0% {
    opacity: 1;
    -ms-transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: scale(0) translateY(1000px); } }
@-o-keyframes zoomOutDownLarge {
  0% {
    opacity: 1;
    -o-transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    -o-transform: scale(0) translateY(1000px); } }
@keyframes zoomOutDownLarge {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0); }
  100% {
    opacity: 0;
    transform: scale(0) translateY(1000px); } }
.animate.zoomOutDownLarge,
.trigger.zoomOutDownLarge {
  -webkit-animation-name: zoomOutDownLarge;
  -moz-animation-name: zoomOutDownLarge;
  -ms-animation-name: zoomOutDownLarge;
  -o-animation-name: zoomOutDownLarge;
  animation-name: zoomOutDownLarge; }

/*	#Zoom Out Left Large
//	================================================== */
@-webkit-keyframes zoomOutLeftLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(-1000px); } }
@-moz-keyframes zoomOutLeftLarge {
  0% {
    opacity: 0;
    -moz-transform: scale(0) translateX(0); }
  100% {
    opacity: 1;
    -moz-transform: scale(1) translateX(-1000px); } }
@-ms-keyframes zoomOutLeftLarge {
  0% {
    opacity: 0;
    -ms-transform: scale(0) translateX(0); }
  100% {
    opacity: 1;
    -ms-transform: scale(1) translateX(-1000px); } }
@-o-keyframes zoomOutLeftLarge {
  0% {
    opacity: 0;
    -o-transform: scale(0) translateX(0); }
  100% {
    opacity: 1;
    -o-transform: scale(1) translateX(-1000px); } }
@keyframes zoomOutLeftLarge {
  0% {
    opacity: 0;
    transform: scale(0) translateX(0); }
  100% {
    opacity: 1;
    transform: scale(1) translateX(-1000px); } }
.animate.zoomOutLeftLarge,
.trigger.zoomOutLeftLarge {
  -webkit-animation-name: zoomOutLeftLarge;
  -moz-animation-name: zoomOutLeftLarge;
  -ms-animation-name: zoomOutLeftLarge;
  -o-animation-name: zoomOutLeftLarge;
  animation-name: zoomOutLeftLarge; }

/*	#Zoom Out Right Large
//	================================================== */
@-webkit-keyframes zoomOutRightLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(1000px); } }
@-moz-keyframes zoomOutRightLarge {
  0% {
    opacity: 0;
    -moz-transform: scale(0) translateX(0); }
  100% {
    opacity: 1;
    -moz-transform: scale(1) translateX(1000px); } }
@-ms-keyframes zoomOutRightLarge {
  0% {
    opacity: 0;
    -ms-transform: scale(0) translateX(0); }
  100% {
    opacity: 1;
    -ms-transform: scale(1) translateX(1000px); } }
@-o-keyframes zoomOutRightLarge {
  0% {
    opacity: 0;
    -o-transform: scale(0) translateX(0); }
  100% {
    opacity: 1;
    -o-transform: scale(1) translateX(1000px); } }
@keyframes zoomOutRightLarge {
  0% {
    opacity: 0;
    transform: scale(0) translateX(0); }
  100% {
    opacity: 1;
    transform: scale(1) translateX(1000px); } }
.animate.zoomOutRightLarge,
.trigger.zoomOutRightLarge {
  -webkit-animation-name: zoomOutRightLarge;
  -moz-animation-name: zoomOutRightLarge;
  -ms-animation-name: zoomOutRightLarge;
  -o-animation-name: zoomOutRightLarge;
  animation-name: zoomOutRightLarge; }

/*	#Bounce In
//	================================================== */
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  70% {
    opacity: 1;
    -webkit-transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  70% {
    opacity: 1;
    -moz-transform: scale(0.9); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }
@-ms-keyframes bounceIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0); }
  50% {
    opacity: 1;
    -ms-transform: scale(1.1); }
  70% {
    opacity: 1;
    -ms-transform: scale(0.9); }
  100% {
    opacity: 1;
    -ms-transform: scale(1); } }
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0); }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  70% {
    opacity: 1;
    -o-transform: scale(0.9); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  70% {
    opacity: 1;
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.animate.bounceIn,
.trigger.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -ms-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

/*	#Bounce In Up
//	================================================== */
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(200px); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1) translateY(-40px); }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); } }
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: scale(0) translateY(200px); }
  60% {
    opacity: 1;
    -moz-transform: scale(1.1) translateY(-40px); }
  80% {
    opacity: 1;
    -moz-transform: scale(0.9) translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: scale(1) translateY(0); } }
@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -ms-transform: scale(0) translateY(200px); }
  60% {
    opacity: 1;
    -ms-transform: scale(1.1) translateY(-40px); }
  80% {
    opacity: 1;
    -ms-transform: scale(0.9) translateY(20px); }
  100% {
    opacity: 1;
    -ms-transform: scale(1) translateY(0); } }
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: scale(0) translateY(200px); }
  60% {
    opacity: 1;
    -o-transform: scale(1.1) translateY(-40px); }
  80% {
    opacity: 1;
    -o-transform: scale(0.9) translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: scale(1) translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: scale(0) translateY(200px); }
  60% {
    opacity: 1;
    transform: scale(1.1) translateY(-40px); }
  80% {
    opacity: 1;
    transform: scale(0.9) translateY(20px); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0); } }
.animate.bounceInUp,
.trigger.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -ms-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

/*	#Bounce In Down
//	================================================== */
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-200px); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1) translateY(40px); }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); } }
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: scale(0) translateY(-200px); }
  60% {
    opacity: 1;
    -moz-transform: scale(1.1) translateY(40px); }
  80% {
    opacity: 1;
    -moz-transform: scale(0.9) translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: scale(1) translateY(0); } }
@-ms-keyframes bounceInDown {
  0% {
    opacity: 0;
    -ms-transform: scale(0) translateY(-200px); }
  60% {
    opacity: 1;
    -ms-transform: scale(1.1) translateY(40px); }
  80% {
    opacity: 1;
    -ms-transform: scale(0.9) translateY(-20px); }
  100% {
    opacity: 1;
    -ms-transform: scale(1) translateY(0); } }
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: scale(0) translateY(-200px); }
  60% {
    opacity: 1;
    -o-transform: scale(1.1) translateY(40px); }
  80% {
    opacity: 1;
    -o-transform: scale(0.9) translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: scale(1) translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: scale(0) translateY(-200px); }
  60% {
    opacity: 1;
    transform: scale(1.1) translateY(40px); }
  80% {
    opacity: 1;
    transform: scale(0.9) translateY(-20px); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0); } }
.animate.bounceInDown,
.trigger.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -ms-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

/*	#Bounce In Left
//	================================================== */
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-200px); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1) translateX(40px); }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0); } }
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: scale(0) translateX(-200px); }
  60% {
    opacity: 1;
    -moz-transform: scale(1.1) translateX(40px); }
  80% {
    opacity: 1;
    -moz-transform: scale(0.9) translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: scale(1) translateX(0); } }
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: scale(0) translateX(-200px); }
  60% {
    opacity: 1;
    -ms-transform: scale(1.1) translateX(40px); }
  80% {
    opacity: 1;
    -ms-transform: scale(0.9) translateX(-20px); }
  100% {
    opacity: 1;
    -ms-transform: scale(1) translateX(0); } }
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: scale(0) translateX(-200px); }
  60% {
    opacity: 1;
    -o-transform: scale(1.1) translateX(40px); }
  80% {
    opacity: 1;
    -o-transform: scale(0.9) translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: scale(1) translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: scale(0) translateX(-200px); }
  60% {
    opacity: 1;
    transform: scale(1.1) translateX(40px); }
  80% {
    opacity: 1;
    transform: scale(0.9) translateX(-20px); }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0); } }
.animate.bounceInLeft,
.trigger.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -ms-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

/*	#Bounce In Right
//	================================================== */
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(200px); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1) translateX(-40px); }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0); } }
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: scale(0) translateX(200px); }
  60% {
    opacity: 1;
    -moz-transform: scale(1.1) translateX(-40px); }
  80% {
    opacity: 1;
    -moz-transform: scale(0.9) translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: scale(1) translateX(0); } }
@-ms-keyframes bounceInRight {
  0% {
    opacity: 0;
    -ms-transform: scale(0) translateX(200px); }
  60% {
    opacity: 1;
    -ms-transform: scale(1.1) translateX(-40px); }
  80% {
    opacity: 1;
    -ms-transform: scale(0.9) translateX(20px); }
  100% {
    opacity: 1;
    -ms-transform: scale(1) translateX(0); } }
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: scale(0) translateX(200px); }
  60% {
    opacity: 1;
    -o-transform: scale(1.1) translateX(-40px); }
  80% {
    opacity: 1;
    -o-transform: scale(0.9) translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: scale(1) translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: scale(0) translateX(200px); }
  60% {
    opacity: 1;
    transform: scale(1.1) translateX(-40px); }
  80% {
    opacity: 1;
    transform: scale(0.9) translateX(20px); }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0); } }
.animate.bounceInRight,
.trigger.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -ms-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

/*	#Bounce Out
//	================================================== */
@-webkit-keyframes bounceOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1); }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.9); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0); } }
@-moz-keyframes bounceOut {
  0% {
    opacity: 1;
    -moz-transform: scale(1); }
  30% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  50% {
    opacity: 0;
    -moz-transform: scale(0.9); }
  100% {
    opacity: 0;
    -moz-transform: scale(0); } }
@-ms-keyframes bounceOut {
  0% {
    opacity: 1;
    -ms-transform: scale(1); }
  30% {
    opacity: 1;
    -ms-transform: scale(1.1); }
  50% {
    opacity: 0;
    -ms-transform: scale(0.9); }
  100% {
    opacity: 0;
    -ms-transform: scale(0); } }
@-o-keyframes bounceOut {
  0% {
    opacity: 1;
    -o-transform: scale(1); }
  30% {
    opacity: 1;
    -o-transform: scale(1.1); }
  50% {
    opacity: 0;
    -o-transform: scale(0.9); }
  100% {
    opacity: 0;
    -o-transform: scale(0); } }
@keyframes bounceOut {
  0% {
    opacity: 1;
    transform: scale(1); }
  30% {
    opacity: 1;
    transform: scale(1.1); }
  50% {
    opacity: 0;
    transform: scale(0.9); }
  100% {
    opacity: 0;
    transform: scale(0); } }
.animate.bounceOut,
.trigger.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -ms-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; }

/*	#Bounce Out Up
//	================================================== */
@-webkit-keyframes bounceOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(40px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px); } }
@-moz-keyframes bounceOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(40px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-200px); } }
@-ms-keyframes bounceOutUp {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  20% {
    opacity: 1;
    -ms-transform: translateY(40px); }
  100% {
    opacity: 0;
    -ms-transform: translateY(-200px); } }
@-o-keyframes bounceOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(40px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-200px); } }
@keyframes bounceOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(40px); }
  100% {
    opacity: 0;
    transform: translateY(-200px); } }
.animate.bounceOutUp,
.trigger.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -ms-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

/*	#Bounce Out Down
//	================================================== */
@-webkit-keyframes bounceOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-40px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(200px); } }
@-moz-keyframes bounceOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(-40px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(200px); } }
@-ms-keyframes bounceOutDown {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  20% {
    opacity: 1;
    -ms-transform: translateY(-40px); }
  100% {
    opacity: 0;
    -ms-transform: translateY(200px); } }
@-o-keyframes bounceOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(-40px); }
  100% {
    opacity: 0;
    -o-transform: translateY(200px); } }
@keyframes bounceOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-40px); }
  100% {
    opacity: 0;
    transform: translateY(200px); } }
.animate.bounceOutDown,
.trigger.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -ms-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

/*	#Bounce Out Left
//	================================================== */
@-webkit-keyframes bounceOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(40px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-200px); } }
@-moz-keyframes bounceOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(40px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-200px); } }
@-ms-keyframes bounceOutLeft {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }
  20% {
    opacity: 1;
    -ms-transform: translateX(40px); }
  100% {
    opacity: 0;
    -ms-transform: translateX(-200px); } }
@-o-keyframes bounceOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(40px); }
  100% {
    opacity: 0;
    -o-transform: translateX(-200px); } }
@keyframes bounceOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(40px); }
  100% {
    opacity: 0;
    transform: translateX(-200px); } }
.animate.bounceOutLeft,
.trigger.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -ms-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

/*	#Bounce In Right
//	================================================== */
@-webkit-keyframes bounceOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-40px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(200px); } }
@-moz-keyframes bounceOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(-40px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(200px); } }
@-ms-keyframes bounceOutRight {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }
  20% {
    opacity: 1;
    -ms-transform: translateX(-40px); }
  100% {
    opacity: 0;
    -ms-transform: translateX(200px); } }
@-o-keyframes bounceOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(-40px); }
  100% {
    opacity: 0;
    -o-transform: translateX(200px); } }
@keyframes bounceOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-40px); }
  100% {
    opacity: 0;
    transform: translateX(200px); } }
.animate.bounceOutRight,
.trigger.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -ms-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

/*	#Spin Left
//	================================================== */
@-webkit-keyframes spinLeft {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-380deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes spinLeft {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-380deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-ms-keyframes spinLeft {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(-380deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes spinLeft {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-380deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes spinLeft {
  0% {
    transform-origin: center center;
    transform: rotate(-380deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }
.animate.spinLeft,
.trigger.spinLeft {
  -webkit-animation-name: spinLeft;
  -moz-animation-name: spinLeft;
  -ms-animation-name: spinLeft;
  -o-animation-name: spinLeft;
  animation-name: spinLeft; }

/*	#Spin Right
//	================================================== */
@-webkit-keyframes spinRight {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(380deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes spinRight {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(380deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-ms-keyframes spinRight {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(380deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes spinRight {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(380deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes spinRight {
  0% {
    transform-origin: center center;
    transform: rotate(380deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }
.animate.spinRight,
.trigger.spinRight {
  -webkit-animation-name: spinRight;
  -moz-animation-name: spinRight;
  -ms-animation-name: spinRight;
  -o-animation-name: spinRight;
  animation-name: spinRight; }

/*	#Flash
//	================================================== */
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@-ms-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.animate.flash,
.trigger.flash,
.onHoverFlash:hover {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -ms-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

/*	#Strobe
//	================================================== */
@-webkit-keyframes strobe {
  0%, 20%, 40%, 60%, 80%, 100% {
    opacity: 1; }
  10%, 30%, 50%, 70%, 90% {
    opacity: 0; } }
@-moz-keyframes strobe {
  0%, 20%, 40%, 60%, 80%, 100% {
    opacity: 1; }
  10%, 30%, 50%, 70%, 90% {
    opacity: 0; } }
@-ms-keyframes strobe {
  0%, 20%, 40%, 60%, 80%, 100% {
    opacity: 1; }
  10%, 30%, 50%, 70%, 90% {
    opacity: 0; } }
@-o-keyframes strobe {
  0%, 20%, 40%, 60%, 80%, 100% {
    opacity: 1; }
  10%, 30%, 50%, 70%, 90% {
    opacity: 0; } }
@keyframes strobe {
  0%, 20%, 40%, 60%, 80%, 100% {
    opacity: 1; }
  10%, 30%, 50%, 70%, 90% {
    opacity: 0; } }
.animate.strobe,
.trigger.strobe,
.onHoverStrobe:hover {
  -webkit-animation-name: strobe;
  -moz-animation-name: strobe;
  -ms-animation-name: strobe;
  -o-animation-name: strobe;
  animation-name: strobe; }

/*	#Shake
//	================================================== */
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }
@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px); } }
@-ms-keyframes shake {
  0%, 100% {
    -ms-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -ms-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -ms-transform: translateX(10px); } }
@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }
.animate.shake,
.trigger.shake,
.onHoverShake:hover {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -ms-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

/*	#Bounce
//	================================================== */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0); }
  40% {
    -ms-transform: translateY(-30px); }
  60% {
    -ms-transform: translateY(-15px); } }
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.animate.bounce,
.trigger.bounce,
.onHoverBounce:hover {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -ms-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

/*	#Tada
//	================================================== */
@-webkit-keyframes tada {
  0%, 100% {
    -webkit-transform: scale(1) rotate(0); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); } }
@-moz-keyframes tada {
  0%, 100% {
    -moz-transform: scale(1) rotate(0); }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg); } }
@-ms-keyframes tada {
  0%, 100% {
    -ms-transform: scale(1) rotate(0); }
  10%, 20% {
    -ms-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -ms-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -ms-transform: scale(1.1) rotate(-3deg); } }
@-o-keyframes tada {
  0%, 100% {
    -o-transform: scale(1) rotate(0); }
  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg); } }
@keyframes tada {
  0%, 100% {
    transform: scale(1) rotate(0); }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); } }
.animate.tada,
.trigger.tada,
.onHoverTada:hover {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -ms-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; }

/*	#Wave
//	================================================== */
@-webkit-keyframes wave {
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@-moz-keyframes wave {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }
@-ms-keyframes wave {
  20% {
    -ms-transform: rotate(15deg); }
  40% {
    -ms-transform: rotate(-10deg); }
  60% {
    -ms-transform: rotate(5deg); }
  80% {
    -ms-transform: rotate(-5deg); }
  100% {
    -ms-transform: rotate(0deg); } }
@-o-keyframes wave {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }
@keyframes wave {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
.animate.wave,
.trigger.wave,
.onHoverWave:hover {
  -webkit-animation-name: wave;
  -moz-animation-name: wave;
  -ms-animation-name: wave;
  -o-animation-name: wave;
  animation-name: wave; }

/*	#Spin
//	================================================== */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.animate.spin,
.trigger.spin,
.onHoverSpin:hover {
  -webkit-animation-name: spin;
  -moz-animation-name: spin;
  -ms-animation-name: spin;
  -o-animation-name: spin;
  animation-name: spin; }

/*	#Pull Back
//	================================================== */
@-webkit-keyframes pullback {
  0% {
    -webkit-transform: rotate(0deg); }
  20%, 30% {
    -webkit-transform: rotate(-45deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes pullback {
  0% {
    -moz-transform: rotate(0deg); }
  20%, 30% {
    -moz-transform: rotate(-45deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@-ms-keyframes pullback {
  0% {
    -ms-transform: rotate(0deg); }
  20%, 30% {
    -ms-transform: rotate(-45deg); }
  100% {
    -ms-transform: rotate(360deg); } }
@-o-keyframes pullback {
  0% {
    -o-transform: rotate(0deg); }
  20%, 30% {
    -o-transform: rotate(-45deg); }
  100% {
    -o-transform: rotate(360deg); } }
@keyframes pullback {
  0% {
    transform: rotate(0deg); }
  20%, 30% {
    transform: rotate(-45deg); }
  100% {
    transform: rotate(360deg); } }
.animate.pullback,
.trigger.pullback,
.onHoverPullback:hover {
  -webkit-animation-name: pullback;
  -moz-animation-name: pullback;
  -ms-animation-name: pullback;
  -o-animation-name: pullback;
  animation-name: pullback; }

/*	#Wobble
//	================================================== */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0px); }
  15% {
    -webkit-transform: translateX(-25px) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20px) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10px) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5px) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0px); } }
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0px); }
  15% {
    -moz-transform: translateX(-25px) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20px) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15px) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10px) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5px) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0px); } }
@-ms-keyframes wobble {
  0% {
    -ms-transform: translateX(0px); }
  15% {
    -ms-transform: translateX(-25px) rotate(-5deg); }
  30% {
    -ms-transform: translateX(20px) rotate(3deg); }
  45% {
    -ms-transform: translateX(-15px) rotate(-3deg); }
  60% {
    -ms-transform: translateX(10px) rotate(2deg); }
  75% {
    -ms-transform: translateX(-5px) rotate(-1deg); }
  100% {
    -ms-transform: translateX(0px); } }
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0px); }
  15% {
    -o-transform: translateX(-25px) rotate(-5deg); }
  30% {
    -o-transform: translateX(20px) rotate(3deg); }
  45% {
    -o-transform: translateX(-15px) rotate(-3deg); }
  60% {
    -o-transform: translateX(10px) rotate(2deg); }
  75% {
    -o-transform: translateX(-5px) rotate(-1deg); }
  100% {
    -o-transform: translateX(0px); } }
@keyframes wobble {
  0% {
    transform: translateX(0px); }
  15% {
    transform: translateX(-25px) rotate(-5deg); }
  30% {
    transform: translateX(20px) rotate(3deg); }
  45% {
    transform: translateX(-15px) rotate(-3deg); }
  60% {
    transform: translateX(10px) rotate(2deg); }
  75% {
    transform: translateX(-5px) rotate(-1deg); }
  100% {
    transform: translateX(0px); } }
.animate.wobble,
.trigger.wobble,
.onHoverWobble:hover {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -ms-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

/*	#Pulse
//	================================================== */
@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); } }
@-moz-keyframes pulse {
  0%, 100% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); } }
@-ms-keyframes pulse {
  0%, 100% {
    -ms-transform: scale(1); }
  50% {
    -ms-transform: scale(1.1); } }
@-o-keyframes pulse {
  0%, 100% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.1); } }
@keyframes pulse {
  0%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); } }
.animate.pulse,
.trigger.pulse,
.onHoverPulse:hover {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

/*	#Pulsate
//	================================================== */
@-webkit-keyframes pulsate {
  0%, 50%, 100% {
    -webkit-transform: scale(1); }
  25%, 75% {
    -webkit-transform: scale(1.1); } }
@-moz-keyframes pulsate {
  0%, 50%, 100% {
    -moz-transform: scale(1); }
  25%, 75% {
    -moz-transform: scale(1.1); } }
@-ms-keyframes pulsate {
  0%, 50%, 100% {
    -ms-transform: scale(1); }
  25%, 75% {
    -ms-transform: scale(1.1); } }
@-o-keyframes pulsate {
  0%, 50%, 100% {
    -o-transform: scale(1); }
  25%, 75% {
    -o-transform: scale(1.1); } }
@keyframes pulsate {
  0%, 50%, 100% {
    transform: scale(1); }
  25%, 75% {
    transform: scale(1.1); } }
.animate.pulsate,
.trigger.pulsate,
.onHoverPulsate:hover {
  -webkit-animation-name: pulsate;
  -moz-animation-name: pulsate;
  -ms-animation-name: pulsate;
  -o-animation-name: pulsate;
  animation-name: pulsate; }

/*	#Heartbeat
//	================================================== */
@-webkit-keyframes heartbeat {
  0%, 30%, 50%, 60%, 80% {
    -webkit-transform: scale(1); }
  40%, 70% {
    -webkit-transform: scale(1.1); } }
@-moz-keyframes heartbeat {
  0%, 30%, 50%, 60%, 80% {
    -moz-transform: scale(1); }
  40%, 70% {
    -moz-transform: scale(1.1); } }
@-ms-keyframes heartbeat {
  0%, 30%, 50%, 60%, 80% {
    -ms-transform: scale(1); }
  40%, 70% {
    -ms-transform: scale(1.1); } }
@-o-keyframes heartbeat {
  0%, 30%, 50%, 60%, 80% {
    -o-transform: scale(1); }
  40%, 70% {
    -o-transform: scale(1.1); } }
@keyframes heartbeat {
  0%, 30%, 50%, 60%, 80% {
    transform: scale(1); }
  40%, 70% {
    transform: scale(1.1); } }
.animate.heartbeat,
.trigger.heartbeat,
.onHoverHeartbeat:hover {
  -webkit-animation-name: heartbeat;
  -moz-animation-name: heartbeat;
  -ms-animation-name: heartbeat;
  -o-animation-name: heartbeat;
  animation-name: heartbeat; }

/*	#Panic
//	================================================== */
@-webkit-keyframes panic {
  0%, 100% {
    -webkit-transform: scale(1) rotate(0); }
  10%, 60% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  20%, 40% {
    -webkit-transform: scale(1) rotate(-3deg); }
  30% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  50%, 70%, 90% {
    -webkit-transform: scale(1) rotate(3deg); }
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg); } }
@-moz-keyframes panic {
  0%, 100% {
    -moz-transform: scale(1) rotate(0); }
  10%, 60% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  20%, 40% {
    -moz-transform: scale(1) rotate(-3deg); }
  30% {
    -moz-transform: scale(1.1) rotate(3deg); }
  50%, 70%, 90% {
    -moz-transform: scale(1) rotate(3deg); }
  80% {
    -moz-transform: scale(1.1) rotate(-3deg); } }
@-ms-keyframes panic {
  0%, 100% {
    -ms-transform: scale(1) rotate(0); }
  10%, 60% {
    -ms-transform: scale(1.1) rotate(-3deg); }
  20%, 40% {
    -ms-transform: scale(1) rotate(-3deg); }
  30% {
    -ms-transform: scale(1.1) rotate(3deg); }
  50%, 70%, 90% {
    -ms-transform: scale(1) rotate(3deg); }
  80% {
    -ms-transform: scale(1.1) rotate(-3deg); } }
@-o-keyframes panic {
  0%, 100% {
    -o-transform: scale(1) rotate(0); }
  10%, 60% {
    -o-transform: scale(1.1) rotate(-3deg); }
  20%, 40% {
    -o-transform: scale(1) rotate(-3deg); }
  30% {
    -o-transform: scale(1.1) rotate(3deg); }
  50%, 70%, 90% {
    -o-transform: scale(1) rotate(3deg); }
  80% {
    -o-transform: scale(1.1) rotate(-3deg); } }
@keyframes panic {
  0%, 100% {
    transform: scale(1) rotate(0); }
  10%, 60% {
    transform: scale(1.1) rotate(-3deg); }
  20%, 40% {
    transform: scale(1) rotate(-3deg); }
  30% {
    transform: scale(1.1) rotate(3deg); }
  50%, 70%, 90% {
    transform: scale(1) rotate(3deg); }
  80% {
    transform: scale(1.1) rotate(-3deg); } }
.animate.panic,
.trigger.panic,
.onHoverPanic:hover {
  -webkit-animation-name: panic;
  -moz-animation-name: panic;
  -ms-animation-name: panic;
  -o-animation-name: panic;
  animation-name: panic; }

/*	#Explode
//	================================================== */
@-webkit-keyframes explode {
  0% {
    -webkit-transform: scale(1); }
  20% {
    -webkit-transform: scale(0.3) rotate(-3deg); }
  60% {
    -webkit-transform: scale(0.3) rotate(-5deg); }
  30% {
    -webkit-transform: scale(0.4) rotate(8deg); }
  40% {
    -webkit-transform: scale(0.3) rotate(-11deg); }
  50% {
    -webkit-transform: scale(0.4) rotate(14deg); }
  70% {
    -webkit-transform: scale(0.2) rotate(17deg); }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.2) rotate(-20deg); }
  100% {
    opacity: 0;
    -webkit-transform: scale(10) rotate(360deg); } }
@-moz-keyframes explode {
  0% {
    opacity: 1;
    -moz-transform: scale(1); }
  20% {
    -moz-transform: scale(0.3) rotate(-3deg); }
  60% {
    -moz-transform: scale(0.3) rotate(-5deg); }
  30% {
    -moz-transform: scale(0.4) rotate(8deg); }
  40% {
    -moz-transform: scale(0.3) rotate(-11deg); }
  50% {
    -moz-transform: scale(0.4) rotate(14deg); }
  70% {
    -moz-transform: scale(0.2) rotate(17deg); }
  80% {
    opacity: 1;
    -moz-transform: scale(0.2) rotate(-20deg); }
  100% {
    opacity: 0;
    -moz-transform: scale(10) rotate(360deg); } }
@-ms-keyframes explode {
  0% {
    opacity: 1;
    -ms-transform: scale(1); }
  20% {
    -ms-transform: scale(0.3) rotate(-3deg); }
  60% {
    -ms-transform: scale(0.3) rotate(-5deg); }
  30% {
    -ms-transform: scale(0.4) rotate(8deg); }
  40% {
    -ms-transform: scale(0.3) rotate(-11deg); }
  50% {
    -ms-transform: scale(0.4) rotate(14deg); }
  70% {
    -ms-transform: scale(0.2) rotate(17deg); }
  80% {
    opacity: 1;
    -ms-transform: scale(0.2) rotate(-20deg); }
  100% {
    opacity: 0;
    -ms-transform: scale(10) rotate(360deg); } }
@-o-keyframes explode {
  0% {
    opacity: 1;
    -o-transform: scale(1); }
  20% {
    -o-transform: scale(0.3) rotate(-3deg); }
  60% {
    -o-transform: scale(0.3) rotate(-5deg); }
  30% {
    -o-transform: scale(0.4) rotate(8deg); }
  40% {
    -o-transform: scale(0.3) rotate(-11deg); }
  50% {
    -o-transform: scale(0.4) rotate(14deg); }
  70% {
    -o-transform: scale(0.2) rotate(17deg); }
  80% {
    opacity: 1;
    -o-transform: scale(0.2) rotate(-20deg); }
  100% {
    opacity: 0;
    -o-transform: scale(10) rotate(360deg); } }
@keyframes explode {
  0% {
    opacity: 1;
    transform: scale(1); }
  20% {
    transform: scale(0.3) rotate(-3deg); }
  60% {
    transform: scale(0.3) rotate(-5deg); }
  30% {
    transform: scale(0.4) rotate(8deg); }
  40% {
    transform: scale(0.3) rotate(-11deg); }
  50% {
    transform: scale(0.4) rotate(14deg); }
  70% {
    transform: scale(0.2) rotate(17deg); }
  80% {
    opacity: 1;
    transform: scale(0.2) rotate(-20deg); }
  100% {
    opacity: 0;
    transform: scale(10) rotate(360deg); } }
.animate.explode,
.trigger.explode {
  -webkit-animation-name: explode;
  -moz-animation-name: explode;
  -ms-animation-name: explode;
  -o-animation-name: explode;
  animation-name: explode; }

.viewer-zoom-in::before,
.viewer-zoom-out::before,
.viewer-one-to-one::before,
.viewer-reset::before,
.viewer-prev::before,
.viewer-play::before,
.viewer-next::before,
.viewer-rotate-left::before,
.viewer-rotate-right::before,
.viewer-flip-horizontal::before,
.viewer-flip-vertical::before,
.viewer-fullscreen::before,
.viewer-fullscreen-exit::before,
.viewer-close::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  color: transparent;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  width: 20px; }

.viewer-zoom-in::before {
  background-position: 0 0;
  content: 'Zoom In'; }

.viewer-zoom-out::before {
  background-position: -20px 0;
  content: 'Zoom Out'; }

.viewer-one-to-one::before {
  background-position: -40px 0;
  content: 'One to One'; }

.viewer-reset::before {
  background-position: -60px 0;
  content: 'Reset'; }

.viewer-prev::before {
  background-position: -80px 0;
  content: 'Previous'; }

.viewer-play::before {
  background-position: -100px 0;
  content: 'Play'; }

.viewer-next::before {
  background-position: -120px 0;
  content: 'Next'; }

.viewer-rotate-left::before {
  background-position: -140px 0;
  content: 'Rotate Left'; }

.viewer-rotate-right::before {
  background-position: -160px 0;
  content: 'Rotate Right'; }

.viewer-flip-horizontal::before {
  background-position: -180px 0;
  content: 'Flip Horizontal'; }

.viewer-flip-vertical::before {
  background-position: -200px 0;
  content: 'Flip Vertical'; }

.viewer-fullscreen::before {
  background-position: -220px 0;
  content: 'Enter Full Screen'; }

.viewer-fullscreen-exit::before {
  background-position: -240px 0;
  content: 'Exit Full Screen'; }

.viewer-close::before {
  background-position: -260px 0;
  content: 'Close'; }

.viewer-container {
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.viewer-container::-moz-selection,
.viewer-container *::-moz-selection {
  background-color: transparent; }

.viewer-container::selection,
.viewer-container *::selection {
  background-color: transparent; }

.viewer-container img {
  display: block;
  height: auto;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%; }

.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0; }

.viewer-canvas > img {
  height: auto;
  margin: 15px auto;
  max-width: 90% !important;
  width: auto; }

.viewer-footer {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center; }

.viewer-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden; }

.viewer-list {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 1px 0; }

.viewer-list > li {
  color: transparent;
  cursor: pointer;
  float: left;
  font-size: 0;
  height: 50px;
  line-height: 0;
  opacity: .5;
  overflow: hidden;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
  width: 30px; }

.viewer-list > li:hover {
  opacity: .75; }

.viewer-list > li + li {
  margin-left: 1px; }

.viewer-list > .viewer-loading {
  position: relative; }

.viewer-list > .viewer-loading::after {
  border-width: 2px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px; }

.viewer-list > .viewer-active,
.viewer-list > .viewer-active:hover {
  opacity: 1; }

.viewer-player {
  background-color: #000;
  bottom: 0;
  cursor: none;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.viewer-player > img {
  left: 0;
  position: absolute;
  top: 0; }

.viewer-toolbar ul {
  display: inline-block;
  margin: 0 auto 5px;
  overflow: hidden;
  padding: 3px 0; }

.viewer-toolbar li {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  float: left;
  height: 24px;
  overflow: hidden;
  -webkit-transition: background-color .15s;
  transition: background-color .15s;
  width: 24px; }

.viewer-toolbar li:hover {
  background-color: rgba(0, 0, 0, 0.8); }

.viewer-toolbar li::before {
  margin: 2px; }

.viewer-toolbar li + li {
  margin-left: 1px; }

.viewer-toolbar .viewer-small {
  height: 18px;
  margin-bottom: 3px;
  margin-top: 3px;
  width: 18px; }

.viewer-toolbar .viewer-small::before {
  margin: -1px; }

.viewer-toolbar .viewer-large {
  height: 30px;
  margin-bottom: -3px;
  margin-top: -3px;
  width: 30px; }

.viewer-toolbar .viewer-large::before {
  margin: 5px; }

.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px; }

.viewer-title {
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 0 5% 5px;
  max-width: 90%;
  opacity: .8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
  white-space: nowrap; }

.viewer-title:hover {
  opacity: 1; }

.viewer-button {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: -40px;
  -webkit-transition: background-color .15s;
  transition: background-color .15s;
  width: 80px; }

.viewer-button:focus,
.viewer-button:hover {
  background-color: rgba(0, 0, 0, 0.8); }

.viewer-button::before {
  bottom: 15px;
  left: 15px;
  position: absolute; }

.viewer-fixed {
  position: fixed; }

.viewer-open {
  overflow: hidden; }

.viewer-show {
  display: block; }

.viewer-hide {
  display: none; }

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.5); }

.viewer-invisible {
  visibility: hidden; }

.viewer-move {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.viewer-fade {
  opacity: 0; }

.viewer-in {
  opacity: 1; }

.viewer-transition {
  -webkit-transition: all .3s;
  transition: all .3s; }

@-webkit-keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.viewer-loading::after {
  -webkit-animation: viewer-spinner 1s linear infinite;
  animation: viewer-spinner 1s linear infinite;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 1; }

@media (max-width: 767px) {
  .viewer-hide-xs-down {
    display: none; } }
@media (max-width: 991px) {
  .viewer-hide-sm-down {
    display: none; } }
@media (max-width: 1199px) {
  .viewer-hide-md-down {
    display: none; } }
.btn {
  padding-left: .75rem;
  padding-right: .75rem; }

.list-group-item {
  padding: .25rem 1rem; }

.d-flex > .btn {
  flex: 1; }

.carbonads {
  border-radius: .25rem;
  border: 1px solid #ccc;
  font-size: .875rem;
  overflow: hidden;
  padding: 1rem; }

.carbon-wrap {
  overflow: hidden; }

.carbon-img {
  clear: left;
  display: block;
  float: left; }

.carbon-text,
.carbon-poweredby {
  display: block;
  margin-left: 140px; }

.carbon-text,
.carbon-text:hover,
.carbon-text:focus {
  color: #fff;
  text-decoration: none; }

.carbon-poweredby,
.carbon-poweredby:hover,
.carbon-poweredby:focus {
  color: #ddd;
  text-decoration: none; }

@media (min-width: 768px) {
  .carbonads {
    float: right;
    margin-bottom: -1rem;
    margin-top: -1rem;
    max-width: 360px; } }
.footer {
  font-size: .875rem; }

.heart {
  color: #ddd;
  display: block;
  height: 2rem;
  line-height: 2rem;
  margin-bottom: 0;
  margin-top: 1rem;
  position: relative;
  text-align: center;
  width: 100%; }

.heart:hover {
  color: #ff4136; }

.heart::before {
  border-top: 1px solid #eee;
  content: " ";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%; }

.heart::after {
  background-color: #fff;
  content: "ΓÖÑ";
  padding-left: .5rem;
  padding-right: .5rem;
  position: relative;
  z-index: 1; }

.docs-pictures {
  margin: 0;
  padding: 0;
  list-style: none; }

.docs-pictures > li {
  float: left;
  width: 33.3%;
  height: 33.3%;
  margin: 0 -1px -1px 0;
  border: 1px solid transparent;
  overflow: hidden; }

.docs-pictures > li > img {
  width: 100%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.docs-toggles > .btn,
.docs-toggles > .btn-group {
  margin-bottom: 10px; }

@media (min-width: 992px) {
  .docs-collapse {
    display: block; } }
.docs-buttons > .btn-group,
.docs-buttons > .input-group {
  width: 100%;
  margin-bottom: 5px; }

.docs-buttons .input-group-btn {
  width: 50%; }

.docs-buttons .input-group-btn .btn {
  width: 100%; }

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://imibd.org/wp-content/themes/imibd/assets/fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("https://imibd.org/wp-content/themes/imibd/assets/fonts/fontawesome-webfont.eot#iefix&v=4.1.0") format("embedded-opentype"), url("https://imibd.org/wp-content/themes/imibd/assets/fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("https://imibd.org/wp-content/themes/imibd/assets/fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("https://imibd.org/wp-content/themes/imibd/assets/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

/**/
/* defaults */
/**/
.sky-form {
  margin: 0;
  outline: none;
  font: 14px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
  color: #272727; }

.sky-form header {
  display: block;
  padding: 0px 0px 9px 0px;
  margin-bottom: 13px;
  font-size: 22px;
  font-weight: normal;
  color: #272727;
  border-bottom: 1px solid #e3e3e3;
  font-family: 'Raleway', sans-serif; }

.sky-form header strong {
  font-weight: 600; }

.sky-form fieldset {
  display: block;
  padding: 25px 0px 5px;
  border: none;
  background: none; }

.sky-form fieldset + fieldset {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.sky-form section {
  margin-bottom: 20px; }

.sky-form footer {
  display: block;
  padding: 15px 0px 25px; }

.sky-form footer:after {
  content: '';
  display: table;
  clear: both; }

.sky-form a {
  color: #999; }

.sky-form .label {
  display: block;
  margin-bottom: 6px;
  line-height: 19px;
  font-weight: 400; }

.sky-form .label.col {
  margin: 0;
  padding-top: 10px; }

.sky-form .note {
  margin-top: 6px;
  padding: 0 1px;
  font-size: 11px;
  line-height: 15px;
  color: #999; }

.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
  position: relative;
  display: block; }

.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 39px;
  padding: 8px 10px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  background: #fff;
  font: 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
  color: #404040;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none; }

.sky-form .progress {
  float: right;
  margin-top: 10px;
  line-height: 39px;
  color: #232323; }

/**/
/* file inputs */
/**/
.sky-form .input-file .button {
  position: absolute;
  top: 4px;
  right: 4px;
  float: none;
  height: 31px;
  margin: 0;
  padding: 0 20px;
  font-size: 13px;
  line-height: 31px; }

.sky-form .input-file .button:hover {
  box-shadow: none; }

.sky-form .input-file .button input {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 30px;
  cursor: pointer;
  opacity: 0; }

/**/
/* selects */
/**/
.sky-form .select i {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 5px;
  height: 11px;
  background: #fff;
  box-shadow: 0 0 0 12px #fff; }

.sky-form .select i:after,
.sky-form .select i:before {
  content: '';
  position: absolute;
  right: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.sky-form .select i:after {
  bottom: 0;
  border-top: 4px solid #404040; }

.sky-form .select i:before {
  top: 0;
  border-bottom: 4px solid #404040; }

.sky-form .select-multiple select {
  height: auto; }

/**/
/* textareas */
/**/
.sky-form .textarea textarea {
  height: auto;
  resize: none; }

.sky-form .textarea-resizable textarea {
  resize: vertical; }

.sky-form .textarea-expandable textarea {
  height: 39px; }

.sky-form .textarea-expandable textarea:focus {
  height: auto; }

/**/
/* radios and checkboxes */
/**/
.sky-form .radio,
.sky-form .checkbox {
  margin-bottom: 4px;
  padding-left: 27px;
  font-size: 15px;
  line-height: 27px;
  color: #404040;
  cursor: pointer; }

.sky-form .radio:last-child,
.sky-form .checkbox:last-child {
  margin-bottom: 0; }

.sky-form .radio input,
.sky-form .checkbox input {
  position: absolute;
  left: -9999px; }

.sky-form .radio i,
.sky-form .checkbox i {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 13px;
  height: 13px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  background: #fff; }

.sky-form .radio i {
  border-radius: 50%; }

.sky-form .radio input + i:after,
.sky-form .checkbox input + i:after {
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s; }

.sky-form .radio input + i:after {
  content: '';
  top: 4px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%; }

.sky-form .checkbox input + i:after {
  content: '\f00c';
  top: -1px;
  left: -1px;
  width: 15px;
  height: 15px;
  font: normal 12px/16px FontAwesome;
  text-align: center; }

.sky-form .radio input:checked + i:after,
.sky-form .checkbox input:checked + i:after {
  opacity: 1; }

.sky-form .inline-group {
  margin: 0 -30px -4px 0; }

.sky-form .inline-group:after {
  content: '';
  display: table;
  clear: both; }

.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
  float: left;
  margin-right: 30px; }

.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
  margin-bottom: 4px; }

/**/
/* toggles */
/**/
.sky-form .toggle {
  margin-bottom: 4px;
  padding-right: 61px;
  font-size: 15px;
  line-height: 27px;
  color: #404040;
  cursor: pointer; }

.sky-form .toggle:last-child {
  margin-bottom: 0; }

.sky-form .toggle input {
  position: absolute;
  left: -9999px; }

.sky-form .toggle i {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  width: 49px;
  height: 17px;
  border-width: 2px;
  border-style: solid;
  border-radius: 12px;
  background: #fff; }

.sky-form .toggle i:after {
  content: 'OFF';
  position: absolute;
  top: 2px;
  right: 8px;
  left: 8px;
  font-style: normal;
  font-size: 9px;
  line-height: 13px;
  font-weight: 700;
  text-align: left;
  color: #5f5f5f; }

.sky-form .toggle i:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 4px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  opacity: 1;
  transition: right 0.2s;
  -o-transition: right 0.2s;
  -ms-transition: right 0.2s;
  -moz-transition: right 0.2s;
  -webkit-transition: right 0.2s; }

.sky-form .toggle input:checked + i:after {
  content: 'ON';
  text-align: right; }

.sky-form .toggle input:checked + i:before {
  right: 36px; }

/**/
/* ratings */
/**/
.sky-form .rating {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 27px;
  color: #404040; }

.sky-form .rating:last-child {
  margin-bottom: 0; }

.sky-form .rating input {
  position: absolute;
  left: -9999px; }

.sky-form .rating label {
  display: block;
  float: right;
  height: 17px;
  margin-top: 5px;
  padding: 0 2px;
  font-size: 17px;
  line-height: 17px;
  cursor: pointer; }

/**/
/* buttons */
/**/
.sky-form .button {
  float: left;
  height: 39px;
  overflow: hidden;
  margin: 0px 0 0 0px;
  padding: 0 25px;
  outline: none;
  border: 0;
  font: 300 15px/39px 'Open Sans', Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  cursor: pointer; }

.sky-form .button-uploading {
  position: relative;
  color: transparent;
  cursor: default; }

.sky-form .button-uploading:after {
  content: 'Uploading...';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  -o-animation: blink 1s linear infinite;
  -ms-animation: blink 1s linear infinite;
  -moz-animation: blink 1s linear infinite;
  -webkit-animation: blink 1s linear infinite; }

@-o-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
@-ms-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
/**/
/* icons */
/**/
.icon-glass:before {
  content: "\f000"; }

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-empty:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-cog:before {
  content: "\f013"; }

.icon-trash:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file:before {
  content: "\f016"; }

.icon-time:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download-alt:before {
  content: "\f019"; }

.icon-download:before {
  content: "\f01a"; }

.icon-upload:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle:before {
  content: "\f01d"; }

.icon-repeat:before,
.icon-rotate-right:before {
  content: "\f01e"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-indent-left:before {
  content: "\f03b"; }

.icon-indent-right:before {
  content: "\f03c"; }

.icon-facetime-video:before {
  content: "\f03d"; }

.icon-picture:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-share:before {
  content: "\f045"; }

.icon-check:before {
  content: "\f046"; }

.icon-move:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-sign:before {
  content: "\f055"; }

.icon-minus-sign:before {
  content: "\f056"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-ok-sign:before {
  content: "\f058"; }

.icon-question-sign:before {
  content: "\f059"; }

.icon-info-sign:before {
  content: "\f05a"; }

.icon-screenshot:before {
  content: "\f05b"; }

.icon-remove-circle:before {
  content: "\f05c"; }

.icon-ok-circle:before {
  content: "\f05d"; }

.icon-ban-circle:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-share-alt:before,
.icon-mail-forward:before {
  content: "\f064"; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-resize-small:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-sign:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye-open:before {
  content: "\f06e"; }

.icon-eye-close:before {
  content: "\f070"; }

.icon-warning-sign:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder-close:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-resize-vertical:before {
  content: "\f07d"; }

.icon-resize-horizontal:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-sign:before {
  content: "\f081"; }

.icon-facebook-sign:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-cogs:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-up:before {
  content: "\f087"; }

.icon-thumbs-down:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-empty:before {
  content: "\f08a"; }

.icon-signout:before {
  content: "\f08b"; }

.icon-linkedin-sign:before {
  content: "\f08c"; }

.icon-pushpin:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-signin:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-sign:before {
  content: "\f092"; }

.icon-upload-alt:before {
  content: "\f093"; }

.icon-lemon:before {
  content: "\f094"; }

.icon-phone {
  margin-top: 1px; }

.icon-phone:before {
  content: "\f095"; }

.icon-check-empty:before {
  content: "\f096"; }

.icon-bookmark-empty:before {
  content: "\f097"; }

.icon-phone-sign:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit-card:before {
  content: "\f09d"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-hdd:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-right:before {
  content: "\f0a4"; }

.icon-hand-left:before {
  content: "\f0a5"; }

.icon-hand-up:before {
  content: "\f0a6"; }

.icon-hand-down:before {
  content: "\f0a7"; }

.icon-circle-arrow-left:before {
  content: "\f0a8"; }

.icon-circle-arrow-right:before {
  content: "\f0a9"; }

.icon-circle-arrow-up:before {
  content: "\f0aa"; }

.icon-circle-arrow-down:before {
  content: "\f0ab"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-fullscreen:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-beaker:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-paper-clip:before {
  content: "\f0c6"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-sign-blank:before {
  content: "\f0c8"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-sign:before {
  content: "\f0d3"; }

.icon-google-plus-sign:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-envelope-alt:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-undo:before,
.icon-rotate-left:before {
  content: "\f0e2"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-comment-alt:before {
  content: "\f0e5"; }

.icon-comments-alt:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-lightbulb:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-cloud-download:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-bell-alt:before {
  content: "\f0f3"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-food:before {
  content: "\f0f5"; }

.icon-file-alt:before {
  content: "\f0f6"; }

.icon-building:before {
  content: "\f0f7"; }

.icon-hospital:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-h-sign:before {
  content: "\f0fd"; }

.icon-plus-sign-alt:before {
  content: "\f0fe"; }

.icon-double-angle-left:before {
  content: "\f100"; }

.icon-double-angle-right:before {
  content: "\f101"; }

.icon-double-angle-up:before {
  content: "\f102"; }

.icon-double-angle-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-mobile-phone:before {
  content: "\f10b"; }

.icon-circle-blank:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-reply:before,
.icon-mail-reply:before {
  content: "\f112"; }

.icon-folder-close-alt:before {
  content: "\f114"; }

.icon-folder-open-alt:before {
  content: "\f115"; }

.icon-expand-alt:before {
  content: "\f116"; }

.icon-collapse-alt:before {
  content: "\f117"; }

.icon-smile:before {
  content: "\f118"; }

.icon-frown:before {
  content: "\f119"; }

.icon-meh:before {
  content: "\f11a"; }

.icon-gamepad:before {
  content: "\f11b"; }

.icon-keyboard:before {
  content: "\f11c"; }

.icon-flag-alt:before {
  content: "\f11d"; }

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-terminal:before {
  content: "\f120"; }

.icon-code:before {
  content: "\f121"; }

.icon-reply-all:before {
  content: "\f122"; }

.icon-mail-reply-all:before {
  content: "\f122"; }

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-crop:before {
  content: "\f125"; }

.icon-code-fork:before {
  content: "\f126"; }

.icon-unlink:before {
  content: "\f127"; }

.icon-question:before {
  content: "\f128"; }

.icon-info:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-superscript:before {
  content: "\f12b"; }

.icon-subscript:before {
  content: "\f12c"; }

.icon-eraser:before {
  content: "\f12d"; }

.icon-puzzle-piece:before {
  content: "\f12e"; }

.icon-microphone:before {
  content: "\f130"; }

.icon-microphone-off:before {
  content: "\f131"; }

.icon-shield:before {
  content: "\f132"; }

.icon-calendar-empty:before {
  content: "\f133"; }

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-rocket:before {
  content: "\f135"; }

.icon-maxcdn:before {
  content: "\f136"; }

.icon-chevron-sign-left:before {
  content: "\f137"; }

.icon-chevron-sign-right:before {
  content: "\f138"; }

.icon-chevron-sign-up:before {
  content: "\f139"; }

.icon-chevron-sign-down:before {
  content: "\f13a"; }

.icon-html5:before {
  content: "\f13b"; }

.icon-css3:before {
  content: "\f13c"; }

.icon-anchor:before {
  content: "\f13d"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-ellipsis-horizontal:before {
  content: "\f141"; }

.icon-ellipsis-vertical:before {
  content: "\f142"; }

.icon-rss-sign:before {
  content: "\f143"; }

.icon-play-sign:before {
  content: "\f144"; }

.icon-ticket:before {
  content: "\f145"; }

.icon-minus-sign-alt:before {
  content: "\f146"; }

.icon-check-minus:before {
  content: "\f147"; }

.icon-level-up:before {
  content: "\f148"; }

.icon-level-down:before {
  content: "\f149"; }

.icon-check-sign:before {
  content: "\f14a"; }

.icon-edit-sign:before {
  content: "\f14b"; }

.icon-external-link-sign:before {
  content: "\f14c"; }

.icon-share-sign:before {
  content: "\f14d"; }

.sky-form [class^="icon-"],
.ui-datepicker [class^="icon-"] {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

.sky-form .icon-append,
.sky-form .icon-prepend {
  position: absolute;
  top: 5px;
  width: 29px;
  height: 29px;
  font-size: 15px;
  line-height: 29px;
  text-align: center; }

.sky-form .icon-append {
  right: 5px;
  padding-left: 3px;
  border-left-width: 1px;
  border-left-style: solid; }

.sky-form .icon-prepend {
  left: 5px;
  padding-right: 3px;
  border-right-width: 1px;
  border-right-style: solid; }

.sky-form .input .icon-prepend + input,
.sky-form .textarea .icon-prepend + textarea {
  padding-left: 46px; }

.sky-form .input .icon-append + input,
.sky-form .textarea .icon-append + textarea {
  padding-right: 46px; }

.sky-form .input .icon-prepend + .icon-append + input,
.sky-form .textarea .icon-prepend + .icon-append + textarea {
  padding-left: 46px; }

/**/
/* grid */
/**/
.sky-form .row {
  margin: 0 -15px; }

.sky-form .row:after {
  content: '';
  display: table;
  clear: both; }

.sky-form .col {
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.sky-form .col-1 {
  width: 8.33%; }

.sky-form .col-2 {
  width: 16.66%; }

.sky-form .col-3 {
  width: 25%; }

.sky-form .col-4 {
  width: 33.33%; }

.sky-form .col-5 {
  width: 41.66%; }

.sky-form .col-6 {
  width: 50%; }

.sky-form .col-7 {
  width: 58.33%; }

.sky-form .col-8 {
  width: 66.67%; }

.sky-form .col-9 {
  width: 75%; }

.sky-form .col-10 {
  width: 83.33%; }

.sky-form .col-11 {
  width: 91.66%; }

@media screen and (max-width: 600px) {
  .sky-form .col {
    float: none;
    width: 100%; } }
/**/
/* tooltips */
/**/
.sky-form .tooltip {
  position: absolute;
  z-index: 1;
  left: -9999px;
  padding: 2px 8px 3px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  opacity: 0;
  transition: margin 0.3s, opacity 0.3s;
  -o-transition: margin 0.3s, opacity 0.3s;
  -ms-transition: margin 0.3s, opacity 0.3s;
  -moz-transition: margin 0.3s, opacity 0.3s;
  -webkit-transition: margin 0.3s, opacity 0.3s; }

.sky-form .tooltip:after {
  content: '';
  position: absolute; }

.sky-form .input input:focus + .tooltip,
.sky-form .textarea textarea:focus + .tooltip {
  opacity: 1; }

.sky-form .tooltip-top-right {
  bottom: 100%;
  margin-bottom: 15px; }

.sky-form .tooltip-top-right:after {
  top: 100%;
  right: 16px;
  border-top: 4px solid rgba(0, 0, 0, 0.9);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.sky-form .input input:focus + .tooltip-top-right,
.sky-form .textarea textarea:focus + .tooltip-top-right {
  right: 0;
  left: auto;
  margin-bottom: 5px; }

.sky-form .tooltip-top-left {
  bottom: 100%;
  margin-bottom: 15px; }

.sky-form .tooltip-top-left:after {
  top: 100%;
  left: 16px;
  border-top: 4px solid rgba(0, 0, 0, 0.9);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.sky-form .input input:focus + .tooltip-top-left,
.sky-form .textarea textarea:focus + .tooltip-top-left {
  right: auto;
  left: 0;
  margin-bottom: 5px; }

.sky-form .tooltip-right {
  top: 9px;
  white-space: nowrap;
  margin-left: 15px; }

.sky-form .tooltip-right:after {
  top: 6px;
  right: 100%;
  border-top: 4px solid transparent;
  border-right: 4px solid rgba(0, 0, 0, 0.9);
  border-bottom: 4px solid transparent; }

.sky-form .input input:focus + .tooltip-right,
.sky-form .textarea textarea:focus + .tooltip-right {
  left: 100%;
  margin-left: 5px; }

.sky-form .tooltip-left {
  top: 9px;
  white-space: nowrap;
  margin-right: 15px; }

.sky-form .tooltip-left:after {
  top: 6px;
  left: 100%;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid rgba(0, 0, 0, 0.9); }

.sky-form .input input:focus + .tooltip-left,
.sky-form .textarea textarea:focus + .tooltip-left {
  right: 100%;
  left: auto;
  margin-right: 5px; }

.sky-form .tooltip-bottom-right {
  top: 100%;
  margin-top: 15px; }

.sky-form .tooltip-bottom-right:after {
  bottom: 100%;
  right: 16px;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(0, 0, 0, 0.9);
  border-left: 4px solid transparent; }

.sky-form .input input:focus + .tooltip-bottom-right,
.sky-form .textarea textarea:focus + .tooltip-bottom-right {
  right: 0;
  left: auto;
  margin-top: 5px; }

.sky-form .tooltip-bottom-left {
  top: 100%;
  margin-top: 15px; }

.sky-form .tooltip-bottom-left:after {
  bottom: 100%;
  left: 16px;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(0, 0, 0, 0.9);
  border-left: 4px solid transparent; }

.sky-form .input input:focus + .tooltip-bottom-left,
.sky-form .textarea textarea:focus + .tooltip-bottom-left {
  right: auto;
  left: 0;
  margin-top: 5px; }

/**/
/* normal state */
/**/
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
  border-color: #d3d3d3;
  transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s; }

.sky-form .toggle i:before {
  background-color: #d9d9d9; }

.sky-form .rating label {
  color: #ccc;
  transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s; }

.sky-form .button {
  background-color: #272727;
  opacity: 0.8;
  transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s; }

.sky-form .button.button-secondary {
  background-color: #b3b3b3;
  margin-right: 10px; }

.sky-form .icon-append,
.sky-form .icon-prepend {
  color: #ccc; }

.sky-form .fright {
  float: right; }

/**/
/* hover state */
/**/
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i {
  border-color: #272727; }

.sky-form .rating input + label:hover,
.sky-form .rating input + label:hover ~ label {
  color: #d9d9d9; }

.sky-form .button:hover {
  opacity: 1; }

/**/
/* focus state */
/**/
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
  border-color: #454545; }

/**/
/* checked state */
/**/
.sky-form .radio input + i:after {
  background-color: #999; }

.sky-form .checkbox input + i:after {
  color: #999; }

.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
  border-color: #999; }

.sky-form .rating input:checked ~ label {
  color: #999; }

/**/
/* error state */
/**/
.sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i {
  background: #fff0f0; }

.sky-form .state-error select + i {
  background: #fff0f0;
  box-shadow: 0 0 0 12px #fff0f0; }

.sky-form .toggle.state-error input:checked + i {
  background: #fff0f0; }

.sky-form .state-error + em {
  display: block;
  margin-top: 6px;
  padding: 0 1px;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #ee9393; }

.sky-form .rating.state-error + em {
  margin-top: -4px;
  margin-bottom: 4px; }

/**/
/* success state */
/**/
.sky-form .state-success input,
.sky-form .state-success select,
.sky-form .state-success textarea,
.sky-form .radio.state-success i,
.sky-form .checkbox.state-success i,
.sky-form .toggle.state-success i {
  background: #f0fff0; }

.sky-form .state-success select + i {
  background: #f0fff0;
  box-shadow: 0 0 0 12px #f0fff0; }

.sky-form .toggle.state-success input:checked + i {
  background: #f0fff0; }

.sky-form .note-success {
  color: #6fb679; }

/**/
/* disabled state */
/**/
.sky-form .input.state-disabled input,
.sky-form .select.state-disabled,
.sky-form .textarea.state-disabled,
.sky-form .radio.state-disabled,
.sky-form .checkbox.state-disabled,
.sky-form .toggle.state-disabled,
.sky-form .button.state-disabled {
  cursor: default;
  opacity: 0.5; }

.sky-form .input.state-disabled:hover input,
.sky-form .select.state-disabled:hover select,
.sky-form .textarea.state-disabled:hover textarea,
.sky-form .radio.state-disabled:hover i,
.sky-form .checkbox.state-disabled:hover i,
.sky-form .toggle.state-disabled:hover i {
  border-color: #999999; }

/**/
/* submited state */
/**/
.sky-form .message {
  display: none;
  color: #6fb679; }

.sky-form .message i {
  display: block;
  margin: 0 auto 20px;
  width: 81px;
  height: 81px;
  border: 1px solid #6fb679;
  border-radius: 50%;
  font-size: 30px;
  line-height: 81px; }

.sky-form.submited fieldset,
.sky-form.submited footer {
  display: none; }

.sky-form.submited .message {
  display: block;
  padding: 25px 30px;
  background: rgba(255, 255, 255, 0.9);
  font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif;
  text-align: center; }

/**/
/* datepicker */
/**/
.ui-datepicker {
  display: none;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
  text-align: center;
  color: #666; }

.ui-datepicker a {
  color: #404040; }

.ui-datepicker-header {
  position: relative;
  margin: -10px -12px 10px;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  line-height: 27px; }

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 0;
  display: block;
  width: 47px;
  height: 47px;
  font-size: 15px;
  line-height: 47px;
  text-decoration: none;
  cursor: pointer; }

.ui-datepicker-prev {
  left: 0; }

.ui-datepicker-next {
  right: 0; }

.ui-datepicker-calendar {
  border-collapse: collapse;
  font-size: 13px;
  line-height: 27px; }

.ui-datepicker-calendar th {
  color: #999; }

.ui-datepicker-calendar a,
.ui-datepicker-calendar span {
  display: block;
  width: 31px;
  margin: auto;
  text-decoration: none;
  color: #404040; }

.ui-datepicker-calendar a:hover {
  background: rgba(0, 0, 0, 0.05); }

.ui-datepicker-calendar span {
  color: #bfbfbf; }

.ui-datepicker-today a {
  font-weight: 700; }

.ui-datepicker-calendar .ui-state-active {
  background: rgba(0, 0, 0, 0.05);
  cursor: default; }

.ui-datepicker-inline {
  border: 2px solid #999999;
  background: #fff;
  box-shadow: none; }

.ui-datepicker-inline .ui-datepicker-header {
  line-height: 47px; }

.ui-datepicker-inline .ui-datepicker-calendar {
  width: 100%; }

/**/
/* modal */
/**/
.sky-form-modal {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 400px;
  padding: 20px 30px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9); }

.sky-form-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); }

/**/
/* bootstrap compatibility */
/**/
.sky-form *,
.sky-form *:after,
.sky-form *:before {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  -moz-box-sizing: content-box; }

.sky-form .label {
  border-radius: 0;
  font-size: 100%;
  text-align: left;
  white-space: normal;
  color: inherit; }

.sky-form .radio,
.sky-form .checkbox {
  font-weight: 400; }

.sky-form .radio + .radio,
.sky-form .checkbox + .checkbox {
  margin-top: 0; }

.login_form {
  margin: 20px auto 0 auto;
  width: 400px;
  padding: 20px 35px 13px 35px;
  background-color: #f9f9f9;
  border: 1px solid #fff;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }

.login_form.two {
  margin: 0px auto 0 auto; }

.reg_form {
  margin: 20px auto 0 auto;
  width: 550px;
  padding: 20px 35px 13px 35px;
  background-color: #f9f9f9;
  border: 1px solid #fff;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }

.reg_form.two {
  margin: 0px auto 0 auto; }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .reg_form {
    margin: 10px auto 0 auto;
    width: 400px;
    padding: 18px 20px 13px 20px; } }
@media only screen and (max-width: 479px) {
  .login_form {
    margin: 0px auto 0 auto;
    width: 250px;
    padding: 13px 20px 13px 20px; }

  .reg_form {
    margin: 10px auto 0 auto;
    width: 280px;
    padding: 8px 10px 13px 10px; } }
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* body */
body {
  padding: 0px;
  margin: 0px;
  background: #fff; }

body, input, textarea {
  font: 14px 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 23px;
  color: #727272; }

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #272727; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit; }

h1 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 300; }

h1 b {
  display: block;
  font-size: 18px;
  line-height: 23px;
  font-weight: 200;
  margin-top: 13px;
  color: #727272; }

h1.white {
  color: #fff; }

h1.whitecaps {
  color: #fff;
  text-transform: uppercase; }

h1.whitecaps strong {
  font-weight: 500; }

h2 {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 300; }

h2.white {
  color: #fff; }

h2.whitecaps {
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  padding-bottom: 20px;
  text-decoration-color: #999;
  -moz-text-decoration-color: #999;
  /* Code for Firefox */ }

h2.white b {
  color: #999; }

h2 i {
  color: #7ab700;
  font-style: normal; }

h2 b {
  display: block;
  font-size: 18px;
  line-height: 23px;
  font-weight: 200;
  margin-top: 13px;
  color: #727272; }

h2.caps {
  text-transform: uppercase;
  padding-bottom: 12px; }

h2.caps b {
  text-transform: none; }

h2.caps strong {
  font-weight: 500; }

h2.untext {
  text-decoration: underline;
  text-transform: uppercase;
  padding-bottom: 20px;
  text-decoration-color: #e3e3e3;
  -moz-text-decoration-color: #e3e3e3;
  /* Code for Firefox */ }

h3 {
  font-size: 27px;
  line-height: 30px;
  margin-bottom: 18px;
  font-style: normal; }

h3 strong {
  font-weight: 600; }

h3.colored {
  color: #7ab700;
  font-weight: 300; }

h4 {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 18px;
  font-style: normal; }

h4.caps {
  text-transform: uppercase; }

h4.white {
  color: #fff; }

h4 b {
  color: #999;
  font-size: 14px;
  display: block;
  font-weight: normal; }

h4 i {
  font-weight: 300;
  font-style: normal; }

h5 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 16px;
  font-style: normal; }

h5 b {
  color: #727272;
  font-size: 13px;
  font-weight: normal;
  display: block; }

h5 i {
  color: #727272;
  font-size: 14px;
  font-weight: normal;
  font-style: normal; }

h5.caps {
  text-transform: uppercase; }

h5.grayc {
  color: #999; }

h5.siteccaps {
  color: #7ab700;
  text-transform: uppercase; }

h5.sitec {
  color: #7ab700; }

h5.white {
  color: #fff; }

h6 {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 14px;
  font-style: normal; }

h6.grayc {
  color: #999; }

/* Text elements */
p {
  font: 14px 'Open Sans', sans-serif;
  font-weight: normal;
  line-height: 23px; }

ul, ol {
  margin: 0 0 20px 0;
  list-style-position: inside; }

ul {
  list-style: none; }

ul li {
  list-style: none; }

ol {
  list-style-type: decimal; }

ol ol {
  list-style: upper-alpha; }

ol ol ol {
  list-style: lower-roman; }

ol ol ol ol {
  list-style: lower-alpha; }

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

strong {
  font-weight: bold; }

cite, em, i {
  font-style: italic; }

blockquote {
  margin: 20px 0 20px 36px;
  font-size: 16px;
  border-left: 5px solid #7ab700;
  padding: 5px 20px 5px 20px;
  font-family: 'Open Sans' !important;
  font-weight: normal;
  color: #454545; }

pre {
  background: #f4f4f4;
  font-size: 13px;
  font: 13px 'Open Sans', sans-serif;
  line-height: 1.5;
  margin-bottom: 40px;
  overflow: auto;
  padding: 0.75em 20px; }

code, kbd {
  font-size: 13px;
  font: 13px 'Open Sans', sans-serif; }

abbr, acronym, dfn {
  border-bottom: 1px dotted #666;
  cursor: help; }

address {
  display: block;
  margin: 0 0 40px; }

ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

.dropcap {
  display: block;
  float: left;
  font-size: 45px;
  padding: 0;
  margin: 0;
  margin: 15px 8px 0 0;
  text-transform: uppercase; }

/* Links */
a {
  color: #7ab700;
  text-decoration: none; }

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

a.ltwo {
  color: #272727;
  text-decoration: none; }

a.ltwo:hover {
  text-decoration: none;
  color: #7ab700; }

a.lthree {
  color: #454545;
  text-decoration: none; }

a.lthree:hover {
  text-decoration: none;
  color: #7ab700; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* Clear Fix Styles */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
.clearfix {
  display: block; }

/* less width */
.less1 {
  width: 75%;
  margin: 0 auto; }

.less2 {
  width: 50%;
  margin: 0 auto; }

/* text color white */
.white {
  color: #fff; }

/* margin bitween sections */
.margin_top1 {
  float: left;
  width: 100%;
  margin-top: 10px; }

.margin_top2 {
  float: left;
  width: 100%;
  margin-top: 20px; }

.margin_top3 {
  float: left;
  width: 100%;
  margin-top: 30px; }

.margin_top4 {
  float: left;
  width: 100%;
  margin-top: 40px; }

.margin_top5 {
  float: left;
  width: 100%;
  margin-top: 50px; }

.margin_top6 {
  float: left;
  width: 100%;
  margin-top: 60px; }

.margin_top7 {
  float: left;
  width: 100%;
  margin-top: 70px; }

.margin_top8 {
  float: left;
  width: 100%;
  margin-top: 80px; }

.margin_top9 {
  float: left;
  width: 100%;
  margin-top: 90px; }

.margin_top10 {
  float: left;
  width: 100%;
  margin-top: 100px; }

/* image alignments */
.img_left {
  float: left; }

.img_left1 {
  float: left;
  margin-bottom: 20px; }

.img_left2 {
  float: left;
  margin-right: 30px; }

.img_left3 {
  float: left;
  margin-right: 20px; }

.img_left4 {
  float: left;
  margin-top: 10px;
  margin-bottom: 20px; }

.img_left10 {
  float: left;
  width: 32%;
  margin-bottom: 30px; }

.img_left11 {
  float: left;
  margin-right: 25px;
  margin-bottom: 20px; }

.img_right {
  float: right; }

.img_size1 {
  float: left;
  width: 100%; }

/* divider lines */
.divider_line1 {
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee; }

.divider_line11 {
  width: 75%;
  margin: 0 auto;
  padding-top: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e3e3e3; }

.divider_line3 {
  float: left;
  width: 100%;
  padding-top: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #333; }

.divider_line4 {
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee; }

.divider_line5 {
  float: left;
  width: 100%;
  padding-top: 59px;
  border-bottom: 1px solid #eee; }

.divider_line6 {
  float: left;
  width: 100%;
  margin-bottom: 70px;
  border-bottom: 1px solid #eee; }

.divider_line_half {
  float: left;
  width: 100%; }

.divider_line_small {
  width: 20%;
  margin: 0 auto;
  height: 25px;
  border-top: 1px solid #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5; }

.divider_line7 {
  float: left;
  width: 100%;
  padding-top: 30px;
  border-bottom: 1px solid #eee; }

/* divider lines dashed */
.divider_dashed1 {
  float: left;
  width: 100%;
  margin: 45px 0px;
  border-top: 1px dashed #3b3b3b; }

.divider_dashed2 {
  float: left;
  width: 100%;
  margin: 59px 0px;
  border-top: 1px dotted #d7d7d7; }

.divider_dashed3 {
  float: left;
  width: 100%;
  margin: 30px 0px 59px 0px;
  border-top: 1px dotted #d7d7d7; }

.divider_dashed4 {
  float: left;
  width: 100%;
  margin: 40px 0px 59px 0px;
  border-top: 1px dotted #d7d7d7; }

.divider_dashed5 {
  float: left;
  width: 100%;
  margin: 0px 0px 59px 0px;
  border-top: 1px dotted #d7d7d7; }

.divider_dashed6 {
  float: left;
  width: 100%;
  margin: 50px 0px 59px 0px;
  border-top: 1px dotted #d7d7d7; }

.divider_dashed7 {
  float: left;
  width: 100%;
  margin: 50px 0px 0px 0px;
  border-top: 1px dotted #d7d7d7; }

.divider_dashed8 {
  float: left;
  width: 100%;
  margin: 53px 0px 45px 0px;
  border-top: 1px dotted #d7d7d7; }

.divider_dashed9 {
  float: left;
  width: 100%;
  margin: 40px 0px 48px 0px;
  border-top: 1px dotted #d7d7d7; }

/* responsive image */
.rimg {
  width: 100%; }

/* Responsive CSS Styles Table of Contents */
@media only screen and (min-width: 1000px) and (max-width: 1169px) {
  .container {
    width: 1000px;
    margin: auto; }

  .container_full.slidertop {
    margin-top: -126px; }

  .rw-wrapper {
    font-size: 27px; }

  .feature_section8 .left {
    width: 40%;
    margin-right: 3%; }

  .feature_section10 {
    padding-bottom: 70px; }

  .feature_section14 .left .conta {
    background-size: 50%; }

  .feature_section14 .right .conta {
    background-size: 75%; }

  .parallax_sec5 .appicons1 {
    margin: 30px 0px 50px 0px;
    padding: 20px 0px; }

  .parallax_sec5 .appicons1 i {
    font-size: 35px;
    margin-right: 20px; }

  .feature_section16 {
    background: url(https://imibd.org/wp-content/themes/imibd/assets/images/site-img17.jpg) no-repeat center 120px;
    background-size: 100%;
    min-height: 500px;
    padding: 70px 0px 0px 0px; }

  .feature_section16 .mcbox {
    margin-top: 10px; }

  .feature_section16 .mcbox.last {
    margin-top: 133px; }

  .feature_section20 .right img {
    width: 100%; }

  .feature_section22 .secbox {
    width: 98%; }

  .feature_section22 .secbox i {
    margin-top: -50px; }

  .feature_section25 ul {
    width: 103%; }

  .newsletter_two input.enter_email_input {
    width: 300px; }

  .circle_img {
    width: 300px;
    height: 300px; }

  .skillgraph {
    width: 200px;
    height: 200px;
    font-size: 57px;
    line-height: 200px; }

  .skillgraph.one,
  .skillgraph.two,
  .skillgraph.three,
  .skillgraph.four {
    background-size: 100%; }

  .newsletter .enter_email_input {
    width: 70%; }

  .punchline_text_box {
    width: 99%;
    padding: 25px 25px; }

  .punchline_text_box strong {
    font-size: 20px; }

  .punchline_text_box .left {
    width: 75%; }

  .punchline_text_box .right {
    width: 25%; }

  .post_info_content {
    padding: 0px;
    margin: 10px 0 0 11%;
    width: 89%;
    float: left; }

  .contactform_footer .sky-form .button {
    width: 89%; }

  .fnewsletter input.enter_email_input {
    width: 160px; }

  .img_left {
    width: 100%; }

  .img_left1 {
    width: 100%; }

  .readmore_but4 {
    padding-right: 50px; }

  .menu_main .navbar {
    width: 100%; }

  .feature_section18 .bnbox {
    width: 98%;
    padding: 20px 10px 25px 10px; }

  .feature_section19 .pesbox {
    width: 98%; }

  .parallax_sec9 li {
    width: 18%;
    margin: 0px 5px;
    padding: 12px 0px; }

  .parallax_sec9 li img {
    width: 90%; }

  .features_sec29 .box img {
    width: 100%; }

  .features_sec27 ul.blogs2 li img {
    width: 100%; }

  .features_sec27 ul.news2 li.text {
    width: 86%; }

  .features_sec18 li.text2 {
    width: 80%; }

  .fusection3 {
    padding: 100px 0px 80px 0px; }

  .clients_home li {
    width: 160px; }

  .fusection5 img {
    width: 100%; }

  .tt-wrapper {
    width: 90%; }

  .tt-wrapper li {
    margin: 0px 14px; }

  .tt-wrapper li a span {
    width: 200px;
    margin-left: -100px; }

  .fusection7 .three.lessmar {
    margin-top: 16px; } }
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .container {
    width: 747px;
    margin: auto; }

  .container_full.slidertop {
    margin-top: -62px; }

  .parallax_sec1 ul.left {
    padding-right: 2.8%; }

  .parallax_sec2 .hvideo iframe {
    width: 100%; }

  .feature_section2 a {
    float: left;
    margin-top: 13px; }

  .rw-wrapper {
    font-size: 27px; }

  .feature_section7 .rcont {
    width: 86%; }

  .feature_section8 .left {
    width: 40%;
    margin-right: 3%; }

  .feature_section8 .right {
    padding-top: 0px; }

  .feature_section10 {
    padding-bottom: 70px; }

  .feature_section10 .margin_top7 {
    margin-top: 50px; }

  .feature_section10 .margin_top5 {
    margin-top: 20px; }

  .feature_section10 .margin_top6 {
    margin-top: 30px; }

  .feature_section12 h1 {
    font-size: 30px;
    line-height: 40px; }

  .feature_section14 .left .conta {
    background-size: 50%;
    background-position: right 100px; }

  .feature_section14 .right .conta {
    background-size: 75%;
    background-position: right 100px; }

  .parallax_sec5 .appicons1 {
    margin: 25px 0px 40px 0px;
    padding: 20px 0px; }

  .parallax_sec5 .appicons1 i {
    font-size: 30px;
    margin-right: 13px; }

  .feature_section15 i {
    font-size: 30px;
    margin-right: 5px; }

  .feature_section15 strong {
    font-size: 18px;
    font-weight: 300;
    padding: 10px 10px;
    margin-top: -7px; }

  .feature_section16 {
    background: url(https://imibd.org/wp-content/themes/imibd/assets/images/site-img17.jpg) no-repeat center 120px;
    background-size: 100%;
    min-height: 390px;
    padding: 70px 0px 0px 0px; }

  .feature_section16 .mcbox {
    width: 18.7%;
    margin-top: 0px; }

  .feature_section16 .mcbox.last {
    margin-top: 123px; }

  .feature_section20 .left {
    padding-top: 0px; }

  .feature_section20 .right img {
    width: 100%; }

  .feature_section22 .secbox {
    width: 98%; }

  .feature_section22 .secbox i {
    margin-top: -46px; }

  .feature_section25 ul {
    width: 103%; }

  .newsletter_two input.enter_email_input {
    width: 196px; }

  .circle_img {
    width: 220px;
    height: 220px; }

  .skillgraph {
    width: 170px;
    height: 170px;
    font-size: 45px;
    line-height: 170px; }

  .skillgraph.one,
  .skillgraph.two,
  .skillgraph.three,
  .skillgraph.four {
    background-size: 100%; }

  .twitter_feed .right {
    float: left;
    width: 87%; }

  .error_pagenotfound {
    width: 70%; }

  .punchline_text_box {
    width: 98%;
    padding: 25px 25px; }

  .punchline_text_box strong {
    font-size: 20px; }

  .punchline_text_box .left {
    width: 70%; }

  .punchline_text_box .right {
    width: 30%; }

  .blog_post h3 {
    width: 83%; }

  .blog_postcontent .video_frame iframe {
    height: 320px; }

  #site-searchform #s {
    width: 71%; }

  .adsbanner-list li {
    margin: 0px 5px 5px 0px;
    width: 90px;
    height: 90px; }

  .adsbanner-list li.last {
    margin: 0px;
    width: 90px;
    height: 90px; }

  .adsbanner-list li img {
    width: 100%;
    height: auto; }

  .contactform_footer .sky-form .button {
    width: 86%; }

  .fnewsletter input.enter_email_input {
    width: 107px; }

  .img_left {
    width: 100%; }

  .img_left1 {
    width: 100%; }

  .readmore_but4 {
    padding-left: 20px;
    padding-right: 20px; }

  #wrap {
    display: none; }

  .feature_section35 {
    padding: 70px 0px 70px 0px; }

  .feature_section35 .left img {
    float: left;
    width: 90%; }

  .feature_section18 .bnbox {
    width: 98%;
    padding: 20px 10px 25px 10px; }

  .feature_section19 .pesbox {
    float: left;
    width: 98%;
    padding: 8% 8% 13% 8%; }

  .feature_section24 .readmore_but8 {
    font-size: 14px;
    padding: 7px 10px; }

  .feature_section31 .left {
    width: 100%; }

  .feature_section31 .right {
    width: 100%;
    text-align: center; }

  .parallax_sec9 li {
    width: 18%;
    margin: 0px 5px;
    padding: 12px 0px; }

  .parallax_sec9 li img {
    width: 90%; }

  .features_sec29 .box img {
    width: 100%; }

  .features_sec27 ul.blogs2 li img {
    width: 100%; }

  .features_sec27 ul.news2 li.text {
    width: 83%; }

  .features_sec44 .img_right {
    width: 100%; }

  .features_sec18 li.text2 {
    width: 75%; }

  .readmore_but10 {
    padding: 10px 20px; }

  .fusection3 {
    padding: 100px 0px 80px 0px; }

  .fusection3 h1 {
    font-size: 40px;
    line-height: 55px; }

  .fusection5 img {
    width: 100%; }

  .fusection6 {
    padding: 70px 0px 40px 0px; }

  .tt-wrapper {
    width: 65%; }

  .tt-wrapper li {
    margin: 0px 20px 100px 20px; }

  .fusection7 .three.lessmar {
    margin-top: 16px; }

  .fusection7 .two {
    margin-left: 16px;
    margin-top: 16px; }

  .fusection7 .one {
    margin-left: 16px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 460px;
    margin: auto; }

  .container_full.slidertop {
    margin-top: -33px; }

  .content_left {
    float: left;
    width: 100%;
    padding: 59px 0px 0px 0px; }

  .right_sidebar {
    float: left;
    width: 100%;
    padding: 59px 0px 0px 0px; }

  .left_sidebar {
    float: left;
    width: 100%;
    padding: 59px 0px 0px 0px; }

  .content_right {
    float: left;
    width: 100%;
    padding: 59px 0px 0px 0px; }

  .one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth {
    margin-right: 0%; }

  .one_half {
    width: 100%;
    margin-bottom: 40px; }

  .one_third {
    width: 100%;
    margin-bottom: 40px; }

  .one_fourth {
    width: 100%;
    margin-bottom: 40px; }

  .one_fifth {
    width: 100%;
    margin-bottom: 40px; }

  .two_third {
    width: 100%;
    margin-bottom: 40px; }

  .three_fourth {
    width: 100%;
    margin-bottom: 40px; }

  .last {
    margin-right: 0 !important;
    margin-bottom: 0 !important; }

  #trueHeader #logo {
    background: url(../images/logo.png) no-repeat center bottom; }

  .logo {
    width: 100%;
    margin-bottom: 5px; }

  .menu_main {
    float: none;
    width: 100%;
    margin: 0 auto; }

  .parallax_sec1 ul.left {
    width: 100%;
    padding-right: 0%;
    border-right: none;
    margin-bottom: 40px; }

  .parallax_sec1 .left li {
    text-align: left; }

  .parallax_sec1 .left li i {
    float: left;
    margin-right: 30px;
    margin-left: 0px; }

  .parallax_sec1 ul.right {
    width: 100%;
    padding-left: 0%; }

  .parallax_sec2 .hvideo iframe {
    float: none;
    margin: 0 auto;
    width: 90%; }

  .parallax_sec2 .hvideo.right iframe {
    float: none; }

  .feature_section2 a {
    float: left;
    margin-top: 13px; }

  .feature_section7 .rcont {
    width: 87%; }

  .feature_section8 .left {
    width: 80%;
    margin: 0 auto;
    float: none; }

  .feature_section8 .right {
    width: 100%;
    padding-top: 30px; }

  .feature_section10 {
    background-size: 100%;
    padding-bottom: 70px; }

  .feature_section10 .left {
    float: left;
    width: 100%;
    margin-right: 0%;
    margin-top: 260px;
    text-align: left; }

  .feature_section10 .left .flist {
    float: left;
    padding-left: 65px;
    padding-right: 0px;
    background: url(https://imibd.org/wp-content/themes/imibd/assets/images/site-img10.png) no-repeat -80px 10px; }

  .feature_section10 .right {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-top: 30px;
    text-align: left; }

  .feature_section10 .right .flist {
    float: left;
    padding-left: 65px;
    padding-right: 0px;
    background: url(https://imibd.org/wp-content/themes/imibd/assets/images/site-img10.png) no-repeat -80px 10px; }

  .feature_section10 .margin_top7 {
    margin-top: 30px; }

  .feature_section10 .margin_top5 {
    margin-top: 30px; }

  .feature_section10 .margin_top6 {
    margin-top: 30px; }

  .feature_section11 .contbox {
    float: none;
    margin: 0 auto;
    width: 360px;
    margin-top: 50px; }

  .feature_section12 h1 {
    font-size: 27px;
    line-height: 30px; }

  .feature_section14 .left {
    width: 100%;
    padding-right: 0%;
    margin-bottom: 40px; }

  .feature_section14 .right {
    width: 100%;
    padding-left: 0%; }

  .feature_section16 {
    background: url(https://imibd.org/wp-content/themes/imibd/assets/images/site-img17.jpg) no-repeat center 220px;
    background-size: 100%;
    min-height: 440px; }

  .feature_section16 .mcbox {
    width: 27%;
    margin-top: 10px; }

  .feature_section16 .mcbox.last {
    margin-top: 133px; }

  .feature_section20 .left {
    float: left;
    width: 100%;
    margin-left: 0%;
    padding-top: 0px; }

  .feature_section20 .right {
    float: left;
    width: 100%;
    margin-right: 0%;
    margin-top: 50px; }

  .feature_section20 .right img {
    width: 100%; }

  .feature_section22 .secbox {
    width: 80%;
    float: none;
    margin: 0 auto; }

  .feature_section22 .secbox i {
    margin-top: -73px; }

  .feature_section25 ul {
    width: 80%;
    float: none;
    margin: 0 auto; }

  .feature_section25 ul.active {
    margin-top: 0px; }

  .newsletter_two input.enter_email_input {
    width: 280px; }

  .circle_img {
    float: none;
    margin: 0 auto; }

  .biobox {
    float: left;
    width: 81%;
    padding: 8%; }

  .pro_bar.inner {
    margin-top: 20px; }

  .less1 {
    width: 100%; }

  .less2 {
    width: 100%; }

  .footer1 {
    padding-bottom: 0px; }

  .twitter_feed .right {
    float: left; }

  ul.footer_social_links {
    float: left;
    margin-top: 20px; }

  .copyright_info .one_half {
    margin-bottom: 0px; }

  .error_pagenotfound {
    padding: 30px 20px 38px 20px;
    width: 80%; }

  .error_pagenotfound b {
    font-size: 30px;
    line-height: 40px; }

  .top_nav.two {
    float: left;
    width: 100%; }

  .top_nav.two .left {
    margin-bottom: 13px; }

  .menu_main.full {
    margin-top: 10px; }

  .punchline_text_box {
    width: 98%;
    padding: 25px 25px; }

  .punchline_text_box strong {
    font-size: 20px; }

  .punchline_text_box .left {
    width: 100%; }

  .punchline_text_box .right {
    width: 100%;
    float: left; }

  .punchline_text_box .right a.knowmore_but {
    float: left;
    margin-left: 0px;
    margin-top: 20px; }

  .blog_post h3 {
    font-size: 18px;
    float: left;
    width: 82%;
    line-height: 27px; }

  .blog_postcontent .image_frame {
    float: left;
    width: 100%;
    margin-bottom: 25px; }

  .blog_postcontent .video_frame iframe {
    float: left;
    width: 100%;
    height: 250px;
    margin-bottom: 25px; }

  #site-searchform #s {
    width: 89.5%; }

  .site-search-area {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 100%; }

  .page_title2 .two_third {
    margin: 0px; }

  .page_title2 .one_third {
    margin: 0px; }

  ul.adsbanner-list {
    width: 50%; }

  .adsbanner-list li {
    margin: 0px 10px 10px 0px;
    padding: 0px;
    float: left;
    width: 100px;
    height: 100px;
    list-style-type: none; }

  .adsbanner-list li.last {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 100px;
    height: 100px;
    list-style-type: none; }

  .adsbanner-list li img {
    width: 100%;
    height: auto; }

  .comment_form {
    float: left;
    width: 100%;
    margin-top: 30px; }

  .comment_form label {
    float: left;
    width: 90px;
    height: 15px;
    padding: 7px 10px;
    margin-bottom: 20px; }

  .comment_input_bg {
    float: left;
    width: 68%;
    height: 25px;
    padding: 7px 10px 0px 10px;
    border-top: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9; }

  .comment_textarea_bg {
    float: left;
    width: 94%;
    height: 235px;
    padding: 7px 10px 0px 10px;
    margin-bottom: 20px;
    border-top: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9; }

  .comment_checkbox {
    float: left;
    display: block;
    width: 94%;
    margin-top: 10px; }

  .google-map {
    width: 97%; }

  .pricing-tables {
    width: 24.5%; }

  .pricing-tables .title {
    font-size: 14px; }

  .pricing-tables .price {
    font-size: 20px; }

  .pricing-tables .price i {
    font-size: 9px;
    margin-top: 0px; }

  .pricing-tables-helight {
    position: relative;
    float: left;
    width: 24.5%; }

  .pricing-tables-helight .title {
    font-size: 14px; }

  .pricing-tables-helight .price {
    font-size: 20px; }

  .pricing-tables-helight .price i {
    font-size: 9px;
    margin-top: 0px; }

  .pricing-tables-two {
    width: 33%; }

  .pricing-tables-two .title {
    font-size: 14px; }

  .pricing-tables-two .price {
    font-size: 20px; }

  .pricing-tables-two .price i {
    font-size: 9px;
    margin-top: 0px; }

  .pricing-tables-helight-two {
    position: relative;
    float: left;
    width: 33%; }

  .pricing-tables-helight-two .title {
    font-size: 14px; }

  .pricing-tables-helight-two .price {
    font-size: 20px; }

  .pricing-tables-helight-two .price i {
    font-size: 9px;
    margin-top: 0px; }

  .contactform_footer {
    width: 95%; }

  .contactform_footer .sky-form .button {
    width: 88.5%; }

  .fnewsletter input.enter_email_input {
    width: 300px; }

  .cforms {
    float: left;
    width: 94%; }

  .portfolio_area_left {
    padding: 0px;
    margin: 0px 0px 30px 0px;
    width: 98%;
    float: left; }

  .portfolio_area_right {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    width: 98%;
    float: left; }

  .project_details {
    padding: 0px;
    margin: 65px 0px 0px 0px; }

  .addto_favorites {
    float: left;
    margin: 15px 0px 0px 0px; }

  .addto_favorites:hover {
    float: left;
    margin: 15px 0px 0px 0px; }

  .portfolio_area_right ul.small_social_links {
    margin: 22px 0px 0px 170px; }

  .project_details span {
    padding: 4px 0px; }

  .project_details strong {
    width: 22%; }

  .iframecontainer {
    width: 100%; }

  .top_nav .right li.link {
    margin-top: -2px; }

  .img_left {
    width: 100%; }

  .img_left1 {
    width: 100%; }

  .readmore_but4 {
    padding-left: 20px;
    padding-right: 20px; }

  .feature_section11 .contbox {
    width: 450px;
    margin-top: -20px; }

  .feature_section11 .contbox h5 {
    font-size: 14px; }

  .feature_section35 {
    padding: 70px 0px 70px 0px; }

  .feature_section35 .left {
    width: 100%; }

  .feature_section35 .right {
    width: 100%; }

  .feature_section18 .bnbox {
    width: 90%;
    margin: 0 auto;
    float: none; }

  .feature_section19 .pesbox {
    width: 98%; }

  .feature_section24 .readmore_but8 {
    font-size: 10px;
    padding: 5px 8px; }

  .feature_section31 .left {
    width: 100%; }

  .feature_section31 .right {
    width: 100%;
    text-align: center; }

  .feature_section32 .left {
    width: 100%; }

  .feature_section32 .right {
    width: 100%; }

  .parallax_sec9 li {
    width: 18%;
    margin: 0px 2px;
    padding: 12px 0px; }

  .parallax_sec9 li img {
    width: 90%; }

  .framed-box {
    width: 90%;
    margin: 0 auto; }

  .features_sec29 .box img {
    width: 100%; }

  .features_sec27 ul.blogs2 li img {
    width: 100%; }

  .features_sec27 ul.news2 li.text {
    width: 80%; }

  .fusection3 {
    padding: 75px 0px 50px 0px; }

  .fusection3 h1 {
    font-size: 25px;
    line-height: 40px; }

  ul.clients_home {
    margin: 30px 0px 0px 0px; }

  .clients_home li {
    width: 160px; }

  .fusection6 {
    padding: 70px 0px 40px 0px; }

  .tt-wrapper {
    width: 30%; }

  .tt-wrapper li {
    margin: 0px 20px 100px 20px; }

  .fusection7 .three.lessmar {
    margin-top: 16px; }

  .fusection7 .two {
    width: 450px;
    margin-left: 16px;
    margin-top: 16px; }

  .fusection7 .two p {
    width: 450px;
    height: 140px;
    padding: 20px 30px 0px 30px; }

  .fusection7 .one {
    margin-left: 16px; }

  .fuicsec .one_fifth {
    text-align: center;
    border-right: 0px solid #e0e0e0; }

  .fuicsec i {
    float: none;
    font-size: 35px;
    color: #999;
    margin-right: 20px;
    margin-top: 10px; } }
@media only screen and (max-width: 479px) {
  .container {
    width: 300px;
    margin: auto; }

  .container_full.slidertop {
    margin-top: 0px; }

  .content_left {
    float: left;
    width: 100%;
    padding: 59px 0px 0px 0px; }

  .right_sidebar {
    float: left;
    width: 100%;
    padding: 59px 0px 0px 0px; }

  .left_sidebar {
    float: left;
    width: 100%;
    padding: 59px 0px 0px 0px; }

  .content_right {
    float: left;
    width: 100%;
    padding: 59px 0px 0px 0px; }

  .one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth {
    margin-right: 0%; }

  .one_half {
    width: 100%;
    margin-bottom: 40px; }

  .one_third {
    width: 100%;
    margin-bottom: 40px; }

  .one_fourth {
    width: 100%;
    margin-bottom: 40px; }

  .one_fifth {
    width: 100%;
    margin-bottom: 40px; }

  .two_third {
    width: 100%;
    margin-bottom: 40px; }

  .three_fourth {
    width: 100%;
    margin-bottom: 40px; }

  .last {
    margin-right: 0 !important;
    margin-bottom: 0 !important; }

  .top_nav .left {
    width: 100%; }

  .top_nav .right {
    width: 100%; }

  .top_nav .right ul {
    float: left; }

  .top_nav .right li {
    margin: 10px 5px 0px 0px; }

  #trueHeader #logo {
    text-align: center;
    background: url(../images/logo.png) no-repeat center bottom; }

  .logo {
    width: 100%;
    margin-bottom: 5px; }

  .menu_main {
    float: none;
    width: 100%;
    margin: 0 auto; }

  .parallax_sec1 ul.left {
    width: 100%;
    padding-right: 0%;
    border-right: none;
    margin-bottom: 40px; }

  .parallax_sec1 .left li {
    text-align: left; }

  .parallax_sec1 .left li i {
    float: left;
    margin-right: 30px;
    margin-left: 0px; }

  .parallax_sec1 ul.right {
    width: 100%;
    padding-left: 0%; }

  .parallax_sec2 .hvideo iframe {
    float: none;
    margin: 0 auto;
    width: 100%; }

  .parallax_sec2 .hvideo.right iframe {
    float: none; }

  .rw-wrapper {
    font-size: 20px; }

  .feature_section2 a {
    float: left;
    margin-top: 13px; }

  .rw-words {
    text-indent: 67px; }

  .feature_section7 .rcont {
    width: 80%; }

  .feature_section8 .left {
    width: 80%;
    margin: 0 auto;
    float: none; }

  .feature_section8 .right {
    width: 100%;
    padding-top: 30px; }

  .feature_section10 {
    background-size: 170%;
    padding-bottom: 50px; }

  .feature_section10 .left {
    float: left;
    width: 100%;
    margin-right: 0%;
    margin-top: 260px;
    text-align: left; }

  .feature_section10 .left .flist {
    float: left;
    padding-left: 50px;
    padding-right: 0px;
    background: url(https://imibd.org/wp-content/themes/imibd/assets/images/site-img10.png) no-repeat -91px 10px; }

  .feature_section10 .right {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-top: 30px;
    text-align: left; }

  .feature_section10 .right .flist {
    float: left;
    padding-left: 50px;
    padding-right: 0px;
    background: url(https://imibd.org/wp-content/themes/imibd/assets/images/site-img10.png) no-repeat -91px 10px; }

  .feature_section10 .margin_top7 {
    margin-top: 30px; }

  .feature_section10 .margin_top5 {
    margin-top: 30px; }

  .feature_section10 .margin_top6 {
    margin-top: 30px; }

  .feature_section11 .contbox {
    float: none;
    margin: 0 auto;
    width: 220px;
    padding: 20px 20px 40px 20px;
    margin-top: 50px; }

  .feature_section11 .contbox h5 {
    margin-top: 5px;
    font-size: 14px;
    line-height: 23px; }

  .feature_section11 .contbox strong {
    font-size: 18px;
    padding: 10px 13px;
    margin-top: -50px;
    margin-left: -116px; }

  .feature_section12 h1 {
    font-size: 22px;
    line-height: 30px; }

  .feature_section14 .left {
    width: 100%;
    padding-right: 0%;
    margin-bottom: 40px; }

  .feature_section14 .right {
    width: 100%;
    padding-left: 0%; }

  .feature_section14 .left .conta {
    background-size: 50%;
    background-position: right 130px; }

  .feature_section14 .right .conta {
    background-size: 75%;
    background-position: right 100px; }

  .feature_section15 i {
    font-size: 30px;
    margin-right: 10px; }

  .feature_section15 strong {
    font-size: 18px;
    font-weight: 300;
    padding: 10px 10px;
    margin-top: -7px; }

  .feature_section16 {
    background: url(https://imibd.org/wp-content/themes/imibd/assets/images/site-img17.jpg) no-repeat center 230px;
    background-size: 100%;
    min-height: 440px; }

  .feature_section16 .mcbox {
    width: 32%;
    margin-top: 10px; }

  .feature_section16 .mcbox.last {
    margin-top: 133px; }

  .feature_section18 .bnbox {
    width: 90%;
    margin: 0 auto;
    float: none; }

  .feature_section20 .left {
    float: left;
    width: 100%;
    margin-left: 0%;
    padding-top: 0px; }

  .feature_section20 .right {
    float: left;
    width: 100%;
    margin-right: 0%;
    margin-top: 50px; }

  .feature_section20 .right img {
    width: 100%; }

  .feature_section22 .secbox {
    width: 80%;
    float: none;
    margin: 0 auto; }

  .feature_section25 ul {
    width: 80%;
    float: none;
    margin: 0 auto; }

  .feature_section25 ul.active {
    margin-top: 0px; }

  .twitter_feeds_two .left {
    margin-right: 20px; }

  .newsletter_two .left {
    margin-right: 20px; }

  .newsletter_two input.enter_email_input {
    width: 164px;
    padding-left: 10px; }

  .pro_bar.inner {
    margin-top: 20px; }

  .circle_img {
    float: none;
    width: 290px;
    height: 290px;
    margin: 0 auto; }

  .biobox {
    float: left;
    width: 81%;
    padding: 8%; }

  .readmore_but12 {
    padding: 10px 18px; }

  h2.section_title_whitebig {
    font-size: 30px; }

  h2.section_title_whitebig strong {
    font-size: 50px;
    line-height: 50px; }

  .less1 {
    width: 100%; }

  .less2 {
    width: 100%; }

  .footer1 {
    padding-bottom: 0px; }

  ul.footer_social_links {
    float: left;
    margin-top: 20px; }

  .copyright_info .one_half {
    margin-bottom: 0px; }

  .error_pagenotfound {
    width: 90%;
    padding-top: 25px; }

  .error_pagenotfound strong {
    font-size: 100px;
    margin-bottom: 0px; }

  .error_pagenotfound b {
    font-size: 20px;
    line-height: 30px; }

  .error_pagenotfound em {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px; }

  .top_nav.two {
    float: left;
    width: 100%; }

  .top_nav.two .left {
    margin-bottom: 4px; }

  .menu_main.full {
    margin-top: 10px; }

  .punchline_text_box {
    width: 98%;
    padding: 25px 25px; }

  .punchline_text_box strong {
    font-size: 20px; }

  .punchline_text_box .left {
    width: 100%; }

  .punchline_text_box .right {
    width: 100%;
    float: left; }

  .punchline_text_box .right a.knowmore_but {
    float: left;
    margin-left: 0px;
    margin-top: 20px; }

  .blog_post h3 {
    font-size: 18px;
    float: left;
    width: 71%;
    line-height: 25px; }

  .blog_postcontent .image_frame {
    float: left;
    width: 100%;
    margin-bottom: 25px; }

  .blog_postcontent .video_frame iframe {
    float: left;
    width: 100%;
    height: 180px;
    margin-bottom: 25px; }

  .pagination b {
    float: left;
    margin: 0px 0px 10px 0;
    padding: 0px 10px;
    font-weight: normal;
    color: #999;
    width: 90%; }

  #site-searchform #s {
    width: 84%; }

  .site-search-area {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 100%; }

  .page_title2 .two_third {
    margin: 0px; }

  .page_title2 .one_third {
    margin: 0px; }

  ul.adsbanner-list {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 50%; }

  .adsbanner-list li {
    margin: 0px 10px 10px 0px;
    padding: 0px;
    float: left;
    width: 110px;
    height: 110px;
    list-style-type: none; }

  .adsbanner-list li.last {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 110px;
    height: 110px;
    list-style-type: none; }

  .adsbanner-list li img {
    width: 100%;
    height: auto; }

  ul.adsbanner-list.two {
    margin: 0px 0px 0px 0px;
    float: left; }

  .comment_form {
    float: left;
    width: 100%;
    margin-top: 30px; }

  .comment_form label {
    float: left;
    width: 90px;
    height: 15px;
    padding: 7px 10px;
    margin-bottom: 20px; }

  .comment_input_bg {
    float: left;
    width: 52%;
    height: 25px;
    padding: 7px 10px 0px 10px;
    border-top: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9; }

  .comment_textarea_bg {
    float: left;
    width: 90%;
    height: 235px;
    padding: 7px 10px 0px 10px;
    margin-bottom: 20px;
    border-top: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9; }

  .comment_checkbox {
    float: left;
    display: block;
    width: 90%;
    margin-top: 10px; }

  .google-map {
    width: 95%; }

  .pricing-tables {
    width: 24%; }

  .pricing-tables .title {
    font-size: 12px; }

  .pricing-tables .price {
    font-size: 18px; }

  .pricing-tables .price i {
    font-size: 9px;
    margin-top: 0px; }

  .pricing-tables-helight {
    position: relative;
    float: left;
    width: 24%; }

  .pricing-tables-helight .title {
    font-size: 12px; }

  .pricing-tables-helight .price {
    font-size: 18px; }

  .pricing-tables-helight .price i {
    font-size: 9px;
    margin-top: 0px; }

  .pricing-tables-two {
    width: 32%; }

  .pricing-tables-two .title {
    font-size: 12px; }

  .pricing-tables-two .price {
    font-size: 18px; }

  .pricing-tables-two .price i {
    font-size: 9px;
    margin-top: 0px; }

  .pricing-tables-helight-two {
    position: relative;
    float: left;
    width: 33%; }

  .pricing-tables-helight-two .title {
    font-size: 12px; }

  .pricing-tables-helight-two .price {
    font-size: 18px; }

  .pricing-tables-helight-two .price i {
    font-size: 9px;
    margin-top: 0px; }

  .pricing-tables-main .ordernow .normalbut {
    padding: 10px 4px;
    font-size: 10px; }

  .pricing-tables-main .ordernow .colorchan {
    padding: 10px 4px;
    font-size: 10px; }

  .contactform_footer {
    width: 95%; }

  .contactform_footer .sky-form .button {
    width: 82.5%; }

  .fnewsletter input.enter_email_input {
    width: 220px; }

  .cforms {
    float: left;
    width: 94%; }

  .portfolio_area_left {
    padding: 0px;
    margin: 0px 0px 30px 0px;
    width: 98%;
    float: left; }

  .portfolio_area_right {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    width: 98%;
    float: left; }

  .project_details {
    padding: 0px;
    margin: 65px 0px 0px 0px; }

  .addto_favorites {
    float: left;
    margin: 15px 0px 0px 0px; }

  .addto_favorites:hover {
    float: left;
    margin: 15px 0px 0px 0px; }

  .portfolio_area_right ul.small_social_links {
    margin: 22px 0px 0px 170px; }

  .project_details span {
    padding: 4px 0px; }

  .project_details strong {
    width: 30%; }

  .iframecontainer {
    width: 100%; }

  .top_nav .right li.link {
    margin-top: 10px; }

  .img_left {
    width: 100%; }

  .img_left1 {
    width: 100%; }

  .readmore_but2,
  .readmore_but3 {
    padding: 14px 13px; }

  .readmore_but4 {
    padding-left: 20px;
    padding-right: 20px; }

  .readmore_but6 {
    padding: 13px 18px; }

  .readmore_but1.marlt {
    margin-left: 53px;
    margin-top: 40px;
    float: left; }

  .feature_section11 .contbox {
    width: 300px;
    margin-top: -20px; }

  .feature_section11 .contbox h5 {
    font-size: 14px; }

  .feature_section11 strong {
    font-size: 20px;
    font-weight: 300;
    padding: 8px 10px;
    margin-left: 38px; }

  .feature_section35 {
    padding: 70px 0px 70px 0px; }

  .feature_section35 .left {
    width: 100%; }

  .feature_section35 .left img {
    float: left;
    width: 100%; }

  .feature_section35 .right {
    width: 100%; }

  .feature_section19 .pesbox {
    width: 98%; }

  .feature_section24 .readmore_but8 {
    font-size: 8px;
    padding: 3px 5px; }

  .feature_section31 .left {
    width: 100%; }

  .feature_section31 .right {
    width: 100%;
    text-align: center; }

  .feature_section31 .right img {
    width: 80%; }

  .feature_section32 .left {
    width: 100%; }

  .feature_section32 .right {
    width: 100%; }

  .parallax_sec9 li {
    width: 18%;
    margin: 0px 2px;
    padding: 12px 0px; }

  .parallax_sec9 li img {
    width: 90%; }

  .framed-box {
    width: 90%;
    margin: 0 auto; }

  .features_sec29 .box img {
    width: 100%; }

  .features_sec27 ul.blogs2 li img {
    width: 100%; }

  .features_sec27 ul.news2 li.text {
    width: 80%; }

  .features_sec44 .img_right {
    width: 100%; }

  .features_sec18 li.text2 {
    width: 75%; }

  .readmore_but10 {
    padding: 10px 20px; }

  .fusection3 {
    padding: 75px 0px 50px 0px; }

  .fusection3 h1 {
    font-size: 25px;
    line-height: 40px; }

  ul.clients_home {
    margin: 30px 0px 0px 0px; }

  .clients_home li {
    width: 106px; }

  .fusection5 img {
    width: 100%; }

  .fusection6 {
    padding: 70px 0px 40px 0px; }

  .tt-wrapper {
    width: 40%; }

  .tt-wrapper li {
    margin: 0px 0px 100px 0px; }

  .fusection7 .three.lessmar {
    margin-top: 16px; }

  .fusection7 .two {
    width: 290px;
    margin-left: 16px;
    margin-top: 16px; }

  .fusection7 .two p {
    width: 290px;
    height: 140px;
    padding: 0px 30px 0px 30px; }

  .fusection7 .one {
    margin-left: 16px; }

  .fusection7 .four {
    width: 290px; }

  .fusection7 .four p {
    width: 290px;
    height: 160px;
    padding: 30px 30px 0px 30px; }

  .fuicsec .one_fifth {
    text-align: center;
    border-right: 0px solid #e0e0e0; }

  .fuicsec i {
    float: none;
    font-size: 35px;
    color: #999;
    margin-right: 20px;
    margin-top: 10px; } }
/*	# Media Folder
//	================================================== */
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 0px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0); }

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("https://imibd.org/wp-content/themes/imibd/assets/images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #279B48;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #b1b1b1; }

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("https://imibd.org/wp-content/themes/imibd/assets/images/controls.png") no-repeat 0 -32px; }

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url("https://imibd.org/wp-content/themes/imibd/assets/images/controls.png") no-repeat -43px -32px; }

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("https://imibd.org/wp-content/themes/imibd/assets/images/controls.png") -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("https://imibd.org/wp-content/themes/imibd/assets/images/controls.png") -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/**
 * cubeportfolio v1.1 - http://scriptpie.com
 *
 * Copyright - 2013 Mihai Buricea (http://www.scriptpie.com)
 * All rights reserved.
 *
 * You may not modify and/or redistribute this file
 * save cases where Extended License has been purchased
 *
 */
.cbp, .cbp-item, .cbp-wrapper {
  filter: inherit; }

.cbp {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  height: 400px;
  visibility: visible !important; }

.cbp .cbp-item, .cbp-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.cbp .cbp-item {
  z-index: 2;
  display: block;
  width: 300px;
  height: 200px; }

.cbp-item-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.cbp img {
  display: block; }

.cbp-loading, .cbp-loading *, .cbp-no-transition .cbp-item {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.cbp-appendItems-loading {
  -webkit-transition: height 0.4s ease !important;
  -moz-transition: height 0.4s ease !important;
  -o-transition: height 0.4s ease !important;
  transition: height 0.4s ease !important; }

.cbp-appendItems-loading .cbp-wrapper {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.cbp-loading {
  background: url("https://imibd.org/wp-content/themes/imibd/assets/css/images/cbp-loading.gif") no-repeat scroll center center transparent; }

.cbp .cbp-item-hidden {
  pointer-events: none;
  z-index: 1; }

.cbp-wrapper {
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1; }

.cbp-ready .cbp-wrapper {
  visibility: visible; }

.cbp-wrapper-front {
  z-index: 3; }

.cbp-wrapper-back {
  z-index: -1; }

.cbp-caption, .cbp-caption-activeWrap, .cbp-caption-defaultWrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none; }

.cbp-caption-activeWrap, .cbp-caption-defaultWrap {
  position: absolute;
  z-index: 1; }

.cbp-caption-activeWrap {
  z-index: 2; }

.cbp-l-caption-title {
  color: #fff;
  font: 700 16px/18px sans-serif;
  margin-bottom: 5px; }

.cbp-l-caption-desc {
  color: #d3d3d3;
  font: 400 12px/16px sans-serif; }

.cbp-l-caption-text {
  font: 400 14px "Open Sans", sans-serif;
  color: #fff;
  letter-spacing: 3px; }

.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
  background-color: #fff;
  color: #272727;
  display: inline-block;
  font: 12px/28px sans-serif;
  text-decoration: none;
  width: 90px;
  text-align: center;
  margin: 4px; }

.cbp-l-caption-buttonLeft:hover, .cbp-l-caption-buttonRight:hover {
  background-color: #e3e3e3; }

.portfolioicons i {
  color: #999;
  font-size: 22px;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  background-color: #fff;
  border-radius: 100%;
  margin: 0 4px; }

.portfolioicons i:hover {
  background-color: #e3e3e3; }

.cbp-caption-fadeIn .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-minimal .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-moveRight .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-overlayBottom .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-overlayRightAlong .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-pushDown .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-pushTop .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealBottom .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealLeft .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealTop .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body {
  margin: 30px 30px 0; }

.cbp-caption-overlayBottom .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-overlayBottomPush .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-overlayBottomReveal .cbp-l-caption-alignLeft .cbp-l-caption-body {
  margin: 17px 30px 0; }

.cbp-caption-minimal .cbp-l-caption-desc, .cbp-caption-minimal .cbp-l-caption-title {
  position: relative;
  left: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform .5s ease;
  -moz-transition: -moz-transform .5s ease;
  -o-transition: -o-transform .5s ease;
  transition: transform 0.5s ease; }

.cbp-caption-minimal .cbp-l-caption-title {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.cbp-caption-minimal .cbp-l-caption-desc {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-desc, .cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.cbp-l-caption-alignCenter {
  display: table;
  width: 100%;
  height: 100%; }

.cbp-l-caption-alignCenter .cbp-l-caption-body {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  position: relative;
  -webkit-transition: left 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: left 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: left 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.4s cubic-bezier(0.19, 1, 0.22, 1); }

.cbp-caption-minimal .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft {
  left: -20px; }

.cbp-caption-minimal .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  left: 20px; }

.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-ie8 .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-ie8 .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-ie9 .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-ie9 .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  left: 0; }

.cbp-caption-pushTop .cbp-caption-activeWrap, .cbp-caption-pushTop .cbp-caption-defaultWrap {
  bottom: 0;
  -webkit-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.cbp-caption-pushTop .cbp-caption-activeWrap {
  bottom: -100%;
  background: none repeat scroll 0 0 #282727; }

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-defaultWrap {
  bottom: 100%; }

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-activeWrap, .cbp-caption-pushTop.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap, .cbp-caption-pushTop.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
  bottom: 0; }

.cbp-caption-pushTop.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap, .cbp-caption-pushTop.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
  bottom: -100%; }

.cbp-caption-pushDown .cbp-caption-activeWrap, .cbp-caption-pushDown .cbp-caption-defaultWrap {
  bottom: 0;
  -webkit-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.cbp-caption-pushDown .cbp-caption-activeWrap {
  bottom: 100%;
  background: none repeat scroll 0 0 #282727; }

.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-defaultWrap {
  bottom: -100%; }

.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-activeWrap, .cbp-caption-pushDown.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap, .cbp-caption-pushDown.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
  bottom: 0; }

.cbp-caption-pushDown.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap, .cbp-caption-pushDown.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
  bottom: 100%; }

.cbp-caption-revealBottom .cbp-caption-defaultWrap {
  bottom: 0;
  z-index: 2;
  -webkit-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.cbp-caption-revealBottom .cbp-caption-activeWrap {
  bottom: 0;
  z-index: 1;
  background: none repeat scroll 0 0 #282727; }

.cbp-caption-revealBottom .cbp-caption:hover .cbp-caption-defaultWrap {
  bottom: 100%; }

.cbp-caption-revealBottom.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap, .cbp-caption-revealBottom.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
  bottom: 0; }

.cbp-caption-revealTop .cbp-caption-defaultWrap {
  bottom: 0;
  z-index: 2;
  -webkit-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.cbp-caption-revealTop .cbp-caption-activeWrap {
  bottom: 0;
  z-index: 1;
  background: none repeat scroll 0 0 #282727; }

.cbp-caption-revealTop .cbp-caption:hover .cbp-caption-defaultWrap {
  bottom: -100%; }

.cbp-caption-revealTop.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap, .cbp-caption-revealTop.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
  bottom: 0; }

.cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap {
  bottom: 0;
  z-index: 2;
  -webkit-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
  bottom: 0;
  z-index: 1;
  height: 70px;
  background: none repeat scroll 0 0 #282727; }

.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
  bottom: 70px; }

.cbp-caption-overlayBottomReveal.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap, .cbp-caption-overlayBottomReveal.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
  bottom: 0; }

.cbp-caption-overlayBottomPush .cbp-caption-activeWrap, .cbp-caption-overlayBottomPush .cbp-caption-defaultWrap {
  bottom: 0;
  -webkit-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
  bottom: -70px;
  height: 70px;
  background: none repeat scroll 0 0 #282727; }

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
  bottom: 70px; }

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap, .cbp-caption-overlayBottomPush.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap, .cbp-caption-overlayBottomPush.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
  bottom: 0; }

.cbp-caption-overlayBottomPush.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap, .cbp-caption-overlayBottomPush.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
  bottom: -70px; }

.cbp-caption-overlayBottom .cbp-caption-activeWrap {
  bottom: -70px;
  height: 70px;
  background-color: #181616;
  background-color: rgba(24, 22, 22, 0.7);
  -webkit-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.cbp-caption-overlayBottom .cbp-caption:hover .cbp-caption-activeWrap {
  bottom: 0; }

.cbp-caption-overlayBottom.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
  bottom: -70px; }

.cbp-caption-moveRight .cbp-caption-activeWrap {
  left: -100%;
  top: 0;
  background: none repeat scroll 0 0 #282727;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.cbp-caption-moveRight .cbp-caption:hover .cbp-caption-activeWrap {
  left: 0; }

.cbp-caption-moveRight.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap, .cbp-caption-moveRight.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
  left: -100%; }

.cbp-caption-revealLeft .cbp-caption-activeWrap {
  left: 100%;
  top: 0;
  background: none repeat scroll 0 0 #282727;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.cbp-caption-revealLeft .cbp-caption:hover .cbp-caption-activeWrap {
  left: 0; }

.cbp-caption-revealLeft.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap, .cbp-caption-revealLeft.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
  left: 100%; }

.cbp-caption-minimal .cbp-caption-activeWrap {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0; }

.cbp-caption-minimal .cbp-caption:hover .cbp-caption-activeWrap {
  opacity: 1; }

.cbp-caption-minimal.cbp-ie8 .cbp-caption-activeWrap {
  background-color: #000;
  -ms-filter: "alpha(Opacity=0)"; }

.cbp-caption-minimal.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap {
  -ms-filter: "alpha(Opacity=90)"; }

.cbp-caption-fadeIn .cbp-caption-activeWrap {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.cbp-caption-fadeIn.cbp-ie8 .cbp-caption-activeWrap {
  background-color: #000;
  -ms-filter: "alpha(Opacity=0)"; }

.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
  opacity: 1; }

.cbp-caption-fadeIn.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
  opacity: 0; }

.cbp-caption-overlayRightAlong .cbp-caption-activeWrap, .cbp-caption-overlayRightAlong .cbp-caption-defaultWrap {
  left: 0;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
  left: -50%;
  width: 50%;
  background: none repeat scroll 0 0 #282727; }

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-defaultWrap {
  left: 25%; }

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-activeWrap, .cbp-caption-overlayRightAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap, .cbp-caption-overlayRightAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
  left: 0; }

.cbp-caption-overlayRightAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap, .cbp-caption-overlayRightAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
  left: -50%; }

.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap, .cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap {
  bottom: 0;
  -webkit-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
  bottom: -70px;
  height: 70px;
  background: none repeat scroll 0 0 #282727; }

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
  bottom: 35px; }

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-activeWrap, .cbp-caption-overlayBottomAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap, .cbp-caption-overlayBottomAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap {
  bottom: 0; }

.cbp-caption-overlayBottomAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap, .cbp-caption-overlayBottomAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
  bottom: -70px; }

.cbp-caption-zoom .cbp-caption-defaultWrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25); }

.cbp-caption-zoom .cbp-caption-activeWrap {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1); }

.cbp-caption-zoom.cbp-ie8 .cbp-caption-activeWrap {
  background-color: #000;
  -ms-filter: "alpha(Opacity=0)"; }

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
  opacity: 1; }

.cbp-caption-zoom.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
  opacity: 0; }

.cbp-animation-fadeOut {
  -webkit-transition: height .6s ease-in-out;
  -moz-transition: height .6s ease-in-out;
  -o-transition: height .6s ease-in-out;
  transition: height 0.6s ease-in-out; }

.cbp-animation-fadeOut .cbp-item {
  -webkit-transition: -webkit-transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s;
  -moz-transition: -moz-transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s;
  -o-transition: -o-transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s;
  transition: transform 0.6s ease-in-out 0.2s, opacity 0.6s ease-in-out 0.2s; }

.cbp-animation-fadeOut .cbp-item-hidden {
  -webkit-transition: -webkit-transform .6s ease-in-out 0, opacity .4s ease-in-out 0;
  -moz-transition: -moz-transform .6s ease-in-out 0, opacity .4s ease-in-out 0;
  -o-transition: -o-transform .6s ease-in-out 0, opacity .4s ease-in-out 0;
  transition: transform 0.6s ease-in-out 0, opacity 0.4s ease-in-out 0; }

.cbp-animation-quicksand {
  -webkit-transition: height .6s ease-in-out;
  -moz-transition: height .6s ease-in-out;
  -o-transition: height .6s ease-in-out;
  transition: height 0.6s ease-in-out; }

.cbp-animation-quicksand .cbp-item {
  -webkit-transition: -webkit-transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s;
  -moz-transition: -moz-transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s;
  -o-transition: -o-transform .6s ease-in-out .2s, opacity .6s ease-in-out .2s;
  transition: transform 0.6s ease-in-out 0.2s, opacity 0.6s ease-in-out 0.2s; }

.cbp-animation-quicksand .cbp-item-hidden {
  -webkit-transition: -webkit-transform .6s ease-in-out 0, opacity .4s ease-in-out 0;
  -moz-transition: -moz-transform .6s ease-in-out 0, opacity .4s ease-in-out 0;
  -o-transition: -o-transform .6s ease-in-out 0, opacity .4s ease-in-out 0;
  transition: transform 0.6s ease-in-out 0, opacity 0.4s ease-in-out 0; }

.cbp-animation-skew {
  -webkit-transition: height .3s ease-in-out;
  -moz-transition: height .3s ease-in-out;
  -o-transition: height .3s ease-in-out;
  transition: height 0.3s ease-in-out; }

.cbp-animation-skew .cbp-item {
  -webkit-transition: -webkit-transform .3s ease-in, opacity .3s ease-in;
  -moz-transition: -moz-transform .3s ease-in, opacity .3s ease-in;
  -o-transition: -o-transform .3s ease-in, opacity .3s ease-in;
  transition: transform 0.3s ease-in, opacity 0.3s ease-in; }

.cbp-animation-skew .cbp-item-hidden {
  -webkit-transition: -webkit-transform .3s ease-in 0, opacity .3s ease-in 0;
  -moz-transition: -moz-transform .3s ease-in 0, opacity .3s ease-in 0;
  -o-transition: -o-transform .3s ease-in 0, opacity .3s ease-in 0;
  transition: transform 0.3s ease-in 0, opacity 0.3s ease-in 0; }

.cbp-animation-boxShadow {
  -webkit-transition: height .6s ease-in-out;
  -moz-transition: height .6s ease-in-out;
  -o-transition: height .6s ease-in-out;
  transition: height 0.6s ease-in-out; }

.cbp-animation-boxShadow .cbp-item {
  -webkit-transition: -webkit-transform .6s ease-in-out, opacity .6s ease-in-out;
  -moz-transition: -moz-transform .6s ease-in-out, opacity .6s ease-in-out;
  -o-transition: -o-transform .6s ease-in-out, opacity .6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out; }

.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: box-shadow .6s ease-in-out;
  -moz-transition: box-shadow .6s ease-in-out;
  -o-transition: box-shadow .6s ease-in-out;
  transition: box-shadow 0.6s ease-in-out; }

.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask.cbp-animation-boxShadowShow {
  z-index: 10; }

.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask.cbp-animation-boxShadowActive {
  box-shadow: 0 0 100px 100px #fff inset; }

.cbp-animation-boxShadow .cbp-item .cbp-animation-boxShadowMask.cbp-animation-boxShadowInactive {
  box-shadow: 0 0 #fff inset; }

.cbp-animation-bounceLeft {
  -webkit-transition: height .8s ease-in-out;
  -moz-transition: height .8s ease-in-out;
  -o-transition: height .8s ease-in-out;
  transition: height 0.8s ease-in-out; }

.cbp-animation-bounceLeft .cbp-wrapper {
  -webkit-transition: opacity .8s ease-in-out, left .8s ease-in-out;
  -moz-transition: opacity .8s ease-in-out, left .8s ease-in-out;
  -o-transition: opacity .8s ease-in-out, left .8s ease-in-out;
  transition: opacity 0.8s ease-in-out, left 0.8s ease-in-out; }

.cbp-animation-bounceLeft .cbp-item {
  overflow: visible;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  -moz-transition: -moz-transform .8s ease-in-out;
  -o-transition: -o-transform .8s ease-in-out;
  transition: transform 0.8s ease-in-out; }

.cbp-animation-bounceLeft .cbp-item-hidden {
  display: none; }

.cbp-animation-bounceLeft .cbp-item-wrapper {
  overflow: hidden; }

.cbp-animation-bounceTop {
  -webkit-transition: height .6s ease-in-out;
  -moz-transition: height .6s ease-in-out;
  -o-transition: height .6s ease-in-out;
  transition: height 0.6s ease-in-out; }

.cbp-animation-bounceTop .cbp-wrapper {
  -webkit-transition: opacity .6s ease-in-out, top .6s ease-in-out;
  -moz-transition: opacity .6s ease-in-out, top .6s ease-in-out;
  -o-transition: opacity .6s ease-in-out, top .6s ease-in-out;
  transition: opacity 0.6s ease-in-out, top 0.6s ease-in-out; }

.cbp-animation-bounceTop .cbp-item {
  overflow: visible;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  -moz-transition: -moz-transform .8s ease-in-out;
  -o-transition: -o-transform .8s ease-in-out;
  transition: transform 0.8s ease-in-out; }

.cbp-animation-bounceTop .cbp-item-hidden {
  display: none; }

.cbp-animation-bounceTop .cbp-item-wrapper {
  overflow: hidden; }

.cbp-animation-bounceBottom {
  -webkit-transition: height .6s ease-in-out;
  -moz-transition: height .6s ease-in-out;
  -o-transition: height .6s ease-in-out;
  transition: height 0.6s ease-in-out; }

.cbp-animation-bounceBottom .cbp-wrapper {
  -webkit-transition: opacity .6s ease-in-out, top .6s ease-in-out;
  -moz-transition: opacity .6s ease-in-out, top .6s ease-in-out;
  -o-transition: opacity .6s ease-in-out, top .6s ease-in-out;
  transition: opacity 0.6s ease-in-out, top 0.6s ease-in-out; }

.cbp-animation-bounceBottom .cbp-item {
  overflow: visible;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  -moz-transition: -moz-transform .8s ease-in-out;
  -o-transition: -o-transform .8s ease-in-out;
  transition: transform 0.8s ease-in-out; }

.cbp-animation-bounceBottom .cbp-item-hidden {
  display: none; }

.cbp-animation-bounceBottom .cbp-item-wrapper {
  overflow: hidden; }

.cbp-animation-moveLeft {
  -webkit-transition: height .6s ease-in-out;
  -moz-transition: height .6s ease-in-out;
  -o-transition: height .6s ease-in-out;
  transition: height 0.6s ease-in-out; }

.cbp-animation-moveLeft .cbp-wrapper {
  z-index: 2;
  -webkit-transition: opacity .6s ease-in-out, left .6s ease-in-out;
  -moz-transition: opacity .6s ease-in-out, left .6s ease-in-out;
  -o-transition: opacity .6s ease-in-out, left .6s ease-in-out;
  transition: opacity 0.6s ease-in-out, left 0.6s ease-in-out; }

.cbp-animation-moveLeft .cbp-wrapper.no-trans {
  z-index: 1;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.cbp-animation-moveLeft .cbp-item {
  overflow: visible;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  -moz-transition: -moz-transform .6s ease-in-out;
  -o-transition: -o-transform .6s ease-in-out;
  transition: transform 0.6s ease-in-out; }

.cbp-animation-moveLeft .cbp-item-wrapper {
  overflow: hidden; }

.cbp-animation-slideLeft {
  overflow: visible; }

.cbp-animation-slideLeft .cbp-item {
  -webkit-transition: -webkit-transform .6s ease-in-out;
  -moz-transition: -moz-transform .6s ease-in-out;
  -o-transition: -o-transform .6s ease-in-out;
  transition: transform 0.6s ease-in-out; }

.cbp-animation-slideLeft-out {
  -webkit-animation: cbp-animation-slideLeft-out .9s both ease;
  -moz-animation: cbp-animation-slideLeft-out .9s both ease;
  animation: cbp-animation-slideLeft-out 0.9s both ease; }

.cbp-animation-slideLeft-in {
  -webkit-animation: cbp-animation-slideLeft-in .9s both ease;
  -moz-animation: cbp-animation-slideLeft-in .9s both ease;
  animation: cbp-animation-slideLeft-in 0.9s both ease; }

@-webkit-keyframes cbp-animation-slideLeft-out {
  25% {
    opacity: .75;
    -webkit-transform: scale(0.8); }
  100%, 75% {
    opacity: .75;
    -webkit-transform: scale(0.8) translateX(-200%); } }
@-moz-keyframes cbp-animation-slideLeft-out {
  25% {
    opacity: .75;
    -moz-transform: scale(0.8); }
  100%, 75% {
    opacity: .75;
    -moz-transform: scale(0.8) translateX(-200%); } }
@keyframes cbp-animation-slideLeft-out {
  25% {
    opacity: .75;
    transform: scale(0.8); }
  100%, 75% {
    opacity: .75;
    transform: scale(0.8) translateX(-200%); } }
@-webkit-keyframes cbp-animation-slideLeft-in {
  0%, 25% {
    opacity: .75;
    -webkit-transform: scale(0.8) translateX(200%); }
  75% {
    opacity: .75;
    -webkit-transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: sclale(0) translateX(0); } }
@-moz-keyframes cbp-animation-slideLeft-in {
  0%, 25% {
    opacity: .75;
    -moz-transform: scale(0.8) translateX(200%); }
  75% {
    opacity: .75;
    -moz-transform: scale(0.8); }
  100% {
    opacity: 1;
    -moz-transform: sclale(0) translateX(0); } }
@keyframes cbp-animation-slideLeft-in {
  0%, 25% {
    opacity: .75;
    transform: scale(0.8) translateX(200%); }
  75% {
    opacity: .75;
    transform: scale(0.8); }
  100% {
    opacity: 1;
    transform: sclale(0) translateX(0); } }
.cbp-animation-fadeOutTop {
  overflow: visible;
  -webkit-transition: height .2s ease-in-out;
  -moz-transition: height .2s ease-in-out;
  -o-transition: height .2s ease-in-out;
  transition: height 0.2s ease-in-out; }

.cbp-animation-fadeOutTop .cbp-wrapper {
  -webkit-transition: opacity .3s ease-in-out, top .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out, top .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, top .3s ease-in-out;
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out; }

.cbp-animation-fadeOutTop .cbp-item {
  -webkit-transition: -webkit-transform .6s ease-in-out;
  -moz-transition: -moz-transform .6s ease-in-out;
  -o-transition: -o-transform .6s ease-in-out;
  transition: transform 0.6s ease-in-out; }

.cbp-animation-sequentially {
  overflow: visible;
  -webkit-transition: height .2s ease-in-out;
  -moz-transition: height .2s ease-in-out;
  -o-transition: height .2s ease-in-out;
  transition: height 0.2s ease-in-out; }

.cbp-animation-sequentially .cbp-item {
  -webkit-transition: -webkit-transform .6s ease-in-out;
  -moz-transition: -moz-transform .6s ease-in-out;
  -o-transition: -o-transform .6s ease-in-out;
  transition: transform 0.6s ease-in-out; }

.cbp-animation-sequentially.cbp-no-transition .cbp-item {
  -webkit-transition: opacity 0.5s ease, top 0.5s ease !important;
  -moz-transition: opacity 0.5s ease, top 0.5s ease !important;
  -o-transition: opacity 0.5s ease, top 0.5s ease !important;
  transition: opacity 0.5s ease, top 0.5s ease !important; }

.cbp-popup-ie8bg {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000;
  -ms-filter: "alpha(Opacity=70)"; }

.cbp-popup-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  overflow: auto;
  z-index: 9999;
  padding: 0 10px; }

.cbp-popup-lightbox {
  background: rgba(0, 0, 0, 0.8); }

.cbp-popup-singlePage {
  background: #fff;
  padding: 0; }

.cbp-popup-singlePage .cbp-popup-ie8bg {
  background: #fff;
  -ms-filter: "alpha(Opacity=100)"; }

.cbp-popup-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.cbp-popup-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  max-width: 100%; }

.cbp-popup-singlePage .cbp-popup-content {
  margin-top: 140px;
  max-width: 1024px;
  vertical-align: top;
  width: 96%; }

.cbp-popup-lightbox-figure {
  position: relative; }

.cbp-popup-lightbox-bottom {
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 3px; }

.cbp-popup-lightbox-title {
  padding-right: 70px;
  font: 400 12px/18px sans-serif;
  color: #eee; }

.cbp-popup-lightbox-counter {
  position: absolute;
  top: 0;
  right: 0;
  font: 400 12px/18px sans-serif;
  color: #eee; }

.cbp-popup-lightbox-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.cbp-popup-lightbox-img[data-action] {
  cursor: pointer; }

.cbp-popup-lightbox-isIframe .cbp-popup-content {
  width: 50%; }

.cbp-popup-lightbox-isIframe .cbp-lightbox-bottom {
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 3px; }

.cbp-popup-lightbox-iframe {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background: #000; }

.cbp-popup-lightbox-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.cbp-popup-singlePage {
  overflow-x: hidden; }

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 104px;
  background-color: #34425C; }

.cbp-popup-singlePage .cbp-popup-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.cbp-popup-singlePage-sticky .cbp-popup-navigation, .cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap {
  position: fixed; }

.cbp-popup-singlePage-counter {
  color: #bbc0df;
  font: italic 14px/104px 'Open Sans', sans-serif;
  position: absolute;
  right: 50px;
  top: 0; }

.cbp-popup-close, .cbp-popup-next, .cbp-popup-prev {
  padding: 0;
  border: medium none;
  position: absolute;
  cursor: pointer; }

.cbp-popup-lightbox .cbp-popup-close, .cbp-popup-lightbox .cbp-popup-next, .cbp-popup-lightbox .cbp-popup-prev {
  visibility: hidden; }

.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev {
  visibility: visible; }

.cbp-popup-lightbox .cbp-popup-prev {
  background: url("https://imibd.org/wp-content/themes/imibd/assets/css/images/cbp-sprite.png") no-repeat scroll -2px -2px transparent;
  width: 44px;
  height: 44px;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto; }

.cbp-popup-lightbox .cbp-popup-prev:hover {
  background-position: -2px -48px; }

.cbp-popup-singlePage .cbp-popup-prev {
  background: url("https://imibd.org/wp-content/themes/imibd/assets/css/images/cbp-sprite.png") no-repeat scroll -2px -94px transparent;
  width: 44px;
  height: 44px;
  top: 30px;
  left: 0;
  margin: auto;
  right: 108px; }

.cbp-popup-singlePage .cbp-popup-prev:hover {
  background-position: -2px -140px; }

.cbp-popup-lightbox .cbp-popup-next {
  background: url("https://imibd.org/wp-content/themes/imibd/assets/css/images/cbp-sprite.png") no-repeat scroll -48px -2px transparent;
  width: 44px;
  height: 44px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto; }

.cbp-popup-lightbox .cbp-popup-next:hover {
  background-position: -48px -48px; }

.cbp-popup-singlePage .cbp-popup-next {
  background: url("https://imibd.org/wp-content/themes/imibd/assets/css/images/cbp-sprite.png") no-repeat scroll -48px -94px transparent;
  width: 44px;
  height: 44px;
  top: 30px;
  right: 0;
  margin: auto;
  left: 108px; }

.cbp-popup-singlePage .cbp-popup-next:hover {
  background-position: -48px -140px; }

.cbp-popup-lightbox .cbp-popup-close {
  background: url("https://imibd.org/wp-content/themes/imibd/assets/css/images/cbp-sprite.png") no-repeat scroll -94px -2px transparent;
  height: 40px;
  width: 40px;
  right: 20px;
  top: 20px; }

.cbp-popup-lightbox .cbp-popup-close:hover {
  background-position: -94px -48px; }

.cbp-popup-singlePage .cbp-popup-close {
  background: url("https://imibd.org/wp-content/themes/imibd/assets/css/images/cbp-sprite.png") no-repeat scroll -94px -94px transparent;
  height: 44px;
  width: 44px;
  margin: auto;
  right: 0;
  top: 30px;
  left: 0; }

.cbp-popup-singlePage .cbp-popup-close:hover {
  background-position: -94px -140px; }

.cbp-popup-loadingBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  background: url("https://imibd.org/wp-content/themes/imibd/assets/css/images/cbp-loading-popup.gif") no-repeat scroll center center #0D0D0D;
  border: 1px solid rgba(79, 80, 79, 0.3);
  border-radius: 3px;
  -ms-filter: "alpha(Opacity=71)";
  opacity: .71;
  width: 50px;
  height: 50px; }

.cbp-popup-ready .cbp-popup-loadingBox {
  visibility: hidden; }

.cbp-popup-loading .cbp-popup-loadingBox {
  visibility: visible; }

.cbp-popup-singlePage {
  left: 100%;
  -webkit-transition: left .6s ease-in-out;
  -moz-transition: left .6s ease-in-out;
  -o-transition: left .6s ease-in-out;
  transition: left 0.6s ease-in-out; }

.cbp-popup-singlePage-open {
  left: 0; }

.cbp-popup-singlePage .cbp-l-project-title {
  color: #454444;
  font: 700 42px/60px 'Open sans', sans-serif;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase; }

.cbp-popup-singlePage .cbp-l-project-subtitle {
  color: #787878;
  font: 300 14px/21px 'Open sans', sans-serif;
  margin: 0 auto 50px;
  max-width: 500px;
  text-align: center; }

.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.cbp-popup-singlePage .cbp-l-project-container {
  overflow: hidden;
  margin: 0 auto; }

.cbp-popup-singlePage .cbp-l-project-desc {
  float: left;
  width: 64%;
  margin: 30px 0 100px; }

.cbp-popup-singlePage .cbp-l-project-details {
  float: right;
  width: 36%;
  margin: 30px 0 100px; }

.cbp-popup-singlePage .cbp-l-project-desc-title {
  margin-right: 20px;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 22px;
  color: #444; }

.cbp-popup-singlePage .cbp-l-project-desc-title span, .cbp-popup-singlePage .cbp-l-project-details-title span {
  border-bottom: 1px solid #747474;
  display: inline-block;
  margin: 0 0 -1px 0;
  font: 400 16px/36px "Open Sans", sans-serif;
  padding: 0 5px 0 0; }

.cbp-popup-singlePage .cbp-l-project-desc-text {
  margin-right: 20px;
  font: 400 13px/20px "Open Sans", sans-serif;
  color: #555; }

.cbp-popup-singlePage .cbp-l-project-details-title {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 19px;
  margin-left: 20px;
  color: #444; }

.cbp-popup-singlePage .cbp-l-project-details-list {
  margin-left: 20px; }

.cbp-popup-singlePage .cbp-l-project-details-list li {
  border-bottom: 1px dotted #DFDFDF;
  padding: inherit;
  color: #666;
  font: 400 12px/30px "Open Sans", sans-serif; }

.cbp-popup-singlePage .cbp-l-project-details-list strong {
  display: inline-block;
  color: #696969;
  font: 600 12px "Open Sans", sans-serif;
  min-width: 100px; }

.cbp-popup-singlePage .cbp-l-project-details-visit {
  color: #FFF;
  float: right;
  text-decoration: none;
  font: 400 11px/18px "Open Sans", sans-serif;
  margin-top: 12px;
  text-transform: uppercase;
  background-color: #34425C;
  padding: 6px 12px; }

.cbp-popup-singlePage .cbp-l-project-details-visit:hover {
  color: #AFBBDB; }

.cbp-popup-singlePage .cbp-l-member-img {
  float: left;
  margin-right: 20px;
  margin-top: 20px;
  border: 1px solid #e2e2e2; }

.cbp-popup-singlePage .cbp-l-member-img img {
  display: block; }

.cbp-popup-singlePage .cbp-l-member-info {
  margin-top: 20px; }

.cbp-popup-singlePage .cbp-l-member-name {
  font: 700 16px/12px "Open Sans", sans-serif;
  margin-bottom: 6px; }

.cbp-popup-singlePage .cbp-l-member-position {
  font: 400 13px "Open Sans", sans-serif; }

.cbp-popup-singlePage .cbp-l-member-desc {
  font: 400 12px "Open Sans", sans-serif;
  margin-top: 15px; }

.cbp-l-filters-button {
  margin: 0 auto 30px;
  text-align: left; }

.cbp-l-filters-button .cbp-filter-item {
  background-color: #FFF;
  border: 2px solid #ECECEC;
  border-radius: 2px;
  color: #888;
  cursor: pointer;
  font: 400 12px/29px "Open Sans", sans-serif;
  margin: 10px 10px 0 0;
  overflow: visible;
  padding: 0 17px;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.cbp-l-filters-button .cbp-filter-item:hover {
  color: #5d5d5d; }

.cbp-l-filters-button .cbp-filter-item-active {
  background-color: #5d5d5d;
  color: #fff !important;
  border-color: #5d5d5d; }

.cbp-l-filters-button .cbp-filter-counter {
  background-color: #19a3eb;
  border-radius: 3px;
  color: #fff;
  font: 400 11px/18px "Open Sans", sans-serif;
  margin: 0 auto;
  padding: 4px 0;
  text-align: center;
  width: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-filter: "alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity .25s ease, bottom .25s ease;
  -moz-transition: opacity .25s ease, bottom .25s ease;
  -o-transition: opacity .25s ease, bottom .25s ease;
  transition: opacity 0.25s ease, bottom 0.25s ease; }

.cbp-l-filters-button .cbp-filter-counter:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #19a3eb;
  visibility: hidden; }

.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter:before {
  visibility: visible; }

.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter {
  bottom: 44px;
  -ms-filter: "alpha(Opacity=100)";
  opacity: 1; }

.cbp-l-filters-dropdown {
  margin: 0 auto;
  height: 70px;
  position: relative;
  z-index: 10; }

.cbp-l-filters-dropdownWrap {
  width: 200px;
  position: absolute;
  right: 0;
  background: #19a3eb; }

.cbp-l-filters-dropdownHeader {
  font: 12px/38px "Open Sans", sans-serif;
  padding: 0 17px;
  color: #FFF;
  cursor: pointer;
  position: relative; }

.cbp-l-filters-dropdownHeader:after {
  border-color: #FFF rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
  height: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  width: 0;
  margin-top: -1px; }

.cbp-l-filters-dropdownWrap:hover .cbp-l-filters-dropdownHeader:after {
  border-width: 0 5px 5px; }

.cbp-l-filters-dropdownList {
  display: none;
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.cbp-l-filters-dropdownWrap:hover .cbp-l-filters-dropdownList {
  display: block; }

.cbp-l-filters-dropdownList .cbp-filter-item {
  background: 0 0;
  color: #9FBCE7;
  width: 100%;
  text-align: left;
  font: 12px/40px "Open Sans", sans-serif;
  margin: 0;
  padding: 0 17px;
  cursor: pointer;
  border: 0;
  border-top: 1px solid #5592C2; }

.cbp-l-filters-dropdownList .cbp-filter-item-active, .cbp-l-filters-dropdownList .cbp-filter-item:hover {
  color: #e6e6e6; }

.cbp-l-filters-alignLeft {
  margin: 0 auto 40px;
  text-align: left; }

.cbp-l-filters-alignLeft .cbp-filter-item {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  cursor: pointer;
  font: 400 12px/30px "Open Sans", sans-serif;
  padding: 0 13px;
  position: relative;
  overflow: visible;
  margin: 10px 8px 0 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #888; }

.cbp-l-filters-alignLeft .cbp-filter-item:hover {
  color: #3c3c3c; }

.cbp-l-filters-alignLeft .cbp-filter-item-active {
  background-color: #7ab700;
  color: #fff !important;
  opacity: 1; }

.cbp-l-filters-alignLeft .cbp-filter-counter {
  display: inline; }

.cbp-l-filters-alignCenter {
  margin: 0 auto 50px;
  text-align: center;
  font-size: 12px;
  color: #cacaca;
  text-transform: uppercase; }

.cbp-l-filters-alignCenter .cbp-filter-item {
  color: #727272;
  cursor: pointer;
  font: 400 13px "Raleway", sans-serif;
  padding: 9px 10px;
  transition: all .3s ease-in-out;
  position: relative;
  overflow: visible;
  margin: 0px 0 0;
  border: medium none;
  background-color: transparent;
  border: 1px solid #eee; }

.cbp-l-filters-alignCenter .cbp-filter-item:hover {
  color: #7ab700; }

.cbp-l-filters-alignCenter .cbp-filter-item-active {
  color: #fff !important;
  background-color: #7ab700; }

.cbp-l-filters-alignCenter .cbp-filter-counter {
  background: none repeat scroll 0 0 #19a3eb;
  border-radius: 3px;
  color: #FFF;
  font-size: 11px;
  margin: 0 auto;
  padding: 4px 0;
  text-align: center;
  width: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-filter: "alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all 0.25s ease; }

.cbp-l-filters-alignCenter .cbp-filter-counter:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #19a3eb;
  visibility: hidden; }

.cbp-l-filters-alignCenter button:hover .cbp-filter-counter:before {
  visibility: visible; }

.cbp-l-filters-alignCenter button:hover .cbp-filter-counter {
  bottom: 30px;
  -ms-filter: "alpha(Opacity=100)";
  opacity: 1; }

.cbp-l-filters-alignRight {
  margin: 0 auto 40px;
  text-align: right; }

.cbp-l-filters-alignRight .cbp-filter-item {
  background-color: transparent;
  color: #8B8B8B;
  cursor: pointer;
  font: 400 11px "Open Sans", sans-serif;
  padding: 7px 12px;
  position: relative;
  overflow: visible;
  margin: 10px 0 0 5px;
  border: 1px solid #E4E2E2;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.cbp-l-filters-alignRight .cbp-filter-item:hover {
  color: #2B3444; }

.cbp-l-filters-alignRight .cbp-filter-item-active {
  opacity: 1;
  color: #FFF !important;
  background-color: #3C3C3C;
  border-color: #3C3C3C; }

.cbp-l-filters-alignRight .cbp-filter-counter {
  background: none repeat scroll 0 0 #19a3eb;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  margin: 0 auto;
  padding: 4px 0;
  text-align: center;
  width: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-filter: "alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity .25s ease, bottom .25s ease;
  -moz-transition: opacity .25s ease, bottom .25s ease;
  -o-transition: opacity .25s ease, bottom .25s ease;
  transition: opacity 0.25s ease, bottom 0.25s ease; }

.cbp-l-filters-alignRight .cbp-filter-counter:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #19a3eb;
  visibility: hidden; }

.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter:before {
  visibility: visible; }

.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter {
  bottom: 44px;
  -ms-filter: "alpha(Opacity=100)";
  opacity: 1; }

.cbp-l-filters-list {
  margin: 0 auto 40px;
  height: 46px; }

.cbp-l-filters-list .cbp-filter-item {
  background-color: transparent;
  color: #585252;
  cursor: pointer;
  font: 400 12px/35px "Open Sans", sans-serif;
  padding: 0 18px;
  position: relative;
  overflow: visible;
  margin: 10px 0 0;
  float: left;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #19a3eb;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.cbp-l-filters-list .cbp-filter-item:hover {
  color: #000; }

.cbp-l-filters-list .cbp-filter-item-active {
  opacity: 1;
  color: #FFF !important;
  background-color: #19a3eb; }

.cbp-l-filters-list-first {
  border-radius: 6px 0 0 6px; }

.cbp-l-filters-list-last {
  border-radius: 0 6px 6px 0;
  border-right-width: 1px !important; }

.cbp-l-filters-list .cbp-filter-counter {
  display: inline; }

.cbp-l-grid-projects {
  visibility: hidden; }

.cbp-l-grid-projects .cbp-item {
  width: 380px;
  height: 418px; }

.cbp-l-grid-projects.four .cbp-item {
  width: 270px;
  height: 270px; }

.cbp-l-grid-projects.two .cbp-item {
  width: 570px;
  height: 400px; }

.cbp-l-grid-projects.two .cbp-caption {
  height: 80%;
  margin-bottom: 0px; }

.cbp-l-grid-projects .cbp-caption {
  height: 68%;
  margin-bottom: 0px; }

.cbp-l-grid-projects-title {
  font: normal 14px sans-serif;
  color: #272727;
  text-transform: uppercase; }

.threeborder {
  padding: 18px 0px;
  border: 1px solid #e3e3e3;
  border-top: none; }

.cbp-l-grid-projects-desc {
  font: 400 14px sans-serif;
  margin-top: 6px;
  color: #727272; }

.cbp-l-grid-projects-inlineFilters {
  cursor: pointer; }

.cbp-l-grid-projects-inlineFilters:hover {
  text-decoration: underline; }

.cbp-l-grid-projects.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
  bottom: -50px;
  height: 50px; }

.cbp-l-grid-projects.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
  bottom: 50px; }

.cbp-l-grid-projects.cbp-caption-overlayBottomPush.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap, .cbp-l-grid-projects.cbp-caption-overlayBottomPush.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
  bottom: -50px; }

.cbp-l-grid-projects.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
  bottom: -50px;
  height: 50px; }

.cbp-l-grid-projects.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
  bottom: 25px; }

.cbp-l-grid-projects.cbp-caption-overlayBottomAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap, .cbp-l-grid-projects.cbp-caption-overlayBottomAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
  bottom: -50px; }

.cbp-l-grid-projects.cbp-caption-overlayBottom .cbp-caption-activeWrap {
  bottom: -50px;
  height: 50px; }

.cbp-l-grid-projects.cbp-caption-overlayBottom.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
  bottom: -50px; }

.cbp-l-grid-projects.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
  height: 50px; }

.cbp-l-grid-projects.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
  bottom: 50px; }

.cbp-l-grid-gallery {
  visibility: hidden; }

.cbp-l-grid-gallery .cbp-item {
  width: 320px;
  height: 236px; }

.cbp-l-grid-team {
  visibility: hidden; }

.cbp-l-grid-team .cbp-item {
  width: 290px;
  height: 270px; }

.cbp-l-grid-team .cbp-caption {
  height: 73%;
  margin-bottom: 20px;
  border: 1px solid #E7E7E7; }

.cbp-l-grid-team-name {
  font: 400 17px "Open Sans", sans-serif;
  color: #456297;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-bottom: 3px; }

.cbp-l-grid-team-name:hover {
  color: #34425C; }

.cbp-l-grid-team-position {
  font: italic 400 13px "Open Sans", sans-serif;
  color: #888;
  text-align: center; }

@media only screen and (max-width: 799px) {
  .cbp-l-grid-team-desc {
    font: 400 11px/14px "Open Sans", sans-serif;
    margin-top: 5px; } }
.cbp-l-grid-team.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
  bottom: -44px;
  height: 44px; }

.cbp-l-grid-team.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
  bottom: 44px; }

.cbp-l-grid-team.cbp-caption-overlayBottomPush.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap, .cbp-l-grid-team.cbp-caption-overlayBottomPush.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
  bottom: -44px; }

.cbp-l-grid-team.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
  bottom: -44px;
  height: 44px; }

.cbp-l-grid-team.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
  bottom: 22px; }

.cbp-l-grid-team.cbp-caption-overlayBottomAlong.cbp-ie8 .cbp-caption:hover .cbp-caption-activeWrap, .cbp-l-grid-team.cbp-caption-overlayBottomAlong.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
  bottom: -44px; }

.cbp-l-grid-team.cbp-caption-overlayBottom .cbp-caption-activeWrap {
  bottom: -44px;
  height: 44px; }

.cbp-l-grid-team.cbp-caption-overlayBottom.cbp-ie9 .cbp-caption:hover .cbp-caption-activeWrap {
  bottom: -44px; }

.cbp-l-grid-team.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
  height: 44px; }

.cbp-l-grid-team.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
  bottom: 44px; }

.cbp-l-grid-fullScreen {
  visibility: hidden; }

.cbp-l-grid-fullScreen .cbp-item {
  width: 380px;
  height: 280px; }

.cbp-l-grid-fullScreen.sidebar .cbp-item {
  width: 292px;
  height: 240px; }

.cbp-l-grid-fullScreen.two .cbp-item {
  width: 234px;
  height: 175px; }

.cbp-l-grid-fullScreen.three .cbp-item {
  width: 90px;
  height: 62px; }

.cbp-l-grid-masonry {
  visibility: hidden; }

.cbp-l-grid-masonry .cbp-item {
  width: 277px; }

.cbp-l-grid-masonry .cbp-l-grid-masonry-height1 {
  height: 267px; }

.cbp-l-grid-masonry .cbp-l-grid-masonry-height2 {
  height: 415px; }

.cbp-l-grid-blog {
  visibility: hidden; }

.cbp-l-grid-blog .cbp-item {
  width: 313px;
  height: 330px; }

.cbp-l-grid-blog .cbp-caption {
  height: 58%;
  margin-bottom: 20px; }

.cbp-l-grid-blog-title {
  font: 400 18px/28px "Open Sans", sans-serif;
  color: #444;
  display: block;
  clear: both;
  text-decoration: none; }

.cbp-l-grid-blog-title:hover {
  color: #787878; }

.cbp-l-grid-blog-date {
  font: 400 12px/18px "Open Sans", sans-serif;
  float: left;
  color: #787878; }

.cbp-l-grid-blog-comments {
  font: 400 12px/18px "Open Sans", sans-serif;
  float: left;
  color: #3C6FBB;
  text-decoration: none; }

.cbp-l-grid-blog-comments:hover {
  opacity: 0.8; }

.cbp-l-grid-blog-desc {
  font: 400 13px/19px "Open Sans", sans-serif;
  clear: both;
  color: #9B9B9B;
  padding-top: 15px; }

.cbp-l-grid-blog-split {
  float: left;
  margin: 0 8px;
  font: 13px/16px "Open Sans", sans-serif;
  color: #787878; }

.cbp-l-loadMore-button {
  text-align: center;
  margin-top: 30px; }

.cbp-l-loadMore-button-link {
  border: 2px solid #DEDEDE;
  border-radius: 2px;
  color: #7E7B7B;
  display: inline-block;
  font: 11px/34px "Open Sans", sans-serif;
  min-width: 120px;
  text-decoration: none; }

.cbp-l-loadMore-button-link:hover {
  color: #B0B0B0; }

.cbp-l-loadMore-button-stop {
  cursor: default;
  color: #B0B0B0; }

.cbp-l-loadMore-text {
  text-align: center;
  margin-top: 30px; }

.cbp-l-loadMore-text-link {
  font: 400 16px "Open Sans", sans-serif;
  color: #5D5D5D;
  text-decoration: none;
  cursor: default; }

.cbp-l-loadMore-text-stop {
  color: #5D5D5D; }

.cbp-caption-defaultWrap img {
  width: 100%; }

@media only screen and (min-width: 1000px) and (max-width: 1169px) {
  .cbp-l-filters-alignCenter {
    width: 55%; }

  .cbp-l-grid-fullScreen.sidebar .cbp-item .margin_top7 {
    margin-top: 50px; }

  .cbp-l-grid-fullScreen.sidebar .cbp-item {
    width: 245px;
    height: 200px; }

  .cbp-l-grid-fullScreen.three .cbp-item {
    width: 70px;
    height: 53px; } }
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .cbp-l-filters-alignCenter {
    width: 70%; }

  .cbp-l-grid-fullScreen.sidebar .cbp-item .margin_top7 {
    margin-top: 20px; }

  .cbp-l-grid-fullScreen.sidebar .cbp-item {
    width: 200px;
    height: 140px; }

  .cbp-l-grid-fullScreen.three .cbp-item {
    width: 70px;
    height: 45px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .cbp-l-filters-alignCenter {
    width: 80%;
    border-radius: 10px; }

  .cbp-l-filters-alignCenter .cbp-filter-item {
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    padding: 5px 10px; }

  .cbp-l-grid-fullScreen.sidebar .cbp-item {
    width: 460px;
    height: 240px; } }
@media only screen and (max-width: 479px) {
  .cbp-l-filters-alignCenter {
    width: 90%;
    border-radius: 10px; }

  .cbp-l-filters-alignCenter .cbp-filter-item {
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    padding: 5px 10px; }

  .cbp-l-grid-fullScreen.two .cbp-item {
    height: 140px; }

  .cbp-l-grid-fullScreen.three .cbp-item {
    width: 65px;
    height: 50px; } }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 9999; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("https://imibd.org/wp-content/themes/imibd/assets/css/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 9999; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("https://imibd.org/wp-content/themes/imibd/assets/css/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 9999; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("https://imibd.org/wp-content/themes/imibd/assets/css/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 9999; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 9999;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 9999;
  background: url("https://imibd.org/wp-content/themes/imibd/assets/css/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 9999; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 9999;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("https://imibd.org/wp-content/themes/imibd/assets/css/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("https://imibd.org/wp-content/themes/imibd/assets/css/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/** 
 *  Master Slider
 *  version 1.5
 *  Core css file
 */
.master-slider {
  position: relative;
  visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  background: #fff; }

.master-slider.ms-fullheight {
  height: 100%; }

.master-slider img {
  max-width: none; }

.ms-ie img {
  border: none; }

.ms-ie8 * {
  opacity: inherit;
  filter: inherit; }

.ms-ie7 {
  zoom: 1; }

.ms-loading-container {
  position: absolute;
  width: 100%;
  top: 0; }

.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
  width: 36px;
  height: 36px;
  background: url("https://imibd.org/wp-content/themes/imibd/assets/css/images/loading-2.gif") no-repeat center white;
  border-radius: 60px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -18px;
  opacity: 0.9; }

/* grab cursor */
.ms-def-cursor {
  cursor: auto !important; }

.ms-grab-cursor {
  cursor: url("https://imibd.org/wp-content/themes/imibd/assets/css/images/grab.png"), move; }

.ms-grabbing-cursor {
  cursor: url("https://imibd.org/wp-content/themes/imibd/assets/css/images/grabbing.png"), move; }

.ms-ie .ms-grab-cursor {
  cursor: url("https://imibd.org/wp-content/themes/imibd/assets/css/images/grab.cur"), move; }

.ms-ie .ms-grabbing-cursor {
  cursor: url("https://imibd.org/wp-content/themes/imibd/assets/css/images/grabbing.cur"), move; }

.ms-view {
  margin: 0px auto;
  overflow: hidden;
  background: black;
  position: relative;
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px; }

.ms-view .ms-slide-container {
  position: relative; }

.ms-slide {
  position: absolute;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%; }

.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont {
  position: absolute;
  overflow: hidden;
  width: 100%; }

.ms-slide .ms-slide-bgvideocont {
  z-index: 5;
  height: 100%; }

.ms-slide .ms-slide-bgvideocont,
.ms-slide-bgvideocont > video {
  -webkit-transform: translateZ(0.3px);
  -moz-transform: translateZ(0.3px);
  -ms-transform: translateZ(0.3px);
  -o-transform: translateZ(0.3px);
  transform: translateZ(0.3px); }

.ms-slide .ms-slide-bgvideo {
  position: absolute;
  top: 0px; }

.ms-container {
  position: relative;
  margin: 0 auto; }

.ms-slide .ms-slide-bgcont img, .ms-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ms-slide .ms-layer {
  position: absolute; }

.ms-slide .ms-slide-layers {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0px; }

.ms-slide .ms-slide-video {
  position: absolute;
  top: 0;
  z-index: 11;
  background: black;
  padding: 0;
  margin: 0;
  border: none; }

.ms-layer.video-box {
  background: black; }

.ms-layer.video-box iframe {
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  z-index: 10; }

.ms-slide .ms-slide-vpbtn, .ms-slide .ms-video-btn {
  position: absolute;
  cursor: pointer;
  z-index: 10; }

.ms-slide .ms-slide-vcbtn {
  position: absolute;
  cursor: pointer;
  z-index: 13; }

.ms-slide-vcbtn-mobile {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background-color: black;
  color: white;
  text-align: center;
  cursor: pointer;
  z-index: 13; }

.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 0.75em;
  display: inline-block;
  background: url("https://imibd.org/wp-content/themes/imibd/assets/css/images/video-close-btn.png") no-repeat 0px 3px;
  padding-left: 15px;
  height: 15px;
  color: #DBDBDB;
  margin-top: 7px; }

.ms-slide .ms-slide-vcbtn,
.ms-slide .ms-slide-layers,
.ms-slide .ms-slide-vpbtn,
.ms-slide .ms-slide-video {
  -webkit-transform: translateZ(0.44px);
  -moz-transform: translateZ(0.44px);
  -ms-transform: translateZ(0.44px);
  -o-transform: translateZ(0.44px);
  transform: translateZ(0.44px); }

.ms-video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.ms-mask-frame {
  overflow: hidden;
  position: absolute;
  float: left; }

/* controls */
.ms-thumb-list {
  overflow: hidden;
  position: absolute; }

.ms-thumbs-cont {
  position: relative; }

.ms-thumb-frame img {
  width: 100%;
  height: auto; }

.ms-thumb-frame {
  cursor: pointer;
  float: left;
  overflow: hidden; }

.ms-bullet {
  cursor: pointer;
  float: left; }

.ms-sbar .ms-bar {
  position: relative;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms; }

.ms-time-bar {
  -webkit-transition: width 120ms linear;
  -moz-transition: width 120ms linear;
  -ms-transition: width 120ms linear;
  -o-transition: width 120ms linear;
  transition: width 120ms linear; }

.ms-ie7 .ms-tooltip-arrow {
  height: 0px; }

.master-slider {
  -moz-transform: translate3d(0, 0, 1px);
  background-color: transparent; }

.ms-staff-carousel {
  max-width: 950px;
  overflow: hidden;
  margin: 0px auto;
  position: relative; }

.ms-staff-carousel .ms-view {
  overflow: visible;
  background-color: transparent; }

.ms-staff-carousel .ms-nav-prev,
.ms-staff-carousel .ms-nav-next {
  background: url(https://imibd.org/wp-content/themes/imibd/assets/css/images/arrows.png) white no-repeat -7px -57px;
  width: 35px;
  height: 40px;
  left: -35px;
  margin-top: -17px;
  box-shadow: 0px 1px 0px 0px #bebebe;
  position: absolute;
  top: 50%;
  cursor: pointer; }

.ms-staff-carousel .ms-nav-next {
  background-position: -16px -7px;
  right: -35px;
  left: auto; }

.ms-staff-carousel .ms-staff-info {
  font-family: 'Lato', sans-serif;
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
  margin-top: 30px;
  min-height: 170px;
  color: #fff; }

.ms-staff-carousel .ms-staff-info h3 {
  font-weight: 300;
  font-size: 22pt;
  margin: 0px; }

.ms-staff-carousel .ms-staff-info h4 {
  font-weight: 600;
  color: #fff;
  font-size: 15pt;
  margin: 3px; }

.ms-staff-carousel .ms-staff-info .email a {
  text-decoration: none;
  color: #3f95ab; }

.ms-staff-carousel .ms-staff-info.email, .ms-staff-info p {
  margin: 4px;
  font-size: 11pt; }

.ms-staff-carousel .ms-staff-info .ms-socials {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 15px 0 0 0;
  text-shadow: none;
  zoom: 1;
  *display: inline; }

.ms-staff-carousel .ms-staff-info .ms-socials li {
  float: left; }

.ms-staff-carousel .ms-staff-info .ms-socials li a {
  text-indent: 9999px;
  width: 35px;
  height: 35px;
  background: url(https://imibd.org/wp-content/themes/imibd/assets/css/images/sicons.png);
  margin: 0 2px;
  display: block; }

.ms-staff-carousel .ms-staff-info .ms-socials .ms-ico-tw a {
  background-position: 115px 0px; }

.ms-staff-carousel .ms-staff-info .ms-socials .ms-ico-gp a {
  background-position: 75px 0px; }

.ms-staff-carousel .ms-staff-info .ms-socials .ms-ico-yt a {
  background-position: 35px 0px; }

.ms-staff-carousel.ms-round .ms-slide-bgcont {
  border-radius: 5000px;
  border: solid 8px #fff;
  margin: 0 -8px; }

.ms-staff-carousel.ms-round .ms-nav-prev,
.ms-staff-carousel.ms-round .ms-nav-next {
  background-color: transparent;
  box-shadow: none;
  left: -45px; }

.ms-staff-carousel.ms-round .ms-nav-next {
  left: auto;
  right: -45px; }

/* Webkit animation keyframes */
@-webkit-keyframes animate-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 44px 0; } }
.ui-progress-bar {
  position: relative;
  height: 33px;
  padding-right: 2px;
  border-bottom: 5px solid #e0e0e0;
  margin-top: -25px; }

.ui-progress {
  position: relative;
  display: block;
  overflow: hidden;
  height: 33px;
  border-bottom: 5px solid #41a8ff; }

.ui-progress.two {
  border-bottom: 5px solid #89b505; }

.ui-progress.three {
  border-bottom: 5px solid #9b43f6; }

.ui-progress.four {
  border-bottom: 5px solid #ffc412; }

.ui-progress.five {
  border-bottom: 5px solid #fd4040; }

.ui-progress span.ui-label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  color: #272727;
  position: absolute;
  right: 0;
  line-height: 33px;
  padding-right: 12px;
  white-space: nowrap; }

/**
 *  Master Slider
 *  Default Skin
 */
.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn {
  width: 50px;
  height: 51px;
  background: url("https://imibd.org/wp-content/themes/imibd/assets/css/images/light-skin-1.png") no-repeat -14px -150px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px; }

.ms-skin-default .ms-slide .ms-slide-vcbtn {
  width: 30px;
  height: 30px;
  background: url("https://imibd.org/wp-content/themes/imibd/assets/css/images/light-skin-1.png") no-repeat -24px -28px;
  top: 18px;
  right: 30px; }

/* controls */
.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
  width: 30px;
  background: url("https://imibd.org/wp-content/themes/imibd/assets/css/images/light-skin-1.png");
  background-position: -89px -26px;
  height: 40px;
  cursor: pointer;
  top: 59%;
  left: -30px;
  margin-top: -20px;
  position: absolute;
  z-index: 10; }

.ms-skin-default .ms-nav-next {
  right: -30px;
  left: auto;
  background-position: -89px -103px; }

@media only screen and (max-width: 1024px) {
  .ms-skin-default .ms-nav-next,
  .ms-skin-default .ms-nav-prev {
    width: 30px;
    background: url("https://imibd.org/wp-content/themes/imibd/assets/css/images/light-skin-1.png");
    background-position: -89px -26px;
    height: 40px;
    cursor: pointer;
    top: 60%;
    left: 30px;
    margin-top: -20px;
    position: absolute;
    z-index: 10; }

  .ms-skin-default .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -89px -103px; } }
.ms-skin-default .ms-thumb-frame-selected {
  opacity: 0.6; }

.ms-skin-default .ms-thumb-list.ms-dir-h {
  bottom: -60px;
  width: 100%;
  height: 60px; }

.ms-skin-default .ms-thumb-list.ms-dir-v {
  height: 100%;
  width: 60px;
  right: -60px;
  top: 0; }

.ms-skin-default .ms-thumb-frame {
  cursor: pointer;
  float: left;
  width: 60px;
  height: 60px;
  margin: 1px 0 0 1px;
  overflow: hidden; }

.ms-skin-default .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px; }

.ms-skin-default .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%; }

.ms-skin-default .ms-bullet {
  width: 10px;
  height: 10px;
  background: url("https://imibd.org/wp-content/themes/imibd/assets/css/images/light-skin-1.png") no-repeat;
  margin: 4px;
  background-position: -34px -117px; }

.ms-skin-default .ms-bullet-selected {
  background-position: -34px -84px; }

.ms-skin-default .ms-sbar {
  position: absolute; }

.ms-skin-default .ms-sbar.ms-dir-h {
  left: 10px;
  right: 10px;
  top: 5px; }

.ms-skin-default .ms-sbar.ms-dir-v {
  top: 10px;
  bottom: 10px;
  right: 5px; }

.ms-skin-default .ms-sbar .ms-bar {
  height: 4px;
  background: #DD00FF;
  border-radius: 4px; }

.ms-skin-default .ms-sbar.ms-dir-v .ms-bar {
  width: 4px; }

.ms-skin-default .ms-timerbar {
  width: 100%;
  bottom: 0px;
  position: absolute; }

.ms-skin-default .ms-time-bar {
  height: 3px;
  background: #FFFFFF;
  border-top: solid 1px rgba(0, 0, 0, 0.41); }

.ms-skin-default .ms-ctimer {
  position: absolute;
  top: 30px;
  left: 30px;
  cursor: pointer; }

.ms-skin-default .ms-tooltip {
  position: absolute;
  z-index: 110;
  cursor: auto; }

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px; }

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px; }

.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px; }

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px; }

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px; }

.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px; }

@keyframes point-anim {
  0% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    opacity: 0; } }
@-webkit-keyframes point-anim {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0; } }
.ms-skin-default .ms-tooltip-point {
  cursor: pointer; }

.ms-skin-default .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  border: solid 2px #BBB;
  background: white;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 5; }

.ms-skin-default .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px;
  background: black;
  background: rgba(0, 0, 0, 0.36);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  animation: point-anim 1.5s infinite;
  -moz-animation: point-anim 1.5s infinite;
  -webkit-animation: point-anim 1.5s infinite;
  -o-animation: point-anim 1.5s infinite; }

/* In Android browser, using css animations over slider causes some crashes */
.ms-android.ms-skin-default .ms-tooltip-point .ms-point-border {
  animation: none;
  -moz-animation: none;
  -webkit-animation: none;
  -o-animation: none; }

.ms-skin-default .ms-tooltip {
  max-width: 200px; }

.ms-skin-default .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0px white;
  margin-left: -1px; }

/* retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ms-skin-default .ms-slide .ms-slide-vpbtn,
  .ms-skin-default .ms-video-btn,
  .ms-skin-default .ms-slide .ms-slide-vcbtn,
  .ms-skin-default .ms-nav-next,
  .ms-skin-default .ms-nav-prev,
  .ms-skin-default .ms-bullet {
    background-image: url("https://imibd.org/wp-content/themes/imibd/assets/css/images/light-skin-1-retina.png");
    background-size: 152px 225px; } }
.ms-skin-default .ms-timerbar {
  top: 1px;
  bottom: auto; }

.ms-skin-default .ms-time-bar {
  height: 3px;
  background: white;
  background: rgba(255, 255, 255, 0.6);
  border-top: none; }

.ms-layer {
  margin: 0;
  padding: 0;
  line-height: 100%;
  letter-spacing: 0;
  font-family: 'Raleway', sans-serif; }

.slide-1 .hps-title1 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600; }

.slide-1 .hps-title2 {
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  color: #508295; }

.slide-2 .hps-title1 {
  font-weight: 300;
  font-size: 45px;
  text-transform: uppercase;
  color: white;
  background-color: #f65256;
  padding: 6px 9px; }

.slide-2 .hps-title2 {
  font-weight: 300;
  font-size: 32px;
  text-transform: uppercase;
  background: white;
  padding: 11px 12px; }

.slide-3 .hps-title1 {
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  font-size: 46px; }

.slide-3 .hps-title2 {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  color: white; }

.slide-3 .hps-amp {
  font-weight: 100;
  font-size: 78px;
  color: #7C96BD; }

.slide-3 .hps-title3 {
  color: white;
  font-size: 37px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 10px 12px;
  background-color: #dd0d14; }

.slide-3 .hps-title4 {
  color: white;
  background-color: black;
  font-size: 37px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 10px 14px; }

.ms-tooltip {
  max-width: 250px !important; }

.ms-tooltip .product-tt {
  font-size: 1em;
  padding: 5px;
  color: #222;
  text-shadow: none; }

.ms-tooltip .product-tt h3 {
  font-size: 1.4em;
  color: #222;
  margin: 0 0 5px 0;
  font-weight: 400; }

.slide-4 .hps-title1 {
  font-weight: 600;
  font-size: 23px;
  text-transform: uppercase;
  color: #222; }

.slide-5 .hps-title1, .slide-5 .hps-title2 {
  color: white;
  text-transform: uppercase;
  font-size: 2.6em;
  font-weight: 300;
  text-shadow: 0 1px black; }

.slide-5 .hps-title3 {
  background-color: #61c6d7;
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 400;
  color: black;
  text-shadow: 0 1px white;
  padding: 13px; }

.slide-5 .hps-text1 {
  color: white;
  text-shadow: 0 1px black;
  width: 30%;
  line-height: 19px;
  font-size: 14px; }

.slide-6 .hps-title1 {
  color: #222;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.3em;
  line-height: 26px;
  text-shadow: 0 1px white;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 17px 23px; }

.slide-6 .hps-title1 > .sub-title {
  font-weight: 300;
  font-size: 0.7em; }

.slide-6 .hps-title2 {
  color: white;
  text-shadow: 0 1px black;
  background-color: #222;
  font-weight: 400;
  font-size: 1em;
  padding: 10px 25px; }

.slide-6 .hps-title3 {
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  text-shadow: 0 1px black;
  font-size: 1.2em;
  padding: 18px 25px;
  background-color: #df192a; }

.slide-6 .hps-title3-vimeo {
  background-color: #1bb6ec;
  padding: 17px 25px; }

.slide-7 .hps-title1 {
  color: white;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 60px;
  text-shadow: 0 1px black; }

.slide-7 .hps-title2 {
  text-transform: uppercase;
  color: #f74e50;
  text-shadow: 0 1px black;
  font-size: 21px;
  letter-spacing: 0.76em;
  font-weight: 900; }

.slide-7 .hps-title3 {
  color: white;
  text-transform: uppercase;
  text-shadow: 0 1px black;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 14px 81px;
  font-size: 14px;
  font-weight: 400; }

.slide-video {
  color: #222;
  font-family: 'Raleway', sans-serif; }

.slide-video .hps-vicapton-box {
  width: 49%;
  height: 75px;
  background: rgba(0, 0, 0, 0.6); }

.slide-video .hps-hd {
  font-weight: 900;
  font-size: 130px; }

.slide-video .hps-videotitle {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase; }

.slide-video .hps-videotext {
  width: 62%;
  padding: 20px;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.6); }

/*----------------------------------------*/
.hrow {
  position: relative;
  min-height: 253px; }

.hrow.row-title {
  height: 195px;
  min-height: 0;
  background-color: #eee;
  text-align: center; }

.row-arrow {
  position: absolute;
  height: 10px;
  border-left: solid 18px rgba(0, 0, 0, 0);
  border-right: solid 18px rgba(0, 0, 0, 0);
  border-top: solid 20px #EEE;
  top: 0;
  left: 50%;
  margin-left: -18px; }

.row-title h2 {
  margin-top: 84px;
  padding: 0 15px 25px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #4F2840;
  display: inline-block;
  text-shadow: 0 1px 0px #FFF;
  font-size: 1.15em;
  text-transform: uppercase;
  background: url("http://www.masterslider.com/wp-content/uploads/home-title-arrow.gif") no-repeat center 32px; }

.hrow.white-hrow {
  background: #Fbfbfb; }

.hrow.gray-hrow {
  background: #eee; }

.hrow.gray-hrow .row-content {
  text-shadow: 0 1px 0 #FFF; }

.hrow .row-content {
  padding: 70px 60px 0 550px; }

.hrow .feature-img {
  position: absolute;
  bottom: 0;
  margin: 0; }

.hrow .row-content > p {
  margin: 0px;
  padding-bottom: 20px; }

.hrow .row-content > h3 {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0;
  font-size: 2.3em;
  color: #333; }

.hrow.gray-hrow .row-content {
  padding: 70px 550px 0 80px; }

.hrow.gray-hrow .feature-img {
  right: 0; }

.hrow.fe-transitions .row-content {
  padding-left: 585px; }

.stext1 {
  width: 100%;
  font-size: 50px;
  line-height: 58px;
  color: #fff;
  font-weight: normal;
  text-align: center; }

.stext1 strong {
  font-weight: bold; }

.stext1 em {
  color: #fff;
  font-weight: 600;
  padding: 0 8px;
  font-style: normal;
  background-color: #7ab700; }

.stext2 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: normal; }

.stext3 {
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  padding: 10px 18px;
  background-color: #727272; }

.stext4 {
  font-size: 50px;
  line-height: 58px;
  color: #272727;
  font-weight: normal; }

.stext4 strong {
  font-weight: bold; }

.stext4 em {
  font-style: normal;
  color: #7ab700; }

.stext5 {
  font-size: 18px;
  color: #272727;
  font-weight: normal; }

.stext6 {
  font-size: 50px;
  line-height: 58px;
  color: #fff;
  font-weight: normal; }

.stext6 strong {
  font-weight: bold; }

.stext6 em {
  font-style: normal;
  color: #7ab700; }

.stext7 {
  font-size: 18px;
  color: #fff;
  font-weight: normal; }

.stext9 {
  text-align: center;
  font-size: 27px;
  color: #7ab700;
  line-height: 35px;
  font-weight: normal; }

.stext9 i {
  font-size: 40px; }

.sbutton1 {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  background-color: #272727;
  padding: 18px 30px;
  border-radius: 4px;
  -webkit-transition: width .3s, height .3s, background-color .3s, -webkit-transform .3s;
  transition: width .3s, height .3s, background-color .3s, transform .3s; }

.sbutton1:hover {
  color: #fff;
  background-color: #7ab700; }

.sbutton4 {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  background-color: #999;
  padding: 18px 30px;
  border-radius: 4px;
  -webkit-transition: width .3s, height .3s, background-color .3s, -webkit-transform .3s;
  transition: width .3s, height .3s, background-color .3s, transform .3s; }

.sbutton4:hover {
  color: #fff;
  background-color: #7ab700; }

.scircle1 {
  width: 122px;
  height: 122px; }

.scircle1 div {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  padding: 2px; }

.scircle1 div span {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border-radius: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5; }

.scircle1 i {
  font-size: 40px; }

.sbox1 div {
  width: 170px;
  height: 170px;
  text-align: center;
  background: url(https://imibd.org/wp-content/themes/imibd/images/sliders/master/slide20/site-img13.png) no-repeat left top;
  border-bottom: 2px solid #727272; }

.sbox1 div i {
  font-size: 40px;
  color: #7ab700;
  margin-bottom: 18px;
  margin-top: 38px; }

.section-videobg .big_text1 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center; }

.section-videobg .small_text1 {
  color: #fff;
  font-size: 27px;
  font-weight: normal;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 35px; }

@media only screen and (max-width: 1199px) {
  .row-content {
    padding-top: 50px !important; }

  .hrow .row-content > h3 {
    font-size: 1.5em; } }
@media only screen and (max-width: 990px) {
  .hrow.fe-transitions .row-content,
  .hrow.fe-flickr .row-content {
    padding-top: 40px !important; } }
@media only screen and (max-width: 960px) {
  .hrow {
    min-height: 197px !important; }

  .hrow.row-title {
    height: 120px  !important;
    min-height: 0px !important; }

  .row-title h2 {
    margin-top: 40px; }

  .hrow .feature-img {
    width: 40%; }

  .hrow.gray-hrow .row-content {
    padding-right: 45%;
    padding-left: 50px; }

  .hrow.white-hrow .row-content {
    padding-left: 45%;
    padding-right: 50px; } }
@media only screen and (max-width: 650px) {
  .hrow .feature-img {
    width: 90%;
    position: relative;
    float: none !important;
    display: block; }

  .hrow .row-content {
    padding-right: 30px !important;
    padding-left: 30px !important;
    text-align: center; }

  .hrow.gray-hrow .feature-img {
    margin-left: 10%; }

  .hrow.white-hrow .feature-img {
    margin-right: 10%; } }
@media only screen and (min-width: 1000px) and (max-width: 1169px) {
  .sbutton1 {
    font-size: 14px;
    padding: 10px 20px; }

  .slide-video .hps-videotext {
    padding-bottom: 0px; }

  .sbutton4 {
    font-size: 14px;
    padding: 10px 20px; }

  .scircle1 {
    width: 90px;
    height: 122px; }

  .scircle1 i {
    font-size: 30px; }

  .scircle1 h6 {
    font-size: 13px; }

  .sbox1 div {
    width: 120px;
    height: 120px; }

  .sbox1 div i {
    font-size: 25px;
    margin-bottom: 12px;
    margin-top: 28px; }

  .sbox1 h5 {
    font-size: 14px;
    line-height: 20px; }

  .stext9 i {
    font-size: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .sbutton1 {
    font-size: 12px;
    padding: 10px 10px; }

  .sbutton4 {
    font-size: 12px;
    padding: 10px 10px; }

  .slide-video .hps-videotext {
    padding-bottom: 0px; }

  .scircle1 {
    width: 70px;
    height: 122px; }

  .scircle1 i {
    font-size: 22px; }

  .scircle1 h6 {
    font-size: 10px; }

  .sbox1 div {
    width: 100px;
    height: 100px; }

  .sbox1 div i {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px; }

  .sbox1 h5 {
    font-size: 12px;
    line-height: 16px; }

  .stext3 {
    font-size: 30px;
    padding: 12px 18px 0px 18px; }

  .stext9 i {
    font-size: 30px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sbutton1 {
    font-size: 10px;
    padding: 5px 10px; }

  .sbutton4 {
    font-size: 10px;
    padding: 5px 10px; }

  .slide-video .hps-videotext {
    padding-bottom: 0px;
    height: 70px; }

  .scircle1 {
    width: 45px;
    height: 122px; }

  .scircle1 i {
    font-size: 18px; }

  .scircle1 h6 {
    font-size: 5px; }

  .sbox1 div {
    width: 61px;
    height: 61px; }

  .sbox1 div i {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 10px; }

  .sbox1 h5 {
    font-size: 10px;
    line-height: 12px; }

  .stext3 {
    background: none; }

  .stext9 i {
    font-size: 20px; } }
@media only screen and (max-width: 479px) {
  .sbutton1 {
    font-size: 7px;
    padding: 3px 5px; }

  .sbutton4 {
    font-size: 7px;
    padding: 3px 5px; }

  .slide-video .hps-videotext {
    padding-bottom: 0px;
    height: 70px; }

  .scircle1 {
    width: 30px;
    height: 122px; }

  .scircle1 i {
    font-size: 12px; }

  .scircle1 h6 {
    font-size: 4px; }

  .sbox1 div {
    width: 40px;
    height: 40px; }

  .sbox1 div i {
    font-size: 10px;
    margin-bottom: 3px;
    margin-top: 8px; }

  .sbox1 h5 {
    font-size: 7px;
    line-height: 5px; }

  .stext3 {
    background: none; }

  .stext9 i {
    font-size: 12px; } }
/*	# Navigation Folder
//	================================================== */
.dropdown:hover > .dropdown-menu {
  display: block;
 /*-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;*/
  animation-duration: 0.5s;
  animation-name: fadeInFromNone;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fadeInFromNone;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-duration: 5s;
  -ms-animation-name: fadeInFromNoneIE;
  -ms-animation-fill-mode: forwards; }

.site-header {
  border: none;
  box-shadow: 0px 1px 2px #000000;
  position: relative;
  z-index: 5; }
  .site-header .navbar {
    padding: 0px; }
  .site-header .navbar-collapse .navbar-nav .menu-item .active {
    color: #279B48;
    opacity: 1;
    border-bottom: 2px solid #279B48; }
  .site-header .navbar-collapse .navbar-nav .menu-item .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem; }
    .site-header .navbar-collapse .navbar-nav .menu-item .nav-link:hover {
      color: #279B48;
      -webkit-transition: color 500ms ease-out 100ms;
      -moz-transition: color 500ms ease-out 100ms;
      -o-transition: color 500ms ease-out 100ms;
      transition: color 500ms ease-out 100ms; }
  .site-header .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
    margin: 0px;
    border-radius: 0px;
    margin-top: -1px;
    border: none;
    padding: 0px; }
    .site-header .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item {
      border-bottom: 1px solid #ededed;
      padding: 0.5rem 1.5rem;
      font-size: 15px; }
      .site-header .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
        background: #279B48;
        color: #ffffff; }

/*	# Site Folder
//	================================================== */
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.top_footer_section {
  background: #2f393d;
  border-bottom: 1px solid #3a4247;
  padding-top: 15px;
  padding-bottom: 8px; }
  .top_footer_section .footer_social_link {
    text-align: center; }
    .top_footer_section .footer_social_link a {
      padding: 0px 15px;
      color: #AAAFB2;
      font-size: 1.8em; }
    .top_footer_section .footer_social_link a:hover {
      color: #ededed;
      -webkit-transition: color .3s, -webkit-transform .3s;
      transition: color .3s, transform .3s; }

.middle_footer_section {
  background: #2f393d;
  padding-top: 15px; }
  .middle_footer_section .widget-area .widget .widget-title {
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #151515;
    box-shadow: 0px 1px 0px #343434; }
  .middle_footer_section .widget-area .widget .textwidget p {
    font-size: 0.9em;
    color: #828282;
    margin-left: 25px;
    margin-bottom: 5px; }
    .middle_footer_section .widget-area .widget .textwidget p i {
      position: absolute;
      font-size: 1.2em;
      padding-top: 5px;
      color: #E5233D;
      margin-left: -25px; }
  .middle_footer_section .widget-area .widget .gallery img {
    height: auto;
    width: 28%;
    float: left;
    padding: 5px;
    border: 1px solid #151515;
    box-shadow: 1px 1px  0px #343434;
    margin: 5px; }
  .middle_footer_section .footer_widget_logo img {
    width: 60%; }
  .middle_footer_section .footer_widget_logo p {
    text-align: justify; }
  .middle_footer_section .footer_widget_gallery h4 {
    color: #AAAFB2; }
  .middle_footer_section .footer_widget_gallery ul {
    margin: 0px;
    padding: 0px; }
    .middle_footer_section .footer_widget_gallery ul li {
      float: left;
      padding: 5px;
      line-height: 0px; }
      .middle_footer_section .footer_widget_gallery ul li a {
        opacity: 0.5; }
        .middle_footer_section .footer_widget_gallery ul li a img {
          width: 100px;
          height: 100%;
          border: 1px solid #21262A;
          padding: 3px; }
      .middle_footer_section .footer_widget_gallery ul li a:hover {
        opacity: 1;
        -webkit-transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, transform .3s; }
  .middle_footer_section .footer_widget_recent_post h4 {
    color: #AAAFB2; }
  .middle_footer_section .footer_widget_recent_post ul {
    margin: 0px;
    padding: 0px; }
  .middle_footer_section .footer_widget_tags h4 {
    color: #AAAFB2; }
  .middle_footer_section .footer_widget_tags a {
    padding: 7px 15px;
    margin: 4px;
    background: #21262A;
    text-shadow: none;
    color: #51595C; }
  .middle_footer_section .footer_widget_tags a:hover {
    background: #1D2124;
    color: #C8CCCF;
    -webkit-transition: background .3s, color .3s, -webkit-transform .3s;
    transition: background .3s, color .3s, transform .3s; }

.bottom_footer_section {
  background: #21262a;
  padding: 10px 0px; }
  .bottom_footer_section .copyright p {
    font-size: 0.9em;
    color: #686a6b; }
  .bottom_footer_section .footer_menu ul {
    margin: 0px;
    padding: 0px; }
    .bottom_footer_section .footer_menu ul li {
      float: left;
      padding: 0px 12px;
      list-style: none; }
      .bottom_footer_section .footer_menu ul li a {
        color: #4b4e50;
        font-size: 0.9em; }
      .bottom_footer_section .footer_menu ul li a:hover {
        color: #C1C2C2;
        -webkit-transition: color .3s, -webkit-transform .3s;
        transition: color .3s, transform .3s; }

.scrollup {
  width: 40px;
  height: 40px;
  opacity: 1;
  position: fixed;
  bottom: 22px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  background: url(https://imibd.org/wp-content/themes/imibd/assets/css/assets/images/scroll-top-arrow.png) no-repeat left top;
  z-index: 999; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.top_header_section {
  padding: 3px 0px;
  background: #279B48; }
  .top_header_section .top_left_side_menu ul {
    margin: 0px;
    padding: 0px; }
    .top_header_section .top_left_side_menu ul li {
      float: left;
      margin-left: 27px;
      list-style: none; }
      .top_header_section .top_left_side_menu ul li a {
        color: #ffffff;
        font-size: 0.9em;
        text-decoration: none; }
        .top_header_section .top_left_side_menu ul li a i {
          font-size: 0.9em;
          padding-top: 7px;
          position: absolute;
          margin-left: -15px; }
  .top_header_section .top_right_side_menu ul {
    margin: 0px;
    padding: 0px; }
    .top_header_section .top_right_side_menu ul li {
      float: right;
      margin-left: 30px;
      list-style: none; }
      .top_header_section .top_right_side_menu ul li a {
        color: #ffffff;
        font-size: 0.9em;
        text-decoration: none; }
        .top_header_section .top_right_side_menu ul li a i {
          font-size: 0.9em;
          padding: 2px;
          margin-left: -25px; }

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
.ourPeople_section {
  background: #ededed;
  padding: 40px 0px; }
  .ourPeople_section .people_block {
    margin-bottom: 30px; }
    .ourPeople_section .people_block img {
      width: 100%;
      padding: 20px;
      border-radius: 50%; }
    .ourPeople_section .people_block h5 {
      font-size: 1.4em;
      color: #454545;
      margin-bottom: 0px; }
    .ourPeople_section .people_block p {
      font-size: 0.9em; }

.feature_one_section .featurebox {
  text-align: center;
  padding: 6px 5px;
  box-shadow: 1px 1px 2px #222222c7;
  margin: 15px 0px; }
  .feature_one_section .featurebox:hover {
    opacity: .8;
    cursor: pointer; }
  .feature_one_section .featurebox a {
    color: #ffffff; }
    .feature_one_section .featurebox a:hover {
      color: #ffffff; }
.feature_one_section .one {
  background: #8400ff; }
.feature_one_section .two {
  background: #b200ff; }
.feature_one_section .three {
  background: #ff00dc; }
.feature_one_section .four {
  background: #ff009b; }
.feature_one_section .five {
  background: #ff0065; }
.feature_one_section .six {
  background: #1dbb00; }
.feature_one_section .seven {
  background: #ff0000; }
.feature_one_section .eight {
  background: #ffaf00; }
.feature_one_section .nine {
  background: #938d8d; }
.feature_one_section .ten {
  background: #d72525; }

.featureTwo_section {
  background: green;
  padding: 50px 0px;
  padding-left: 60px; }
  @media (max-width: 767.98px) {
    .featureTwo_section {
      background: red; } }
  .featureTwo_section .resercebox {
    padding: 15px 0px; }
    .featureTwo_section .resercebox a {
      color: green; }
      .featureTwo_section .resercebox a i {
        border: 1px solid #fff;
        background: #ffffff;
        border-radius: 50%;
        padding: 7px 20px;
        font-size: 4em;
        margin-bottom: 10px; }
    .featureTwo_section .resercebox p {
      color: #ffffff; }

.font_page_intro_section {
  background: #ededed;
  padding: 30px 0px; }
  .font_page_intro_section .factory_image {
    width: 100%; }
  .font_page_intro_section .factory_info h2 {
    font-weight: bold;
    color: #292929;
    text-shadow: 1px 1px 1px #757575; }
  .font_page_intro_section .factory_info p {
    margin: 0px;
    padding: 0px;
    text-align: justify; }

.mainslider_section .mainslider {
  margin: 0px;
  padding: 0px; }
  .mainslider_section .mainslider li {
    list-style: none; }

.visionMission_section .vision h4 {
  padding: 5px 0px; }
.visionMission_section .vision p {
  padding: 5px 0px; }
.visionMission_section .vision table tbody tr td {
  padding: 0.4rem 1rem; }
.visionMission_section .production_capability h4 {
  padding: 10px 0px; }
.visionMission_section .production_capability span {
  padding: 5px 0px; }
.visionMission_section .production_capability .progress {
  border-radius: 0px; }
  .visionMission_section .production_capability .progress .progress-bar {
    background-color: green; }

/*--------------------------------------------------------------
## Primary Folder
--------------------------------------------------------------*/
.about_page_title {
  float: left;
  width: 100%;
  padding: 50px 0px 35px 0px;
  text-align: center;
  font-size: 14px;
  color: #999;
  background: rgba(76, 175, 80, 0.3) url(https://imibd.org/wp-content/themes/imibd/assets/images/about.jpg);
  background-size: cover;
  background-position: 0 0;
  animation: animate 20s linear; }
  .about_page_title h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 13px; }

.who_we_are_section .who_we_are_text .dropcap2 {
  background: url(https://imibd.org/wp-content/themes/imibd/assets/images/who_we_are.png) no-repeat;
  color: #999;
  line-height: 47px;
  height: 80px;
  width: 80px;
  margin: 0 8px -4px 0;
  font-size: 32px; }

.background_image_section_one {
  float: left;
  width: 100%;
  padding: 70px 0px;
  background: #eee url("https://imibd.org/wp-content/themes/imibd/assets/images/bg.jpg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: fixed;
  background-origin: initial;
  background-clip: initial;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-position: center; }

@keyframes animate {
  0% {
    background-position: 100% 0; }
  50% {
    background-position: 100% 0; } }
.about_content_one_section .image_box img {
  width: 100%; }

.text_block .icon_block {
  margin-bottom: 50px; }
  .text_block .icon_block img {
    width: 90%; }
  .text_block .icon_block h5 {
    color: #ffffff; }

.vision_page_title {
  float: left;
  width: 100%;
  padding: 50px 0px 35px 0px;
  text-align: center;
  font-size: 14px;
  color: #999;
  background: rgba(76, 175, 80, 0.3) url(https://imibd.org/wp-content/themes/imibd/assets/images/vision_image_bac.jpg);
  background-size: cover;
  background-position: 0 0;
  animation: animate 20s linear; }
  .vision_page_title h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 13px; }

.text_vission_section {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background: #EFF4F7;
  padding: 50px 0px; }
  .text_vission_section .vission img {
    width: 100%; }
  .text_vission_section .vission p {
    text-align: justify; }
  .text_vission_section .mission img {
    width: 100%; }
  .text_vission_section .mission p {
    text-align: justify; }
  .text_vission_section .values img {
    width: 100%; }
  .text_vission_section .values p {
    text-align: justify; }

.vission_dialog_section .achive_block img {
  width: 100%; }
.vission_dialog_section .achive_block p {
  text-align: justify; }

.vission_dialog_section_two {
  background: #279B48;
  padding: 50px 0px; }
  .vission_dialog_section_two .vission_dialogy h1 {
    font-size: 3.5em;
    color: #ffffff;
    padding-bottom: 10px;
    text-transform: uppercase; }
  .vission_dialog_section_two .vission_dialogy p {
    color: #ffffff; }

/* page title */
.mission_page_title {
  float: left;
  width: 100%;
  padding: 50px 0px 35px 0px;
  text-align: center;
  font-size: 14px;
  color: #999;
  background: rgba(76, 175, 80, 0.3) url(https://imibd.org/wp-content/themes/imibd/assets/images/mission_back.jpg);
  background-size: cover;
  background-position: 0 0;
  animation: animate 5s linear infinite; }
  .mission_page_title .title h1 {
    color: #fff; }

.approach_page_title {
  float: left;
  width: 100%;
  padding: 50px 0px 35px 0px;
  text-align: center;
  font-size: 14px;
  color: #999;
  background: rgba(76, 175, 80, 0.3) url(https://imibd.org/wp-content/themes/imibd/assets/images/approach_back_page.jpg);
  background-size: cover;
  background-position: 0 0;
  animation: animate 20s linear; }
  .approach_page_title h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 13px; }

.approach_section_one {
  padding: 50px 0px; }
  .approach_section_one .approach_text_one h4 {
    font-size: 2.5em;
    color: #454545; }

.approach_section_two {
  padding: 50px 0px;
  background: #279B48; }
  .approach_section_two h4 {
    font-size: 2.5em;
    color: #ffffff;
    text-transform: uppercase; }
  .approach_section_two .approach_block ul {
    padding-left: 40px; }
    .approach_section_two .approach_block ul li {
      float: left;
      padding-right: 50px; }
      .approach_section_two .approach_block ul li img {
        width: 100%; }

.approach_section_three .approach_text h4 {
  color: #454545;
  font-size: 1.7em; }
.approach_section_three .approach_text p {
  text-align: justify; }
.approach_section_three .approach_text ul li {
  padding-bottom: 5px; }
  .approach_section_three .approach_text ul li i {
    margin-right: 10px; }

.people_page_title {
  float: left;
  width: 100%;
  padding: 50px 0px 35px 0px;
  text-align: center;
  font-size: 14px;
  color: #999;
  background: rgba(76, 175, 80, 0.3) url(https://imibd.org/wp-content/themes/imibd/assets/images/people_back.jpg);
  background-size: cover;
  background-position: 0 0;
  animation: animate 20s linear; }
  .people_page_title h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 13px; }

.people_section_one {
  padding: 50px 0px; }

.people_section_two {
  background: #EFF4F7;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed; }
  .people_section_two .title_text h3 {
    color: #454545;
    font-size: 2.4em;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .people_section_two .people_block {
    margin-bottom: 30px; }
    .people_section_two .people_block img {
      width: 100%;
      border: 1px solid #ededed;
      padding: 5px; }
    .people_section_two .people_block h5 {
      font-size: 1.4em;
      color: #454545;
      margin-bottom: 0px; }
    .people_section_two .people_block p {
      font-size: 0.9em; }

.people_section_three .title_text h3 {
  color: #454545;
  font-size: 2.4em;
  margin-bottom: 30px;
  text-transform: uppercase; }
.people_section_three .people_block {
  margin-bottom: 30px; }
  .people_section_three .people_block img {
    width: 100%;
    border: 1px solid #ededed;
    padding: 5px; }
  .people_section_three .people_block h5 {
    font-size: 1.4em;
    color: #454545;
    margin-bottom: 0px; }
  .people_section_three .people_block p {
    font-size: 0.9em; }

.transparency_page_title {
  float: left;
  width: 100%;
  padding: 50px 0px 35px 0px;
  text-align: center;
  font-size: 14px;
  color: #999;
  background: rgba(76, 175, 80, 0.3) url(https://imibd.org/wp-content/themes/imibd/assets/images/transparency_back.jpg);
  background-size: cover;
  background-position: 0 0;
  animation: animate 20s linear; }
  .transparency_page_title h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 13px; }

.works_page_title {
  float: left;
  width: 100%;
  padding: 50px 0px 35px 0px;
  text-align: center;
  font-size: 14px;
  color: #999;
  background: rgba(76, 175, 80, 0.3) url(https://imibd.org/wp-content/themes/imibd/assets/images/what_we_do.jpg);
  background-size: cover;
  background-position: 0 0;
  animation: animate 20s linear; }
  .works_page_title h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 13px; }

.what_we_do_section_two .susbox {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #FFC000;
  padding: 10px; }
  .what_we_do_section_two .susbox a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold; }
.what_we_do_section_two .susbox:hover {
  opacity: 0.8; }
.what_we_do_section_two .entbox {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #C00000;
  padding: 10px; }
  .what_we_do_section_two .entbox a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold; }
.what_we_do_section_two .entbox:hover {
  opacity: 0.8; }
.what_we_do_section_two .devbox {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #92D050;
  padding: 10px; }
  .what_we_do_section_two .devbox a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold; }
.what_we_do_section_two .devbox:hover {
  opacity: 0.8; }
.what_we_do_section_two .busbox {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #7030A0;
  padding: 10px; }
  .what_we_do_section_two .busbox a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold; }
.what_we_do_section_two .busbox:hover {
  opacity: 0.8; }
.what_we_do_section_two .invbox {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #ED7D31;
  padding: 10px; }
  .what_we_do_section_two .invbox a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold; }
.what_we_do_section_two .invbox:hover {
  opacity: 0.8; }
.what_we_do_section_two .tecbox {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #5B9BD5;
  padding: 10px; }
  .what_we_do_section_two .tecbox a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold; }
.what_we_do_section_two .tecbox:hover {
  opacity: 0.8; }
.what_we_do_section_two .relbox {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #00B050;
  padding: 10px; }
  .what_we_do_section_two .relbox a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold; }
.what_we_do_section_two .relbox:hover {
  opacity: 0.8; }
.what_we_do_section_two .edubox {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #A6A6A6;
  padding: 10px; }
  .what_we_do_section_two .edubox a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold; }
.what_we_do_section_two .edubox:hover {
  opacity: 0.8; }
.what_we_do_section_two .wombox {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #FFC000;
  padding: 10px; }
  .what_we_do_section_two .wombox a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold; }
.what_we_do_section_two .wombox:hover {
  opacity: 0.8; }
.what_we_do_section_two .clsbox {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #ED7D31;
  padding: 10px; }
  .what_we_do_section_two .clsbox a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold; }
.what_we_do_section_two .clsbox:hover {
  opacity: 0.8; }
.what_we_do_section_two .probox {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #BF8F00;
  padding: 10px; }
  .what_we_do_section_two .probox a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold; }
.what_we_do_section_two .probox:hover {
  opacity: 0.8; }
.what_we_do_section_two .txtbox {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #C00000;
  padding: 10px; }
  .what_we_do_section_two .txtbox a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold; }
.what_we_do_section_two .txtbox:hover {
  opacity: 0.8; }
.what_we_do_section_two .wasbox {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #8EAADB;
  padding: 10px; }
  .what_we_do_section_two .wasbox a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold; }
.what_we_do_section_two .wasbox:hover {
  opacity: 0.8; }
.what_we_do_section_two .certbox {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #C45911;
  padding: 10px; }
  .what_we_do_section_two .certbox a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold; }
.what_we_do_section_two .certbox:hover {
  opacity: 0.8; }
.what_we_do_section_two .probox1 {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #92D050;
  padding: 10px; }
  .what_we_do_section_two .probox1 a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold; }
.what_we_do_section_two .probox1:hover {
  opacity: 0.8; }
.what_we_do_section_two .probox2 {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #2E74B5;
  padding: 10px; }
  .what_we_do_section_two .probox2 a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold; }
.what_we_do_section_two .probox2:hover {
  opacity: 0.8; }
.what_we_do_section_two .probox3 {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #767171;
  padding: 10px; }
  .what_we_do_section_two .probox3 a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold; }
.what_we_do_section_two .probox3:hover {
  opacity: 0.8; }
.what_we_do_section_two .probox4 {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #767171;
  padding: 10px; }
  .what_we_do_section_two .probox4 a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold; }
.what_we_do_section_two .probox4:hover {
  opacity: 0.8; }
.what_we_do_section_two .probox5 {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #8496B0;
  padding: 10px; }
  .what_we_do_section_two .probox5 a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold; }
.what_we_do_section_two .probox5:hover {
  opacity: 0.8; }

.inspection_page_title {
  float: left;
  width: 100%;
  padding: 50px 0px 35px 0px;
  text-align: center;
  font-size: 14px;
  color: #999;
  background: rgba(76, 175, 80, 0.3) url(https://imibd.org/wp-content/themes/imibd/assets/images/inspection_back_image.jpg);
  background-size: cover;
  background-position: 0 0;
  animation: animate 20s linear; }
  .inspection_page_title h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 13px; }

.inspection_des_section .welcome_img img {
  width: 100%; }

.audit_section_one .welcome_img img {
  width: 100%;
  height: 230px; }

.list_items ul li {
  padding-bottom: 5px; }
  .list_items ul li i {
    margin-right: 7px; }

.area_page_title {
  float: left;
  width: 100%;
  padding: 50px 0px 35px 0px;
  text-align: center;
  font-size: 14px;
  color: #999;
  background: rgba(76, 175, 80, 0.3) url(https://imibd.org/wp-content/themes/imibd/assets/images/where_works.jpg);
  background-size: cover;
  background-position: 0 0;
  animation: animate 20s linear; }
  .area_page_title h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 13px; }

.testing_page_title {
  float: left;
  width: 100%;
  padding: 50px 0px 35px 0px;
  text-align: center;
  font-size: 14px;
  color: #999;
  background: rgba(76, 175, 80, 0.3) url(https://imibd.org/wp-content/themes/imibd/assets/images/testing_back_img.jpg);
  background-size: cover;
  background-position: 0 0;
  animation: animate 20s linear; }
  .testing_page_title h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 13px; }

.audit_page_title {
  float: left;
  width: 100%;
  padding: 50px 0px 35px 0px;
  text-align: center;
  font-size: 14px;
  color: #999;
  background: rgba(76, 175, 80, 0.3) url(https://imibd.org/wp-content/themes/imibd/assets/images/audit_back_img.jpg);
  background-size: cover;
  background-position: 0 0;
  animation: animate 20s linear; }
  .audit_page_title h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 13px; }

.noncert_page_title {
  float: left;
  width: 100%;
  padding: 50px 0px 35px 0px;
  text-align: center;
  font-size: 14px;
  color: #999;
  background: rgba(76, 175, 80, 0.3) url(https://imibd.org/wp-content/themes/imibd/assets/images/about.jpg);
  background-size: cover;
  background-position: 0 0;
  animation: animate 20s linear; }
  .noncert_page_title h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 13px; }

.standard_page_title {
  float: left;
  width: 100%;
  padding: 50px 0px 35px 0px;
  text-align: center;
  font-size: 14px;
  color: #999;
  background: rgba(76, 175, 80, 0.3) url(https://imibd.org/wp-content/themes/imibd/assets/images/standard_back_img.jpg);
  background-size: cover;
  background-position: 0 0;
  animation: animate 20s linear; }
  .standard_page_title h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 13px; }

.text_feature_section .training_back_img img {
  width: 100%;
  max-height: 160px; }

.framed-box {
  margin-top: 15px;
  margin-bottom: 15px; }

.certificate_page_title {
  float: left;
  width: 100%;
  padding: 50px 0px 35px 0px;
  text-align: center;
  font-size: 14px;
  color: #999;
  background: rgba(76, 175, 80, 0.3) url(https://imibd.org/wp-content/themes/imibd/assets/images/certificate_back_page.jpg);
  background-size: cover;
  background-position: 0 0;
  animation: animate 20s linear; }
  .certificate_page_title h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 13px; }

.audit_section_one {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background: #EFF4F7;
  padding: 50px 0px; }
  .audit_section_one .certificate_list ul li {
    padding: 3px 0px; }
    .audit_section_one .certificate_list ul li i {
      padding-right: 10px; }

.resource_page_title {
  float: left;
  width: 100%;
  padding: 50px 0px 35px 0px;
  text-align: center;
  font-size: 14px;
  color: #999;
  background: rgba(76, 175, 80, 0.3) url(https://imibd.org/wp-content/themes/imibd/assets/images/resource.jpg);
  background-size: cover;
  background-position: 0 0;
  animation: animate 20s linear; }
  .resource_page_title h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 13px; }

.resorce_text_section .box_style {
  border: 1px solid green;
  margin-top: 15px;
  margin-bottom: 15px; }
  .resorce_text_section .box_style img {
    display: block;
    width: 100%;
    height: auto; }
  .resorce_text_section .box_style .overlay {
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 15px;
    right: 0;
    height: 81%;
    width: 85%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(229, 35, 61, 0.8); }
    .resorce_text_section .box_style .overlay .text {
      color: white;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center; }
.resorce_text_section .box_style:hover .overlay {
  opacity: 1; }

.link_page_title {
  float: left;
  width: 100%;
  padding: 50px 0px 35px 0px;
  text-align: center;
  font-size: 14px;
  color: #999;
  background: rgba(76, 175, 80, 0.3) url(https://imibd.org/wp-content/themes/imibd/assets/images/related_link.jpg);
  background-size: cover;
  background-position: 0 0;
  animation: animate 20s linear; }
  .link_page_title h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 13px; }

.related_link_section_one .related_link ul li {
  padding-bottom: 10px; }
  .related_link_section_one .related_link ul li a i {
    padding-right: 10px; }

.works_page_background {
  background-image: url(http://localhost/coredip/wp-content/themes/coredip/assets/images/works_banner.jpg);
  background-size: cover;
  background-position: center;
  background-color: #343a40;
  border-radius: 0;
  padding: 0px;
  margin: 0px; }
  .works_page_background .works_page_overlay {
    background: rgba(33, 37, 41, 0.7);
    padding: 6rem 2rem; }
    .works_page_background .works_page_overlay .jumbotron-heading {
      font-weight: 600;
      font-size: 3rem; }

.works_capebalities_section {
  padding: 40px 0px;
  background: #ededed; }
  .works_capebalities_section .products_text h1 {
    background: rgba(10, 0, 0, 0.5);
    padding: 5px 20px;
    border-radius: 5px;
    color: #eaeaea; }
  .works_capebalities_section .products_text p {
    text-align: justify;
    padding: 10px 0px; }
  .works_capebalities_section .products_list h3 {
    padding-bottom: 10px; }
  .works_capebalities_section .products_list .product_list {
    border-bottom: 2px solid #222222; }
    .works_capebalities_section .products_list .product_list p {
      padding: 10px 0px;
      margin: 0px;
      font-size: 1.2em; }

.product_details_section .work_product_shirt {
  border: 1px solid #CED4DA;
  padding: 10px;
  overflow: hidden; }
  .product_details_section .work_product_shirt .image {
    width: 60%;
    float: left;
    border-right: 1px solid #CED4DA;
    padding-right: 20px; }
    .product_details_section .work_product_shirt .image img {
      width: 100%; }
  .product_details_section .work_product_shirt .text {
    width: 38%;
    float: right; }
.product_details_section .work_product_pant {
  border: 1px solid #CED4DA;
  padding: 10px;
  overflow: hidden; }
  .product_details_section .work_product_pant .image {
    width: 60%;
    float: right;
    border-left: 1px solid #CED4DA;
    padding-left: 20px; }
    .product_details_section .work_product_pant .image img {
      width: 100%; }
  .product_details_section .work_product_pant .text {
    width: 38%;
    float: left; }
.product_details_section .work_product_sweater {
  border: 1px solid #CED4DA;
  padding: 10px;
  overflow: hidden; }
  .product_details_section .work_product_sweater .image {
    width: 60%;
    float: left;
    border-right: 1px solid #CED4DA;
    padding-right: 20px; }
    .product_details_section .work_product_sweater .image img {
      width: 100%; }
  .product_details_section .work_product_sweater .text {
    width: 38%;
    float: right; }

.contact_page_title {
  float: left;
  width: 100%;
  padding: 50px 0px 35px 0px;
  text-align: center;
  font-size: 14px;
  color: #999;
  background: rgba(76, 175, 80, 0.3) url(https://imibd.org/wp-content/themes/imibd/assets/images/contact_uss.jpg);
  background-size: cover;
  background-position: 0 0;
  animation: animate 20s linear; }
  .contact_page_title h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 13px; }

.contact_page_title {
  float: left;
  width: 100%;
  padding: 50px 0px 35px 0px;
  text-align: center;
  font-size: 14px;
  color: #999;
  background: rgba(76, 175, 80, 0.3) url(https://imibd.org/wp-content/themes/imibd/assets/images/contact_uss.jpg);
  background-size: cover;
  background-position: 0 0;
  animation: animate 20s linear; }
  .contact_page_title h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 13px; }

.statics_page_background {
  background-image: url(http://localhost/coredip/wp-content/themes/coredip/assets/images/statics_banner.jpg);
  background-size: cover;
  background-position: center;
  background-color: #343a40;
  border-radius: 0;
  padding: 0px;
  margin: 0px; }
  .statics_page_background .statics_page_overlay {
    background: rgba(33, 37, 41, 0.7);
    padding: 6rem 2rem; }
    .statics_page_background .statics_page_overlay .jumbotron-heading {
      font-weight: 600;
      font-size: 3rem; }

.machinery_section .heading_text h2 {
  padding-bottom: 10px; }
.machinery_section .machine_table table tbody tr td {
  padding: 5px 10px; }

.environmental_section {
  padding: 30px;
  background: #ededed; }

.manpower_section .manpower_table table tbody tr td {
  padding: 5px 10px; }

.audit_certification_section {
  padding: 30px;
  background: #ededed; }

.csr_page_background {
  background-image: url(http://localhost/coredip/wp-content/themes/coredip/assets/images/csr_banner.jpg);
  background-size: cover;
  background-position: center;
  background-color: #343a40;
  border-radius: 0;
  padding: 0px;
  margin: 0px; }
  .csr_page_background .csr_page_overlay {
    background: rgba(33, 37, 41, 0.7);
    padding: 6rem 2rem; }
    .csr_page_background .csr_page_overlay .jumbotron-heading {
      font-weight: 600;
      font-size: 3rem; }

.csr_policy_section {
  padding: 30px 0px;
  background: #ededed; }

/*--------------------------------------------------------------
## secondary Folder
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*# sourceMappingURL=mystyle.css.map */