@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #f4c455;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --black: #000000;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #f4c455;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #1f1f1f;
  --default: #4a4a4a;
  --soft: #6d6d6d;
  --softer: #efefef;
  --yellow: #f4c455;
  --dev: #003460;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "droid_sansregular", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

body {
  margin: 0;
  font-family: "droid_sansregular", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

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;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  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-wrap: 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,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

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

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1100px; } }

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

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8b8b8b; }

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

.table-default,
.table-default > th,
.table-default > td {
  background-color: #cccccc; }

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

.table-hover .table-default:hover {
  background-color: #bfbfbf; }
  .table-hover .table-default:hover > td,
  .table-hover .table-default:hover > th {
    background-color: #bfbfbf; }

.table-soft,
.table-soft > th,
.table-soft > td {
  background-color: #d6d6d6; }

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

.table-hover .table-soft:hover {
  background-color: #c9c9c9; }
  .table-hover .table-soft:hover > td,
  .table-hover .table-soft:hover > th {
    background-color: #c9c9c9; }

.table-softer,
.table-softer > th,
.table-softer > td {
  background-color: #fbfbfb; }

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

.table-hover .table-softer:hover {
  background-color: #eeeeee; }
  .table-hover .table-softer:hover > td,
  .table-hover .table-softer:hover > th {
    background-color: #eeeeee; }

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #fceecf; }

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

.table-hover .table-yellow:hover {
  background-color: #fbe6b7; }
  .table-hover .table-yellow:hover > td,
  .table-hover .table-yellow:hover > th {
    background-color: #fbe6b7; }

.table-dev,
.table-dev > th,
.table-dev > td {
  background-color: #b8c6d2; }

.table-dev th,
.table-dev td,
.table-dev thead th,
.table-dev tbody + tbody {
  border-color: #7a95ac; }

.table-hover .table-dev:hover {
  background-color: #a8b9c8; }
  .table-hover .table-dev:hover > td,
  .table-hover .table-dev:hover > th {
    background-color: #a8b9c8; }

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #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 (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .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; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

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: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .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%;
  left: 0;
  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; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .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-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 {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  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 0.2rem rgba(40, 167, 69, 0.25); }

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

.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:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  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%;
  left: 0;
  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; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .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-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(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 {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 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(38, 143, 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 {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 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(130, 138, 145, 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 {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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(72, 180, 97, 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 {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #f4c455;
  border-color: #f4c455; }
  .btn-warning:hover {
    color: #212529;
    background-color: #f2b831;
    border-color: #f1b325; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #f2b831;
    border-color: #f1b325;
    box-shadow: 0 0 0 0.2rem rgba(212, 172, 78, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #f4c455;
    border-color: #f4c455; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #f1b325;
    border-color: #f0af19; }
    .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(212, 172, 78, 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 {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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(225, 83, 97, 0.5); }

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

.btn-dark {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f; }
  .btn-dark:hover {
    color: #fff;
    background-color: #0c0c0c;
    border-color: #060606; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #0c0c0c;
    border-color: #060606;
    box-shadow: 0 0 0 0.2rem rgba(65, 65, 65, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #1f1f1f;
    border-color: #1f1f1f; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #060606;
    border-color: black; }
    .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(65, 65, 65, 0.5); }

.btn-default {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a; }
  .btn-default:hover {
    color: #fff;
    background-color: #373737;
    border-color: #313131; }
  .btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #373737;
    border-color: #313131;
    box-shadow: 0 0 0 0.2rem rgba(101, 101, 101, 0.5); }
  .btn-default.disabled, .btn-default:disabled {
    color: #fff;
    background-color: #4a4a4a;
    border-color: #4a4a4a; }
  .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
  .show > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #313131;
    border-color: #2a2a2a; }
    .btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
    .show > .btn-default.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(101, 101, 101, 0.5); }

.btn-soft {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #6d6d6d; }
  .btn-soft:hover {
    color: #fff;
    background-color: #5a5a5a;
    border-color: #545454; }
  .btn-soft:focus, .btn-soft.focus {
    color: #fff;
    background-color: #5a5a5a;
    border-color: #545454;
    box-shadow: 0 0 0 0.2rem rgba(131, 131, 131, 0.5); }
  .btn-soft.disabled, .btn-soft:disabled {
    color: #fff;
    background-color: #6d6d6d;
    border-color: #6d6d6d; }
  .btn-soft:not(:disabled):not(.disabled):active, .btn-soft:not(:disabled):not(.disabled).active,
  .show > .btn-soft.dropdown-toggle {
    color: #fff;
    background-color: #545454;
    border-color: #4d4d4d; }
    .btn-soft:not(:disabled):not(.disabled):active:focus, .btn-soft:not(:disabled):not(.disabled).active:focus,
    .show > .btn-soft.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(131, 131, 131, 0.5); }

.btn-softer {
  color: #212529;
  background-color: #efefef;
  border-color: #efefef; }
  .btn-softer:hover {
    color: #212529;
    background-color: gainsboro;
    border-color: #d6d6d6; }
  .btn-softer:focus, .btn-softer.focus {
    color: #212529;
    background-color: gainsboro;
    border-color: #d6d6d6;
    box-shadow: 0 0 0 0.2rem rgba(208, 209, 209, 0.5); }
  .btn-softer.disabled, .btn-softer:disabled {
    color: #212529;
    background-color: #efefef;
    border-color: #efefef; }
  .btn-softer:not(:disabled):not(.disabled):active, .btn-softer:not(:disabled):not(.disabled).active,
  .show > .btn-softer.dropdown-toggle {
    color: #212529;
    background-color: #d6d6d6;
    border-color: #cfcfcf; }
    .btn-softer:not(:disabled):not(.disabled):active:focus, .btn-softer:not(:disabled):not(.disabled).active:focus,
    .show > .btn-softer.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(208, 209, 209, 0.5); }

.btn-yellow {
  color: #212529;
  background-color: #f4c455;
  border-color: #f4c455; }
  .btn-yellow:hover {
    color: #212529;
    background-color: #f2b831;
    border-color: #f1b325; }
  .btn-yellow:focus, .btn-yellow.focus {
    color: #212529;
    background-color: #f2b831;
    border-color: #f1b325;
    box-shadow: 0 0 0 0.2rem rgba(212, 172, 78, 0.5); }
  .btn-yellow.disabled, .btn-yellow:disabled {
    color: #212529;
    background-color: #f4c455;
    border-color: #f4c455; }
  .btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-yellow.dropdown-toggle {
    color: #212529;
    background-color: #f1b325;
    border-color: #f0af19; }
    .btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yellow.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(212, 172, 78, 0.5); }

.btn-dev {
  color: #fff;
  background-color: #003460;
  border-color: #003460; }
  .btn-dev:hover {
    color: #fff;
    background-color: #001f3a;
    border-color: #00182d; }
  .btn-dev:focus, .btn-dev.focus {
    color: #fff;
    background-color: #001f3a;
    border-color: #00182d;
    box-shadow: 0 0 0 0.2rem rgba(38, 82, 120, 0.5); }
  .btn-dev.disabled, .btn-dev:disabled {
    color: #fff;
    background-color: #003460;
    border-color: #003460; }
  .btn-dev:not(:disabled):not(.disabled):active, .btn-dev:not(:disabled):not(.disabled).active,
  .show > .btn-dev.dropdown-toggle {
    color: #fff;
    background-color: #00182d;
    border-color: #001120; }
    .btn-dev:not(:disabled):not(.disabled):active:focus, .btn-dev:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dev.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 82, 120, 0.5); }

.btn-outline-primary {
  color: #007bff;
  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;
  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;
  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;
  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: #f4c455;
  border-color: #f4c455; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #f4c455;
    border-color: #f4c455; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 196, 85, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f4c455;
    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: #f4c455;
    border-color: #f4c455; }
    .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(244, 196, 85, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  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;
  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: #1f1f1f;
  border-color: #1f1f1f; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #1f1f1f;
    border-color: #1f1f1f; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(31, 31, 31, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #1f1f1f;
    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: #1f1f1f;
    border-color: #1f1f1f; }
    .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(31, 31, 31, 0.5); }

.btn-outline-default {
  color: #4a4a4a;
  border-color: #4a4a4a; }
  .btn-outline-default:hover {
    color: #fff;
    background-color: #4a4a4a;
    border-color: #4a4a4a; }
  .btn-outline-default:focus, .btn-outline-default.focus {
    box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5); }
  .btn-outline-default.disabled, .btn-outline-default:disabled {
    color: #4a4a4a;
    background-color: transparent; }
  .btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active,
  .show > .btn-outline-default.dropdown-toggle {
    color: #fff;
    background-color: #4a4a4a;
    border-color: #4a4a4a; }
    .btn-outline-default:not(:disabled):not(.disabled):active:focus, .btn-outline-default:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-default.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5); }

.btn-outline-soft {
  color: #6d6d6d;
  border-color: #6d6d6d; }
  .btn-outline-soft:hover {
    color: #fff;
    background-color: #6d6d6d;
    border-color: #6d6d6d; }
  .btn-outline-soft:focus, .btn-outline-soft.focus {
    box-shadow: 0 0 0 0.2rem rgba(109, 109, 109, 0.5); }
  .btn-outline-soft.disabled, .btn-outline-soft:disabled {
    color: #6d6d6d;
    background-color: transparent; }
  .btn-outline-soft:not(:disabled):not(.disabled):active, .btn-outline-soft:not(:disabled):not(.disabled).active,
  .show > .btn-outline-soft.dropdown-toggle {
    color: #fff;
    background-color: #6d6d6d;
    border-color: #6d6d6d; }
    .btn-outline-soft:not(:disabled):not(.disabled):active:focus, .btn-outline-soft:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-soft.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(109, 109, 109, 0.5); }

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

.btn-outline-yellow {
  color: #f4c455;
  border-color: #f4c455; }
  .btn-outline-yellow:hover {
    color: #212529;
    background-color: #f4c455;
    border-color: #f4c455; }
  .btn-outline-yellow:focus, .btn-outline-yellow.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 196, 85, 0.5); }
  .btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
    color: #f4c455;
    background-color: transparent; }
  .btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-outline-yellow.dropdown-toggle {
    color: #212529;
    background-color: #f4c455;
    border-color: #f4c455; }
    .btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-yellow.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(244, 196, 85, 0.5); }

.btn-outline-dev {
  color: #003460;
  border-color: #003460; }
  .btn-outline-dev:hover {
    color: #fff;
    background-color: #003460;
    border-color: #003460; }
  .btn-outline-dev:focus, .btn-outline-dev.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 52, 96, 0.5); }
  .btn-outline-dev.disabled, .btn-outline-dev:disabled {
    color: #003460;
    background-color: transparent; }
  .btn-outline-dev:not(:disabled):not(.disabled):active, .btn-outline-dev:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dev.dropdown-toggle {
    color: #fff;
    background-color: #003460;
    border-color: #003460; }
    .btn-outline-dev:not(:disabled):not(.disabled):active:focus, .btn-outline-dev:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dev.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 52, 96, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .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;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact; }

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

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

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

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

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' 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::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' 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-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .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(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  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(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  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[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  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: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .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 (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: #d2d2d2;
    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 (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: #d2d2d2;
    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 (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: #d2d2d2;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #d2d2d2;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

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

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

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

.nav-tabs {
  border-bottom: 1px solid #d2d2d2; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    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 #d2d2d2; }
    .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: #d2d2d2 #d2d2d2 #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-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.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, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

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

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    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, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .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, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    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, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .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, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    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, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .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, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    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, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .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, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    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, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

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

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

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

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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 {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

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

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    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 #d2d2d2; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #d2d2d2; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

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

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

.page-item.active .page-link {
  z-index: 3;
  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: #d2d2d2; }

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #f4c455; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #f1b325; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(244, 196, 85, 0.5); }

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

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

.badge-dark {
  color: #fff;
  background-color: #1f1f1f; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #060606; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(31, 31, 31, 0.5); }

.badge-default {
  color: #fff;
  background-color: #4a4a4a; }
  a.badge-default:hover, a.badge-default:focus {
    color: #fff;
    background-color: #313131; }
  a.badge-default:focus, a.badge-default.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5); }

.badge-soft {
  color: #fff;
  background-color: #6d6d6d; }
  a.badge-soft:hover, a.badge-soft:focus {
    color: #fff;
    background-color: #545454; }
  a.badge-soft:focus, a.badge-soft.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(109, 109, 109, 0.5); }

.badge-softer {
  color: #212529;
  background-color: #efefef; }
  a.badge-softer:hover, a.badge-softer:focus {
    color: #212529;
    background-color: #d6d6d6; }
  a.badge-softer:focus, a.badge-softer.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(239, 239, 239, 0.5); }

.badge-yellow {
  color: #212529;
  background-color: #f4c455; }
  a.badge-yellow:hover, a.badge-yellow:focus {
    color: #212529;
    background-color: #f1b325; }
  a.badge-yellow:focus, a.badge-yellow.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(244, 196, 85, 0.5); }

.badge-dev {
  color: #fff;
  background-color: #003460; }
  a.badge-dev:hover, a.badge-dev:focus {
    color: #fff;
    background-color: #00182d; }
  a.badge-dev:focus, a.badge-dev.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 52, 96, 0.5); }

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

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

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

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    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: #7f662c;
  background-color: #fdf3dd;
  border-color: #fceecf; }
  .alert-warning hr {
    border-top-color: #fbe6b7; }
  .alert-warning .alert-link {
    color: #59481f; }

.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: #101010;
  background-color: #d2d2d2;
  border-color: silver; }
  .alert-dark hr {
    border-top-color: #b3b3b3; }
  .alert-dark .alert-link {
    color: black; }

.alert-default {
  color: #262626;
  background-color: #dbdbdb;
  border-color: #cccccc; }
  .alert-default hr {
    border-top-color: #bfbfbf; }
  .alert-default .alert-link {
    color: #0d0d0d; }

.alert-soft {
  color: #393939;
  background-color: #e2e2e2;
  border-color: #d6d6d6; }
  .alert-soft hr {
    border-top-color: #c9c9c9; }
  .alert-soft .alert-link {
    color: #202020; }

.alert-softer {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fbfbfb; }
  .alert-softer hr {
    border-top-color: #eeeeee; }
  .alert-softer .alert-link {
    color: #636363; }

.alert-yellow {
  color: #7f662c;
  background-color: #fdf3dd;
  border-color: #fceecf; }
  .alert-yellow hr {
    border-top-color: #fbe6b7; }
  .alert-yellow .alert-link {
    color: #59481f; }

.alert-dev {
  color: #001b32;
  background-color: #ccd6df;
  border-color: #b8c6d2; }
  .alert-dev hr {
    border-top-color: #a8b9c8; }
  .alert-dev .alert-link {
    color: black; }

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

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

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

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

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

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

.media-body {
  flex: 1; }

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

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

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

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

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

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

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

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 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: #7f662c;
  background-color: #fceecf; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #7f662c;
    background-color: #fbe6b7; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #7f662c;
    border-color: #7f662c; }

.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: #101010;
  background-color: silver; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #101010;
    background-color: #b3b3b3; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #101010;
    border-color: #101010; }

.list-group-item-default {
  color: #262626;
  background-color: #cccccc; }
  .list-group-item-default.list-group-item-action:hover, .list-group-item-default.list-group-item-action:focus {
    color: #262626;
    background-color: #bfbfbf; }
  .list-group-item-default.list-group-item-action.active {
    color: #fff;
    background-color: #262626;
    border-color: #262626; }

.list-group-item-soft {
  color: #393939;
  background-color: #d6d6d6; }
  .list-group-item-soft.list-group-item-action:hover, .list-group-item-soft.list-group-item-action:focus {
    color: #393939;
    background-color: #c9c9c9; }
  .list-group-item-soft.list-group-item-action.active {
    color: #fff;
    background-color: #393939;
    border-color: #393939; }

.list-group-item-softer {
  color: #7c7c7c;
  background-color: #fbfbfb; }
  .list-group-item-softer.list-group-item-action:hover, .list-group-item-softer.list-group-item-action:focus {
    color: #7c7c7c;
    background-color: #eeeeee; }
  .list-group-item-softer.list-group-item-action.active {
    color: #fff;
    background-color: #7c7c7c;
    border-color: #7c7c7c; }

.list-group-item-yellow {
  color: #7f662c;
  background-color: #fceecf; }
  .list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
    color: #7f662c;
    background-color: #fbe6b7; }
  .list-group-item-yellow.list-group-item-action.active {
    color: #fff;
    background-color: #7f662c;
    border-color: #7f662c; }

.list-group-item-dev {
  color: #001b32;
  background-color: #b8c6d2; }
  .list-group-item-dev.list-group-item-action:hover, .list-group-item-dev.list-group-item-action:focus {
    color: #001b32;
    background-color: #a8b9c8; }
  .list-group-item-dev.list-group-item-action.active {
    color: #fff;
    background-color: #001b32;
    border-color: #001b32; }

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

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

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

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

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

.toast-body {
  padding: 0.75rem; }

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

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

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

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #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;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  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 1rem;
  border-bottom: 1px solid #d2d2d2;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #d2d2d2;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

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

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "droid_sansregular", sans-serif;
  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: "droid_sansregular", sans-serif;
  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); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #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);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #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); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #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);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

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

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

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

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

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

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

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s; } }

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f1b325 !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: #1f1f1f !important; }

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

.bg-default {
  background-color: #4a4a4a !important; }

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

.bg-soft {
  background-color: #6d6d6d !important; }

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

.bg-softer {
  background-color: #efefef !important; }

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

.bg-yellow {
  background-color: #f4c455 !important; }

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

.bg-dev {
  background-color: #003460 !important; }

a.bg-dev:hover, a.bg-dev:focus,
button.bg-dev:hover,
button.bg-dev:focus {
  background-color: #00182d !important; }

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

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

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

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

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

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

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

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

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

.border-dark {
  border-color: #1f1f1f !important; }

.border-default {
  border-color: #4a4a4a !important; }

.border-soft {
  border-color: #6d6d6d !important; }

.border-softer {
  border-color: #efefef !important; }

.border-yellow {
  border-color: #f4c455 !important; }

.border-dev {
  border-color: #003460 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-dark {
  color: #1f1f1f !important; }

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

.text-default {
  color: #4a4a4a !important; }

a.text-default:hover, a.text-default:focus {
  color: #242424 !important; }

.text-soft {
  color: #6d6d6d !important; }

a.text-soft:hover, a.text-soft:focus {
  color: #474747 !important; }

.text-softer {
  color: #efefef !important; }

a.text-softer:hover, a.text-softer:focus {
  color: #c9c9c9 !important; }

.text-yellow {
  color: #f4c455 !important; }

a.text-yellow:hover, a.text-yellow:focus {
  color: #edaa0f !important; }

.text-dev {
  color: #003460 !important; }

a.text-dev:hover, a.text-dev:focus {
  color: #000b14 !important; }

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #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 #d2d2d2 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #d2d2d2; }
  .table .thead-dark th {
    color: inherit;
    border-color: #d2d2d2; } }

/* version 4.1 */
body {
  padding: 0;
  margin: 0;
  font-family: "droid_sansregular", sans-serif;
  font-size: 15px;
  color: #4a4a4a;
  /*overflow-wrap: break-word;*/ }

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

a {
  outline: none !important; }

a, a:hover {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

img {
  border: none; }

@font-face {
  font-family: 'Conv_Lakesight_PersonalUseOnly';
  src: url("../fontface/Lakesight_PersonalUseOnly.eot");
  src: local("☺"), url("../fontface/Lakesight_PersonalUseOnly.woff") format("woff"), url("../fontface/Lakesight_PersonalUseOnly.ttf") format("truetype"), url("../fontface/Lakesight_PersonalUseOnly.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Conv_Futura Condensed Medium", sans-serif;
  src: url("../fontface/Futura Condensed Medium.eot");
  src: local("☺"), url("../fontface/Futura Condensed Medium.woff") format("woff"), url("../fontface/Futura Condensed Medium.ttf") format("truetype"), url("../fontface/Futura Condensed Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "droid_sansregular", sans-serif;
  src: url("../fontface/droidsans-webfont.woff2") format("woff2"), url("../fontface/droidsans-webfont.woff") format("woff"), url("../fontface/droidsans-webfont.eot") format("eot");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "lakesightregular", serif;
  src: url("../fontface/lakesight-webfont.eot");
  src: url("../fontface/lakesight-webfont.eot?#iefix") format("embedded-opentype"), url("../fontface/lakesight-webfont.woff2") format("woff2"), url("../fontface/lakesight-webfont.woff") format("woff"), url("../fontface/lakesight-webfont.ttf") format("truetype"), url("../fontface/lakesight-webfont.svg#lakesightregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RobotoCondensedRegular';
  src: url("../fontface/RobotoCondensedRegular.eot");
  src: url("../fontface/RobotoCondensedRegular.eot") format("embedded-opentype"), url("../fontface/RobotoCondensedRegular.woff2") format("woff2"), url("../fontface/RobotoCondensedRegular.woff") format("woff"), url("../fontface/RobotoCondensedRegular.ttf") format("truetype"), url("../fontface/RobotoCondensedRegular.svg#RobotoCondensedRegular") format("svg"); }

.slidernav {
  display: none; }

/* New pop up */
.pop_up_overlay2 {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1000; }

.prvevent-overlay2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  z-index: 1001; }

.prvevent-wrapper2 {
  width: 1000px;
  /*width:840px;*/
  height: 340px;
  min-height: 340px;
  padding: 20px 0px;
  margin: auto;
  border-radius: 5px;
  position: absolute;
  top: 130px;
  /*margin-left:-420px;*/
  margin-left: -500px;
  left: 50%; }

.prvevent-wrapper2 h2 {
  width: 100%;
  float: left;
  font-family: "lakesightregular", serif;
  font-size: 60px;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: center; }

.prvevent-wrapper2 h3 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Conv_Futura Condensed Medium", sans-serif; }

.prvevent-wrapper2 p {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
  padding: 0 3%;
  box-sizing: border-box;
  font-size: 23px;
  text-align: center; }

.prvevent-wrapper2 p a {
  color: #2e2e2e; }

.prvevent-wrapper2 p a:hover {
  color: #2e2e2e;
  text-decoration: underline !important; }

.prvevent-form2 {
  width: 100%;
  float: left;
  margin-top: 50px;
  padding: 0 10%;
  box-sizing: border-box; }

.prvevent-form2 h4 {
  width: 100%;
  float: left;
  font-family: "lakesightregular", serif;
  font-size: 36px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px; }

.prvevent-form2 input[type="text"] {
  position: relative;
  z-index: 2;
  background: transparent;
  width: 100%;
  border: none;
  border-bottom: 2px solid #b1b1b1;
  text-align: center;
  padding-bottom: 5px;
  font-size: 20px; }

/*.prvevent-form input[type="submit"]{ border-radius:50px; background-color:#f4c455; font-size:18px; border:none; padding:7px 15px; margin-top:40px;}*/
/*.prvevent-form2 button{border-radius:50px; background-color:#f4c455; font-size:18px; border:none; padding:7px 20px; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);}*/
.prvevent-form2 button {
  border-radius: 50px;
  font-size: 16px !important;
  border: none;
  padding: 7px 20px 8px 20px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold !important;
  background: #f4c455;
  color: #2e2e2e;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out; }

.prvevent-form2 button .fa-angle-right {
  font-size: 21px;
  font-weight: bold;
  line-height: 5px; }

.prvevent-form2 button:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  font-size: 17px !important;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.8); }

#prefreshwt, #prefreshwt2 {
  border-radius: 50px;
  background-color: #ECECEC;
  font-size: 16px;
  border: none;
  padding: 7px 20px 8px 20px;
  margin-top: 40px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3); }

#prefreshwt:hover, #prefreshwt2:hover {
  color: #fff;
  background-color: #000;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.8); }

.prvevent-form2 .fa-angle-right2 {
  font-size: 21px; }

@supports (-webkit-appearance: none) and (not (overflow: -webkit-marquee)) and (not (-ms-ime-align: auto)) and (not (-moz-appearance: none)) {
  #hhh {
    background: #d7d7d7; }
  .prvevent-form2 button .fa-angle-right {
    line-height: 20px; } }

.pop_up_overlay {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.95);
  /*z-index:1000;*/
  z-index: 999999; }

/*.prvevent-overlay{z-index:1001!important; background:transparent!important; }*/
.pop_up_overlay .dpg-pad {
  padding-top: 4%;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  z-index: 1001; }

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

.pop_up_overlay .prvevent-wrapper p {
  padding: 0 4%; }

.bg-color-layer {
  background-color: #000000;
  top: 0px;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute; }

.header {
  width: 100%;
  float: left; }

.header-mid {
  max-width: 1800px;
  margin: auto; }

.header-banner {
  width: 100%;
  height: 175px;
  float: left;
  background-image: url("../images/bb-private-events.jpg");
  background-position: center center;
  background-repeat: no-repeat; }

.header-banner1 {
  width: 100%;
  height: 97px;
  /* Ric: Might need to be 125px */
  float: left;
  background-image: url("../images/wood-background-header.jpg");
  background-position: 0px -75px;
  background-repeat: no-repeat;
  background-size: 100%; }

.header-nav {
  width: 100%;
  float: left;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  position: fixed; }

.shrink {
  background-color: #fff;
  border-bottom: 1px solid #000; }

.shrink .nav ul li a {
  padding: 26px 17px; }

.shrink .logo {
  padding: 7px 0;
  /*padding:10px 0;*/ }

.header-banner1 .shrink .nav ul li a {
  padding: 26px 22px; }

.shrink .logo2 {
  top: 0;
  padding: 0; }

.shrink .logo2 img {
  width: 70px; }

.header-nav-mid {
  max-width: 1100px;
  margin: auto; }

.logo {
  float: left;
  padding: 19px 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out; }

.logo img {
  width: 220px; }

.logo2 {
  float: left;
  position: absolute;
  top: -18px; }

.logo2 img {
  max-width: 140px; }

.nav {
  float: right; }

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav ul li {
  display: inline-block;
  position: relative;
  float: left; }

.nav ul li a {
  float: left;
  padding: 38px 17px;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  font-family: "Conv_Futura Condensed Medium", sans-serif;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out; }

.nav ul li:last-child a {
  padding-right: 0px; }

.header-banner1 .nav ul li a {
  padding: 38px 22px; }

.header-banner1 .nav ul li:last-child a {
  padding-right: 0px; }

.header-banner1 .logo + .mk-nav-responsive-link + .nav ul li a {
  padding: 37px 17px; }

.bag-svg-icon {
  padding: 0 0 0 0;
  position: relative;
  right: 8px; }

.nav ul li ul {
  display: none;
  width: 220px;
  background-color: #333333;
  top: 97px;
  border-top: 2px solid #000;
  position: absolute;
  -webkit-box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.15); }

.nav ul li:hover ul {
  display: block; }

.nav ul li ul li {
  display: block;
  width: 100%; }

.nav ul li ul li a {
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
  color: #b3b3b3;
  font-size: 17px; }

.nav ul li ul li a:hover {
  color: #fff; }

.header-banner1 .nav ul li ul li a {
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
  color: #b3b3b3;
  font-size: 17px; }

.header-banner1 .nav ul li ul li a:hover {
  color: #fff; }

.header-banner1 .shrink .nav ul li:hover ul {
  top: 74px; }

.header-banner1 .shrink .nav ul li ul li a {
  padding: 10px 15px; }

.header-banner1 .shrink .nav ul li ul li a:hover {
  color: #fff; }

.header-banner1 .logo + .mk-nav-responsive-link + .nav ul li ul li a {
  padding: 10px 15px; }

.header-banner1 .shrink .logo + .mk-nav-responsive-link + .nav ul li a {
  padding: 25px 17px; }

.header-banner1 .shrink .logo + .mk-nav-responsive-link + .nav ul li:hover ul {
  top: 74px; }

.header-banner1 .shrink .logo + .mk-nav-responsive-link + .nav ul li ul li a {
  padding: 10px 15px; }

.header-banner1 .shrink .logo + .mk-nav-responsive-link + .nav ul li ul li a:hover {
  color: #fff; }

.shrink .nav ul li:hover ul {
  top: 74px; }

.shrink .nav ul li ul li a {
  padding: 10px 15px; }

.shrink .nav ul li ul li a:hover {
  color: #fff; }

.middle-section-full {
  width: 100%;
  float: left; }

.middle-section-mid {
  max-width: 1100px;
  margin: auto;
  position: relative;
  z-index: 1; }

.middle-section {
  width: 100%;
  float: left; }

.hr-line {
  width: 100%;
  height: 12px;
  background-image: url("../images/hr-line.jpg");
  background-repeat: no-repeat;
  margin: 40px 0; }

.page-heading {
  width: 100%;
  float: left;
  font-size: 48px;
  color: #4a4a4a;
  text-align: center; }

.lakesight-font {
  font-family: "lakesightregular", serif; }

.gallery-nav {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
  padding: 0 1%;
  box-sizing: border-box; }

.gallery-nav ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: center; }

.gallery-nav ul li {
  display: inline-block;
  margin: 0 10px 10px 10px;
  padding: 10px 15px;
  color: #4a4a4a;
  text-decoration: none;
  border: 1px solid #c4c4c4;
  text-transform: uppercase;
  background-color: #fff;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer; }

.gallery-nav ul li:hover {
  background-color: #333333;
  color: #fff; }

.gallery-nav ul li.active {
  background-color: #e1e1e1; }

.gallery-nav ul li.active:hover {
  background-color: #333333;
  color: #fff; }

.gallery-content {
  width: 100%;
  float: left;
  margin: 20px 0 0 0; }

.gallery-thumb-img {
  margin-bottom: 6px;
  display: inline-block; }

.gallery-thumb-img,
.mk-portfolio-item {
  height: calc(264px - 6vw); }

.mk-portfolio-item {
  background-size: cover;
  background-position: center center; }
  .mk-portfolio-item.slidebox-hover .featured-image {
    height: calc(264px - 6vw); }

@media (min-width: 768px) {
  .gallery-thumb-img,
  .mk-portfolio-item {
    height: calc(264px - 6vw); }
  .mk-portfolio-item.slidebox-hover .featured-image {
    height: calc(264px - 6vw); } }

@media (min-width: 992px) {
  .gallery-thumb-img,
  .mk-portfolio-item {
    height: calc(264px - 6vw); }
  .mk-portfolio-item.slidebox-hover .featured-image {
    height: calc(264px - 6vw); } }

@media (min-width: 1200px) {
  .gallery-thumb-img,
  .mk-portfolio-item {
    height: 264px; }
  .mk-portfolio-item.slidebox-hover .featured-image {
    height: 264px; } }

.gallery-pagination {
  width: 100%;
  float: left;
  display: inline-block;
  text-align: center;
  margin: 15px 0 0 0; }

.gallery-pagination ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: center; }

.gallery-pagination ul li {
  display: inline-block;
  margin-right: 7px;
  vertical-align: top; }

.gallery-pagination ul li a {
  float: left;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 15px;
  border: 1px solid #c2c2c2;
  text-decoration: none;
  color: #4a4a4a; }

.gallery-pagination ul li a:hover {
  background-color: #e1e1e1; }

.gallery-pagination ul li.active {
  background-color: #e1e1e1;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 15px;
  border: 1px solid #c2c2c2;
  text-decoration: none;
  color: #4a4a4a; }

.gallery-pagination ul li a.enable {
  background-color: #333333;
  color: #fff; }

.gallery-pagination ul li a.disable {
  background-color: #eaeaea;
  color: #c2c2c2; }

.tab_content {
  display: none; }

.disclaimer-text {
  width: 100%;
  float: left;
  margin: 45px 0 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px; }

.footer {
  width: 100%;
  float: left;
  padding: 50px 0;
  margin: 70px 0 0 0;
  background-color: #1f1f1f; }

.footer-middle {
  max-width: 1100px;
  margin: auto; }

.ft-section-1 {
  width: 28%;
  float: left;
  margin-right: 7%; }

.ft-logo {
  width: 100%;
  float: left; }

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

.ft-social-icon {
  width: 100%;
  float: left;
  margin-top: 30px;
  text-align: center; }

.ft-social-icon a {
  color: #fff;
  margin-right: 10px; }

.ft-social-icon a:hover {
  color: #adadad; }

.ft-social-icon .mk-svg-icon {
  fill: currentColor; }

.ft-section-2 {
  width: 20%;
  float: left;
  margin-right: 2%; }

.ft-header {
  width: 100%;
  float: left;
  font-size: 15px;
  font-weight: normal;
  /*color:#d2d2d2;*/
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase; }

.ft-section-2 p {
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  color: #d2d2d2;
  /*word-break: break-all;*/ }

.ft-section-2 a {
  color: #d2d2d2;
  text-decoration: none; }

.ft-section-2 a:hover {
  color: #fff; }

.ft-section-3 {
  width: 20%;
  float: left;
  margin-right: 2%; }

.ft-section-3 ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0; }

.ft-section-3 ul li {
  display: block;
  margin-bottom: 8px; }

.ft-section-3 ul li a {
  color: #d2d2d2;
  text-decoration: none; }

.ft-section-3 ul li a:hover {
  /*color:#fff;*/ }

.ft-section-4 {
  width: 20%;
  float: left; }

.ft-latest-news {
  width: 100%;
  float: left;
  margin: 0 0 8px 0;
  font-size: 13px; }

.ft-latest-news a {
  width: 100%;
  float: left;
  color: #d2d2d2;
  text-decoration: none; }

.ft-latest-news a:hover {
  color: #fff; }

.newsletter-section {
  width: 100%;
  float: left;
  margin: 0 0 8px 0;
  font-size: 13px; }

.newsletter-section #mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px;
  font-size: 14px; }

.newsletter-section #mc_embed_signup .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px; }

.newsletter-section #mc_embed_signup .mc-field-group input {
  display: block;
  width: 94%;
  padding: 8px 0;
  text-indent: 2%;
  border: 1px solid #ABB0B2;
  border-radius: 3px; }

.newsletter-section #mc_embed_signup .button {
  clear: both;
  background-color: #aaa;
  border: 0 none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin: 10px 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 1px; }

.newsletter-section #mc_embed_signup .button:hover {
  background-color: #777777; }

.newsletter-section #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41; }

.newsletter-section #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41; }

.news-date {
  width: 100%;
  float: left;
  font-style: italic;
  font-size: 12px;
  color: #d2d2d2; }

.copy-right {
  width: 100%;
  float: left;
  background-color: #010101; }

.copy-right-mid {
  max-width: 1100px;
  padding: 20px;
  margin: auto;
  text-align: center;
  font-size: 12px;
  color: #adadad;
  box-sizing: border-box; }

.copy-right-mid a {
  color: #adadad;
  text-decoration: none; }

#mobile-tab {
  display: none; }

.goto-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 15px;
  background-color: rgba(31, 31, 31, 0.2);
  z-index: 9999; }

.goto-top:hover {
  background-color: #868686; }

.goto-top a {
  color: #fff; }

.goto-top .mk-go-top {
  fill: currentColor; }

.goto-top .mk-go-top .mk-svg-icon {
  margin-top: 0px; }

/************** mobile navigation **************/
.mk-nav-responsive-link {
  display: none;
  position: absolute;
  z-index: 12;
  top: 48px;
  margin-top: -18px;
  line-height: 8px;
  cursor: pointer;
  padding: 10px;
  float: right;
  right: 20px; }

.mk-css-icon-menu {
  width: 18px;
  height: 18px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.mk-css-icon-menu-line-1, .mk-css-icon-menu-line-3 {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease; }

.mk-css-icon-menu div, .mk-css-icon-close div {
  height: 3px;
  margin-bottom: 3px;
  border-radius: 3px;
  display: block;
  position: relative; }

.mk-css-icon-close div, .mk-css-icon-menu div {
  background-color: #4a4a4a; }

.mk-css-icon-menu-line-2 {
  transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -webkit-transition: opacity 0.1s ease;
  -ms-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease; }

.dashboard-active .mk-css-icon-menu-line-1, .is-active .mk-css-icon-menu-line-1 {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: 6px; }

.dashboard-active .mk-css-icon-menu-line-2, .is-active .mk-css-icon-menu-line-2 {
  opacity: 0; }

.dashboard-active .mk-css-icon-menu-line-3, .is-active .mk-css-icon-menu-line-3 {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  top: -6px; }

.nav ul li .mk-nav-arrow:hover {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  opacity: 100;
  opacity: 1; }

.nav ul li .mk-nav-arrow {
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  cursor: pointer;
  -moz-opacity: 70;
  -khtml-opacity: 70;
  opacity: 70;
  opacity: 0.7;
  width: 70px;
  height: 100%;
  line-height: 50px; }

.mk-svg-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  margin-top: 15px; }

.mk-nav-arrow {
  display: none; }

/********************** find studio ****************************/
.studio-section {
  width: 100%;
  float: left;
  margin-top: 40px;
  position: relative; }

.studio-content {
  width: 100%;
  /*min-height:600px;*/
  float: left;
  padding: 25px 30px 25px 30px;
  box-sizing: border-box;
  border: 1px solid #8e8e8e;
  border-top: none;
  position: relative; }

.studio-action {
  width: 100%; }

.gallery-back {
  float: left; }

.gallery-back span {
  padding: 0 0 0 10px;
  position: relative;
  top: 2px; }

.gallery-back a {
  color: #4a4a4a !important;
  opacity: 0.7;
  font-size: 17px;
  text-decoration: none !important; }

.gallery-back a:hover {
  opacity: 1; }

.studio-heading {
  width: 100%;
  float: left; }

.studio-heading h2 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 50px;
  color: #4a4a4a;
  margin: 0;
  /*font-weight:normal;*/
  font-weight: bold; }

.studio-txt {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #4a4a4a;
  text-align: center;
  padding: 20px 0 0 0; }

.zip-section {
  width: 100%;
  float: left;
  /*margin:40px 0 170px 0;*/
  margin: 40px 0 25px 0; }

.zip-form {
  max-width: 450px;
  padding: 20px 20px 10px 20px;
  box-sizing: border-box;
  margin: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1); }

.zip-form input[type="text"] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #b1b1b1;
  text-align: center;
  padding-bottom: 5px;
  font-size: 20px;
  box-sizing: border-box; }

.selected-project {
  /*width:370px;*/
  width: 45%;
  padding: 10px;
  float: left;
  background-color: #ececec;
  box-sizing: border-box; }

.project-img {
  float: left; }

.project-desc {
  width: 60%;
  float: left;
  margin: 6px 5px 0 10px;
  color: #505050; }

.project-desc span {
  font-size: 25px;
  text-transform: uppercase; }

.project-cost {
  float: right;
  color: #6ecf00;
  font-size: 36px;
  line-height: 25px; }

.project-cost p {
  font-size: 11px;
  text-align: center;
  font-weight: bold; }

.project-cost span {
  font-size: 20px;
  position: relative;
  top: -10px; }

.map-zip {
  width: 48%;
  float: left;
  margin-left: 2%; }

.map-zip img {
  width: 100%; }

.zip-form-search {
  width: 45%;
  float: right;
  /*min-height:290px;*/
  margin-right: 2%; }

.date-wrapper {
  width: 100%;
  float: left;
  margin: 40px 0 0 0; }

.date-box {
  /*width:20%;*/
  width: 190px;
  height: 208px;
  float: left;
  position: relative;
  margin-right: 2%; }

.date-box:last-child {
  margin-right: 0px; }

.date-box img {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1; }

.date-content {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 2; }

.day {
  width: 100%;
  float: left;
  font-size: 22px;
  font-weight: bold; }

.date {
  width: 100%;
  float: left;
  font-size: 64px;
  font-weight: normal;
  line-height: 64px; }

.ampm {
  width: 100%;
  float: left;
  /*font-size:16px;*/
  font-size: 18px;
  line-height: 21px;
  font-weight: normal; }

.date-dsc {
  width: 100%;
  float: left;
  padding: 20px 0 0 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal; }

.calander-wrapper {
  width: 100%;
  float: left; }

.calander-wrapper h2 {
  width: 100%;
  float: left;
  text-align: center;
  font-family: "Conv_Futura Condensed Medium", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  margin: 50px 0 15px 0;
  color: #323232; }

.calander-section {
  width: 100%;
  float: left;
  margin-top: 20px; }

.calander-box {
  width: 14.2%;
  /*float:left;*/
  display: inline-block;
  vertical-align: top;
  border: 1px solid #cecece; }

.calander-box h3 {
  width: 100%;
  float: left;
  padding: 6px 0;
  background-color: #474747;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px; }

.calander-tr {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 3px;
  min-height: 97px; }

.calander-tr.grey {
  background-color: #ebebeb; }

.calander-tr.white {
  background-color: #fff; }

.number {
  width: 100%;
  float: left;
  font-weight: bold;
  padding: 3px;
  box-sizing: border-box; }

.calander-block {
  width: 100%;
  float: left;
  padding: 5px 3px;
  border-radius: 3px;
  margin-bottom: 2px;
  font-size: 13px; }

.calander-block.grey-color {
  background-color: #cecece;
  color: #8d8d8d; }

.calander-block.green-color {
  background-color: #c1e786;
  color: #494949; }

.calander-block.yellow-color {
  background-color: #e2dca8;
  color: #494949; }

.number a {
  text-decoration: none; }

.view-more-calander {
  width: 100%;
  float: left;
  text-align: right;
  margin-top: 10px; }

.view-more-calander a {
  color: #404040;
  text-decoration: none; }

.signup-txt {
  width: 100%;
  float: none;
  text-transform: uppercase;
  text-align: center;
  /* font-family: 'Conv_Futura Condensed Medium'; */
  font-family: 'RobotoCondensedRegular';
  font-size: 30px;
  margin: 0px 0 0 0; }

.workshop-section {
  width: 100%;
  float: left;
  margin: 40px 0 0 0; }

.workshop-left {
  width: 60%;
  float: left; }

.workshop-right {
  width: 36%;
  float: right; }

.workshop-datetime {
  width: 100%;
  float: left; }

.workshop-date {
  float: left;
  font-size: 50px;
  line-height: 40px;
  color: #262626;
  text-align: center; }

.workshop-date p {
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  margin-bottom: 5px; }

.workshop-day {
  float: left;
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 0 20px;
  color: #4a4a4a; }

.workshop-day p {
  font-size: 22px; }

.workshop-day p span {
  font-size: 15px; }

.workshop-content {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #4a4a4a;
  margin: 20px 0 0 0;
  /* 	max-height: 360px;
	overflow: auto;
	overflow-x: hidden; */ }

.workshop-content img {
  display: block; }

.workshop-content h1 {
  font-size: 34px; }

.workshop-content h2 {
  font-size: 30px; }

.workshop-content h3 {
  text-align: left !important;
  margin-top: 10px;
  font-size: 22px; }

.workshop-content p {
  text-align: left !important;
  margin-top: 10px;
  font-size: 21px; }

.workshop-license1 {
  width: 100%;
  float: left;
  display: none; }

.workshop-license {
  width: 100%;
  float: left;
  color: #4a4a4a;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  padding: 20px;
  box-sizing: border-box; }

.workshop-license strong {
  color: #020000;
  font-weight: 900;
  -webkit-font-smoothing: antialiased; }

.workshop-map {
  width: 100%;
  float: left;
  margin: 25px 0 0 0;
  height: 325px;
  overflow: hidden; }

.workshop-map img {
  width: 100%; }

.workshop-project {
  width: 100%;
  padding: 10px;
  float: left;
  background-color: #ececec;
  box-sizing: border-box; }

.workshop-img {
  float: left; }

.workshop-desc {
  width: 55%;
  float: left;
  margin: 6px 5px 0 10px;
  color: #505050; }

.workshop-desc span {
  font-size: 25px;
  text-transform: uppercase; }

.workshop-cost {
  float: right;
  /*color:#6ecf00; color:#333333;*/
  color: #4a4a4a;
  font-size: 40px;
  line-height: 25px;
  text-align: center; }

.workshop-cost p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0px;
  font-weight: normal;
  background: transparent !important; }

.personalize-section {
  margin-top: 20px !important;
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  box-sizing: border-box; }

.personalize-section p {
  width: 100%;
  float: left;
  text-align: center;
  background-color: #f4c455; }

.personalize-section p a {
  width: 100%;
  float: left;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  padding: 18px 0;
  text-transform: uppercase; }

.personalize-img {
  width: 100%;
  float: left;
  margin-top: 15px;
  position: relative; }

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

.personalize-img a {
  position: absolute;
  z-index: 999;
  top: 10px;
  left: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 2px 2px 8px #000; }

.personalize-img .fa-pencil {
  font-size: 20px; }

/* pradeep */
.pdf-row {
  float: left;
  width: 100%;
  position: relative; }

.pdf-row label {
  font-size: 18px;
  float: left;
  position: absolute;
  top: 0px;
  z-index: 1;
  left: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  font-weight: normal; }

.personal-detail-form input[type="text"] {
  width: 100%;
  position: relative;
  z-index: 2;
  background: transparent;
  font-size: 18px;
  float: left;
  margin: 0 0 20px 0;
  text-align: center;
  border: none;
  border-bottom: 1px solid #A8A8A8;
  padding: 0 0 5px 0;
  color: #4a4a4a; }

.personal-detail-form input[type="tel"] {
  width: 100%;
  position: relative;
  z-index: 2;
  background: transparent;
  font-size: 18px;
  float: left;
  margin: 0 0 20px 0;
  text-align: center;
  border: none;
  border-bottom: 1px solid #A8A8A8;
  padding: 0 0 5px 0;
  color: #4a4a4a; }

.pdf-row label span {
  color: red; }

.zip-form input[type="text"] {
  position: relative;
  z-index: 2;
  background: transparent; }

.zip-form .pdf-row {
  float: none; }

.floating-label {
  top: -17px !important;
  font-size: 11px !important;
  transition: 0.2s ease all !important;
  -moz-transition: 0.2s ease all !important;
  -webkit-transition: 0.2s ease all !important;
  -ms-transition: 0.2s ease all !important;
  -o-transition: 0.2s ease all !important; }

/********************** Event ****************************/
.event-right {
  float: left;
  width: 100%; }

.ev-project-add {
  float: left;
  width: 100%; }

.ev-project-add h3 {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a; }

.ev-project-box {
  float: left;
  margin-top: 19px;
  width: 100%;
  background-color: #fff;
  padding: 14px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15); }

.ev-project-inner {
  float: left;
  width: 100%;
  padding: 5px 5px;
  border-radius: 2px;
  /*background-color:#f4c455;*/
  background: #f4c455;
  color: #2e2e2e;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out; }

.ev-project-inner:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer; }

.evp-left {
  float: left;
  /*width:59%; width:79%;*/
  width: 72%;
  font-size: 22px;
  /*color:#333333;*/
  display: table;
  height: 65px;
  min-height: 65px; }

.evp-left h5 {
  display: table-cell;
  vertical-align: middle; }

.evp-right {
  float: right;
  line-height: 27px;
  text-align: right;
  font-size: 14px;
  /*color:#333333;*/
  font-size: 48px; }

.evp-right p {
  text-align: center;
  letter-spacing: 2px;
  font-size: 14px; }

.evp-right span {
  font-size: 20px;
  position: relative;
  top: -20px; }

#gap {
  margin-top: 30px; }

.event-tab ul li {
  width: 33%; }

.ev-gallery-box {
  float: left;
  width: 100%;
  margin-top: 30px; }

.ev-gallery-box ul {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px; }

.ev-gallery-box ul li {
  float: left;
  width: 49%;
  margin-bottom: 7px;
  position: relative; }

.ev-gallery-box ul li .mob-view-ico {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  display: none; }

.ev-gallery-box ul li .mob-view-ico a {
  border: none;
  padding: 0px; }

.ev-gallery-box ul li:nth-child(odd) {
  margin-right: 2%; }

/* .ev-gallery-box ul li:first-child{margin-right:2%;} */
.ev-gallery-box ul li img {
  float: left;
  width: 100%; }

.ev-gallery-box a.vmore {
  float: left;
  width: 100%;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  color: #4a4a4a;
  border-radius: 2px;
  border: solid 2px #e2e2e2;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out; }

.ev-gallery-box a.vmore:hover {
  background-color: #f5f5f5; }

.ev-project-add-1 {
  float: left;
  width: 100%; }

.ev-project-add-1 h3 {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a; }

.evp-outer {
  float: left;
  margin-top: 19px;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15); }

.evp-row-1 {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.evpr1-left {
  float: left;
  padding: 12px 0px;
  margin-right: 5px;
  font-size: 22px; }

.evpr1-right {
  float: right;
  font-size: 45px;
  line-height: 28px;
  position: relative; }

.evpr1-right p {
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px; }

.evpr1-right span {
  font-size: 20px;
  position: relative;
  top: -15px; }

.evp-row-2 {
  float: left;
  margin-top: 13px;
  width: 100%;
  padding: 2px 10px;
  background-color: #ececec; }

.evpr2-left {
  float: left;
  margin-right: 5px;
  font-size: 20px;
  padding: 11px 0px; }

.evpr2-right {
  float: right;
  font-size: 36px;
  color: #6fcf00; }

.evpr2-right span {
  font-size: 20px;
  position: relative;
  top: -11px; }

.evp-row-3 {
  float: left;
  width: 100%;
  margin-top: 20px; }

.evp-row-3 a {
  float: left;
  width: 100%;
  background-color: #f4c455;
  padding: 19px 0px;
  color: #333333;
  border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none; }

#grey {
  background-color: rgba(236, 236, 236, 0.5); }

#grey .evp-left {
  color: #4a4a4a;
  opacity: 0.5; }

#grey .evp-right {
  color: #4a4a4a;
  opacity: 0.5; }

.grey ul li {
  background-image: url(../images/plus-circle-grey.svg);
  background-repeat: no-repeat;
  background-position: left center; }

.grey ul li a {
  color: #4a4a4a;
  opacity: 0.5; }

.event-effect {
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
  float: left;
  width: 100%;
  margin-top: 20px;
  /*padding-bottom:30px;*/
  padding-bottom: 15px; }

.event-effect .tab_content {
  padding: 0px 1%; }

.header-add-box {
  float: left;
  width: 100%;
  margin-top: 35px; }

.hab-1 {
  float: left;
  width: 33%;
  padding: 10px 8px;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15); }

.hab-left {
  float: left;
  margin-right: 5px;
  font-size: 24px;
  color: #4a4a4a; }

.hab-left span {
  font-size: 20px; }

.hab-right {
  float: right;
  color: #7ed321;
  font-size: 48px;
  line-height: 28px; }

.hab-right p {
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px; }

.hab-right span {
  font-size: 20px;
  position: relative;
  top: -18px; }

.hab-control {
  float: left;
  margin-top: 5px;
  width: 100%;
  background-color: #f5f5f5;
  border: 2px solid #cccccc;
  border-radius: 18px;
  height: 40px; }

.hab-control ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }

.hab-control ul li {
  display: inline-block;
  font-size: 20px;
  color: #4a4a4a;
  padding: 4px 0px;
  float: left;
  text-decoration: none;
  width: 50%;
  text-align: center;
  height: 36px; }

.hab-control ul li.active {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  background-color: #4a4a4a;
  color: #fff !important;
  border-radius: 18px; }

.hab-2, .hab-3 {
  float: left;
  display: inline-block;
  margin-left: 2%;
  padding: 43px 0px; }

.hab-2 .bring-friend, .hab-3 .bring-friend {
  margin-top: 0px; }

.hab-2 .bring-friend ul, .hab-3 .bring-friend ul {
  margin: 0px; }

.ps-module-middle-section {
  margin: auto;
  width: 40%; }

.event-ps-module {
  float: left;
  width: 100%;
  border: 1px solid #8e8e8e;
  padding: 20px;
  background-color: #fff;
  margin-top: 40px; }

.doller-sign {
  font-size: 20px;
  position: relative;
  top: -10px; }

.doller-amount {
  font-size: 36px; }

.event-ps-module .bring-friend ul {
  margin: 0px; }

.event-ps-module .bring-friend ul li a {
  text-align: right;
  float: right; }

.event-ps-module .bring-friend ul li {
  background-position: right center;
  margin-top: 10px;
  padding-left: 0px;
  padding-right: 47px; }

.event-ps-module .bring-friend ul li:first-child {
  margin-top: 0px; }

.visible {
  display: none; }

.bring-friend-hidden {
  float: left;
  width: 100%;
  font-size: 16px;
  text-align: center;
  margin-top: 15px; }

.bring-friend-hidden p {
  text-align: center; }

.evp-out {
  float: left;
  width: 100%;
  position: relative; }

/* pradeep */
/*input, select, button, textarea {-webkit-appearance: none; -moz-appearance:none; appearance:none;}*/
input:focus, select:focus, button:focus, textarea:focus {
  outline: none; }

.hide-desktop {
  display: none; }

.total {
  float: right; }

.total .workshop-cost {
  font-size: 50px;
  line-height: 30px;
  position: relative;
  top: -7px; }

.choose-project {
  width: 100%;
  float: left;
  font-size: 18px;
  margin: 20px 0 0 0;
  color: #4a4a4a; }

.choose-project span {
  font-size: 35px;
  /*text-transform:uppercase;*/
  text-transform: capitalize;
  line-height: 35px; }

.choose-project-img {
  width: 100%;
  float: left;
  position: relative;
  margin: 6px 0 0 0; }

.choose-project-img img {
  width: 100%;
  height: auto; }

.choose-project-img a {
  position: absolute;
  z-index: 999;
  top: 10px;
  left: 10px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-shadow: 2px 2px 8px #000;
  background-image: url(../images/edit-project.png);
  background-repeat: no-repeat;
  padding-left: 32px;
  padding-top: 2px; }

.choose-project-img .fa-pencil {
  font-size: 20px; }

.bg-transperent {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 11; }

.review-cost {
  width: 100%;
  float: left;
  position: relative;
  margin: 20px 0 0 0; }

.review-cost .choose-project {
  color: #fff;
  position: relative;
  z-index: 20;
  margin: 0px 0 0 0;
  padding: 5px 5px 13px 5px;
  box-sizing: border-box; }

.review-cost .workshop-cost {
  color: #fff; }

.review-cost .costfor-user {
  top: 0; }

.review-cost .choose-project span {
  /*position:relative; top:5px;*/ }

.user-info {
  width: 100%;
  float: left;
  font-size: 16px;
  border: 2px solid #4E4E4E;
  border-top: none;
  padding: 10px;
  box-sizing: border-box;
  color: #4a4a4a;
  position: relative; }

.user-info span {
  font-size: 25px; }

.user-info span.uinfo3 {
  margin-right: 15px; }

.user-info span.uinfo4 {
  margin-right: 40px; }

.user-edit {
  position: absolute;
  bottom: 14px;
  right: 8px; }

.user-edit img {
  width: 28px;
  height: auto; }

.user-edit .fa-pencil {
  color: #4a4a4a;
  font-size: 26px; }

.add-gift-link {
  width: 100%;
  float: left; }

.add-gift-link ul {
  list-style: none;
  padding-left: 0px;
  margin: 0;
  padding: 0; }

.add-gift-link ul li {
  float: left;
  padding-left: 47px;
  margin-top: 20px;
  width: 100%;
  background-image: url(../images/plus-circle.svg);
  background-repeat: no-repeat;
  background-position: left center; }

.add-gift-link a {
  color: #6ECD00;
  font-size: 35px;
  text-decoration: none; }

.cost-aftercoupon {
  width: 100%;
  float: left;
  margin: 20px 0 20px 0;
  padding-left: 50px;
  box-sizing: border-box; }

.old-cost {
  color: #666666;
  font-size: 35px;
  float: left; }

.old-cost span {
  font-size: 28px; }

.costtxt {
  font-size: 11px;
  text-align: center;
  font-weight: bold; }

.coupon-user {
  float: left;
  position: relative;
  top: -7px;
  margin-left: 15px; }

.coupon-cost {
  float: left;
  color: #6ecf00;
  font-size: 36px;
  line-height: 25px; }

.coupon-user span {
  top: -14px;
  font-size: 18px;
  position: relative; }

.promo-box {
  width: 100%;
  float: left;
  color: #4a4a4a;
  font-size: 30px;
  margin-top: 20px;
  position: relative;
  border: 2px solid #4E4E4E;
  padding: 10px 40px 5px 10px;
  box-sizing: border-box;
  line-height: 24px; }

.promo-box span {
  font-size: 20px;
  position: relative;
  top: -4px; }

.promo-box .coupon {
  font-size: 16px; }

.promo-box a {
  position: absolute;
  bottom: 14px;
  right: 8px; }

.promo-box a img {
  width: 28px;
  height: auto;
  margin-top: .5em; }

.promo-box .fa-pencil {
  color: #4a4a4a;
  font-size: 26px; }

.less-amount {
  font-size: 14px; }

.total-cost {
  color: #4a4a4a;
  /*color:#6ecf00;*/
  font-size: 55px;
  line-height: 31px; }

.total-cost p {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0px; }

.total-cost span {
  font-size: 22px;
  position: relative;
  top: -26px;
  left: 12px; }

.input-left {
  width: 47% !important;
  float: left !important; }

.input-right {
  width: 47% !important;
  float: right !important; }

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
  ::i-block-chrome, .checkout-form select {
    height: 47px;
    line-height: 44px; } }

/** } ********* WTF ********/
/*ooo 8       o           o           o    o
  8   8                               8    8
  8   8oPYo. o8 .oPYo.   o8 .oPYo.   o8oooo8 o    o .oPYo. .oPYo.
  8   8    8  8 Yb..      8 Yb..      8    8 8    8 8    8 8oooo8
  8   8    8  8   'Yb.    8   'Yb.    8    8 8    8 8    8 8.
  8   8    8  8 `YooP'    8 `YooP'    8    8 `YooP' `YooP8 `Yooo'
::..::..:::..:..:.....::::..:.....::::..:::..:.....::....8 :.....:
::::::::::::::::::::::::::::::::::::::::::::::::::::::ooP'.:::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::...:::::::*/
.checkou_content {
  display: none; }

.slash-line {
  width: 100%;
  height: 11px;
  float: left;
  background-image: url(../images/hr-line.jpg);
  background-repeat: no-repeat;
  margin: 30px 0;
  background-size: 100%; }

.payment-successful {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #6ECD00;
  font-weight: normal;
  text-align: center;
  margin: 0 0 3px 0; }

.payment-successful span {
  position: relative;
  top: -12px; }

.payment-content {
  width: 100%;
  float: left;
  font-size: 20px;
  line-height: 35px;
  text-align: center; }

.payment-content a {
  color: #2e2e2e;
  text-decoration: none; }

.payment-content a:hover {
  color: #2e2e2e;
  text-decoration: underline; }

.payment-content span {
  font-size: 24px; }

.bookingid {
  width: 100%;
  float: left;
  font-size: 24px;
  text-transform: uppercase;
  margin: 30px 0 15px 0;
  padding: 0 0 0 9%;
  box-sizing: border-box; }

.booking-detail {
  width: 100%;
  float: left;
  padding: 0 9%;
  box-sizing: border-box; }

.booking-detail .personal-day {
  width: 70%;
  font-size: 27px; }

.sendemail {
  float: right; }

.sendemail a {
  font-size: 36px;
  font-weight: bold;
  border-radius: 100%;
  background: #a1a1a1;
  color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
  width: 70px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  display: table-cell; }

.social-media {
  width: 100%;
  float: left;
  margin: 20px 0 0 0; }

.social-media img {
  width: 47%;
  height: auto; }

.social-media a {
  margin-right: 4.5%; }

.social-media a:last-child {
  margin-right: 0px; }

.project-selected-section {
  width: 100%;
  float: left;
  /*margin-top:40px;*/
  margin-top: 25px; }

.project-selected1 {
  width: 32%;
  /*float:left;*/
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 1%;
  vertical-align: top; }

.project-selected1 .costfor-register {
  margin-top: 0px; }

.project-selected1 .costfor-register .choose-project {
  min-height: 82px; }

.project-selected1 .costfor-user {
  /*top:-25px;*/ }

.project-selected1 .costfor-user .workshop-cost {
  font-size: 47px;
  line-height: 27px; }

.project-selected1 .costfor-user .workshop-cost span {
  font-size: 18px;
  top: -18px; }

.project-selected1 .choose-project span {
  font-size: 31px; }

.project-selected2 {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  /*float:left;*/
  /*margin-left:2%;*/
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1); }

.project-selected2 .choose-project {
  margin-top: 0px; }

.guest-choosed-project {
  float: left;
  font-size: 18px; }

.guest-choosed-project span {
  font-size: 31px;
  text-transform: uppercase;
  line-height: 34px; }

.bring-friend-selected {
  float: left;
  margin: 25px 0 0 2%; }

.bring-friend-selected a {
  color: #6ECD00;
  font-size: 24px;
  text-decoration: none; }

.bring-friend-selected span {
  position: relative;
  top: -10px; }

/********************** Event ****************************/
.event-right {
  float: left;
  width: 100%; }

.ev-project-add {
  float: left;
  width: 100%; }

.ev-project-add h3 {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a; }

.ev-project-box {
  float: left;
  margin-top: 19px;
  width: 100%;
  background-color: #fff;
  padding: 14px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15); }

.ev-project-inner {
  float: left;
  width: 100%;
  padding: 5px 5px;
  background-color: #f4c455;
  border-radius: 2px; }

.evp-left {
  float: left;
  /*width:79%;*/
  font-size: 22px;
  /*color:#333333;*/ }

.evp-right {
  float: right;
  line-height: 27px;
  text-align: right;
  font-size: 14px;
  /*color:#333333;*/
  font-size: 48px; }

.evp-right p {
  text-align: center;
  letter-spacing: 2px;
  font-size: 14px; }

.evp-right span {
  font-size: 20px;
  position: relative;
  top: -20px; }

#gap {
  margin-top: 30px; }

.event-tab ul li {
  width: 33%; }

.ev-gallery-box ul {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px; }

.ev-gallery-box ul li {
  float: left;
  width: 49%;
  margin-bottom: 7px; }

.ev-gallery-box ul li:nth-child(odd) {
  margin-right: 2%; }

/* .ev-gallery-box ul li:first-child{margin-right:2%;} */
.ev-gallery-box ul li img {
  float: left;
  width: 100%; }

/*.ev-gallery-box a{float:left; width:100%; text-decoration:none; font-weight:bold; padding:12px 0px; text-align:center; text-transform:uppercase; font-size:18px; color:#4a4a4a; border-radius: 2px; border: solid 1px #bbbbbb;}*/
.ev-project-add-1 {
  float: left;
  width: 100%; }

.ev-project-add-1 h3 {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a; }

.evp-outer {
  float: left;
  margin-top: 19px;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15); }

.evp-row-1 {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.evpr1-left {
  float: left;
  padding: 12px 0px;
  margin-right: 5px;
  font-size: 22px; }

.evpr1-right {
  float: right;
  font-size: 45px;
  line-height: 28px;
  position: relative; }

.evpr1-right p {
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px; }

.evpr1-right span {
  font-size: 20px;
  position: relative;
  top: -15px; }

.evp-row-2 {
  float: left;
  margin-top: 13px;
  width: 100%;
  padding: 2px 10px;
  background-color: #ececec; }

.evpr2-left {
  float: left;
  margin-right: 5px;
  font-size: 20px;
  padding: 11px 0px; }

.evpr2-right {
  float: right;
  font-size: 36px;
  color: #6fcf00; }

.evpr2-right span {
  font-size: 20px;
  position: relative;
  top: -11px; }

.evp-row-3 {
  float: left;
  width: 100%;
  margin-top: 20px; }

.evp-row-3 a {
  float: left;
  width: 100%;
  background-color: #f4c455;
  padding: 19px 0px;
  color: #333333;
  border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none; }

#grey {
  background-color: rgba(236, 236, 236, 0.5); }

#grey .evp-left {
  color: #4a4a4a;
  opacity: 0.5; }

#grey .evp-right {
  color: #4a4a4a;
  opacity: 0.5; }

.grey ul li {
  background-image: url(../images/plus-circle-grey.svg);
  background-repeat: no-repeat;
  background-position: left center; }

.grey ul li a {
  color: #4a4a4a;
  opacity: 0.5; }

.event-effect {
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
  float: left;
  width: 100%;
  margin-top: 30px;
  /*padding-bottom:30px;*/
  padding-bottom: 15px; }

.event-effect .tab_content {
  padding: 0px 1%; }

.header-add-box {
  float: left;
  width: 100%;
  margin-top: 35px; }

.hab-1 {
  float: left;
  width: 33%;
  padding: 10px 8px;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15); }

.hab-left {
  float: left;
  margin-right: 5px;
  font-size: 24px;
  color: #4a4a4a; }

.hab-left span {
  font-size: 20px; }

.hab-right {
  float: right;
  color: #7ed321;
  font-size: 48px;
  line-height: 28px; }

.hab-right p {
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px; }

.hab-right span {
  font-size: 20px;
  position: relative;
  top: -18px; }

.hab-control {
  float: left;
  margin-top: 5px;
  width: 100%;
  background-color: #f5f5f5;
  border: 2px solid #cccccc;
  border-radius: 18px;
  height: 40px; }

.hab-control a {
  font-size: 20px;
  color: #4a4a4a;
  padding: 4px 0px;
  float: left;
  text-decoration: none;
  width: 50%;
  text-align: center;
  height: 36px; }

.add-active {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  background-color: #4a4a4a;
  color: #fff !important;
  border-radius: 18px; }

.hab-2, .hab-3 {
  float: left;
  display: inline-block;
  margin-left: 2%;
  padding: 43px 0px; }

.hab-2 .bring-friend, .hab-3 .bring-friend {
  margin-top: 0px; }

.hab-2 .bring-friend ul, .hab-3 .bring-friend ul {
  margin: 0px; }

.ps-module-middle-section {
  margin: auto;
  width: 40%; }

.event-ps-module {
  float: left;
  width: 100%;
  border: 1px solid #8e8e8e;
  padding: 20px;
  background-color: #fff;
  margin-top: 40px; }

.doller-sign {
  font-size: 20px;
  position: relative;
  top: -10px; }

.doller-amount {
  font-size: 36px; }

.event-ps-module .bring-friend ul {
  margin: 0px; }

.event-ps-module .bring-friend ul li a {
  text-align: right;
  float: right; }

.event-ps-module .bring-friend ul li {
  background-position: right center;
  margin-top: 10px;
  padding-left: 0px;
  padding-right: 47px; }

.event-ps-module .bring-friend ul li:first-child {
  margin-top: 0px; }

.lft-arr {
  display: none; }

.rigt-arr {
  display: none; }

.lst-arr {
  display: none; }

.fst-arr {
  display: none; }

.prv-arr {
  display: none; }

.calendar-mob {
  width: 100%;
  float: left;
  display: none;
  position: relative; }

.pop-mob {
  display: none; }

.mob-data {
  display: none; }

.mob-hidden {
  display: none; }

.choose-project-mobile {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding-right: 56px; }

.cpm-overlay {
  float: left;
  width: 100%;
  position: relative; }

.choose-project-mobile .choose-project {
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 20px;
  margin: 0px; }

.choose-project-mobile .choose-project span {
  color: #fff; }

.choose-project-mobile .add-friend-mob {
  padding: 6px 0px; }

.choose-project-mobile .costfor-user span {
  color: #6ecf00; }

/************ new added css ***********/
.calander-days {
  width: 100%;
  float: left; }

.calander-days h3 {
  width: 14.2%;
  float: left;
  padding: 6px 0;
  background-color: #474747;
  text-align: center;
  color: #fff;
  text-transform: uppercase; }

.calander-days-listing {
  width: 100%;
  float: left; }

.calander-days-listing ul {
  margin: 0;
  padding: 0;
  list-style: nont; }

.calander-days-listing ul li {
  width: 14.2%;
  float: left;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #cecece; }

.calander-tr a {
  width: 100%;
  float: left; }

.number a {
  display: inline;
  float: none;
  width: auto; }

.tooltip {
  width: 100%;
  position: relative; }

.tooltiptext {
  width: 322px;
  visibility: hidden;
  background-color: #fff;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  /*bottom: 150%;*/
  bottom: 37px;
  left: 50%;
  margin-left: -166px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1); }

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: white transparent transparent transparent; }

.tooltip:hover .tooltiptext {
  visibility: visible; }

.tooltiptopicevent {
  width: 320px !important;
  background-color: #fff;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  /*bottom: 150%;*/
  left: 50%;
  margin-left: -166px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1); }

.tooltip-day {
  float: left;
  width: 70%;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 0 8px;
  box-sizing: border-box;
  color: #4a4a4a; }

.tooltip-day span {
  font-size: 14px; }

.tooltip-day p {
  font-size: 24px; }

.tooltip-day p span {
  font-size: 15px; }

.tooltip-img {
  width: 25%;
  float: left; }

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

/*************** New changes ****************/
.select_any {
  display: none; }

.stnd_project {
  width: 33%;
  float: left;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1); }

.stnd_project .choose-project {
  margin-top: 0px; }

.stnd_project .guest-choosed-project span {
  font-size: 32px;
  line-height: 70px;
  text-transform: none; }

.lwr {
  text-transform: none !important; }

.choosepro-wrapper {
  width: 100%;
  float: left;
  margin-top: 20px;
  padding: 15px 15px 15px 15px;
  box-sizing: border-box;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1); }

.choosepro-wrapper .choose-project {
  margin-top: -6px; }

.leftsec {
  /*width:80%;*/
  width: 84%;
  float: left; }

.choosepro-wrapper .choose-project .costfor-user {
  top: -1px;
  /*top:10px;*/ }

.rv-cost {
  width: 100%;
  float: left; }

.selpro-left {
  width: 68%;
  float: left; }

.proname-left {
  /*width: 68%;width:79%;*/
  width: 71%;
  float: left; }

.stdo-listing-section {
  width: 100%;
  max-height: 320px;
  float: left;
  overflow: auto;
  overflow-x: hidden;
  margin-top: 20px; }

.studio-listing {
  width: 100%;
  float: left;
  margin: 0 0 12px 0;
  border-bottom: 1px solid #999;
  padding-bottom: 12px; }

.studio-listing h2 {
  width: 100%;
  float: left;
  font-size: 16px;
  margin-bottom: 6px; }

.studio-listing h2 a {
  color: #6ECD00; }

.stdo-addr {
  width: 100%;
  float: left;
  font-size: 16px; }

.total-payment {
  width: 100%;
  float: left;
  margin: 15px 0 0 0; }

.tpament-txt {
  float: left;
  font-size: 24px;
  text-transform: uppercase;
  padding: 15px 0 0 0; }

.ptotal {
  float: right; }

.ptotal .pworkshop-cost {
  font-size: 50px;
  line-height: 30px;
  color: #6ecf00; }

.pworkshop-cost p {
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  background: transparent !important; }

.pworkshop-cost span {
  font-size: 20px;
  position: relative;
  top: -17px; }

.project-mod-mob {
  display: none; }

.checkout_content {
  display: none; }

.map_wrapper {
  height: 400px;
  overflow: hidden; }

#map_canvas {
  width: 100% !important;
  height: 100% !important; }

.tax {
  font-size: 22px !important;
  margin-top: 5px !important; }

.tax span {
  top: -6px !important;
  position: relative !important;
  font-size: 15px !important; }

.promoc {
  font-size: 22px !important; }

.promoc span {
  top: -6px !important;
  position: relative !important;
  font-size: 15px !important; }

.lakesight-second-head {
  float: left;
  width: 100%; }

.lakesight-second-head h2 {
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  color: #404040;
  font-family: "Conv_Futura Condensed Medium", sans-serif;
  font-weight: normal;
  /*margin-bottom:20px;*/
  margin-bottom: 24px; }

.slash-line-top {
  width: 100%;
  height: 11px;
  float: left;
  background-image: url(../images/hr-line.jpg);
  background-repeat: no-repeat;
  margin: 10px 0;
  margin-top: 0px;
  background-size: 100%; }

.slash-line-bottom {
  width: 100%;
  height: 11px;
  background-image: url(../images/hr-line.jpg);
  background-repeat: no-repeat;
  margin: 0 0;
  margin-bottom: 0px;
  background-size: 100%; }

.calender-view-box {
  float: left;
  width: 100%; }

.calender-view-box img {
  width: 100%; }

.thissection-img {
  border: 6px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px; }

.thissection-img img {
  width: 100%; }

.section-content-box {
  float: left;
  width: 100%; }

.section-content-box p {
  font-size: 16px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  color: #6d6d6d;
  font-family: "droid_sansregular", sans-serif;
  line-height: 1.66em; }

.centerTextBox {
  float: left;
  width: 100%;
  text-align: center;
  color: #020000;
  font-weight: bold;
  font-size: 18px; }

.centerTextBox a {
  text-decoration: none;
  /*color:#020000;*/
  color: #2e2e2e; }

.centerTextBox a:hover {
  /*color:#8e0709;*/
  color: #2e2e2e;
  text-decoration: underline; }

.SectionCenterHeading {
  float: left;
  width: 100%;
  margin-top: 40px; }

.SectionCenterHeading h3 {
  font-size: 31px; }

.meet-board-section-box {
  float: left;
  position: relative;
  width: 100%;
  padding: 80px 0px;
  /* background:#000 url(../images/wood-background2.png); */
  background-attachment: scroll;
  /*background-repeat:no-repeat;*/
  background-size: cover; }

.fc-view-container {
  background-color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif; }

.fc-body {
  font-size: 14px !important; }

.fc-basic-view .fc-day-number {
  color: #222 !important;
  font-weight: bold !important;
  font-size: 12px !important; }

/* Private event popup start */
.prvevent-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  top: 0;
  z-index: 999; }

.pop_up_overlay .dpg-pad {
  padding-top: 4%;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  z-index: 1001; }

.prvevent-wrapper {
  width: 840px;
  /*height:340px; min-height:340px;*/
  padding: 20px 0px;
  margin: auto;
  border-radius: 5px;
  position: absolute;
  top: 28px;
  /*top:130px;*/
  margin-left: -420px;
  left: 50%; }

.prvevent-wrapper h2 {
  width: 100%;
  float: left;
  font-family: "lakesightregular", serif;
  font-size: 60px;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: center; }

.prvevent-wrapper h3 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Conv_Futura Condensed Medium", sans-serif; }

.prvevent-wrapper p {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
  padding: 0 15%;
  box-sizing: border-box;
  font-size: 23px;
  text-align: center; }

.prvevent-form {
  width: 100%;
  float: left;
  margin-top: 50px;
  padding: 0 20%;
  box-sizing: border-box; }

.prvevent-form h4 {
  width: 100%;
  float: left;
  font-family: "lakesightregular", serif;
  font-size: 36px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px; }

.prvevent-form form p {
  margin-top: 0px; }

.prvevent-form input[type="text"] {
  position: relative;
  z-index: 2;
  background: transparent;
  width: 100%;
  border: none;
  border-bottom: 2px solid #b1b1b1;
  text-align: center;
  padding-bottom: 5px;
  font-size: 20px; }

/*.prvevent-form input[type="submit"]{ border-radius:50px; background-color:#f4c455; font-size:18px; border:none; padding:7px 15px; margin-top:40px;}*/
.prvevent-form button {
  border-radius: 50px;
  font-size: 16px !important;
  border: none;
  padding: 7px 20px;
  margin-top: 40px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold !important;
  background: #f4c455;
  color: #2e2e2e;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out; }

.prvevent-form button:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  font-size: 17px !important;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.8); }

.prvevent-form .fa-angle-right {
  font-size: 21px;
  font-weight: bold; }

/* Private event popup end */
.booking-total-complete {
  width: 100%;
  float: left;
  margin-bottom: 20px; }

.booking-total-complete p {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center; }

.totalcharge {
  color: #4a4a4a;
  font-size: 14px; }

.totalamt {
  font-size: 75px;
  /*color:#6fcf00;*/
  color: #4a4a4a;
  line-height: 40px; }

.totalamt span.dolr {
  position: relative;
  top: -37px;
  font-size: 30px; }

.totalamt span.decml {
  position: relative;
  top: -27px;
  font-size: 37px; }

.inctax {
  font-size: 18px;
  color: #9b9b9b; }

.rmv-padborder {
  border: none;
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 15px; }

.grey-header {
  width: 100%;
  float: left;
  background: #525252;
  /* Old browsers */
  background: -moz-linear-gradient(top, #525252 0%, #666666 26%, #666666 75%, #525252 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #525252 0%, #666666 26%, #666666 75%, #525252 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #525252 0%, #666666 26%, #666666 75%, #525252 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#525252', GradientType=0);
  /* IE6-9 */ }

.grey-header-mid {
  max-width: 1100px;
  margin: auto; }

.tkmrg {
  margin-top: 40px; }

/******* Event closed ********/
.upcoming-evt {
  float: left;
  margin-top: 19px;
  width: 100%;
  background-color: #fff;
  padding: 10px 15px 20px 15px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box; }

.upcoming-evt h2 {
  width: 100%;
  float: left;
  font-family: "lakesightregular", serif;
  font-size: 34px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px; }

.upcoming-evt-box {
  width: 100%;
  float: left; }

.upevt-box {
  width: 48.5%;
  /*width:190px;*/
  min-height: 164px;
  float: left;
  position: relative;
  margin-right: 3%;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  /*background-size:190px;*/
  background-size: 100% 100%;
  background-position: center top; }

.upevt-box:hover {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.3); }

.upevt-box:nth-child(even) {
  margin-right: 0px; }

.upevt-overlay {
  width: 100%;
  height: 100%;
  /*background-color:rgb(0, 0, 0, .6);*/
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  z-index: 1; }

.upevt-content {
  width: 100%;
  float: left;
  color: #fff;
  text-align: center;
  padding: 10px 5px 5px 5px;
  box-sizing: border-box;
  position: relative;
  z-index: 2; }

.upevt-day {
  width: 100%;
  float: left;
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
  text-rendering: optimizeLegibility !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.upevt-date {
  width: 100%;
  float: left;
  font-size: 64px;
  font-weight: normal;
  line-height: 54px;
  text-rendering: optimizeLegibility !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.upevt-ampm {
  width: 100%;
  float: left;
  font-size: 17px;
  line-height: 19px;
  padding-top: 2px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.upevt-date-dsc {
  width: 100%;
  height: 57px;
  font-weight: normal;
  overflow: hidden;
  float: left;
  font-size: 14px;
  line-height: 17px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  display: table; }

.upevt-date-dsc-mid {
  display: table-cell;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.upevt-date-dsc-mobile {
  display: none;
  text-rendering: optimizeLegibility !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.view-calander {
  width: 100%;
  font-size: 18px;
  float: left;
  text-transform: uppercase;
  font-family: "droid_sansregular", sans-serif;
  border: none;
  padding-top: 19px;
  padding-bottom: 19px;
  text-align: center;
  font-weight: bold;
  white-space: pre-wrap;
  background: #f4c455;
  color: #2e2e2e;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  text-decoration: none;
  line-height: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-style: normal; }

.view-calander:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer; }

.event-close .workshop-date {
  color: #d0021b; }

.event-close .workshop-day {
  color: #d0021b; }

.reg-closed {
  width: 100%;
  float: left;
  color: #d0021b;
  font-size: 40px;
  font-weight: normal;
  font-family: "lakesightregular", serif; }

.upevt-head h3 {
  font-size: 19px; }

/******* Event closed ********/
.fc-center h2 {
  font-size: 28px;
  text-rendering: optimizeLegibility !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.mk-quick-contact-wrapper {
  position: fixed;
  right: 10px;
  bottom: 15px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  transition: all 0.2s ease-in-out; }

#mce-success-response {
  color: #d2d2d2;
  margin-top: 5px; }

#mce-error-response {
  color: #d2d2d2;
  margin-top: 5px; }

#mce-error-response a {
  color: #d2d2d2;
  text-decoration: none; }

#mce-error-response a:hover {
  color: #fff; }

.font-normal {
  font-weight: normal; }

.left-to-right {
  -webkit-animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1; }

/* Left to Right animation */
@-webkit-keyframes mk_left_to_right {
  0% {
    -webkit-transform: translate(-15%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1; } }

@keyframes mk_left_to_right {
  0% {
    -webkit-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

/********** studio contact popup start ***********/
.msgbtn {
  position: fixed;
  right: 80px;
  bottom: 20px;
  z-index: 9999;
  color: #999;
  background-color: rgba(31, 31, 31, 0.2);
  border: 1px solid transparent;
  padding: 13px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  float: right;
  /*width:20px; height:20px;*/ }

.mkactive {
  background-color: #868686 !important; }

.msgbtn:hover {
  background-color: #868686;
  border: 1px solid #999;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s; }

/*.msgbtn:hover svg {fill: currentColor; color: #999;}*/
.quick-contact-anim {
  /*-webkit-animation: contact_scale_up, 0.2s, 0, cubic-bezier(0.175, 0.885, 0.345, 1.57);
    animation: contact_scale_up, 0.2s, 0, cubic-bezier(0.175, 0.885, 0.345, 1.57);
        animation-fill-mode: none, none, none, none;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;*/ }

#mk-quick-contact {
  z-index: 100; }

#mk-quick-contact {
  position: absolute;
  right: -13px;
  bottom: 60px;
  display: block;
  padding: 25px 12px;
  background-color: #e8e8e8;
  /*-webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;*/ }

.mk-quick-contact-wrapper .mk-quick-contact-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 13px; }

.mk-quick-contact-wrapper p {
  color: #888888;
  font-size: 16px;
  line-height: 1.66em;
  margin-bottom: 20px; }

.mk-quick-contact-wrapper .mk-contact-form {
  position: relative; }

.mk-contact-form {
  margin: 2px 0 20px; }

textarea, input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="search"] {
  font-size: 13px;
  color: #767676;
  padding: 10px 12px;
  background-color: #fdfdfd;
  border: 1px solid #e3e3e3;
  outline: none;
  margin-bottom: 4px; }

.mk-quick-contact-wrapper {
  width: 288px;
  position: fixed;
  right: 99px;
  bottom: 40px;
  text-align: center;
  display: none;
  z-index: 99999; }

.mk-quick-contact-wrapper .mk-contact-form .text-input, .mk-quick-contact-wrapper .mk-contact-form .textarea {
  padding: 11px;
  width: 240px;
  border: 0;
  margin-bottom: 7px;
  font-size: 14px;
  border: 1px solid transparent;
  background-color: #f7f7f7; }

.mk-quick-contact-wrapper .mk-contact-form .textarea {
  height: 100px;
  margin-bottom: 10px; }

.mk-quick-contact-wrapper .mk-contact-form .btn-cont {
  text-align: center;
  margin-top: 10px; }

.mk-quick-contact-wrapper .mk-contact-form .btn-cont button {
  border: none;
  outline: none;
  font-size: 13px;
  line-height: 13px !important;
  padding: 12px 15px !important;
  text-transform: uppercase;
  vertical-align: top;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  text-decoration: none;
  overflow: visible;
  font-weight: bold;
  left: auto;
  white-space: nowrap;
  display: inline-block;
  background-color: #fff;
  color: #b0b0b0;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-; }

.mk-quick-contact-wrapper .mk-contact-form .btn-cont button:hover {
  background-color: #252525;
  color: #ffffff; }

.mk-progress-button[data-style="move-up"] {
  overflow: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/*a.button, button.button, input.button, #respond input#submit, #review_form_wrapper input[type="submit"], .woocommerce-product-search input[type="submit"], .post-password-form input[type="submit"] {
    margin: 0;
    border: none !important;
    outline: none !important;
    font-size: 13px;
    line-height: 13px !important;
    padding: 12px 15px !important;
    text-transform: uppercase;
    vertical-align: top;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    font-weight: bold;
    left: auto;
    white-space: nowrap;
    display: inline-block;
    background-color: #252525;
    color: #ffffff;
}*/
.contact-form-message {
  padding: 20px 0;
  font-size: 13px;
  color: #cd1313; }

#mk-quick-contact .bottom-arrow {
  position: absolute;
  right: 20px;
  bottom: -4px;
  display: block;
  width: 14px;
  height: 14px;
  border-top: none;
  border-left: none;
  background-color: #e8e8e8;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.mk-progress-button[data-style="move-up"] .mk-progress-button-content {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

.mk-progress-button[data-style="move-up"] .mk-progress-button-content {
  z-index: 10; }

.mk-progress-button .mk-progress-button-content {
  position: relative;
  display: block; }

span.mk-progress-button-content {
  color: #b0b0b0; }

.mk-progress-button[data-style="move-up"] .mk-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mk-progress-button .state-success, .mk-progress-button .state-error {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0; }

.mk-progress-button .state-success svg, .mk-progress-button .state-error svg {
  height: 14px;
  right: 20px; }

span.state-error svg {
  fill: #cd1313; }

/*a.button svg, button.button svg, input.button svg, #respond input#submit svg, #review_form_wrapper input[type="submit"] svg, .woocommerce-product-search input[type="submit"] svg, .post-password-form input[type="submit"] svg {
    fill: #ffffff;
}
.mk-svg-icon {
    fill: currentColor;
}*/
span.state-success svg {
  fill: #659c39; }

.mk-svg-icon {
  width: auto;
  height: auto;
  fill: currentColor; }

.mk-progress-button .mk-progress-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 0;
  transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -webkit-transform-origin: bottom left; }

span.mk-progress-inner {
  background: #b0b0b0; }

.mk-quick-contact-wrapper .mk-contact-form .text-input, .mk-quick-contact-wrapper .mk-contact-form .textarea {
  padding: 11px;
  width: 240px;
  border: 0;
  margin-bottom: 7px;
  font-size: 14px;
  border: 1px solid transparent;
  background-color: #f7f7f7; }

.mk-quick-contact-wrapper .mk-contact-form .text-input:focus, .mk-quick-contact-wrapper .mk-contact-form .textarea:focus {
  background-color: #ffffff;
  color: #666666; }

.mk-contact-form .error {
  border: 1px solid red !important; }

/********** studio contact popup end ***********/
/********** Privacy policy start ***********/
.policyhead {
  color: #000;
  font-size: 60px;
  margin-top: 35px;
  font-weight: normal; }

.policytxt {
  width: 100%;
  float: left;
  margin: 20px 0 0 0; }

.policytxt p {
  margin: 0 0 20px 0;
  width: 100%;
  float: left;
  padding: 0;
  line-height: 1.66em;
  font-size: 16px;
  color: #6d6d6d; }

.policytxt p strong {
  color: #000; }

.policybotm {
  width: 100%;
  float: left;
  margin: 35px 0 0 0;
  border-top: 1px solid #ebebeb; }

.titleX {
  font-weight: normal !important;
  /*font-size: 15px !important;*/
  font-size: 23px !important;
  display: inline !important;
  padding: 0 2px !important; }

/********** 404 start ***********/
.header404 {
  background-color: #fdfdfd;
  border-bottom: 1px solid #ededed; }

.header404 .header-banner {
  background-image: none;
  height: 99px;
  background-color: #fdfdfd;
  border-bottom: 1px solid #ededed; }

.wrapper404 {
  width: 100%;
  float: left;
  margin-top: 50px; }

.not-found-title {
  font-size: 28px;
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  color: #7d7d7d; }

.not-found-subtitle {
  font-size: 20px;
  display: block;
  color: #6c6c6c;
  font-weight: 300;
  padding-bottom: 20px;
  margin-bottom: 10px;
  text-align: center; }

.not-found-searchfor {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  display: inline-block; }

.not-found-searchfor span {
  border: 3px solid #242424;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  color: #262626;
  padding: 18px 25px;
  letter-spacing: 2px; }

.not-found-searchfor a {
  display: inline-block; }

.not-found-searchfor a span {
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out; }

.not-found-searchfor a:hover span {
  background-color: #242424; }

.not-found-searchfor a:hover span {
  color: #fff; }

.tcs {
  width: 1100px !important;
  float: left !important;
  position: relative !important;
  left: 50%;
  margin-left: -550px; }

.upcoming-classes-box-mob {
  display: none; }

.datebox-overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  z-index: 1; }

.mobile-map-wrapper {
  display: none; }

.editProject {
  color: #fff;
  margin-top: 0px !important;
  float: left;
  text-decoration: underline; }

.sizeX {
  font-size: 24px !important;
  top: 0 !important; }

.dmobile {
  display: none; }

.polctxt {
  text-align: center;
  font-style: italic; }

.fc-day-grid-event .fc-content {
  white-space: normal !important; }

.projectsize {
  font-size: 28px !important;
  top: 0 !important; }

.crossIcon {
  cursor: pointer;
  position: absolute !important;
  z-index: 1;
  right: -13px !important;
  top: -13px !important; }

.crossIcon img {
  width: 25px; }

.mob-overlay-tickbtn {
  display: none; }

.view-events {
  width: 100%;
  float: left;
  text-align: center;
  margin: 5px 0 28px 0; }

.view-events a {
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  background: #f4c455;
  font-weight: bold;
  padding: 12px 40px;
  color: #2e2e2e;
  font-size: 21px;
  border: none;
  text-decoration: none;
  font-family: "Conv_Futura Condensed Medium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px; }

.view-events a:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer; }

/**** Component css ****/
.toolicon {
  width: 30px;
  height: 30px;
  padding: 6px;
  box-sizing: border-box;
  border-radius: 50px;
  background-color: #f4c455;
  position: absolute;
  z-index: 999;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  top: 5px;
  left: 5px;
  color: #4a4a4a; }

.toolicon svg {
  width: 18px;
  color: #4a4a4a; }

a.toolstips {
  position: relative;
  display: inline; }
  a.toolstips span {
    position: absolute;
    width: 200px;
    font-size: 16px;
    color: #FFFFFF;
    background: #000000;
    height: auto;
    line-height: 20px;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
    padding: 3px 0 5px 0; }
    a.toolstips span:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 100%;
      margin-top: -8px;
      width: 0;
      height: 0;
      border-left: 8px solid #000000;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent; }
  a.toolstips:hover span {
    visibility: visible;
    opacity: 0.8;
    right: 100%;
    top: 50%;
    margin-top: -5px;
    margin-right: 5px;
    z-index: 99999; }

@-moz-document url-prefix() {
  a:hover.toolstips span {
    margin-top: -15px; } }

.fancybox-outer a.toolstips {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 999999; }
  .fancybox-outer a.toolstips:hover span {
    margin-top: 5px; }

.fancybox-outer .toolicon {
  width: 50px;
  height: 50px;
  padding: 9px; }

.fancybox-outer svg {
  width: 33px; }

.optional-upgrade {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0px 20px;
  box-sizing: border-box;
  font-style: italic; }

.optional-upgrade svg {
  width: 14px; }

/********* personalize page start ************/
.personalize-options {
  width: 100%;
  float: left;
  margin: 15px 0 0 0; }

.single-line-option {
  width: 100%;
  float: left;
  /*margin-bottom:20px;*/ }

.single-line-option label {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  color: #4a4a4a; }

.horizontal-options {
  width: 100%;
  float: left;
  /*margin-bottom:20px;*/ }

.horizontal-options label {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  color: #4a4a4a;
  margin: 0 15px 15px 0; }

.grid-options {
  width: 100%;
  float: left;
  /*margin-bottom:20px;*/ }

.grid-options label {
  display: inline-block;
  width: 48%;
  margin-right: 1%;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  color: #4a4a4a;
  vertical-align: top;
  box-sizing: border-box; }

.grid-options label:nth-child(even) {
  margin-right: 0px; }

.active-option {
  background-image: url("../images/active-option.png");
  background-repeat: no-repeat;
  background-size: 34px 34px;
  background-position: center left;
  padding: 0 0 0 45px; }

.deactive-option {
  background-image: url("../images/active-option.png");
  background-repeat: no-repeat;
  background-size: 34px;
  background-position: center left;
  padding: 0 0 0 45px; }

.chk-container {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.chk-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 33px;
  width: 33px;
  /*background-color:#eee; border:2px solid #343434;*/
  line-height: 29px;
  background-image: url(../images/plus-dark.svg);
  background-repeat: no-repeat;
  background-size: 33px; }

.checkmark:before {
  font-size: 37px;
  position: absolute;
  left: 3px;
  top: -2px; }

.chk-container input:checked ~ .checkmark:before {
  display: none; }

.checkmark:after {
  position: absolute;
  display: none; }

.chk-container input:checked ~ .checkmark:after {
  display: block; }

.chk-container input:checked ~ .checkmark {
  background-image: url(../images/checked.svg);
  height: 33px;
  width: 33px;
  background-repeat: no-repeat;
  background-size: 33px; }

.chk-container .checkmark:after {
  left: 9px;
  top: 4px;
  width: 9px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.disable-ckh {
  color: #979797;
  pointer-events: none; }

.disable-ckh .checkmark {
  border-color: #979797;
  background-image: url(../images/grey-plus.svg);
  height: 33px;
  width: 33px;
  background-repeat: no-repeat;
  background-size: 33px; }

.smcap {
  text-transform: none !important; }

.opt-updr-des {
  width: 100%;
  float: left;
  font-size: 18px;
  text-align: center; }

.single-line-option label small {
  display: inline;
  font-size: 14px;
  color: #8c8c8c;
  line-height: 18px; }

.prc-size {
  font-size: 28px;
  position: relative;
  top: 2px; }

.chk-container sup {
  /*top: -8px;*/
  top: -5px;
  font-size: 19px; }

.chk-upg .chk-container .checkmark:after {
  left: 9px;
  top: 4px;
  width: 9px;
  height: 14px; }

.chk-upg .chk-container sup {
  top: -5px;
  font-size: 19px;
  line-height: 24px;
  vertical-align: super;
  position: static; }

.grid-options label:nth-child(even) .checkmark:before {
  left: 2px;
  top: -2px; }

.compRemo {
  width: 100%;
  float: left;
  position: relative; }

.compRemo .grid-options .chk-container {
  cursor: auto; }

/** Glidejs styles **/
.slider {
  position: relative;
  width: 100%;
  /*height:410px;*/
  height: 574px;
  overflow: hidden;
  list-style: none; }

.slides {
  height: 94%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.slide {
  height: 100%;
  float: left;
  clear: none;
  position: relative; }

.slide img {
  width: 100%;
  position: absolute;
  margin: auto; }

.slider-arrow {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
  /*font-family:'Alegreya Sans','Trebuchet MS',sans-serif;*/
  text-decoration: none;
  font-weight: 900;
  font-size: 3em;
  color: #fff;
  top: auto !important;
  left: auto !important;
  border: 1px solid #fff;
  border-radius: 8px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear; }

.slider-arrow:hover {
  background: #ddd;
  color: #aaa; }

.slider-arrow--right {
  bottom: 45%;
  right: 30px;
  display: none; }

.slider-arrow--left {
  bottom: 45%;
  left: 30px !important;
  display: none; }

.slider-nav {
  position: absolute;
  bottom: 0; }

.slider-nav__item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  background: #7f7f7f;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: static !important; }

.slider-nav__item:hover {
  background: #333; }

.slider-nav__item--current, .slider-nav__item--current:hover {
  background: #333;
  padding-left: 0px !important; }

a.slider-nav__item--current, a.slider-nav__item {
  padding-left: 0px !important; }

/************** fancy box popup start ******************/
.popup-container1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  overflow-y: auto; }

.popup-wrapper {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.popup-head {
  background-color: #AAA;
  padding: 10px; }

.popup-content {
  background-color: #FFF;
  padding: 15px; }

.popup1close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 25px;
  top: 25px;
  background-image: url(../images/close.png);
  background-repeat: no-repeat;
  cursor: pointer; }

.popup-wrapper .slider-nav {
  border-radius: 30px;
  padding: 5px 0;
  /*background-color:#fff;*/ }

.popup-wrapper .slider-arrow--right {
  bottom: 45%;
  right: 30px;
  display: block !important;
  color: transparent;
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  border: none;
  padding: 0;
  border-radius: 0px;
  display: none !important; }

.popup-wrapper .slider-arrow--left {
  bottom: 45%;
  left: 30px !important;
  display: block !important;
  color: transparent;
  background-image: url(../images/prev.png);
  background-repeat: no-repeat;
  border: none;
  padding: 0;
  border-radius: 0px;
  display: none !important; }

.popup-wrapper .slider-arrow--right:hover, .popup-wrapper .slider-arrow--left:hover {
  background-color: transparent; }

.popup-wrapper:hover .slider-arrow--left {
  display: block !important; }

.popup-wrapper:hover .slider-arrow--right {
  display: block !important; }

.popup-wrapper .slider-nav__item {
  background: #aea08f; }

.popup-wrapper .slider-nav__item--current, .slider-nav__item--current:hover {
  background: #3c2e1a; }

.popup-wrapper .slides {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.project-info {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 0 15px 15px 15px; }

.project-info p {
  width: 100%;
  float: left;
  margin-bottom: 10px; }

.project-info p.p-title {
  font-size: 20px; }

.project-info p.p-desc {
  font-size: 18px; }

.project-info p.p-optupgr {
  font-size: 16px;
  text-align: center;
  font-style: italic;
  margin-top: 15px; }

.creatthis {
  width: 100%;
  float: left; }

.creatthis a {
  float: left;
  width: 100%;
  padding: 8px 0px 9px 0px;
  font-size: 19px;
  font-weight: bold;
  background-color: #f4c455;
  border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #333333;
  height: 40px;
  margin-top: 15px;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out; }

.creatthis a:hover {
  background-color: #000;
  color: #fff; }

.popup-wrapper .toolstips {
  position: absolute;
  top: 18px;
  left: 18px; }

.popup-wrapper .toolicon {
  width: 50px;
  height: 50px;
  padding: 9px; }

.popup-wrapper .toolicon svg {
  width: 33px; }

.popup-wrapper a:hover.toolstips span {
  margin-top: 5px; }

/************** fancy box popup end ******************/
/**************** Review page start here ******************/
.optional-upgr {
  width: 100%;
  float: left;
  margin-top: 20px; }

.optional-upgr h3 {
  width: 100%;
  float: left;
  font-size: 26px;
  line-height: 26px;
  background-color: #9b9b9b;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "lakesightregular", serif;
  font-weight: normal; }

.optional-upgr-detail {
  width: 100%;
  float: left;
  border: 2px solid #909090;
  padding: 12px 10px 0px 10px;
  box-sizing: border-box;
  background-color: #ececec; }

.optional-upgr-detail .grid-options {
  margin-bottom: 0px; }

.optional-upgr-detail .chk-container {
  margin-bottom: 13px; }

/*.chk-upg .chk-container{ margin-bottom:20px;}*/
.active-opt h3 {
  background-color: #4a4a4a; }

.active-opt .optional-upgr-detail {
  border: 2px solid #4E4E4E;
  background-color: #fff; }

.active-opt .grid-options {
  /*width:90%;*/ }

.active-opt .grid-options label {
  /*width:100%; margin-right:0px;*/ }

.rmv-chk {
  position: absolute;
  right: 37px;
  height: 80%; }

.rmv-chk img {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  display: none; }

.rmv-chk a {
  width: 30px;
  height: 30px;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: -33px;
  margin: auto;
  position: absolute; }

.rmv-chk a svg {
  width: 30px;
  height: 30px;
  /*border-radius:50px;*/
  /*color: #d8d8d8;  Ric changed this. Sue me.*/
  color: #fbb;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.rmv-chk a svg:hover {
  color: #d02027;
  background: transparent;
  -webkit-filter: drop-shadow(1px 10px 10px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(1px 10px 10px rgba(0, 0, 0, 0.3)); }

.opt-uprdtxt {
  width: 100%;
  float: left;
  text-align: center;
  color: #8c8c8c;
  font-size: 18px;
  margin-top: 3px; }

.optional-upgr .grid-options label:nth-child(even) .checkmark:before {
  left: 3px;
  top: -2px; }

.optional-upgr .checkmark:after {
  left: 9px;
  top: 4px;
  width: 6px;
  height: 12px; }

.lblsCom {
  width: 100%;
  margin: 8px 0 0 0; }

.cal_date {
  display: none; }

.nxtline {
  width: 100% !important; }

.pnameps {
  /*position:relative; top:2px;*/ }

.prc-size + .pnameps {
  top: 0px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome */
  /* Safari only override */
  ::i-block-chrome, .prname {
    position: relative;
    top: 5px; } }

#amterrorid .prvevent-wrapper2 {
  height: 540px;
  min-height: 540px;
  margin-top: -270px;
  top: 50%; }

#notenoughseat1 .prvevent-wrapper2 h2 {
  margin-top: 0px; }

#notenoughseat1 .prvevent-wrapper2 {
  position: absolute !important;
  top: 50%;
  margin-top: -239px;
  height: 478px; }

#notenoughseat2 .prvevent-wrapper2 h2 {
  margin-top: 0px; }

#notenoughseat2 .prvevent-wrapper2 {
  position: absolute !important;
  top: 50%;
  margin-top: -239px;
  height: 478px; }

#amterroridWrkShpFull .prvevent-wrapper2 h2 {
  margin-top: 0px; }

#amterroridWrkShpFull .prvevent-wrapper2 {
  position: absolute !important;
  top: 50%;
  margin-top: -170px;
  height: 340px; }

#amterroridWrkShpFullEventPage .prvevent-wrapper2 h2 {
  margin-top: 0px; }

#amterroridWrkShpFullEventPage .prvevent-wrapper2 {
  position: absolute !important;
  top: 50%;
  margin-top: -180px;
  height: 360px; }

.seatvalue b {
  font-weight: 900;
  color: #000; }

.nseats b {
  font-weight: 900;
  color: #000; }

.nseats1 b {
  font-weight: 900;
  color: #000; }

@media screen and (max-width: 1500px) {
  .tab_content a.toolstips span {
    left: 100%;
    margin-left: 45px; }
  .tab_content a.toolstips span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -8%;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent black transparent transparent; } }

@media screen and (max-width: 1440px) {
  .map-line-section img {
    width: 100%;
    height: auto; } }

@media screen and (max-width: 1100px) {
  .middle-section {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    box-sizing: border-box; }
  .footer {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    box-sizing: border-box; }
  .ucb-1 {
    margin-right: 1%;
    width: 32.3%; }
  .nearest-stdio-listing {
    text-align: center; }
  .nearest-stdio-column:first-child {
    margin-left: 0px; }
  .nearest-stdio-column {
    width: 18%; }
  .tcs {
    width: 100% !important;
    left: 0;
    margin-left: 0px;
    margin-top: 10px !important; }
  .evp-left {
    width: 70%; }
  .proname-left {
    width: 69%; }
  /*** Component css **/
  .popup-wrapper a.toolstips span {
    left: 100%;
    margin-left: 65px; }
  .popup-wrapper a.toolstips span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -8%;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent black transparent transparent; }
  .fancybox-outer a.toolstips span {
    left: 100%;
    margin-left: 65px; }
  .fancybox-outer a.toolstips span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -8%;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent black transparent transparent; } }

@media only screen and (max-width: 1090px) {
  .logo {
    margin-left: 10px;
    padding: 10px 0; }
  .mk-nav-responsive-link {
    display: block; }
  .nav {
    width: 100%;
    display: none;
    background: #fff;
    z-index: 20;
    position: relative;
    z-index: 100;
    /* max-height: 400px; */
    max-height: calc(100vh - 70px);
    overflow-y: scroll; }
  .nav ul li a:hover {
    background-color: rgba(0, 0, 0, 0.03); }
  .nav ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0; }
  .nav ul li {
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2); }
  .nav ul li a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #4a4a4a;
    font-family: "droid_sansregular", sans-serif;
    width: 100%;
    display: block;
    padding: 15px 20px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    line-height: 1; }
  .nav ul li ul {
    width: 100%;
    background: #fff;
    position: static;
    top: 0px;
    border-top: none;
    box-shadow: none; }
  .nav ul li ul li {
    border: none;
    width: 100%; }
  .nav ul li ul li a {
    text-transform: none;
    font-size: 12px;
    padding: 12px 19px 12px 19px;
    font-weight: normal;
    color: #4a4a4a; }
  .header-banner1 .nav ul li a {
    padding: 15px 20px; }
  .header-banner1 .nav ul li ul li a {
    text-transform: none;
    font-size: 12px;
    padding: 12px 19px 12px 19px;
    font-weight: normal;
    color: #4a4a4a; }
  .header-banner1 .logo + .mk-nav-responsive-link + .nav ul li a {
    padding: 15px 20px !important; }
  .nav ul li ul a:hover {
    color: #4a4a4a !important; }
  .nav ul li:hover ul {
    display: none; }
  .mk-nav-arrow {
    display: block; }
  /*.header-nav{background-color:#fff;}*/
  .logo2 {
    position: static; }
  .logo2 img {
    width: 70px;
    max-height: 70px; }
  /* Pradeep */
  .hab-2, .hab-3 {
    padding: 8px 0px;
    width: 53%; }
  .hab-1 {
    width: 45%; }
  .mk-nav-responsive-link {
    top: 36px; }
  .header-nav-mid {
    text-align: center; }
  .logo {
    float: none; }
  /* Pradeep */
  .shrink .nav ul li a {
    padding: 15px 20px; }
  .header-banner1 .shrink .nav ul li a {
    padding: 15px 20px; }
  .personal-day {
    width: 51%; }
  .booking-detail .personal-day {
    width: 61%; }
  .personal-detail-form input[type="submit"] {
    -webkit-appearance: none; } }

@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .checkout-tab ul li {
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    background-color: #CCCCCC;
    border-radius: 50px;
    padding: 7px 9px; } }

@media only screen and (max-width: 900px) {
  /* New pop up */
  .prvevent-wrapper2 {
    width: 100%;
    margin-left: 0px;
    left: 0px;
    box-sizing: border-box;
    position: relative; }
  .prvevent-wrapper2 h2 {
    width: 100%;
    float: left;
    font-family: "lakesightregular", serif;
    font-size: 60px;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: center; }
  .calander-box {
    width: 33.3%; }
  .project-selected1 {
    width: 100%; }
  .project-selected2 {
    width: 100%;
    margin: 20px 0; }
  .bring-friend-selected {
    width: 100%;
    margin: 0; }
  .personal-detail-form input[type="submit"] {
    -webkit-appearance: none;
    margin: 0 2% 5px 2%;
    width: 96%; }
  .prvevent-wrapper {
    width: 100%;
    margin-left: 0px;
    left: 0px;
    box-sizing: border-box;
    position: relative; } }

@media screen and (max-width: 768px) {
  /* New pop up */
  .prvevent-wrapper2 h2 {
    font-size: 35px;
    margin-bottom: 5px; }
  .prvevent-wrapper2 p {
    font-size: 17px;
    margin-top: 18px;
    padding: 0 5%; }
  .prvevent-form2 button {
    margin-top: 20px; }
  .tcs {
    display: none !important; }
  .meetBoardImgBox {
    width: 97%;
    margin-bottom: 30px; }
  .meetBoardContentBox {
    width: 100%;
    padding-left: 0px; }
  .tpament-txt {
    font-size: 18px; }
  .ft-logo img {
    max-width: 60%; }
  .header-banner1 {
    /*height:100px;*/
    height: 69px; }
  .header-banner {
    /*height:100px;*/
    height: 69px; }
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .ev-gallery-box ul li .mob-view-ico {
    /*display:block;*/ }
  .gallery-nav ul {
    display: none; }
  .gallery-nav ul li {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #dadada; }
  #mobile-tab {
    display: block;
    text-align: center;
    width: 100%;
    float: left;
    border: 1px solid #c2c2c2;
    padding: 6px 0;
    position: relative; }
  #mobile-tab span {
    font-size: 18px;
    font-weight: bold; }
  #mobile-tab img {
    position: absolute;
    right: 10px;
    top: 14px; }
  .gallery-back span {
    display: none; }
  .sm svg {
    display: block; }
  .studio-content {
    padding-left: 15px;
    padding-right: 15px; }
  .studio-heading h2 {
    font-size: 28px; }
  .studio-txt {
    padding-top: 10px;
    font-size: 16px; }
  .ft-section-1, .ft-section-2, .ft-section-3 {
    width: 100%;
    margin: 0 0 20px 0; }
  .ft-section-4 {
    width: 100%;
    margin: 0; }
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 15px; }
  .hr-line {
    margin: 20px 0 10px 0;
    background-size: 120%; }
  .page-heading, .studio-heading h2 {
    font-size: 26px;
    font-weight: normal;
    color: #000000; }
  .gallery-nav {
    margin: 20px 0 0 0; }
  .workshop-left {
    width: 100%; }
  .workshop-right {
    width: 100%; }
  .workshop-map {
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto; }
  .hide-mobile {
    display: none; }
  .hide-desktop {
    display: block; }
  .hide-heading-mob {
    display: none; }
  .signuptxt-mob {
    float: none;
    display: inline-block; }
  .personal-detail-left {
    width: 100%; }
  .personal-detail-right {
    width: 100%;
    margin-top: 20px; }
  .personal-detail-txt {
    font-size: 14px;
    margin-top: 7px; }
  .personal-detail {
    margin-top: 20px; }
  .choose-project .mobticketname {
    font-size: 20px;
    line-height: 23px; }
  .personal-detail-form p {
    font-size: 23px; }
  .add-gift-link a {
    font-size: 22px; }
  .old-cost {
    font-size: 27px; }
  .old-cost span {
    font-size: 24px; }
  .coupon-cost {
    font-size: 30px;
    line-height: 21px; }
  .cost-aftercoupon {
    padding-left: 0px; }
  .coupon-user span {
    top: -9px; }
  .checkout-tab ul li {
    font-size: 18px;
    padding: 6px 12px; }
  .side-bar {
    width: 100%;
    margin-top: 30px;
    display: none; }
  .booking-completed {
    width: 100%;
    margin-right: 0px; }
  .slash-line {
    margin: 13px 0; }
  .bookingid {
    display: none;
    padding-left: 0;
    margin: 13px 0 0 0; }
  .booking-detail {
    padding: 0; }
  .disclaimer-text {
    margin-top: 20px; }
  .gallery-pagination {
    margin-top: 38px; }
  .gallery-pagination ul li a {
    /*width: 15px;height: 15px;border-radius: 50%;padding: 0;color: transparent; font-size:1px;*/
    position: relative;
    /*top:-18px; */ }
  .gallery-pagination ul li a:hover {
    background-color: #fff; }
  .gallery-pagination ul li.active {
    /*width: 19px;height: 19px;border-radius: 50%;padding: 0;color: transparent; font-size:1px; */
    position: relative;
    /*top:-3px;*/
    background-color: #e1e1e1; }
  .gallery-pagination ul li.firsts {
    margin-right: 5px; }
  .gallery-pagination ul li.lasts {
    margin-right: 0px; }
  .gallery-pagination ul li.nexts {
    margin-right: 5px;
    margin-left: 5px; }
  .gallery-pagination ul li.prevs {
    margin-right: 14px; }
  .gallery-pagination ul li.firsts a {
    width: auto;
    height: auto;
    padding: 3px 3px;
    border-radius: 0px;
    background-color: transparent;
    color: #b7b7b7;
    font-size: 13px;
    position: relative;
    top: -20px;
    border: none; }
  .gallery-pagination ul li.prevs a {
    width: auto;
    height: auto;
    padding: 3px 3px;
    color: #4a4a4a;
    border-radius: 0px;
    background-color: transparent;
    color: #000000;
    font-size: 13px;
    position: relative;
    top: -20px;
    border: none; }
  .gallery-pagination ul li.nexts a {
    width: auto;
    height: auto;
    padding: 3px 3px;
    border-radius: 0px;
    background-color: transparent;
    color: #b7b7b7;
    font-size: 13px;
    position: relative;
    top: -20px;
    border: none; }
  .gallery-pagination ul li.lasts a {
    width: auto;
    height: auto;
    padding: 3px 3px;
    color: #4a4a4a;
    border-radius: 0px;
    background-color: transparent;
    color: #000000;
    font-size: 13px;
    position: relative;
    top: -20px;
    border: none; }
  .studio-section {
    margin-top: 17px; }
  .lft-arr {
    display: block;
    font-size: 48px;
    color: #000; }
  .rigt-arr {
    display: block;
    font-size: 48px;
    color: #000; }
  .lst-arr {
    display: block;
    font-size: 48px;
    color: #000; }
  .prv-arr {
    display: block;
    font-size: 48px;
    color: #000; }
  .fst-arr {
    display: block;
    font-size: 48px;
    color: #000; }
  .pre {
    display: none; }
  .nxt {
    display: none; }
  .fst {
    display: none; }
  .lst {
    display: none; }
  .zip-section {
    margin: 20px 0 20px 0; }
  .calander-wrapper h2 {
    font-size: 22px;
    margin-top: 20px; }
  /*.calander-dsk{ display:none;}*/
  .calendar-mob {
    width: 100%;
    float: left;
    display: block;
    margin-top: 15px; }
  .calendar-mob .month {
    padding: 70px 25px;
    width: 100%;
    background: #1abc9c;
    text-align: center; }
  .calendar-mob .month ul {
    margin: 0;
    padding: 0; }
  .calendar-mob .month ul li {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px; }
  .calendar-mob .month .prev {
    float: left;
    padding-top: 10px; }
  .calendar-mob .month .next {
    float: right;
    padding-top: 10px; }
  .calendar-mob .weekdays {
    margin: 0;
    padding: 10px 0;
    background-color: #f4f4f4;
    width: 86%;
    margin: 0 7%; }
  .calendar-mob .weekdays li {
    display: inline-block;
    width: 13.6%;
    color: #666;
    text-align: center;
    font-size: 9px; }
  .calendar-mob .days {
    padding: 10px 0;
    background: #fff;
    margin: 0;
    list-style: none;
    float: left;
    width: 86%; }
  .calendar-mob .days li {
    list-style-type: none;
    display: inline-block;
    width: 13.6%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
    color: #4a4a4a;
    font-size: 20px;
    font-weight: bold; }
  .calendar-mob .days li.grey {
    padding: 5px;
    background: #ebebeb;
    color: #4a4a4a; }
  .calendar-mob .lft-arr-calander {
    float: left;
    /*width:7%;*/
    font-size: 40px;
    position: absolute;
    top: 113px;
    left: 0; }
  .calendar-mob .rght-arr-calander {
    float: right;
    /*width:7%;*/
    font-size: 40px;
    position: absolute;
    top: 113px;
    right: 0; }
  .calendar-mob .lft-arr-calander p {
    font-size: 9px;
    color: #b7b7b7;
    text-transform: uppercase;
    margin: 12px 0 20px 0; }
  .calendar-mob .rght-arr-calander p {
    font-size: 9px;
    color: #b7b7b7;
    text-transform: uppercase;
    margin: 12px 0 20px 0; }
  .calendar-mob .lft-arr-calander a {
    color: #000; }
  .calendar-mob .rght-arr-calander a {
    color: #000; }
  .calendar-mob .lft-arr-calander a.disable {
    color: #bababa;
    pointer-events: none; }
  .calendar-mob .rght-arr-calander a.disable {
    color: #bababa;
    pointer-events: none; }
  .mySlides {
    width: 100%;
    float: left; }
  .mySlides p.left {
    float: left;
    width: 7%; }
  .mySlides p.right {
    float: right;
    width: 7%; }
  /************** modal css start *****************/
  .pop-mob {
    display: block; }
  .modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.4); }
  .workshop-modal.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: .5s;
    animation-name: fade;
    animation-duration: .5; }
  .workshop-modal {
    max-width: 400px;
    margin: auto; }
  .workshop-modal-section {
    width: 100%;
    float: left;
    position: relative; }
  .modal-header {
    width: 100%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    background-color: #4a4a4a; }
  .modal-datetime {
    width: 100%;
    float: left; }
  .modal-date {
    float: left;
    font-size: 64px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 8px; }
  .modal-day {
    float: left;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 0 20px;
    color: #fff; }
  .modal-date p {
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    margin-bottom: 8px; }
  .modal-date-box {
    width: 100%;
    width: 100%;
    height: 208px;
    float: left;
    position: relative; }
  .modal-date-box img {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1; }
  .modal-date-content {
    width: 100%;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 30px 10px 0 10px;
    box-sizing: border-box;
    line-height: 26px; }
  .modal-date-content span {
    font-size: 20px;
    padding: 10px 0 0 0;
    display: inline-block; }
  .modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999; }
  /************** modal css end *****************/
  .signup-txt {
    font-size: 20px;
    line-height: 1;
    text-transform: unset; }
  .workshop-section {
    margin-top: 17px; }
  .workshop-content {
    font-size: 16px;
    margin-top: 0px; }
  .workshop-license {
    font-size: 14px;
    padding: 10px;
    line-height: 1.14; }
  .mob-data {
    display: block; }
  .dsk-data {
    display: none; }
  .choose-project-mob {
    width: 100%;
    float: left;
    min-height: 120px;
    position: relative; }
  .img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
  /*
.form-tab ul li{ float:left; height:48px; font-size:30px; font-weight:bold; background-image:url(../images/title-btn-2.png);  background-color:transparent; }
.form-tab ul li.inactive{background-position:right; margin:1px 0 0 -25px;  padding:5px 20px 0 33px; width:85px; box-sizing:border-box; border-bottom:4px solid #6fcf00;}
.form-tab ul li.active{background-image:url(../images/title-btn.png);background-position:right; position:relative; z-index:11; width:70px; padding:5px 20px 0 20px; box-sizing:border-box;}
.form-tab ul li:first-child{ margin-left:0px; top:1px;}
.form-tab ul li:last-child.active{width:85px; margin:0 0 0 -25px; position:relative; z-index:-11; padding:5px 0 0 35px;}
.form-tab ul li:first-child.inactive{width:75px; position:relative; z-index:1; padding:5px 0 0 20px; top:-1px;}
*/
  .tab-content-mob .choose-project {
    width: 100%;
    float: left;
    font-size: 15px;
    margin: 6px 0 10px;
    color: #4a4a4a; }
  .tab-content-mob .choose-project span {
    font-size: 35px;
    /*text-transform:uppercase;*/
    text-transform: capitalize;
    line-height: 35px; }
  .tab-content-mob .costfor-user {
    float: right;
    position: relative;
    top: 3px; }
  .tab-content-mob .workshop-cost {
    float: right;
    color: #6ecf00;
    font-size: 40px;
    line-height: 25px; }
  .tab-content-mob .workshop-cost p {
    font-size: 11px;
    text-align: center;
    font-weight: bold; }
  .tab-content-mob .workshop-cost span {
    font-size: 20px;
    position: relative;
    top: -14px; }
  .circle-minus {
    float: right;
    margin: 2px 0 0 7px;
    display: none; }
  /* .personal-detail-form{box-shadow:none; display:none;} */
  .bring-friend-mob {
    float: left;
    margin-top: 2px; }
  /* Pradeep */
  .hidden {
    display: none; }
  .visible {
    display: block; }
  .ev-project-box {
    position: relative;
    padding: 10px; }
  .add-friend-mob {
    position: absolute;
    top: 10px;
    bottom: 10px;
    background: #fff;
    right: 0px;
    width: 55px;
    text-align: center;
    padding: 13px 0px; }
  #gap {
    margin-top: 10px; }
  .ev-gallery-box {
    margin-top: 15px; }
  .evp-row-1, .evp-out {
    position: relative;
    padding-right: 79px; }
  .evp-outer {
    padding: 10px; }
  .evpr1-right {
    padding: 10px 0px; }
  .evpr1-right p {
    display: none; }
  .evp-row-1 .add-friend-mob {
    padding: 0px; }
  .event-3 ul li {
    background-position: 97.5% center;
    padding-left: 0px;
    padding-right: 85px; }
  .event-3 ul li a {
    float: right; }
  .event-3 ul li a span {
    position: relative;
    top: -10px; }
  .event-3 ul li a label {
    font-size: 36px; }
  .hab-1 {
    width: 100%; }
  .count {
    float: left;
    font-size: 36px;
    font-weight: bold;
    width: 70px;
    height: 48px;
    text-align: center;
    background-image: url(../images/tild-btn.png); }
  .count span {
    width: 53px;
    float: left;
    text-align: center; }
  .add-friend-ico {
    float: left; }
  .header-add-box {
    margin-top: 0px; }
  .header-add-box .hab-1 {
    box-shadow: none; }
  .header-add-box + .event-effect {
    margin-top: 0px; }
  .event-effect .gallery-nav {
    margin: 10px 0 0 0; }
  .add-gift-link ul li {
    padding-top: 5px;
    padding-bottom: 5px; }
  .event-ps-module {
    padding: 10px; }
  .ps-module-middle-section {
    width: 350px; }
  .gallery-pagination ul li {
    /*margin-right:12px;*/
    margin-right: 8px; }
  .booking-detail, .personal-datetime {
    margin-top: 7px; }
  .personalize-section {
    padding: 10px; }
  .personalize-img {
    margin-top: 10px; }
  .personal-mob, .personal-mob .studio-content {
    padding: 0px; }
  /* .personal-mob .form-tab ul li:last-child.active, .personal-mob .form-tab ul li{ font-size:36px;} */
  .personal-mob .personal-detail-form {
    padding: 0px 0px 0px 0px;
    padding-top: 10px; }
  .personal-mob .pdf-row {
    padding: 0px 20px; }
  /*.personal-mob .choose-project{display:none;}*/
  .personal-mob .pdf-row label {
    left: 20px; }
  /* Pradeep */
  .visible .form-tab {
    margin-top: 0px; }
  .personal-mob .choose-project {
    padding-left: 10px;
    padding-right: 10px; }
  .mob-padding {
    padding-left: 1%;
    padding-right: 1%; }
  .mob-margin {
    margin-top: 0px; }
  .gallery-content .tab_content {
    position: relative;
    bottom: -15px; }
  .costfor-register {
    border-bottom: 0px; }
  .project-selected1 .costfor-register .choose-project {
    padding-top: 12px; }
  .gallery-content {
    margin-top: 0px; }
  .project-selected1 .costfor-user {
    top: 0; }
  .project-mod-mob .project-selected1 .costfor-user .workshop-cost {
    font-size: 35px; }
  .event-effect {
    margin-top: 10px; }
  .tab-content-mob .choose-project span {
    font-size: 20px;
    line-height: 23px; }
  .promo-box {
    font-size: 20px; }
  .promo-box span {
    font-size: 14px;
    top: -2px; }
  .user-info span {
    font-size: 20px; }
  .total-amount .total-cost p {
    font-size: 15px; }
  .choose-project-mobile {
    position: relative; }
  .choose-project-mobile .edit {
    position: absolute;
    z-index: 9999;
    left: 5px;
    top: 2px;
    color: #fff; }
  .nearest-stdio-column {
    width: 23%; }
  .prvevent-wrapper {
    padding: 0;
    top: 20px;
    /*top:95px;*/ }
  .prvevent-wrapper h2 {
    font-size: 35px;
    margin-bottom: 5px; }
  .prvevent-wrapper h3 {
    font-size: 20px; }
  .prvevent-wrapper p {
    font-size: 17px;
    margin-top: 18px;
    padding: 0 5%; }
  .prvevent-form h4 {
    font-size: 25px;
    margin-bottom: 20px; }
  .prvevent-form button {
    margin-top: 20px; }
  .prvevent-form {
    margin-top: 25px;
    padding: 0 5%; }
  .booking-section-box {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px; }
  .map-section-box {
    margin-top: 30px;
    padding-top: 10px; }
  .bb-wine-paint-section {
    padding-top: 30px;
    padding-bottom: 30px; }
  .meet-board-section-box {
    padding-top: 30px;
    padding-bottom: 30px; }
  .mail-box-section {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px; }
  .evp-right p {
    display: none; }
  .evp-left {
    font-size: 20px;
    padding: 5px 0px;
    height: 40px;
    min-height: 10px; }
  .evp-right {
    font-size: 36px;
    padding-top: 6px; }
  .evp-right span {
    top: -13px; }
  .martopmob {
    margin-top: 0px; }
  .mob-data .personal-detail-form {
    box-shadow: none; }
  .bring-friend ul li {
    background-position: right center;
    text-align: right;
    padding-right: 47px;
    padding-left: 0px; }
  .bring-friend ul li a {
    width: 100%; }
  .personal-day {
    /*width:57%;*/
    width: 50%; }
  .booking-detail .personal-day {
    width: 82%; }
  .promo-box a {
    bottom: 6px; }
  .hab-0 .studio-action-mob {
    margin-bottom: 20px; }
  .upevt-box {
    width: 164px;
    background-size: 100% 100%; }
  .select_any {
    display: block;
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    margin: 25px 0 0 0; }
  .newsletter-section #mc_embed_signup .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .comp-cost p {
    display: none; }
  .comp-cost {
    position: relative;
    top: 7px; }
  .comp-cost span {
    font-size: 17px; }
  .rvw-cost p {
    display: none; }
  .rvw-cost {
    position: relative;
    top: 9px; }
  .mob-heading {
    width: 76% !important;
    display: inline-block;
    margin-left: 10% !important;
    margin-top: -19px !important;
    line-height: 27px !important;
    font-size: 25px !important; }
  .map-dot {
    width: 100%;
    height: 11px;
    float: left;
    background-image: url(../images/hr-line.jpg);
    background-repeat: no-repeat;
    background-size: 100%; }
  .upcoming-classis-box {
    display: none; }
  .mobile-map-wrapper {
    display: block;
    /*width:100%;*/
    width: 110%;
    float: left;
    margin: 15px 0;
    margin-left: -5%; }
  .mobile-map {
    width: 100%;
    height: 85px;
    float: left;
    background-image: url(../images/map-mobile.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
  .mobile-map-addr-center {
    width: 272px;
    margin: auto;
    font-weight: normal; }
  .mobile-map-addr {
    width: 100%;
    height: 69px;
    float: left;
    text-align: center;
    color: #fff;
    background-image: url(../images/content-map.png);
    background-repeat: no-repeat;
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
    margin-top: 10px;
    text-rendering: optimizeLegibility !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-smoothing: antialiased; }
  .mobile-map-addr span {
    font-size: 16px;
    line-height: 17px; }
  .plus-map {
    position: absolute;
    right: 10px;
    bottom: 10px; }
  .line-map {
    width: 100%;
    height: 5px;
    float: left;
    background-image: url("../images/hr-line.jpg");
    background-repeat: no-repeat;
    background-size: 100%; }
  .date-wrapper {
    /*margin-left:17%; margin-top:25px; width:83%;*/
    width: 358px;
    margin: auto;
    float: none; }
  .date-box {
    /*width: 38%;height: 188px;*/
    width: 175px;
    height: 175px;
    float: left;
    position: relative;
    margin-right: 2%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 8px; }
  .date-box:nth-child(even) {
    margin-right: 0px; }
  .date-box img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .date-content {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px; }
  .ucb-link {
    /*padding-left:23.7%;*/
    width: 358px;
    margin: auto;
    float: none;
    box-sizing: border-box;
    clear: both; }
  .ucb-link a {
    float: left;
    margin-top: 10px; }
  .sizeX {
    font-size: 15px !important; }
  .dmobile {
    display: block; }
  .ddesktop {
    display: none; }
  .polctxt {
    font-size: 14px !important;
    line-height: 18px !important; }
  .read-more {
    margin-bottom: 10px; }
  .parallax {
    overflow-x: hidden; }
  .projectsize-mob {
    font-size: 17px !important; }
  .project-details .projectsize {
    font-size: 17px !important;
    top: 0 !important; }
  .fc-day-grid-event .fc-content {
    white-space: nowrap !important; }
  .mob-overlay-tickbtn {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
    z-index: 11;
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.8); }
  .mob-overlay-tickbtn img {
    width: 60px !important;
    height: auto; }
  .active-box {
    display: block; }
  .upevt-date-dsc-mobile {
    display: block;
    width: 100%;
    float: left;
    padding: 5px 0 0 0;
    height: 42px;
    overflow: hidden;
    font-size: 14px;
    line-height: 17px;
    display: table; }
  .upevt-date-dsc-mobile-mid {
    display: table-cell;
    vertical-align: middle; }
  .upevt-date-dsc {
    display: none; }
  .date-dsc {
    height: 40px;
    overflow: hidden;
    display: table;
    padding-top: 7px; }
  .date-dsc-txt {
    display: table-cell;
    vertical-align: middle; }
  .upcoming-evt-box {
    width: 339px;
    float: none;
    margin: auto; }
  .tab-content-mob input[type="submit"] {
    width: 96%;
    font-size: 18px;
    float: left;
    text-transform: uppercase;
    font-family: "droid_sansregular", sans-serif;
    border: none;
    padding-top: 19px;
    padding-bottom: 19px;
    text-align: center;
    font-weight: bold;
    white-space: pre-wrap;
    background: #f4c455;
    color: #2e2e2e;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    line-height: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-style: normal;
    margin: 0 2%;
    -webkit-appearance: none; }
  .tab-content-mob input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer; }
  .dmobile span {
    font-size: 16px;
    color: #6d6d6d;
    font-family: "droid_sansregular", sans-serif;
    line-height: 1.66em; }
  .dmobile span p {
    margin-top: 20px;
    margin-bottom: 0px; }
  .read-more span {
    font-size: 17px;
    color: #5a90dc;
    font-style: normal; }
  .proname-left {
    width: 71%; }
  .total .workshop-cost {
    font-size: 36px;
    top: 12px; }
  .total .costword {
    line-height: 1.5; }
  .personal-date p {
    font-size: 12px;
    margin-bottom: 3px; }
  .titleX {
    font-size: 16px !important; }
  /******** Component SCSS **********/
  .popup1close {
    position: absolute;
    width: 54px;
    height: 54px;
    right: 25px;
    top: 25px;
    background-image: url(../images/cross-close-pop.png);
    background-repeat: no-repeat;
    background-size: 100%; }
  .popup-wrapper {
    width: 100%;
    margin: 0px; }
  .popup-container1 {
    height: 100%;
    background-color: #fff; }
  .popup-content {
    padding: 0 0 15px 0; }
  .popup-wrapper .slider-nav {
    background-color: #fff;
    bottom: -4px; }
  .popup-content .toolicon {
    top: -15px;
    left: -15px; }
  .creatthis {
    width: 100%;
    left: 0;
    position: fixed;
    bottom: 0; }
  .creatthis a {
    height: auto;
    padding: 20px 0; }
  .single-line-option label, .horizontal-options label, .grid-options label {
    display: block;
    width: 100%;
    margin-right: 0px;
    font-size: 18px; }
  .single-line-option, .horizontal-options, .grid-options {
    padding: 0 20px;
    box-sizing: border-box; }
  .opt-updr-des {
    padding: 0 20px;
    box-sizing: border-box; }
  .active-opt .grid-options {
    padding: 0px;
    width: 88%; }
  .optional-upgr-detail .grid-options {
    padding: 0px; }
  .chk-container {
    margin-bottom: 17px; }
  .single-line-option label small {
    display: block; }
  .project-info {
    padding-bottom: 75px; }
  .popup-wrapper .slider {
    height: 350px; }
  .popup-wrapper .toolstips {
    top: 0px;
    left: 0px; }
  .prc-size {
    line-height: 19px; }
  .cal_date {
    display: block;
    width: 100%;
    float: left;
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    text-rendering: optimizeLegibility !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-align: center;
    font-family: "Conv_Futura Condensed Medium", sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px; }
  /*.fc-toolbar h2{ display:none;}*/
  .booking-section-box h2 {
    margin-bottom: 10px;
    font-size: 22px; }
  .rmv-chk {
    right: 0; }
  .rmv-chk a {
    right: 0; }
  .active-opt .grid-options {
    width: 100%; }
  .toolstips .toolicon {
    z-index: 998; }
  .tab_content a.toolstips span {
    z-index: 999999; }
  .ev-gallery-box a.toolstips span {
    left: 100%;
    margin-left: 45px;
    z-index: 9999999; }
  .ev-gallery-box a.toolstips span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -8%;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent black transparent transparent; }
  .fancybox-outer a.toolstips {
    cursor: pointer; }
  .mplace .pdf-row {
    margin-bottom: 20px;
    min-height: 30px;
    padding: 0 10px; }
  .mplace input[type="text"] {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0px;
    margin-left: 2%;
    width: 95%; }
  .mplace textarea {
    position: relative;
    margin-bottom: 0px !important; }
  .mplace .pdf-row label {
    position: relative;
    top: 0; }
  .mplace .pdf-row label {
    left: 0px; }
  .mplace .pdf-row textarea + label {
    position: absolute;
    left: 17px;
    width: 90%; }
  .checkout-tab ul li {
    font-size: 14px; } }

@media screen and (max-width: 720px) {
  .calendar-mob .weekdays li, .calendar-mob .days li {
    width: 13.1%; } }

@media screen and (max-width: 700px) {
  /*.date-wrapper{ margin-left:0px; width:100%;}
.date-box{ width:49%; height:auto; overflow:hidden; margin-right:2%; margin-bottom:10px;}*/
  .ampm {
    padding-bottom: 5px; }
  .date-dsc {
    padding-bottom: 0px;
    padding-top: 0px;
    height: 35px;
    /*margin-bottom:15px;*/ }
  .date-box:nth-child(even) {
    margin-right: 0px; }
  .ucb-link {
    padding-left: 0px; }
  .nearest-stdio-listing {
    text-align: left; }
  .nearest-stdio-column {
    width: 48%; } }

@media screen and (max-width: 600px) {
  .workshop-content1 {
    /*height:135px;*/
    background: #fff; }
  .workshop-license1 {
    display: block; }
  .lakesight-second-head h2, .winepaint-box h3, .mail-box-center h2, .booking-section-box h2, .upcoming-classis-box h3, .meetBoardContentBox h3, .meetBoardContentBox h3, .map-content-box h3 {
    font-size: 25px; }
  .meetBoardContentBox h2 {
    font-size: 33px; }
  .winepaint-box h2, .map-content-box h2 {
    font-size: 50px; }
  .upcoming-classis-box h3 {
    margin-bottom: 25px; }
  .upcoming-classis-box {
    margin-top: 30px; }
  .booking-section-box, .mail-box-section {
    margin-top: 20px;
    padding: 20px 0px; }
  .bb-wine-paint-section, .meet-board-section-box {
    padding: 40px 0px; }
  .map-section-box {
    padding-top: 40px; }
  .booking-section {
    margin-top: 14px; }
  .ft-logo img {
    max-width: 100%; }
  .zip-form-search {
    width: 100%;
    float: left;
    max-width: 100%;
    margin-right: 0px; }
  .map-zip {
    width: 100%;
    margin: 20px 0 0 0;
    margin-left: 0px; }
  .booking-completed h1 {
    font-size: 50px; }
  .payment-successful img {
    width: 30px; }
  .payment-successful {
    font-size: 25px; }
  .payment-successful span {
    top: -16px; }
  .payment-content {
    font-size: 18px;
    line-height: 28px;
    padding: 0 6%;
    box-sizing: border-box; }
  .bookingid {
    font-size: 21px; }
  .booking-detail .personal-day {
    font-size: 22px;
    width: 75%;
    line-height: 27px;
    margin-top: 14px; }
  .sendemail a {
    width: 65px;
    height: 65px; }
  .contact-info h2 {
    font-size: 25px; }
  .contact-info p {
    font-size: 18px; }
  /*.proleftmob { width:57%;}*/
  .not-found-subtitle {
    padding-bottom: 0px; }
  .not-found-title {
    margin-bottom: 0px; }
  .not-found-searchfor span {
    padding: 12px 18px; }
  .header404 .header-banner {
    height: 65px; }
  .header404 .header-nav {
    background-color: #fff; }
  .booking-total-complete {
    margin-bottom: 10px; } }

@media screen and (max-width: 500px) {
  .selected-project {
    max-width: 440px;
    width: 100%; }
  .project-img img {
    width: 50px; }
  .project-desc span {
    font-size: 18px; }
  .project-desc {
    margin-top: 0px; }
  .project-cost {
    font-size: 27px;
    line-height: 20px; }
  .calander-box {
    width: 49.9%; }
  .workshop-day {
    font-size: 22px;
    line-height: 28px;
    margin-left: 10px;
    margin-top: 5px; }
  .workshop-day p {
    font-size: 22px; }
  .workshop-date {
    font-size: 50px; }
  .workshop-date p {
    font-size: 12px; }
  .workshop-img img {
    width: 60px; }
  .workshop-desc span {
    font-size: 19px; }
  .workshop-desc {
    font-size: 13px; }
  .choose-project .mobticketname {
    font-size: 20px; }
  .workshop-cost {
    font-size: 30px; }
  .personal-day {
    font-size: 20px;
    margin-left: 8px;
    margin-top: 14px;
    width: 42%; }
  .personal-date {
    font-size: 53px;
    /*width:20%;*/
    text-align: center; }
  .personal-date p {
    font-size: 12px; }
  /*.total .workshop-cost{font-size:30px; line-height:25px;}*/
  .social-media img {
    width: 48%; }
  .social-media a {
    margin-right: 2.5%; }
  .modal {
    padding-top: 0px; }
  .modal-close img {
    width: 35px; }
  /* pradeep */
  /*.evp-right p{display:none;}*/
  .evp-right span {
    top: -12px; }
  .add-friend-mob {
    padding: 5px 0px;
    width: 55px; }
  .evpr1-left {
    font-size: 20px; }
  .evpr1-right {
    font-size: 36px; }
  .evpr1-right span {
    top: -11px; }
  .evp-row-1 .add-friend-mob, .evp-out .add-friend-mob {
    width: 39px; }
  .evp-row-1, .evp-out {
    padding-right: 48px; }
  .evp-row-2 {
    padding: 2px 4px; }
  .event-3 ul li a {
    font-size: 20px;
    float: right;
    text-align: right; }
  .event-3 ul li {
    padding-right: 48px;
    background-position: right center; }
  .event-3 ul li {
    margin-top: 10px; }
  .event-3 ul {
    margin: 0px; }
  #grey {
    padding-right: 49px; }
  #grey + .add-friend-mob {
    width: 49px; }
  #gap .ev-project-box {
    margin-top: 10px; }
  .evp-out .add-friend-mob img {
    margin-top: 8px;
    padding: 0px; }
  .logo img {
    width: 147px; }
  .mk-nav-responsive-link {
    top: 29px; }
  .choose-project-mobile .choose-project span {
    font-size: 20px;
    font-weight: normal; }
  .choose-project-mobile .workshop-cost p {
    display: none; }
  .choose-project-mobile .choose-project {
    padding-top: 9px;
    padding-bottom: 9px; }
  .choose-project-mobile .costfor-user {
    top: 5px; }
  .choose-project-mobile .costfor-user span {
    font-size: 14px; }
  .choose-project-mobile .add-friend-mob {
    padding: 0 0px;
    margin-top: -4px; }
  .studio-txt {
    font-size: 14px; }
  .date-wrapper {
    margin-top: 16px; }
  .personal-datetime {
    margin-top: 0px; }
  .review-cost, .ev-project-box {
    margin-top: 10px; }
  .user-info + .bring-friend {
    /*margin-top:0px;*/ }
  .personal-detail-form h3 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px; }
  .personal-detail-form input + .add-gift-link ul li {
    margin-top: 10px; }
  .personal-detail-form {
    padding: 10px; }
  .payment-successful {
    font-size: 20px; }
  .payment-content {
    line-height: 1.43;
    font-size: 14px; }
  .payment-content span {
    font-size: 16px; }
  .booking-detail {
    margin-top: 20px; }
  .choose-project {
    font-size: 14px; }
  .studio-content {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px; }
  .upevt-box {
    /*background-size:210px;*/
    background-size: cover; }
  .upevt-date-dsc {
    padding-top: 7px; }
  .upevt-date-dsc-mobile {
    padding-top: 7px; }
  .reg-closed {
    font-size: 30px; }
  .upcoming-evt h2 {
    font-size: 25px; }
  .mk-quick-contact-wrapper {
    right: 20px; }
  .header-banner {
    height: 60px; }
  .tab_content a.toolstips span {
    width: 130px;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 17px; }
  .tab_content a.toolstips span:after {
    left: -11%; }
  .tab_content a:hover.toolstips span {
    top: 50%;
    margin-top: -10px; }
  .ev-gallery-box a.toolstips span {
    width: 130px;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 17px; }
  .ev-gallery-box a.toolstips span:after {
    left: -11%; }
  .ev-gallery-box a:hover.toolstips span {
    top: 50%;
    margin-top: -10px; } }

@media screen and (max-width: 450px) {
  .prvevent-wrapper2 {
    top: 25px; }
  .prvevent-form2 {
    margin-top: 10px; }
  #prefreshwt, #prefreshwt2 {
    margin-top: 25px; }
  .prvevent-form2 {
    padding: 0px 5%; }
  .prvevent-overlay2 {
    overflow-x: hidden;
    overflow-y: scroll; } }

@media screen and (max-width: 420px) {
  .calendar-mob .weekdays li, .calendar-mob .days li {
    width: 12.5%; }
  .calendar-mob .days li .active {
    padding: 2px; }
  .ampm {
    font-size: 18px; }
  /*.date-box{ height:150px;}*/
  .project-details {
    width: 80%; }
  /*.date-box img{ height:100%;}*/
  .upcoming-evt-box {
    width: 307px; }
  .upevt-box {
    width: 148px;
    min-height: 132px; }
  .upevt-content {
    padding: 6px 5px 5px 5px; }
  .upevt-day {
    line-height: 24px; }
  .upevt-date {
    line-height: 55px; }
  .upevt-ampm {
    line-height: 18px;
    font-size: 15px; }
  .upevt-date-dsc-mobile {
    padding-top: 2px;
    margin-top: 1px;
    height: 37px; }
  .view-events a {
    width: 100%;
    float: left;
    box-sizing: border-box; } }

@media screen and (max-width: 376px) {
  .social-media img {
    width: 100%;
    margin-bottom: 15px; }
  .social-media a:last-child img {
    margin-bottom: 0px; }
  .social-media a {
    margin-right: 0; } }

@media screen and (max-width: 374px) {
  .evp-left {
    /*width:73%;*/ }
  .calendar-mob .days li.grey {
    padding: 3px; }
  .calendar-mob .weekdays li, .calendar-mob .days li {
    width: 12.5%; }
  .calendar-mob .rght-arr-calander {
    width: 4%; }
  .calendar-mob .lft-arr-calander {
    margin-left: -4px;
    width: 9%; }
  .modal-day {
    font-size: 20px; }
  .modal-date {
    font-size: 50px;
    margin-bottom: 3px; }
  .date-wrapper {
    width: 296px; }
  .date-box {
    width: 145px;
    height: 145px;
    margin-bottom: 5px; }
  .ampm {
    font-size: 15px; }
  .date-content {
    padding-top: 0px; }
  .date {
    line-height: 50px; }
  .ucb-link {
    width: 296px; } }

@media screen and (max-width: 369px) {
  .upcoming-evt-box {
    width: 273px; }
  .upevt-box {
    width: 132px;
    min-height: 132px; }
  .upevt-content {
    padding: 4px 5px 3px 5px; }
  .upevt-day {
    line-height: 20px; }
  .upevt-date {
    line-height: 50px; }
  .upevt-ampm {
    line-height: 16px;
    font-size: 13px; }
  .upevt-date-dsc-mobile {
    padding-top: 2px;
    margin-top: 0px;
    height: 37px; }
  .checkout-tab ul li {
    font-size: 14px;
    padding: 6px 6px; } }

@media screen and (max-width: 365px) {
  .tab_content a.toolstips span {
    width: 100px; }
  .tab_content a.toolstips span:after {
    left: -15%; }
  .tab_content a:hover.toolstips span {
    top: 50%;
    margin-top: -10px; }
  .ev-gallery-box a.toolstips span {
    width: 100px; }
  .ev-gallery-box a.toolstips span:after {
    left: -15%; }
  .ev-gallery-box a:hover.toolstips span {
    top: 50%;
    margin-top: -10px; } }

@media screen and (max-width: 335px) {
  .upcoming-evt-box {
    width: 100%; }
  .upevt-box {
    width: 48.5%; } }

@media screen and (max-width: 290px) {
  /* .calendar-mob .weekdays li, .days li {width: 12.2%;} */ }

/********Prabhat******/
#removesuccess {
  position: absolute;
  right: 10px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  top: 15px;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  font-size: 12px; }

#removeerror {
  position: absolute;
  right: 10px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  top: 15px;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer; }

.errordiv {
  float: left;
  width: 100%;
  margin-top: 5%;
  position: relative; }

.errordiv > label {
  padding: 15px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  width: 100%;
  font-weight: 400 !important;
  background-color: #f9243f;
  padding-left: 50px;
  padding-right: 30px;
  /* background-image: url(/images/error-icon.png); */
  background-repeat: no-repeat;
  position: relative;
  background-position: 10px center;
  background-size: 24px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.errordiv .glyphicon-remove {
  position: absolute;
  right: 25px;
  top: 18px;
  z-index: 10;
  cursor: pointer; }

.successdiv {
  float: left;
  width: 100%;
  margin-top: 20px;
  position: relative; }

.successdiv #removeMsg {
  position: absolute;
  right: 8px;
  top: 13px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 100%;
  height: 22px;
  width: 25px;
  text-align: center;
  padding-top: 3px; }

.successdiv #errorMsg {
  position: absolute;
  right: 8px;
  top: 13px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 100%;
  height: 22px;
  width: 25px;
  text-align: center;
  padding-top: 3px; }

.successdiv > label {
  padding: 15px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #8ad919;
  color: #fff;
  width: 100%;
  font-weight: 400 !important;
  padding-left: 20px;
  padding-right: 30px;
  background-image: url(/images/ok-icon.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  position: relative;
  background-size: 24px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.successdiv .glyphicon-remove {
  position: absolute;
  right: 25px;
  top: 18px;
  z-index: 10;
  cursor: pointer; }

.okmsg {
  color: #8ad919;
  font-weight: 700; }

.failmg {
  color: #f9243f;
  font-weight: 700; }

.red {
  color: #fff;
  font-size: 9px;
  background-color: red; }

.green {
  color: #fff;
  font-size: 9px;
  background-color: green; }

/* Loading Csss*/
.loading {
  position: fixed;
  z-index: 999999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; }

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.error {
  border-bottom: 1px solid red !important; }

.error:focus {
  border-bottom: 1px solid red !important; }

.valid {
  border-bottom: 1px solid green !important; }

.personal-detail-form input[type="button"] {
  width: 100%;
  font-size: 16px;
  float: left;
  text-transform: uppercase;
  color: #4a4a4a;
  border: none;
  background-color: #f4c455;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  white-space: pre-wrap; }

label.checkout-chbox {
  width: 100%;
  float: left;
  top: -5px !important;
  left: 0 !important;
  position: relative;
  margin-bottom: 17px;
  margin-top: 10px;
  font-weight: normal; }

.fc-widget-header th {
  /*background-color:#474747;*/
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0 !important;
  background-image: url(../images/ui-bg_diagonals.png);
  font-size: 12px !important;
  text-rendering: optimizeLegibility !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased; }

#calendar {
  /*max-width:1030px !important;*/
  max-width: 1100px !important; }

/********Prabhat******/
/********event page animation******/
.fade-in {
  -webkit-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1; }

.scale-up {
  -webkit-animation: mk_scale 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: mk_scale 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1; }

.right-to-left {
  -webkit-animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1; }

.left-to-right {
  -webkit-animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1; }

.top-to-bottom {
  -webkit-animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1; }

.bottom-to-top {
  -webkit-animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1; }

.target-scroll2 {
  opacity: 0; }

.target-scroll3 {
  opacity: 0; }

.target-scroll4 {
  opacity: 0; }

.target-scroll5 {
  opacity: 0; }

.target-scroll6 {
  opacity: 0; }

.target-scroll7 {
  opacity: 0; }

.target-scroll8 {
  opacity: 0; }

/* Left to Right animation */
@-webkit-keyframes mk_left_to_right {
  0% {
    -webkit-transform: translate(-15%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1; } }

@keyframes mk_left_to_right {
  0% {
    -webkit-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

/* Fade In animation */
@-webkit-keyframes mk_fade {
  0% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }

@keyframes mk_fade {
  0% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }

/* Right To Left animation */
@-webkit-keyframes mk_right_to_left {
  0% {
    -webkit-transform: translate(15%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1; } }

@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translate(15%, 0);
    transform: translate(15%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

/* Bottom to Top animation */
@-webkit-keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translate(0, 60%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1; } }

@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translate(0, 60%);
    transform: translate(0, 60%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

/* Top to Bottom animation */
@-webkit-keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translate(0, -20%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1; } }

@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translate(0, -20%);
    transform: translate(0, -20%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

/* Scale Up animation */
@-webkit-keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.3);
    opacity: 0.1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0.1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.NbTn {
  border-radius: 50px;
  font-size: 16px;
  font-family: "droid_sansregular", sans-serif;
  border: none;
  padding: 7px 20px;
  margin-top: 40px;
  box-shadow: 1px 1px 2px;
  background-color: #f4c455;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  background: #f4c455;
  color: #2e2e2e;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out; }

.NbTn span {
  font-weight: bold !important; }

.NbTn:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.8); }

.project-mod-mob {
  width: 100%;
  float: none;
  display: block; }
  .project-mod-mob .personal-detail-form {
    padding-top: 0px;
    margin-top: 15px;
    box-shadow: none; }
  .project-mod-mob .project-selected2 {
    box-shadow: none;
    margin: 0px; }
  .project-mod-mob .workshop-cost {
    position: relative;
    top: 6px; }
    .project-mod-mob .workshop-cost p {
      font-size: 11px; }
    .project-mod-mob .workshop-cost span {
      font-size: 18px !important; }
    .project-mod-mob .workshop-cost .choose-project {
      margin-top: 0px;
      padding: 0 10px;
      box-sizing: border-box; }
      .project-mod-mob .workshop-cost .choose-project span {
        font-size: 20px;
        text-transform: none;
        line-height: 22px; }
  .project-mod-mob .hab-0 {
    float: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative; }

.studio-action-container {
  background-color: rgba(0, 0, 0, 0.4); }

.studio-action-mob {
  width: 100%;
  float: none;
  position: relative;
  z-index: 1;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 37px;
  display: flex;
  justify-content: space-between; }
  .studio-action-mob a {
    text-decoration: none;
    color: #e7e7e7; }
  .studio-action-mob .chng-wrk {
    float: none; }
  .studio-action-mob .cancel-mob {
    float: none; }

.costfor-register {
  width: 100%;
  float: none;
  position: relative;
  margin: 20px 0 0 0;
  border-bottom: 3px solid #72D700; }
  .costfor-register .choose-project {
    color: #fff;
    position: relative;
    z-index: 20;
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box; }
  .costfor-register .workshop-cost {
    color: #fff; }

.proleftmob {
  float: none;
  /*width:80%;*/
  width: 73%; }

.costfor-user {
  float: none;
  position: relative;
  top: 0px; }
  .costfor-user .workshop-cost {
    font-size: 35px;
    line-height: 11px; }

.project-selected3 {
  float: none;
  width: 100%;
  margin-bottom: 10px; }
  .project-selected3 .costfor-register {
    margin-top: 0px; }
  .project-selected3 .workshop-cost {
    top: 10px; }
  .project-selected3 .choose-project {
    color: #fff;
    padding-top: 0px;
    margin-bottom: 8px; }

.form-tab {
  width: 100%;
  float: none;
  z-index: 1; }
  .form-tab ul {
    margin: 0;
    padding: 0;
    float: none;
    list-style: none; }
    .form-tab ul li {
      text-align: center;
      font-size: 30px;
      font-weight: bold;
      width: 60px;
      height: 40px;
      -webkit-transform: skew(20deg);
      -moz-transform: skew(20deg);
      -o-transform: skew(20deg);
      background: #ececec;
      border-radius: 0px 6px 0 0;
      display: inline-block;
      margin-right: -3px;
      position: relative;
      border-bottom: 4px solid #6fcf00;
      margin-right: -4px; }
      .form-tab ul li span {
        display: block;
        text-decoration: none;
        padding: 4px 10px 0 10px;
        font-size: 30px;
        line-height: 28px;
        transform: skew(-20deg);
        color: #0bf;
        color: #4a4a4a; }
      .form-tab ul li.active {
        background-color: #fff;
        border-bottom: 4px solid #fff; }
      .form-tab ul li:first-child {
        margin-left: -8px; }

.personal-detail-form {
  width: 100%;
  float: none;
  padding: 20px 15px 15px 15px;
  box-sizing: border-box;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1); }
  .personal-detail-form input[type="text"] {
    width: 100%;
    font-size: 18px;
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
    border: none;
    border-bottom: 1px solid #A8A8A8;
    padding: 0 0 5px 0;
    color: #4a4a4a; }
  .personal-detail-form textarea {
    width: 100%;
    font-size: 18px;
    float: none;
    margin: 0 0 20px 0 !important;
    border: 1px solid #A8A8A8;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    background: transparent;
    font-family: "droid_sansregular", sans-serif;
    color: #4a4a4a; }
  .personal-detail-form h3 {
    width: 100%;
    float: none;
    margin: 0 0 17px 0;
    color: #4a4a4a;
    font-size: 35px;
    text-align: center;
    font-weight: normal; }
  .personal-detail-form input[type="submit"] {
    width: 100%;
    font-size: 18px;
    float: none;
    text-transform: uppercase;
    font-family: "droid_sansregular", sans-serif;
    border: none;
    padding-top: 19px;
    padding-bottom: 19px;
    text-align: center;
    font-weight: bold;
    white-space: pre-wrap;
    background: #f4c455;
    color: #2e2e2e;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    line-height: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-style: normal; }
    .personal-detail-form input[type="submit"]:hover {
      background-color: #000;
      color: #fff;
      cursor: pointer; }

.personal-datetime {
  width: 100%;
  float: none; }

.personal-date {
  float: none;
  font-size: 50px;
  line-height: 40px;
  color: #262626;
  text-align: center; }
  .personal-date p {
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    margin-bottom: 5px; }

.personal-day {
  float: none;
  font-size: 25px;
  line-height: 30px;
  margin: 4px 0 0 2%;
  color: #4a4a4a;
  width: 56%; }

.personal-detail-txt {
  width: 100%;
  float: none;
  text-align: center;
  color: #4a4a4a;
  font-size: 24px;
  margin: 15px 0 0 0; }

.personal-detail {
  width: 100%;
  float: none;
  margin: 40px 0 0 0; }

.personal-detail-right {
  width: 100%;
  float: none; }
  .personal-detail-right .pdf-row {
    float: none; }

.personal-detail-left {
  width: 100%;
  float: none; }
  .personal-detail-left .personal-datetime {
    width: 100%;
    float: none; }
  .personal-detail-left .personal-date {
    float: none;
    font-size: 50px;
    line-height: 40px;
    color: #262626;
    text-align: center; }
    .personal-detail-left .personal-date p {
      font-size: 14px;
      line-height: 15px;
      text-align: center;
      margin-bottom: 5px; }
  .personal-detail-left .personal-day {
    float: none;
    font-size: 25px;
    line-height: 30px;
    margin: 16px 0 0 2%;
    color: #4a4a4a;
    width: 56%; }

.bb-wine-paint-section {
  width: 100%;
  float: none;
  padding: 80px 0px;
  background: #fff; }
  .bb-wine-paint-section .winepaint-box {
    width: 100%;
    float: none; }
    .bb-wine-paint-section .winepaint-box h2,
    .bb-wine-paint-section .winepaint-box h3 {
      text-align: center; }
    .bb-wine-paint-section .winepaint-box h2 {
      width: 100%;
      color: #383838;
      font-size: 60px;
      font-family: 'Conv_Lakesight_PersonalUseOnly'; }
    .bb-wine-paint-section .winepaint-box h3 {
      font-size: 48px;
      text-transform: uppercase;
      color: #404040;
      font-family: "Conv_Futura Condensed Medium", sans-serif;
      font-weight: normal;
      margin-bottom: 20px; }
    .bb-wine-paint-section .winepaint-box .SectionCenterHeading h3 {
      font-size: 31px; }

.booking-section {
  width: 100%;
  float: none;
  /*margin-top:40px;*/
  margin-top: 50px; }
  .booking-section .side-bar {
    /*width:24.6%; width:25%;*/
    float: none; }
    .booking-section .side-bar .contact-info {
      width: 100%;
      float: none; }
      .booking-section .side-bar .contact-info h2 {
        width: 100%;
        float: none;
        margin: 0 0 20px 0;
        font-family: "Conv_Futura Condensed Medium", sans-serif;
        font-size: 24px;
        text-transform: uppercase;
        color: #020000;
        line-height: 24px; }
      .booking-section .side-bar .contact-info p {
        width: 100%;
        float: none;
        font-size: 18px;
        line-height: 22px;
        text-transform: uppercase;
        /*word-break: break-all;*/
        margin-bottom: 10px;
        color: #2e2e2e; }
        .booking-section .side-bar .contact-info p a {
          /*color:#5e5e5e;*/
          color: #2e2e2e;
          text-decoration: none; }
          .booking-section .side-bar .contact-info p a:hover {
            color: #2e2e2e;
            text-decoration: underline; }
    .booking-section .side-bar .sidebar-nav {
      width: 100%;
      float: none;
      margin: 16px 0 0 0;
      padding: 0 0 0 14px;
      box-sizing: border-box; }
      .booking-section .side-bar .sidebar-nav ul {
        margin: 0px;
        padding: 0px;
        list-style: none; }
        .booking-section .side-bar .sidebar-nav ul li {
          display: block;
          margin: 0 0 14px 0;
          box-sizing: border-box;
          text-transform: uppercase; }
          .booking-section .side-bar .sidebar-nav ul li a {
            text-decoration: none;
            font-family: "Conv_Futura Condensed Medium", sans-serif;
            font-size: 20px;
            color: #5e5e5e; }
            .booking-section .side-bar .sidebar-nav ul li a .mk-svg-arrow {
              margin-right: 7px;
              fill: currentColor; }
            .booking-section .side-bar .sidebar-nav ul li a:hover {
              color: #000; }
  .booking-section .booking-completed {
    /*width:67%;*/
    float: none;
    margin-right: 0; }
    .booking-section .booking-completed h1 {
      width: 100%;
      float: none;
      font-size: 60px;
      text-align: center;
      color: #383838;
      /*font-weight: normal;*/ }
    .booking-section .booking-completed .slash-line-top,
    .booking-section .booking-completed .slash-line-bottom {
      width: 100%;
      height: 11px;
      float: none;
      background-image: url(../images/hr-line.jpg);
      background-repeat: no-repeat;
      margin: 00px 0;
      margin-bottom: 0px;
      background-size: 100%; }
    .booking-section .booking-completed .lakesight-second-head {
      float: none;
      width: 100%; }
      .booking-section .booking-completed .lakesight-second-head h2 {
        text-align: center;
        font-size: 42px;
        text-transform: uppercase;
        color: #404040;
        font-family: "Conv_Futura Condensed Medium", sans-serif;
        font-weight: normal;
        /*margin-bottom:20px;*/
        margin-bottom: 24px; }
    .booking-section .booking-completed .bnb-content-box {
      float: none;
      width: 100%; }
      .booking-section .booking-completed .bnb-content-box strong {
        color: #020000;
        font-weight: 900;
        -webkit-font-smoothing: antialiased; }
      .booking-section .booking-completed .bnb-content-box p {
        font-size: 16px;
        margin-bottom: 20px;
        float: none;
        width: 100%;
        color: #6d6d6d;
        font-family: "droid_sansregular", sans-serif;
        line-height: 1.66em; }
        .booking-section .booking-completed .bnb-content-box p:empty {
          display: none; }
      .booking-section .booking-completed .bnb-content-box a {
        color: #2e2e2e;
        text-decoration: none; }
        .booking-section .booking-completed .bnb-content-box a:hover {
          color: #2e2e2e;
          text-decoration: underline; }
    .booking-section .booking-completed .upcoming-classes-box {
      float: none;
      width: 100%;
      margin-top: 40px; }
      .booking-section .booking-completed .upcoming-classes-box h3 {
        float: none;
        /*margin-bottom:40px;*/
        margin-bottom: 14px;
        font-family: "Conv_Futura Condensed Medium", sans-serif;
        width: 100%;
        font-size: 30px;
        font-weight: normal;
        text-transform: uppercase; }
      .booking-section .booking-completed .upcoming-classes-box span.csoon {
        /* font-size:23px; */
        font-size: 30px;
        font-weight: normal;
        font-family: "Conv_Futura Condensed Medium", sans-serif; }
      .booking-section .booking-completed .upcoming-classes-box .ucb-1 {
        float: left;
        /*width:33.3%;*/
        margin-right: 3.3%;
        width: 30%;
        text-align: center;
        line-height: 25px;
        color: #777777;
        font-size: 16px; }
        .booking-section .booking-completed .upcoming-classes-box .ucb-1 span {
          width: 100%;
          float: left; }
        .booking-section .booking-completed .upcoming-classes-box .ucb-1 a {
          color: #2e2e2e;
          text-decoration: none; }
          .booking-section .booking-completed .upcoming-classes-box .ucb-1 a:hover {
            /*color: #8e0709;*/
            color: #2e2e2e;
            text-decoration: underline; }
          .booking-section .booking-completed .upcoming-classes-box .ucb-1 a .ucb-image {
            width: 100%;
            height: 183px;
            float: left;
            overflow: hidden;
            text-align: center;
            position: relative; }
            .booking-section .booking-completed .upcoming-classes-box .ucb-1 a .ucb-image img {
              position: absolute;
              max-width: 100%;
              height: auto;
              right: -50%;
              top: 0;
              bottom: 0;
              margin: auto;
              left: -50%;
              /*transform: translateX(-50%);*/ }
      .booking-section .booking-completed .upcoming-classes-box .ucb-link {
        float: none;
        width: 100%;
        /*margin-top:40px;*/
        margin-top: 15px; }
        .booking-section .booking-completed .upcoming-classes-box .ucb-link a {
          background: #000 none repeat scroll 0 0;
          color: #fff;
          font-family: "Conv_Futura Condensed Medium", sans-serif;
          font-size: 21px;
          padding: 5px 30px;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase; }
    .booking-section .booking-completed .upcoming-classes-box-mob {
      display: block;
      width: 100%;
      float: none; }
      .booking-section .booking-completed .upcoming-classes-box-mob h3 {
        width: 100%;
        float: none;
        text-align: center;
        text-transform: uppercase;
        font-family: "Conv_Futura Condensed Medium", sans-serif;
        font-size: 20px;
        font-weight: normal;
        margin: 15px 0 20px 0; }
      .booking-section .booking-completed .upcoming-classes-box-mob .ucb-link {
        float: none;
        width: 100%;
        /*margin-top:40px;*/
        margin-top: 15px; }
        .booking-section .booking-completed .upcoming-classes-box-mob .ucb-link a {
          background: #000 none repeat scroll 0 0;
          color: #fff;
          font-family: "Conv_Futura Condensed Medium", sans-serif;
          font-size: 21px;
          padding: 5px 30px;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase; }

.map-line-section {
  width: 100%;
  float: none;
  text-align: center; }

.map-section-box {
  float: none;
  width: 100%;
  padding-top: 80px; }
  .map-section-box .map-content-box {
    float: left;
    width: 100%; }
    .map-section-box .map-content-box h2 {
      width: 100%;
      /*font-weight: normal;*/
      float: none;
      font-size: 60px;
      color: #383838;
      text-align: center;
      font-family: 'Conv_Lakesight_PersonalUseOnly'; }
    .map-section-box .map-content-box h3 {
      text-align: center;
      float: none;
      width: 100%;
      line-height: 1.3em;
      font-size: 30px;
      text-transform: uppercase;
      color: #404040;
      font-family: "Conv_Futura Condensed Medium", sans-serif;
      font-weight: normal; }
      .map-section-box .map-content-box h3 span {
        padding-top: 8px;
        padding-bottom: 25px;
        display: inline-block; }
      .map-section-box .map-content-box h3 a {
        text-decoration: none;
        color: #2e2e2e; }
        .map-section-box .map-content-box h3 a:hover {
          color: #2e2e2e;
          text-decoration: underline; }

.section-map-box {
  float: none;
  width: 100%; }
  .section-map-box .main-map-img {
    float: none;
    width: 100%; }
    .section-map-box .main-map-img img {
      width: 100%; }
  .section-map-box .map-line-top,
  .section-map-box .map-line-bottom {
    width: 100%;
    height: 11px;
    float: none;
    background-image: url(../images/hr-line.jpg);
    background-repeat: no-repeat;
    margin-top: 0px;
    background-size: 100%; }

.booking-section-box {
  float: none;
  margin-top: 60px;
  width: 100%;
  padding: 80px 0px;
  position: relative;
  background-attachment: scroll;
  background-size: cover; }
  .booking-section-box h2 {
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Conv_Futura Condensed Medium", sans-serif;
    font-weight: normal;
    margin-bottom: 20px;
    text-rendering: optimizeLegibility !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-smoothing: antialiased; }

.mail-box-section {
  float: none;
  width: 100%;
  margin-top: 80px;
  padding: 80px 0px;
  position: relative;
  /* background:#000 url(../images/wood-background2.png); */
  background-attachment: scroll;
  /*background-repeat:no-repeat;*/
  background-size: cover; }
  .mail-box-section .mail-box-center {
    margin: auto;
    max-width: 730px;
    width: 100%; }
    .mail-box-section .mail-box-center h2 {
      text-align: center;
      float: none;
      width: 100%;
      line-height: 1.3em;
      letter-spacing: 1px;
      font-size: 48px;
      text-transform: uppercase;
      color: #fff;
      font-family: "Conv_Futura Condensed Medium", sans-serif;
      font-weight: normal; }
    .mail-box-section .mail-box-center .mail-form-box {
      float: none;
      width: 100%;
      margin-top: 30px; }
      .mail-box-section .mail-box-center .mail-form-box .mail-row {
        float: none;
        width: 100%;
        margin-bottom: 13px;
        text-align: center; }
        .mail-box-section .mail-box-center .mail-form-box .mail-row input[type="text"],
        .mail-box-section .mail-box-center .mail-form-box .mail-row input[type="email"],
        .mail-box-section .mail-box-center .mail-form-box .mail-row input[type="submit"],
        .mail-box-section .mail-box-center .mail-form-box .mail-row textarea {
          transition: all 0.15s ease-in-out;
          -moz-transition: all 0.15s ease-in-out;
          -webkit-transition: all 0.15s ease-in-out;
          color: #252525;
          border: none; }
        .mail-box-section .mail-box-center .mail-form-box .mail-row input[type="text"],
        .mail-box-section .mail-box-center .mail-form-box .mail-row input[type="email"],
        .mail-box-section .mail-box-center .mail-form-box .mail-row textarea {
          float: none;
          padding: 14px;
          text-align: center;
          width: 100%;
          background-color: rgba(255, 255, 255, 0.8);
          color: #252525;
          border: none;
          font-family: "droid_sansregular", sans-serif;
          font-size: 13px;
          box-sizing: border-box; }
        .mail-box-section .mail-box-center .mail-form-box .mail-row textarea {
          resize: none; }
        .mail-box-section .mail-box-center .mail-form-box .mail-row input[type="submit"] {
          letter-spacing: 2px;
          text-transform: uppercase;
          background: #f4c455;
          font-weight: bold;
          padding: 12px 24px;
          color: #2e2e2e;
          font-size: 12px; }
          .mail-box-section .mail-box-center .mail-form-box .mail-row input[type="submit"]:hover {
            background-color: #000;
            color: #fff;
            cursor: pointer; }
        .mail-box-section .mail-box-center .mail-form-box .mail-row input[type="text"]:focus,
        .mail-box-section .mail-box-center .mail-form-box .mail-row input[type="email"]:focus,
        .mail-box-section .mail-box-center .mail-form-box .mail-row textarea:focus {
          background-color: rgba(0, 0, 0, 0.8);
          color: #fff;
          border: none; }

.meetBoardImgBox img {
  width: 100%;
  height: auto;
  display: block;
  border: 6px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-sizing: border-box; }

.meetBoardContentBox {
  padding-left: 2.5%; }
  .meetBoardContentBox h2,
  .meetBoardContentBox h3 {
    margin-bottom: 15px;
    font-family: "Conv_Futura Condensed Medium", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 39px;
    text-transform: uppercase;
    text-align: left;
    color: #fff; }
  .meetBoardContentBox h2.bbname {
    width: 100%;
    font-size: 42px;
    text-transform: none;
    text-align: left;
    font-family: "lakesightregular", serif;
    margin-bottom: 0px; }
  .meetBoardContentBox p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1.66em;
    margin-bottom: 20px; }
  .meetBoardContentBox a {
    color: #fff;
    text-decoration: underline; }
    .meetBoardContentBox a:hover {
      text-decoration: none; }

.nearest-studio {
  width: 100%;
  margin: 30px 0 0 0; }
  .nearest-studio h2 {
    width: 100%;
    float: left;
    font-family: "Conv_Futura Condensed Medium", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    margin: 0 0 10px 0;
    color: #333333; }

.subhead-nearstudio {
  width: 100%;
  font-size: 14px;
  text-align: center;
  font-style: italic; }

.nearest-studio-listing {
  width: 100%;
  margin: 20px 0 0 0;
  margin: 20px auto 0;
  padding: 20px 150px 0 150px;
  border-top: 1px solid #EBEBEB;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 1070px;
  max-height: 2500px;
  align-items: center;
  /*text-align:center;*/ }

.nearest-studio-column {
  /*width:18%;*/
  width: 188px;
  display: inline-block;
  padding-left: 10px;
  vertical-align: top;
  box-sizing: border-box; }
  .nearest-studio-column:first-child {
    margin-left: 188px; }

.nearest-studio-state {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  max-width: 188px; }
  .nearest-studio-state h3 {
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #020000; }

.nearest-studio-links {
  width: 100%; }
  .nearest-studio-links p {
    width: 100%;
    font-size: 16px;
    margin: 0 0 5px 0;
    padding: 0;
    color: #6d6d6d; }
    .nearest-studio-links p a {
      width: 100%;
      text-decoration: none;
      color: #4a4a4a; }
      .nearest-studio-links p a:hover {
        color: #8e0709; }

.checkout-amount {
  width: 100%;
  float: none;
  text-align: center;
  font-size: 40px; }
  .checkout-amount span.dollar {
    font-size: 20px;
    position: relative;
    top: -14px; }

.total-amount {
  width: 100%;
  float: none;
  text-align: center;
  margin: 6px 0 17px 0; }

.paywith {
  width: 100%;
  float: none;
  text-align: center;
  font-size: 18px;
  margin: 0 0 10px 0; }

.checkout-form {
  width: 100%;
  float: none;
  margin: 40px 0 0 0; }
  .checkout-form input[type="text"] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #b1b1b1;
    text-align: center;
    padding-bottom: 5px;
    font-size: 20px;
    float: none;
    margin-bottom: 20px; }
  .checkout-form input[type="tel"] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #b1b1b1;
    text-align: center;
    padding-bottom: 5px;
    font-size: 20px;
    float: none;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    background: transparent; }
  .checkout-form input[type="password"] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #b1b1b1;
    text-align: center;
    padding-bottom: 5px;
    font-size: 20px;
    float: none;
    margin-bottom: 20px; }
  .checkout-form select {
    width: 100%;
    float: none;
    border: 2px solid #9C9C9C;
    padding: 10px 5px;
    box-sizing: border-box;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    color: #4a4a4a;
    margin: 0 0 20px 0; }

.checkout-chbox {
  width: 100%;
  float: left;
  font-size: 22px;
  margin: 0 0 30px 0; }

.checkout-chbox span {
  padding: 2px 0 0 8px; }

.checkout-chbox span a {
  color: #4a4a4a;
  text-decoration: underline; }

.checkout-chbox span a:hover {
  text-decoration: none; }

.checkout-tab {
  width: 100%;
  float: none;
  text-align: center; }
  .checkout-tab ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    border-radius: 50px;
    padding: 5px;
    background-color: #CCCCCC; }
    .checkout-tab ul li {
      display: inline-block;
      cursor: pointer;
      font-size: 20px;
      color: #fff;
      background-color: #CCCCCC;
      border-radius: 50px;
      padding: 7px 15px; }
      .checkout-tab ul li.activetab {
        background-color: #000000; }

.bring-friend {
  width: 100%;
  float: none;
  margin-top: 20px; }
  .bring-friend ul {
    list-style: none;
    padding-left: 0px;
    margin: 0; }
    .bring-friend ul li {
      float: none;
      padding-left: 47px;
      margin-top: 20px;
      width: 100%;
      background-image: url(../images/svg/plus-circle-black.svg);
      background-repeat: no-repeat;
      background-position: left center;
      min-height: 47px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      opacity: 1; }
      .bring-friend ul li:first-child {
        margin-top: 0px;
        line-height: 38px; }
      .bring-friend ul li:hover {
        opacity: 1; }
  .bring-friend a {
    color: #4a4a4a;
    /*color:#6ECD00;*/
    float: none;
    padding: 9px 0px 9px 15px;
    font-size: 22px;
    text-decoration: none !important; }
    .bring-friend a:hover {
      color: #4a4a4a; }

@media (min-width: 768px) {
  .bring-friend ul li {
    opacity: .6; } }

.gallery-filter #category_dropdown span,
.gallery-filter li a,
.gallery-filter select {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  text-transform: uppercase; }

.gallery-filter li.cell {
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none; }
  .gallery-filter li.cell.active a {
    color: #000000;
    text-decoration: underline; }

.gallery-filter li a:hover {
  color: #000000;
  text-decoration: none; }

.gallery-filter select.active {
  color: #000000;
  text-decoration: underline; }

.infinite-scroll .toolicon {
  display: flex; }

.infinite-scroll .featured-image img {
  transition: all 0.35s ease-out; }

.infinite-scroll .item-holder.selected .featured-image:hover .image-hover-overlay,
.infinite-scroll .item-holder.selected .featured-image:hover .icons-holder,
.infinite-scroll .item-holder.selected .featured-image:hover .portfolio-meta {
  display: none; }

.infinite-scroll .item-holder.selected .featured-image:hover img {
  transform: none; }

.infinite-scroll .item-holder.selected .featured-image .image-hover-overlay,
.infinite-scroll .item-holder.selected .featured-image .icons-holder,
.infinite-scroll .item-holder.selected .featured-image .portfolio-meta {
  display: none; }

.item-holder.selected .image-selected-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/svg/circle-check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33%;
  background-color: rgba(255, 255, 255, 0.75); }
  .item-holder.selected .image-selected-overlay:hover {
    cursor: pointer; }

.act-btn a {
  display: inline-block;
  padding: 10px 0 9px 0;
  font-size: 19px;
  font-weight: bold;
  border-radius: 2px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  height: 40px;
  background: #f4c455;
  color: #2e2e2e;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out; }

.fancybox-caption {
  display: none !important; }

.fancybox-container {
  z-index: 100000 !important; }
  .fancybox-container .fancybox-modal-image {
    max-width: 100%;
    max-height: 100%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none; }
  .fancybox-container .fancybox-slide--html {
    padding: 0; }

.fancybox-title .text span {
  display: inline-block; }

.fancybox-title-event .text {
  margin-top: .5rem;
  margin-bottom: 1rem; }

.fancybox-title .act-btn a {
  font-size: 16px;
  font-weight: bold; }

.fancybox-title .optional-upgrades {
  font-style: italic; }

.fancybox-title .gallery-item-description,
.fancybox-title .gallery-item-fineprint {
  padding: 0; }

.fancybox-title .gallery-item-description {
  margin: 10px 0px; }

.fancybox-title .gallery-item-fineprint {
  margin: 0 0 20px 0px; }

.fancybox-skin,
.fancybox-content {
  max-width: 100%;
  background: #fff;
  color: #444;
  text-shadow: none;
  padding: 0px !important;
  height: 100%; }
  .fancybox-skin .toolstips,
  .fancybox-content .toolstips {
    z-index: 99999; }
    .fancybox-skin .toolstips .toolicon svg,
    .fancybox-content .toolstips .toolicon svg {
      margin-top: -10px; }
  .fancybox-skin .fancybox-modal-image,
  .fancybox-content .fancybox-modal-image {
    max-width: 100%;
    max-height: 100%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none; }
  .fancybox-skin .text,
  .fancybox-content .text {
    color: #666666;
    padding: 8px 0px 0px 0px;
    position: relative;
    width: 100%;
    text-align: left;
    width: 100%; }
    .fancybox-skin .text span,
    .fancybox-content .text span {
      display: block;
      font-size: 18px; }
    .fancybox-skin .text .setdesc,
    .fancybox-content .text .setdesc {
      margin: 10px 0px;
      padding: 0; }

.fancybox-outer, .fancybox-inner {
  position: relative;
  width: 100% !important;
  height: auto !important;
  /* padding-bottom: 15px; */ }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images/pop-up/blank.gif);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 99997; }
  .fancybox-nav:hover span {
    visibility: visible; }
  .fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 99997;
    visibility: visible; }

.fancybox-prev {
  left: 0; }
  .fancybox-prev span {
    background-image: url(../images/pop-up/prev.png);
    width: 40px !important;
    height: 41px !important;
    left: 10px; }

.fancybox-next {
  right: 0; }
  .fancybox-next span {
    background-image: url(../images/pop-up/next.png);
    width: 40px !important;
    height: 41px !important;
    right: 10px; }

.fancybox-close,
.fancybox-stage .fancybox-slide--html .fancybox-close-small {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 99998;
  background-image: url(../images/pop-up/close.png);
  width: 30px !important;
  height: 30px !important; }

.fancybox-navigation {
  top: 0;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images/pop-up/blank.gif);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@media (max-width: 767.98px) {
  .gallery-navigation {
    padding-left: 10px !important; }
  .fancybox-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .fancybox-title .fancybox-close-small {
      background-image: url("../images/cross-close-pop.png"); }
      .fancybox-title .fancybox-close-small svg {
        display: none; }
    .fancybox-title .text {
      height: auto !important;
      overflow: auto;
      padding-left: 15px;
      padding-right: 15px; }
    .fancybox-title .act-btn {
      position: fixed !important;
      width: 100%;
      bottom: 0;
      padding: 0px 0px !important; }
      .fancybox-title .act-btn a {
        height: 60px;
        font-size: 19px !important;
        font-weight: bold;
        padding: 16px 0px !important; }
  .dollar-sign {
    font-size: 0.6em !important;
    position: relative; } }

@media (min-width: 768px) {
  .fancybox-skin,
  .fancybox-content {
    max-width: 700px !important;
    background: #fff;
    color: #444;
    text-shadow: none;
    padding: 15px !important;
    height: auto; }
    .fancybox-skin .fancybox-modal-image,
    .fancybox-content .fancybox-modal-image {
      max-width: 100%;
      max-height: 100%;
      display: block;
      width: 100%;
      padding: 0;
      margin: 0;
      border: 0;
      outline: none; }
    .fancybox-skin .text,
    .fancybox-content .text {
      color: #666666;
      padding: 8px 0px 0px 0px;
      position: relative;
      width: 100%;
      text-align: left;
      width: 100%; }
      .fancybox-skin .text span,
      .fancybox-content .text span {
        display: block;
        font-size: 18px; }
      .fancybox-skin .text .setdesc,
      .fancybox-content .text .setdesc {
        margin: 10px 0px;
        padding: 0; }
  .fancybox-outer, .fancybox-inner {
    position: relative;
    width: 100% !important;
    height: auto !important;
    /* padding-bottom: 15px; */ }
  .fancybox-nav {
    position: absolute;
    top: 0;
    width: 20%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../images/pop-up/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 99997; }
    .fancybox-nav:hover span {
      visibility: visible; }
    .fancybox-nav span {
      position: absolute;
      top: 50%;
      width: 36px;
      height: 34px;
      margin-top: -18px;
      cursor: pointer;
      z-index: 99997;
      visibility: hidden; }
  .fancybox-prev {
    left: 0; }
    .fancybox-prev span {
      background-image: url(../images/pop-up/prev.png);
      width: 40px !important;
      height: 41px !important;
      left: 10px; }
  .fancybox-next {
    right: 0; }
    .fancybox-next span {
      background-image: url(../images/pop-up/next.png);
      width: 40px !important;
      height: 41px !important;
      right: 10px; }
  .fancybox-close,
  .fancybox-stage .fancybox-slide--html .fancybox-close-small {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 99998;
    background-image: url(../images/pop-up/close.png);
    width: 30px !important;
    height: 30px !important; }
  .fancybox-navigation {
    top: 0;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../images/pop-up/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } }

.mk-portfolio-item .the-title {
  padding: 0 20px;
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff !important;
  font-family: RobotoCondensedRegular; }
  .mk-portfolio-item .the-title .titleX {
    font-size: 11px !important; }

.mk-portfolio-item .portfolio-categories a,
.mk-portfolio-item .portfolio-categories,
.mk-portfolio-item .portfolio-date {
  line-height: 16px;
  font-size: 11px;
  letter-spacing: 1px;
  color: #aaaaaa; }

.mk-portfolio-item .portfolio-date a {
  color: #aaaaaa; }

.mk-portfolio-item .featured-image {
  position: relative;
  overflow: hidden;
  line-height: 4px;
  height: 213px;
  /*new added*/
  vertical-align: top;
  /*new added*/
  text-align: center;
  /*new added*/ }

.mk-portfolio-item .featured-image > img {
  position: relative;
  width: 100%; }

.mk-portfolio-item .featured-image .hover-overlay {
  background-color: #000000;
  -webkit-transform: translate(0, 80%);
  -ms-transform: translate(0, 80%);
  transform: translate(0, 80%);
  transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s, -webkit-transform .35s; }

.mk-portfolio-item.fadebox-hover .portfolio-meta {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  opacity: 0;
  transition: all 0.3s ease-in-out; }

.mk-portfolio-item.fadebox-hover .portfolio-categories {
  letter-spacing: 1px;
  font-size: 11px;
  padding: 0 20px;
  line-height: 16px; }

.mk-portfolio-item.fadebox-hover .portfolio-categories span,
.mk-portfolio-item.fadebox-hover .portfolio-date {
  color: #ffffff; }

.mk-portfolio-item.fadebox-hover .add-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 75%) !important; }

.mk-portfolio-item.fadebox-hover .featured-image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-out 0.1s; }

.mk-portfolio-item.fadebox-hover .featured-image .icons-holder {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out; }
  .mk-portfolio-item.fadebox-hover .featured-image .icons-holder a {
    display: inline-block;
    margin: 0 5px;
    width: 48px;
    height: 48px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    opacity: 0.7; }
    .mk-portfolio-item.fadebox-hover .featured-image .icons-holder a svg {
      overflow: visible;
      height: 42px;
      vertical-align: middle; }
    .mk-portfolio-item.fadebox-hover .featured-image .icons-holder a:hover {
      opacity: 1; }

.mk-portfolio-item.fadebox-hover .featured-image:hover:after, .mk-portfolio-item.fadebox-hover .featured-image.hover:after {
  opacity: 1; }
  .mk-portfolio-item.fadebox-hover .featured-image:hover:after .portfolio-meta, .mk-portfolio-item.fadebox-hover .featured-image.hover:after .portfolio-meta {
    opacity: 1;
    bottom: 30px; }
  .mk-portfolio-item.fadebox-hover .featured-image:hover:after .portfolio-categories, .mk-portfolio-item.fadebox-hover .featured-image.hover:after .portfolio-categories {
    opacity: 1; }
  .mk-portfolio-item.fadebox-hover .featured-image:hover:after .hover-overlay, .mk-portfolio-item.fadebox-hover .featured-image.hover:after .hover-overlay {
    opacity: .85;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .mk-portfolio-item.fadebox-hover .featured-image:hover:after .icons-holder, .mk-portfolio-item.fadebox-hover .featured-image.hover:after .icons-holder {
    opacity: 1; }

.mk-portfolio-item.slidebox-hover.six-column .portfolio-meta, .mk-portfolio-item.slidebox-hover.five-column .portfolio-meta {
  padding: 15px 10px 20px; }

.mk-portfolio-item.slidebox-hover.six-column .icons-holder, .mk-portfolio-item.slidebox-hover.five-column .icons-holder {
  top: 20%; }

.mk-portfolio-item.slidebox-hover.four-column .icons-holder {
  top: 25%; }

.mk-portfolio-item.slidebox-hover .portfolio-meta {
  position: absolute;
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  left: 0;
  width: 100%;
  text-align: center;
  padding: 25px 10px 30px;
  transition: all 0.25s ease-out;
  background-color: #1a1a1a;
  min-height: 60px; }

.mk-portfolio-item.slidebox-hover .icons-holder {
  position: absolute;
  top: 30%;
  left: 50%;
  left: 3px;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.305, 1.42);
  transition-delay: 0.1s;
  z-index: 999; }
  .mk-portfolio-item.slidebox-hover .icons-holder a {
    display: inline-block;
    margin: 0 5px;
    width: 48px;
    height: 48px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    transition: all .25s;
    opacity: 0.7;
    vertical-align: middle; }
    .mk-portfolio-item.slidebox-hover .icons-holder a svg {
      height: 33px;
      vertical-align: middle; }
    .mk-portfolio-item.slidebox-hover .icons-holder a:hover {
      opacity: 1; }

.mk-portfolio-item.slidebox-hover .featured-image {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .mk-portfolio-item.slidebox-hover .featured-image > img {
    position: absolute;
    right: -50%;
    top: 0;
    bottom: 0;
    left: -50%;
    margin: auto;
    transition: all 0.35s ease-out; }

.mk-portfolio-item.slidebox-hover .item-holder:not(.selected) .featured-image:hover .portfolio-meta, .mk-portfolio-item.slidebox-hover .item-holder:not(.selected) .featured-image.hover .portfolio-meta {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mk-portfolio-item.slidebox-hover .item-holder:not(.selected) .featured-image:hover .image-hover-overlay, .mk-portfolio-item.slidebox-hover .item-holder:not(.selected) .featured-image.hover .image-hover-overlay {
  opacity: .4; }

.mk-portfolio-item.slidebox-hover .item-holder:not(.selected) .featured-image:hover > img, .mk-portfolio-item.slidebox-hover .item-holder:not(.selected) .featured-image.hover > img {
  -webkit-transform: scale(1) translate3d(0, -20px, 0);
  transform: scale(1) translate3d(0, -20px, 0); }

.mk-portfolio-item.slidebox-hover .item-holder:not(.selected) .featured-image:hover .icons-holder, .mk-portfolio-item.slidebox-hover .item-holder:not(.selected) .featured-image.hover .icons-holder {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.mk-portfolio-item.slidebox-hover .image-hover-overlay {
  background-color: #000000; }

.mk-portfolio-item.zoomin-hover.six-column .image-hover-overlay:after, .mk-portfolio-item.zoomin-hover.five-column .image-hover-overlay:after, .mk-portfolio-item.zoomin-hover.four-column .image-hover-overlay:after, .mk-portfolio-item.zoomin-hover.three-column .image-hover-overlay:after, .mk-portfolio-item.zoomin-hover.six-column .image-hover-overlay:after, .mk-portfolio-item.zoomin-hover.five-column .image-hover-overlay:after, .mk-portfolio-item.zoomin-hover.four-column .image-hover-overlay:after, .mk-portfolio-item.zoomin-hover.three-column .image-hover-overlay:after {
  top: 9%;
  left: 8%;
  right: 8%;
  bottom: 9%; }

.mk-portfolio-item.zoomin-hover .image-hover-overlay {
  background-color: #000000; }
  .mk-portfolio-item.zoomin-hover .image-hover-overlay:after, .mk-portfolio-item.zoomin-hover .image-hover-overlay:before {
    position: absolute;
    top: 9%;
    left: 5%;
    right: 5%;
    bottom: 9%;
    content: '';
    opacity: 1;
    display: block;
    transition: all 0.35s ease-out; }
  .mk-portfolio-item.zoomin-hover .image-hover-overlay:before {
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleY(0) !important;
    -ms-transform: scaleY(0) !important;
    transform: scaleY(0) !important; }
  .mk-portfolio-item.zoomin-hover .image-hover-overlay:after {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
    transform: scaleX(0) !important; }

.mk-portfolio-item.zoomin-hover .portfolio-meta {
  position: absolute;
  bottom: 70%;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-out; }

.mk-portfolio-item.zoomin-hover .icons-holder {
  position: absolute;
  top: 65%;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out; }
  .mk-portfolio-item.zoomin-hover .icons-holder a {
    display: inline-block;
    margin: 0 5px;
    width: 48px;
    height: 48px;
    line-height: 50px;
    text-align: center;
    opacity: 0.7;
    color: #ffffff; }
    .mk-portfolio-item.zoomin-hover .icons-holder a svg {
      height: 42px;
      vertical-align: middle; }
    .mk-portfolio-item.zoomin-hover .icons-holder a:hover {
      opacity: 1; }

.mk-portfolio-item.zoomin-hover .portfolio-categories {
  line-height: initial; }

.mk-portfolio-item.zoomin-hover .portfolio-categories span,
.mk-portfolio-item.zoomin-hover .portfolio-date {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase; }

.mk-portfolio-item.zoomin-hover .featured-image {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .mk-portfolio-item.zoomin-hover .featured-image.buttons-disabled:hover .portfolio-meta {
    bottom: 40%; }
  .mk-portfolio-item.zoomin-hover .featured-image > img {
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.35s ease-in-out; }
  .mk-portfolio-item.zoomin-hover .featured-image:hover .portfolio-meta, .mk-portfolio-item.zoomin-hover .featured-image.hover .portfolio-meta {
    opacity: 1;
    bottom: 60%; }
  .mk-portfolio-item.zoomin-hover .featured-image:hover .image-hover-overlay, .mk-portfolio-item.zoomin-hover .featured-image.hover .image-hover-overlay {
    opacity: .5; }
    .mk-portfolio-item.zoomin-hover .featured-image:hover .image-hover-overlay:before, .mk-portfolio-item.zoomin-hover .featured-image.hover .image-hover-overlay:before {
      -webkit-transform: scaleY(1) !important;
      -ms-transform: scaleY(1) !important;
      transform: scaleY(1) !important; }
    .mk-portfolio-item.zoomin-hover .featured-image:hover .image-hover-overlay:after, .mk-portfolio-item.zoomin-hover .featured-image.hover .image-hover-overlay:after {
      -webkit-transform: scaleX(1) !important;
      -ms-transform: scaleX(1) !important;
      transform: scaleX(1) !important; }

.image-hover-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0; }

.image-hover-overlay {
  transition: opacity 0.25s ease-in-out; }

.mk-portfolio-item.zoomin-hover .featured-image:hover > img,
.mk-portfolio-item.zoomin-hover .featured-image.hover > img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15); }

.ev-gallery-box .mk-portfolio-item .featured-image {
  height: 158px;
  text-align: center; }

.ev-gallery-box .mk-portfolio-item.slidebox-hover .featured-image > img {
  transform: none !important; }

@media handheld, only screen and (max-width: 1140px) {
  .mk-portfolio-item.four-column,
  .mk-portfolio-item.five-column,
  .mk-portfolio-item.six-column {
    width: 33.3% !important; } }

@media handheld, only screen and (max-width: 1024px) {
  .mk-portfolio-item .featured-image {
    /*height: 190px;*/ }
  .ev-gallery-box .mk-portfolio-item .featured-image {
    height: 143px; } }

@media handheld, only screen and (max-width: 960px) {
  .mk-portfolio-item.two-column,
  .mk-portfolio-item.three-column,
  .mk-portfolio-item.four-column,
  .mk-portfolio-item.five-column,
  .mk-portfolio-item.six-column {
    width: 49.96% !important; } }

@media handheld, only screen and (max-width: 620px) {
  .mk-portfolio-item.two-column,
  .mk-portfolio-item.three-column,
  .mk-portfolio-item.four-column,
  .mk-portfolio-item.five-column,
  .mk-portfolio-item.six-column {
    width: 100% !important; } }

@media screen and (max-width: 768px) {
  /* pradeep */
  .mob-overlay {
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    transition: opacity 0.25s ease-in-out; }
  .mob-overlay-tick {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 11;
    top: 38%;
    opacity: 0;
    transition: opacity 0.25s ease-in-out; }
  .mob-overlay-tick img {
    height: 50px;
    width: 50px !important; }
  .featured-image:hover .mob-overlay {
    opacity: .8; }
  .active-box {
    opacity: 1; }
  .active-overlay {
    opacity: .8; }
  .mob-view-ico {
    position: absolute;
    bottom: 10px;
    right: 4%;
    z-index: 100; }
  .mob-view-ico a {
    color: #fff; }
  .mob-gallery .featured-image:hover > img, .mob-gallery .featured-image.hover > img {
    transform: none !important; }
  .mob-Personalize {
    position: fixed;
    float: right;
    bottom: 30px;
    right: 75px; }
  .mob-Personalize a {
    text-decoration: none;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 20px;
    height: 40px;
    width: 170px;
    background-color: #ffe500;
    border-radius: 20px;
    text-transform: uppercase;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3); }
  .mob-Personalize a span {
    position: relative;
    margin-left: 5px; }
  .mob-Personalize a span img {
    height: 16px;
    margin-top: -2px; }
  .event-effect {
    position: relative; }
  .mk-portfolio-item.slidebox-hover .featured-image .icons-holder {
    /*display:none;*/
    display: block;
    bottom: 13px !important;
    text-align: right !important;
    top: auto !important;
    right: 9px;
    left: auto;
    width: 50px;
    height: auto; }
  .mk-portfolio-item.slidebox-hover .featured-image:hover .icons-holder {
    display: block; }
  .event-effect .gallery-thumb-img {
    width: 48%;
    margin-right: 0; }
  .ev-gallery-box .mk-portfolio-item .featured-image {
    /*height:294px;*/
    height: auto; }
  .mk-portfolio-item .featured-image {
    /*height:311px;*/
    height: auto; }
  .mk-portfolio-item.slidebox-hover .icons-holder {
    opacity: 1; }
  .mk-portfolio-item.slidebox-hover .featured-image .image-hover-overlay,
  .mk-portfolio-item.slidebox-hover .featured-image.hover .image-hover-overlay {
    opacity: 0;
    display: none; }
  .mk-portfolio-item.slidebox-hover .icons-holder {
    transform: none; }
  .mk-portfolio-item.slidebox-hover .icons-holder a {
    opacity: 0.95; }
  .mk-portfolio-item.slidebox-hover .icons-holder a svg {
    -webkit-filter: drop-shadow(2px 2px 3px black);
    filter: drop-shadow(2px 2px 3px black); }
  .mk-portfolio-item.slidebox-hover .featured-image > img {
    position: static;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto; }
  .mk-portfolio-item.slidebox-hover .featured-image .mob-overlay-tickbtn img {
    position: absolute;
    right: -50%;
    top: 0;
    bottom: 0;
    left: -50%;
    margin: auto; } }

@media handheld, only screen and (max-width: 700px) {
  .mk-portfolio-item .featured-image {
    /*height:280px;*/ }
  .ev-gallery-box .mk-portfolio-item .featured-image {
    /*height:266px;*/ }
  .ev-gallery-box .gallery-event-img {
    margin-bottom: 12px; } }

@media handheld, only screen and (max-width: 620px) {
  .ev-gallery-box .mk-portfolio-item .featured-image {
    /*height:200px;*/ }
  .mk-portfolio-item .featured-image {
    /*height:250px;*/ } }

@media handheld, only screen and (max-width: 600px) {
  .mk-portfolio-item .featured-image {
    /*height:244px;*/ } }

@media handheld, only screen and (max-width: 550px) {
  .mk-portfolio-item .featured-image {
    /*height:223px;*/ } }

@media handheld, only screen and (max-width: 520px) {
  .mk-portfolio-item .featured-image {
    /*height:212px;*/ }
  .ev-gallery-box .mk-portfolio-item .featured-image {
    /*height:194px;*/ } }

@media handheld, only screen and (max-width: 500px) {
  .mk-portfolio-item.slidebox-hover .portfolio-meta {
    padding: 10px 10px; }
  .mk-portfolio-item .the-title {
    margin-bottom: 10px;
    padding: 0 7px; }
  .ev-gallery-box .mk-portfolio-item .featured-image {
    /*height:175px;*/ }
  .mk-portfolio-item .featured-image {
    /*height:200px;*/ } }

@media handheld, only screen and (max-width: 480px) {
  .mk-portfolio-item .featured-image {
    /*height:194px;*/ } }

@media handheld, only screen and (max-width: 460px) {
  .mk-portfolio-item .featured-image {
    /*height:186px;*/ } }

@media handheld, only screen and (max-width: 440px) {
  .mk-portfolio-item .featured-image {
    /*height:179px;*/ }
  .ev-gallery-box .mk-portfolio-item .featured-image {
    /*height:166px;*/ } }

@media handheld, only screen and (max-width: 420px) {
  .mk-portfolio-item .featured-image {
    /*height:172px;*/ }
  .ev-gallery-box .mk-portfolio-item .featured-image {
    /*height:158px;*/ } }

@media screen and (max-width: 400px) {
  .ev-gallery-box .mk-portfolio-item .featured-image {
    /*height:125px;*/ }
  .mk-portfolio-item .featured-image {
    /*height:160px;*/ } }

@media handheld, only screen and (max-width: 380px) {
  .mk-portfolio-item .featured-image {
    /*height:154px;*/ } }

@media screen and (max-width: 360px) {
  .mk-portfolio-item .featured-image {
    /*height:145px;*/ } }

@media screen and (max-width: 340px) {
  .mk-portfolio-item .featured-image {
    /*height:138px;*/ } }

@media screen and (max-width: 330px) {
  .mk-portfolio-item .featured-image {
    /*height:130px;*/ }
  .ev-gallery-box .mk-portfolio-item .featured-image {
    /*height:119px;*/ } }

#page-retail-gallery .loading-div {
  height: 45vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  #page-retail-gallery .loading-div img {
    width: 64px;
    height: 64px; }

.grecaptcha-badge {
  visibility: hidden; }

.title {
  font-size: 55px; }

ul {
  list-style-type: none;
  padding-left: 0; }

.content p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #6d6d6d;
  font-family: "droid_sansregular", sans-serif;
  line-height: 1.66em; }

/* add to select tag */
.bb-select option {
  background-color: #ffffff;
  color: #777;
  padding: 7px 10px; }

.bb-select option:checked {
  background-color: #d8d8d8; }

.no-padding {
  padding: 0; }

.padding-top-85 {
  padding-top: 85px; }

.section-bottom-content {
  padding: 85px 0px; }

.no-margin-bottom {
  margin-bottom: 0px; }

.no-margin-top {
  margin-top: 0px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

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

.cell {
  padding: 5px 10px; }

.futura-condensed {
  font-family: "Conv_Futura Condensed Medium", sans-serif; }

.text-bold {
  font-weight: bold; }

.white {
  color: #ffffff; }

.black {
  color: #000000; }

.flex {
  display: flex; }

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

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

.wrap {
  flex-wrap: wrap; }

.social-button-container {
  width: fit-content;
  margin: 0 auto;
  clear: both;
  padding-top: 20px; }

.social-buttons {
  display: inline-block;
  background-color: #000000;
  border-radius: 4px;
  color: #ffffff;
  margin: 7px; }
  .social-buttons span {
    padding: 0px 20px; }
  .social-buttons img {
    border-right: solid #ffffff 1px; }

a.social-buttons {
  text-decoration: none; }

#minicart {
  margin-left: 25px; }
  #minicart .relative {
    position: relative; }
  #minicart .inline-block {
    display: inline-block;
    vertical-align: middle; }
  #minicart .fa-shopping-cart {
    font-size: 2.5em;
    color: #a8a8a8; }

.gallery-back {
  float: none; }

#cartCounter {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 17px;
  right: 12px;
  color: #ffffff; }

#minicartLabel {
  font-size: 17px;
  color: #4a4a4a;
  opacity: 0.7; }

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

.droid-regular {
  font-family: "droid_sansregular", sans-serif; }

.retail-gallery-head .gallery-link {
  background-color: white;
  text-decoration: none;
  color: #888;
  opacity: 1;
  font-size: 20px; }
  .retail-gallery-head .gallery-link:hover {
    text-decoration: underline; }
  .retail-gallery-head .gallery-link.active {
    text-decoration: underline;
    color: #444; }
    .retail-gallery-head .gallery-link.active:hover {
      opacity: 0.5; }

.gallery-navigation {
  padding: 0; }
  .gallery-navigation ul li {
    margin: initial;
    border: none; }

.gallery-filter select {
  border: none;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  text-transform: uppercase;
  padding-right: 0;
  padding-top: 6px;
  padding-bottom: 6px; }

.gallery-filter .active {
  background-color: rgba(0, 0, 0, 0); }
  .gallery-filter .active a,
  .gallery-filter .active select {
    font-weight: bold;
    color: #4a4a4a;
    text-decoration: underline; }

.gallery-filter a {
  font-weight: 400; }
  .gallery-filter a:hover {
    font-weight: 600;
    color: #000000; }

.portfolio-meta .the-title {
  margin-top: 0; }

#master_gallery h3 {
  font-size: 36px; }

#master_gallery .middle-section-mid {
  /* max-width: 1400px; */
  max-width: 1100px; }

#master_gallery .imgContainer {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
  border: solid 4px #ffffff;
  border-radius: 4px;
  overflow: hidden; }
  #master_gallery .imgContainer img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

#master_gallery .imgContainer,
#master_gallery .gallery-thumb {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
  border: solid 4px #ffffff;
  border-radius: 4px;
  overflow: hidden;
  height: 281px;
  background-size: cover;
  display: block; }

#master_gallery .gallery-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.middle-section-mid p a {
  color: #000000; }

.middle-section-mid p a:hover {
  text-decoration: underline; }

.hoverActionBtn {
  display: block;
  padding: 14px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0;
  text-align: center;
  text-transform: lowercase;
  text-decoration: none;
  background: transparent;
  color: #fff;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s;
  margin: 0 -10px -17px; }
  .hoverActionBtn:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer; }

.hoverDesc {
  line-height: 1;
  font-size: 11px !important; }

.gallerymaster h1.jumbo-title {
  font-size: 50px;
  margin-bottom: .5em; }

.dollar-sign {
  font-size: 0.6em !important;
  position: relative;
  /* bottom: 4px;
  transform: translateY(-35%); */ }

.fancybox-title .text span {
  display: inline-block; }

.fancybox-title .act-btn a {
  font-size: 16px;
  font-weight: bold; }

.fancybox-title .optional-upgrades {
  font-style: italic; }

.fancybox-title .setdesc {
  margin: 10px 0px;
  padding: 0; }

.fancybox-title .setprint {
  padding: 0;
  margin: 0 0 20px 0px; }

@media all and (max-width: 768px) {
  .space-between {
    justify-content: unset; }
  .portfolio-meta {
    display: none !important; }
  /* .fancybox-wrap {
		position: absolute !important;
		height: auto !important;
		width: 95% !important;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%, -50%);
	} */
  .fancybox-title {
    width: 100%; }
    .fancybox-title .text {
      height: auto !important;
      overflow: auto;
      padding-left: 15px;
      padding-right: 15px; }
    .fancybox-title .act-btn {
      position: static;
      padding: 0px 15px; }
  .fancybox-margin {
    margin-right: 0px; }
  .tooltip-inner {
    margin-left: auto;
    margin-right: auto; }
  .retail-header .content .title {
    font-size: 22px;
    line-height: 1; }
  .retail-header .content .description {
    font-size: 16px; }
  .retail-header .studio-action a:first-child, .retail-header .studio-action a:last-child {
    position: absolute; }
  .retail-header .studio-action a:first-child {
    top: 16px;
    left: 6px; }
  .retail-header .studio-action a:last-child {
    top: 10px;
    right: 6px;
    margin-left: 0px; }
  .retail-header .studio-action a:last-child#minicart .fa-shopping-cart {
    font-size: 2.175em; }
  .retail-header .studio-action a:last-child #cartCounter {
    font-size: 13px;
    top: 15px;
    right: 10px; }
  .studio-content {
    padding-left: 0px;
    padding-right: 0px; }
  .gallery-filter {
    margin-bottom: 0px; }
  .slash-line-bottom {
    margin-bottom: 0; }
  .studio-content .slash-line-bottom {
    margin-top: 15px; }
  .compRemo {
    display: flex; }
  .personal-detail-form input[type="submit"],
  .personal-detail-txt,
  .footer-middle,
  .gallery-navigation,
  .retail-gallery-head,
  .retail-header,
  .tab_content,
  .cart-instructions,
  .personal-detail-left {
    padding-left: 20px;
    padding-right: 20px; }
  #mobile-tabs,
  .slash-line-bottom {
    width: auto;
    margin-left: 5px;
    margin-right: 5px; }
  .slash-line-bottom {
    background-size: auto; }
  .personal-detail-left .choose-project {
    /* width: 100%;
			height: 100%; */
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 11; }
  .personal-detail-left .review-cost .bg-transperent {
    display: none; }
  .personal-detail-left .project-summary {
    /* display: flex;
		justify-content: space-between; */
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 1em; }
  .personal-detail-left .optional-upgr .optional-upgr-detail .grid-options {
    padding: 0; }
    .personal-detail-left .optional-upgr .optional-upgr-detail .grid-options label {
      font-size: 18px;
      padding-left: 40px; }
  .personal-detail-right .project-summary {
    padding: 0; }
    .personal-detail-right .project-summary:before, .personal-detail-right .project-summary:after {
      display: table;
      content: " "; }
    .personal-detail-right .project-summary:after {
      clear: both; }
    .personal-detail-right .project-summary .desc-block {
      /* float: left; */
      padding: 0; }
    .personal-detail-right .project-summary .total {
      float: right;
      padding: 0; }
  .personal-detail-right .personal-detail-form {
    padding: 10px 0px;
    box-shadow: none; }
    .personal-detail-right .personal-detail-form .personalize-options .grid-options,
    .personal-detail-right .personal-detail-form .personalize-options .single-line-option {
      padding: 0; }
      .personal-detail-right .personal-detail-form .personalize-options .grid-options label,
      .personal-detail-right .personal-detail-form .personalize-options .single-line-option label {
        font-size: 18px;
        padding-left: 40px; }
    .personal-detail-right .personal-detail-form .upgrade-desc {
      font-size: 16px; }
    .personal-detail-right .personal-detail-form .schedule {
      margin-top: 5px;
      margin-bottom: 5px; }
    .personal-detail-right .personal-detail-form .personalizations {
      margin: 0px 20px; }
    .personal-detail-right .personal-detail-form input[type="submit"] {
      width: calc(100% - 40px);
      margin: 0px 20px 5px;
      padding-top: 18px;
      padding-bottom: 18px; }
  #mobile-tabs {
    display: block;
    text-align: center;
    /* width: 100%; */
    /* float: left; */
    border: 1px solid #c2c2c2;
    padding: 6px 0;
    position: relative;
    /* margin-bottom: 15px; */ }
    #mobile-tabs img {
      position: absolute;
      right: 10px;
      top: 10px; }
    #mobile-tabs span {
      font-size: 18px;
      font-weight: bold; }
  ul.retail-gallery-head {
    display: none;
    /* margin-top: 38px; */
    margin-bottom: 0; }
    ul.retail-gallery-head .active {
      background-color: transparent;
      text-decoration: none; }
    ul.retail-gallery-head li {
      background-color: transparent;
      text-decoration: none;
      display: block;
      padding: 0; }
    ul.retail-gallery-head li.active,
    ul.retail-gallery-head li a.gallery-link.active {
      background-color: transparent;
      text-decoration: none; }
      ul.retail-gallery-head li.active:hover,
      ul.retail-gallery-head li a.gallery-link.active:hover {
        background-color: #000000;
        color: #ffffff;
        text-decoration: none; }
    ul.retail-gallery-head li a.gallery-link {
      background-color: transparent;
      display: block;
      margin: 0;
      padding: 10px 15px;
      color: #4a4a4a;
      text-decoration: none;
      border: 1px solid #c4c4c4;
      text-transform: uppercase;
      /* background-color: #fff; */
      font-weight: 600;
      font-size: 13px;
      cursor: pointer;
      background-color: transparent;
      text-decoration: none;
      display: block; }
      ul.retail-gallery-head li a.gallery-link.active {
        background-color: #e1e1e1; } }

@media all and (max-width: 400px) {
  .gallerymaster h1.gothic-title, .gallerymaster h1.jumbo-title {
    margin-bottom: .5em; }
  .gallerymaster h1.gothic-title {
    font-size: 22px; }
  .gallerymaster h1.jumbo-title {
    font-size: 40px; }
  .space-between {
    flex-flow: column; }
  li {
    text-align: center; } }

@media all and (max-width: 640px) {
  .gallerymaster h1.jumbo-title {
    font-size: 36px;
    margin-bottom: .5em;
    line-height: 1.1; } }

@media all and (min-width: 768px) {
  .no-padding-lg {
    padding: 0; }
  .section-bottom-content {
    padding-bottom: 0; }
  .retail-header .studio-action a:first-child, .retail-header .studio-action a:last-child {
    position: initial; }
  .personal-detail-left {
    float: left; }
  .personal-detail-right {
    float: right; }
  #mobile-tabs {
    display: none; }
  #nav-all {
    display: none; }
  ul.retail-gallery-head li.active {
    background-color: transparent; }
  ul.retail-gallery-head li.active a.gallery-link:hover,
  ul.retail-gallery-head li a.gallery-link:hover {
    background-color: transparent;
    color: #000000;
    text-decoration: none; } }

@media all and (min-width: 1200px) {
  .jumbo-title {
    font-size: 96px; } }

/* BS4 */
/* TODO: move to scss */
.bg-black {
  background-color: #000000; }

.font-fancy {
  font-family: "lakesightregular", serif; }

main a {
  color: #000000;
  text-decoration: none; }
  main a:hover {
    color: #000000;
    text-decoration: underline; }

.title {
  font-size: 55px; }

ul {
  list-style-type: none;
  padding-left: 0; }

.content p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #6d6d6d;
  font-family: "droid_sansregular", sans-serif;
  line-height: 1.66em; }

/* add to select tag */
.bb-select option {
  background-color: #ffffff;
  color: #777;
  padding: 7px 10px; }
  .bb-select option:checked {
    background-color: #d8d8d8; }

.no-padding {
  padding: 0; }

.padding-top-85 {
  padding-top: 85px; }

.section-bottom-content {
  padding: 85px 0px; }

.no-margin-bottom {
  margin-bottom: 0px; }

.no-margin-top {
  margin-top: 0px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

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

.cell {
  padding: 5px 10px; }

.futura-condensed {
  font-family: "Conv_Futura Condensed Medium", sans-serif; }

.text-bold {
  font-weight: bold; }

.white {
  color: #ffffff; }

.black {
  color: #000000; }

/*$$$$$\  $$\                    $$\
$$  __$$\ $$ |                   $$ |
$$ /  \__|$$ | $$$$$$\ $$\   $$\ $$$$$$$\   $$$$$$\  $$\   $$\
$$$$\     $$ |$$  __$$\\$$\ $$  |$$  __$$\ $$  __$$\ \$$\ $$  |
$$  _|    $$ |$$$$$$$$ |\$$$$  / $$ |  $$ |$$ /  $$ | \$$$$  /
$$ |      $$ |$$   ____|$$  $$<  $$ |  $$ |$$ |  $$ | $$  $$<
$$ |      $$ |\$$$$$$$\$$  /\$$\ $$$$$$$  |\$$$$$$  |$$  /\$$\
\__|      \__| \_______\__/  \__|\_______/  \______/ \__/  \*/
.flex {
  display: flex; }

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

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

.wrap {
  flex-wrap: wrap; }

/*\           $$\
							  \__|          $$ |
 /$$$$$$\  $$$$$$\   $$$$$$$\ $$\  $$$$$$\  $$ |
$$  _____|$$  __$$\ $$  _____|$$ | \____$$\ $$ |
\$$$$$$\  $$ /  $$ |$$ /      $$ | $$$$$$$ |$$ |
 \____$$\ $$ |  $$ |$$ |      $$ |$$  __$$ |$$ |
$$$$$$$  |\$$$$$$  |\$$$$$$$\ $$ |\$$$$$$$ |$$ |
\_______/  \______/  \_______|\__| \_______|\_*/
.social-button-container {
  width: fit-content;
  margin: 0 auto;
  clear: both;
  padding-top: 20px; }

.social-buttons {
  display: inline-block;
  background-color: #000000;
  border-radius: 4px;
  color: #ffffff;
  margin: 7px; }

.social-buttons span {
  padding: 0px 20px; }

a.social-buttons {
  text-decoration: none; }

.social-buttons img {
  border-right: solid #ffffff 1px; }

/*\           $$\  $$$$$$\                       $$\
			  \__|          \__|$$  __$$\                      $$ |
$$$$$$\$$$$\  $$\ $$$$$$$\  $$\ $$ /  \__| $$$$$$\   $$$$$$\ $$$$$$\
$$  _$$  _$$\ $$ |$$  __$$\ $$ |$$ |       \____$$\ $$  __$$\\_$$  _|
$$ / $$ / $$ |$$ |$$ |  $$ |$$ |$$ |       $$$$$$$ |$$ |  \__| $$ |
$$ | $$ | $$ |$$ |$$ |  $$ |$$ |$$ |  $$\ $$  __$$ |$$ |       $$ |$$\
$$ | $$ | $$ |$$ |$$ |  $$ |$$ |\$$$$$$  |\$$$$$$$ |$$ |       \$$$$  |
\__| \__| \__|\__|\__|  \__|\__| \______/  \_______|\__|        \___*/
#minicart .relative {
  position: relative; }

#minicart .inline-block {
  display: inline-block;
  vertical-align: middle; }

#minicart {
  margin-left: 25px; }

#minicart .fa-shopping-cart {
  font-size: 2.5em;
  color: #a8a8a8; }

.gallery-back {
  float: none; }

#cartCounter {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 17px;
  right: 12px;
  color: #ffffff; }

#minicartLabel {
  font-size: 17px;
  color: #4a4a4a;
  opacity: 0.7; }

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

.droid-regular {
  font-family: "droid_sansregular", sans-serif; }

#page-retail-gallery .tooltip,
#page-retail-gallery-customize .tooltip,
#page-retail-gallery-cart .tooltip {
  width: auto; }

#page-retail-gallery .gallery-dropdown,
#page-retail-gallery-customize .gallery-dropdown,
#page-retail-gallery-cart .gallery-dropdown {
  top: 80px;
  padding-top: 20px; }
  #page-retail-gallery .gallery-dropdown #mobile-tabs,
  #page-retail-gallery-customize .gallery-dropdown #mobile-tabs,
  #page-retail-gallery-cart .gallery-dropdown #mobile-tabs {
    margin-top: 0; }
  #page-retail-gallery .gallery-dropdown .slash-line-bottom,
  #page-retail-gallery-customize .gallery-dropdown .slash-line-bottom,
  #page-retail-gallery-cart .gallery-dropdown .slash-line-bottom {
    background-size: 100%; }

@media (max-width: 991.98px) {
  #page-retail-gallery .gallery-dropdown,
  #page-retail-gallery-customize .gallery-dropdown,
  #page-retail-gallery-cart .gallery-dropdown {
    top: 70px;
    padding-top: 20px; }
    #page-retail-gallery .gallery-dropdown #mobile-tabs,
    #page-retail-gallery-customize .gallery-dropdown #mobile-tabs,
    #page-retail-gallery-cart .gallery-dropdown #mobile-tabs {
      margin-top: 0; }
    #page-retail-gallery .gallery-dropdown .gallery-filter,
    #page-retail-gallery-customize .gallery-dropdown .gallery-filter,
    #page-retail-gallery-cart .gallery-dropdown .gallery-filter {
      padding-top: 0; }
    #page-retail-gallery .gallery-dropdown .gallery-navigation,
    #page-retail-gallery-customize .gallery-dropdown .gallery-navigation,
    #page-retail-gallery-cart .gallery-dropdown .gallery-navigation {
      padding-top: 0; }
    #page-retail-gallery .gallery-dropdown .slash-line-bottom,
    #page-retail-gallery-customize .gallery-dropdown .slash-line-bottom,
    #page-retail-gallery-cart .gallery-dropdown .slash-line-bottom {
      background-size: 100%; } }

@media (max-width: 767.98px) {
  #page-retail-gallery #mobile-tabs,
  #page-retail-gallery-customize #mobile-tabs,
  #page-retail-gallery-cart #mobile-tabs {
    margin-left: 0;
    margin-right: 0; }
  #page-retail-gallery .desktop-menu-wrapper,
  #page-retail-gallery-customize .desktop-menu-wrapper,
  #page-retail-gallery-cart .desktop-menu-wrapper {
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    padding-right: 0; }
  #page-retail-gallery .retail-header,
  #page-retail-gallery-customize .retail-header,
  #page-retail-gallery-cart .retail-header {
    padding-left: 0;
    padding-right: 0; }
  #page-retail-gallery .page-header h1.title,
  #page-retail-gallery-customize .page-header h1.title,
  #page-retail-gallery-cart .page-header h1.title {
    font-size: 22px;
    line-height: 1; }
  #page-retail-gallery .page-header p,
  #page-retail-gallery-customize .page-header p,
  #page-retail-gallery-cart .page-header p {
    font-size: 16px;
    margin-bottom: 0px;
    color: #6d6d6d;
    font-family: "droid_sansregular";
    line-height: 1.66em; }
  #page-retail-gallery .gallery-menu,
  #page-retail-gallery-customize .gallery-menu,
  #page-retail-gallery-cart .gallery-menu {
    padding-top: 0;
    top: 70px; }
  #page-retail-gallery .retail-gallery-head,
  #page-retail-gallery-customize .retail-gallery-head,
  #page-retail-gallery-cart .retail-gallery-head {
    padding-left: 0;
    padding-right: 0; }
  #page-retail-gallery .personal-detail-txt,
  #page-retail-gallery-customize .personal-detail-txt,
  #page-retail-gallery-cart .personal-detail-txt {
    font-size: 14px;
    margin-bottom: 0px;
    color: #6d6d6d;
    font-family: "droid_sansregular";
    line-height: 1.66em; }
  #page-retail-gallery .project-summary,
  #page-retail-gallery-customize .project-summary,
  #page-retail-gallery-cart .project-summary {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0; }
    #page-retail-gallery .project-summary:before, #page-retail-gallery .project-summary:after,
    #page-retail-gallery-customize .project-summary:before,
    #page-retail-gallery-customize .project-summary:after,
    #page-retail-gallery-cart .project-summary:before,
    #page-retail-gallery-cart .project-summary:after {
      content: none; }
  #page-retail-gallery .personal-detail-right,
  #page-retail-gallery-customize .personal-detail-right,
  #page-retail-gallery-cart .personal-detail-right {
    margin-top: 0; }
  #page-retail-gallery .personal-detail-form,
  #page-retail-gallery-customize .personal-detail-form,
  #page-retail-gallery-cart .personal-detail-form {
    padding-left: 0;
    padding-right: 0; }
  #page-retail-gallery .personalizations,
  #page-retail-gallery-customize .personalizations,
  #page-retail-gallery-cart .personalizations {
    margin-left: 0;
    margin-right: 0; }
  #page-retail-gallery .cart-instructions,
  #page-retail-gallery-customize .cart-instructions,
  #page-retail-gallery-cart .cart-instructions {
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    color: #4a4a4a;
    font-size: 24px;
    margin: 20px 0 20px 0;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 32px; }
  #page-retail-gallery .choose-project,
  #page-retail-gallery-customize .choose-project,
  #page-retail-gallery-cart .choose-project {
    margin-top: 0;
    justify-content: space-between;
    align-items: center; }
    #page-retail-gallery .choose-project .proleft,
    #page-retail-gallery-customize .choose-project .proleft,
    #page-retail-gallery-cart .choose-project .proleft {
      font-size: 14px; }
      #page-retail-gallery .choose-project .proleft span,
      #page-retail-gallery-customize .choose-project .proleft span,
      #page-retail-gallery-cart .choose-project .proleft span {
        font-size: 20px;
        line-height: 22px; }
      #page-retail-gallery .choose-project .proleft span.projectsize,
      #page-retail-gallery-customize .choose-project .proleft span.projectsize,
      #page-retail-gallery-cart .choose-project .proleft span.projectsize {
        font-size: 20px !important;
        line-height: 22px; }
    #page-retail-gallery .choose-project .project-total,
    #page-retail-gallery-customize .choose-project .project-total,
    #page-retail-gallery-cart .choose-project .project-total {
      position: initial;
      line-height: 1.5;
      margin-top: -20px; }
      #page-retail-gallery .choose-project .project-total p,
      #page-retail-gallery-customize .choose-project .project-total p,
      #page-retail-gallery-cart .choose-project .project-total p {
        line-height: 18px; }
      #page-retail-gallery .choose-project .project-total .dollars,
      #page-retail-gallery-customize .choose-project .project-total .dollars,
      #page-retail-gallery-cart .choose-project .project-total .dollars {
        font-size: 25px;
        line-height: 23px; } }

.retail-gallery-head .gallery-link {
  background-color: white;
  text-decoration: none;
  color: #888;
  opacity: 1;
  font-size: 20px; }
  .retail-gallery-head .gallery-link:hover {
    text-decoration: underline; }
  .retail-gallery-head .gallery-link.active {
    text-decoration: underline;
    color: #444; }
    .retail-gallery-head .gallery-link.active:hover {
      opacity: 0.5; }

.gallery-navigation {
  padding: 0 0 10px 0; }
  .gallery-navigation ul li {
    margin: initial;
    border: none; }

.toolicon {
  z-index: 998; }

.infinite-scroll .gallery-thumb-img img {
  -webkit-filter: drop-shadow(2px 2px 3px black);
  filter: drop-shadow(2px 2px 3px black); }

.gallery-filter {
  margin-bottom: 0;
  padding-top: 10px; }
  .gallery-filter select {
    border: none;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    text-transform: uppercase;
    padding-right: 0;
    padding-top: 6px;
    padding-bottom: 6px; }
  .gallery-filter.active,
  .gallery-filter .active {
    background-color: rgba(0, 0, 0, 0); }
  .gallery-filter a {
    font-weight: 400; }
    .gallery-filter a:hover {
      font-weight: 600;
      color: #000000; }
  .gallery-filter .active a,
  .gallery-filter .active select {
    font-weight: bold;
    color: #4a4a4a;
    text-decoration: underline; }

.mk-portfolio-item.slidebox-hover .portfolio-meta {
  padding-top: 15px;
  padding-bottom: 17px; }
  .mk-portfolio-item.slidebox-hover .portfolio-meta .the-title {
    margin-top: 0;
    margin-bottom: 8px; }

#master_gallery h3 {
  font-size: 36px; }

#master_gallery a.gallery-link:hover {
  text-decoration: none;
  color: #fff; }

#master_gallery .middle-section-mid {
  /* max-width: 1400px; */
  max-width: 1100px; }
  #master_gallery .middle-section-mid p a {
    color: #000000; }
    #master_gallery .middle-section-mid p a:hover {
      text-decoration: underline; }

#master_gallery .imgContainer {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
  border: solid 4px #ffffff;
  border-radius: 4px;
  overflow: hidden; }
  #master_gallery .imgContainer img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.hoverActionBtn {
  display: block;
  padding: 14px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0;
  text-align: center;
  text-transform: lowercase;
  text-decoration: none;
  background: transparent;
  color: #fff;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s;
  margin: 0 -10px -17px; }
  .hoverActionBtn:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer; }

.hoverDesc {
  line-height: 1;
  font-size: 11px !important; }

.gallerymaster h1.jumbo-title {
  font-size: 50px;
  margin-bottom: .5em; }

.sticky-mobile-tabs {
  position: fixed;
  left: 0;
  top: 70px;
  width: 100%;
  z-index: 99991;
  padding: 10px 0; }

.gallery-menu {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 0; }

.desktop-menu-wrapper {
  width: 100%;
  max-width: 1082px;
  margin: 0 auto;
  padding-right: 5px; }

@media all and (max-width: 768px) {
  .retail-header .studio-action a:first-child, .retail-header .studio-action a:last-child {
    position: absolute; }
  .retail-header .studio-action a:first-child {
    top: 16px;
    left: 6px; }
  .retail-header .studio-action a:last-child {
    top: 10px;
    right: 6px;
    margin-left: 0px; }
    .retail-header .studio-action a:last-child#cartCounter {
      font-size: 13px;
      top: 15px;
      right: 10px; }
  .retail-header .studio-action a:last-child#minicart .fa-shopping-cart {
    font-size: 2.175em; }
  .retail-header .gallery-details .gallery-title {
    font-family: "Conv_Futura Condensed Medium", sans-serif;
    font-size: 55px;
    line-height: 1.1; }
  .retail-header .gallery-details .gallery-description {
    font-size: 16px;
    line-height: 1.66em; }
  .retail-header .content .title {
    font-size: 22px;
    line-height: 1; }
  .retail-header .content .gallery-description {
    font-size: 16px;
    line-height: 1.66em; }
  ul.retail-gallery-head {
    display: none;
    margin-bottom: 0; }
    ul.retail-gallery-head .active {
      background-color: transparent;
      text-decoration: none; }
    ul.retail-gallery-head li {
      background-color: transparent;
      text-decoration: none;
      display: block;
      padding: 0; }
      ul.retail-gallery-head li.active,
      ul.retail-gallery-head li a.gallery-link.active {
        background-color: transparent;
        text-decoration: none; }
      ul.retail-gallery-head li.active a.gallery-link:hover,
      ul.retail-gallery-head li a.gallery-link:hover {
        background-color: #000000;
        color: #ffffff;
        text-decoration: none; }
      ul.retail-gallery-head li a.gallery-link {
        background-color: transparent;
        display: block;
        margin: 0;
        padding: 10px 15px;
        color: #4a4a4a;
        text-decoration: none;
        border: 1px solid #c4c4c4;
        text-transform: uppercase;
        /* background-color: #fff; */
        font-weight: 600;
        font-size: 13px;
        cursor: pointer;
        background-color: transparent;
        text-decoration: none;
        display: block; }
        ul.retail-gallery-head li a.gallery-link.active {
          background-color: #e1e1e1; } }

@media all and (max-width: 400px) {
  .gallerymaster h1.gothic-title {
    font-size: 22px;
    margin-bottom: .5em; }
  .gallerymaster h1.jumbo-title {
    font-size: 40px;
    margin-bottom: .5em; } }

@media all and (max-width: 640px) {
  .gallerymaster h1.jumbo-title {
    font-size: 36px;
    margin-bottom: .5em;
    line-height: 1.1; } }

@media all and (min-width: 768px) {
  .retail-header .studio-action a:first-child, .retail-header .studio-action a:last-child {
    position: initial; }
    .retail-header .studio-action a:first-child .gallery-details .gallery-title,
    .retail-header .studio-action a:last-child .gallery-details .gallery-title {
      font-family: "Conv_Futura Condensed Medium", sans-serif;
      font-size: 55px;
      line-height: 1.1; }
    .retail-header .studio-action a:first-child .gallery-details .gallery-description,
    .retail-header .studio-action a:last-child .gallery-details .gallery-description {
      font-size: 16px;
      line-height: 1.66em; }
  ul.retail-gallery-head li.active {
    background-color: transparent; }
  ul.retail-gallery-head li.active a.gallery-link:hover,
  ul.retail-gallery-head li a.gallery-link:hover {
    background-color: transparent;
    color: #000000;
    text-decoration: none; } }

@media all and (min-width: 1200px) {
  .jumbo-title {
    font-size: 96px; } }

/*$$$$$\                                         $$\
$$  __$$\                                        $$ |
$$ /  \__|$$$$$$\  $$$$$$$\   $$$$$$$\ $$\   $$\ $$$$$$$\   $$$$$$\  $$\   $$\
$$$$\     \____$$\ $$  __$$\ $$  _____|$$ |  $$ |$$  __$$\ $$  __$$\ \$$\ $$  |
$$  _|    $$$$$$$ |$$ |  $$ |$$ /      $$ |  $$ |$$ |  $$ |$$ /  $$ | \$$$$  /
$$ |     $$  __$$ |$$ |  $$ |$$ |      $$ |  $$ |$$ |  $$ |$$ |  $$ | $$  $$<
$$ |     \$$$$$$$ |$$ |  $$ |\$$$$$$$\ \$$$$$$$ |$$$$$$$  |\$$$$$$  |$$  /\$$\
\__|      \_______|\__|  \__| \_______| \____$$ |\_______/  \______/ \__/  \__|
									   $$\   $$ |
									   \$$$$$$  |
										\_____*/
/*\ $$\                                                         $$\
							  $$ |\__|                                                        \__|
$$$$$$\$$$$\   $$$$$$\   $$$$$$$ |$$\  $$$$$$\         $$$$$$\  $$\   $$\  $$$$$$\   $$$$$$\  $$\  $$$$$$\  $$$$$$$\
$$  _$$  _$$\ $$  __$$\ $$  __$$ |$$ | \____$$\       $$  __$$\ $$ |  $$ |$$  __$$\ $$  __$$\ $$ |$$  __$$\$$  _____|
$$ / $$ / $$ |$$$$$$$$ |$$ /  $$ |$$ | $$$$$$$ |      $$ /  $$ |$$ |  $$ |$$$$$$$$ |$$ |  \__|$$ |$$$$$$$$ \$$$$$$\
$$ | $$ | $$ |$$   ____|$$ |  $$ |$$ |$$  __$$ |      $$ |  $$ |$$ |  $$ |$$   ____|$$ |      $$ |$$   ____|\____$$\
$$ | $$ | $$ |\$$$$$$$\ \$$$$$$$ |$$ |\$$$$$$$ |      \$$$$$$$ |\$$$$$$  |\$$$$$$$\ $$ |      $$ |\$$$$$$$\$$$$$$$  |
\__| \__| \__| \_______| \_______|\__| \_______|       \____$$ | \______/  \_______|\__|      \__| \_______\_______/
															$$ |
															$$ |
															\_*/
@media all and (max-width: 768px) {
  .space-between {
    justify-content: unset; }
  .portfolio-meta {
    display: none !important; }
  /* .fancybox-wrap {
		position: absolute !important;
		height: auto !important;
		width: 95% !important;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%, -50%);
	} */
  .fancybox-margin {
    margin-right: 0px; }
  .tooltip-inner {
    margin-left: auto;
    margin-right: auto; }
  .studio-content {
    padding-left: 0px;
    padding-right: 0px; }
  .gallery-filter {
    margin-bottom: 0px; }
  .slash-line-bottom {
    margin-bottom: 0; }
  .studio-content .slash-line-bottom {
    margin-top: 15px; }
  .compRemo,
  .opt-updr-des,
  .personal-detail-left,
  .personal-detail-left .choose-project-img,
  .personal-detail-left .review-cost,
  .personal-detail-left .review-cost .choose-project,
  .personal-detail-left .user-info,
  .personal-detail-left .schedule-info,
  .personal-detail-left .optional-upgr,
  .personal-detail-left .optional-upgr h3,
  .personal-detail-left .optional-upgr .optional-upgr-detail,
  .personal-detail-left .optional-upgr .optional-upgr-detail .grid-options,
  .personal-detail-left #keep-shopping,
  .personal-detail-right,
  .personal-detail-right .project-summary .desc-block,
  .personal-detail-right .project-summary .total,
  .personal-detail-right .personal-detail-form,
  .personal-detail-right .personal-detail-form .personalize-options,
  .personal-detail-right .personal-detail-form .personalize-options .grid-options,
  .personal-detail-right .personal-detail-form .personalize-options .single-line-option,
  .personal-detail-right .personal-detail-form h3,
  .personal-detail-right .personal-detail-form input,
  .slash-line-bottom,
  #mobile-tabs {
    float: none; }
  .compRemo {
    display: flex; }
  .personal-detail-left .choose-project {
    /* width: 100%;
		height: 100%; */
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 11; }
  .personal-detail-form input[type="submit"],
  .personal-detail-txt,
  .footer-middle,
  .gallery-navigation,
  .retail-gallery-head,
  .retail-header,
  .tab_content,
  .cart-instructions,
  .personal-detail-left {
    padding-left: 20px;
    padding-right: 20px; }
  #mobile-tabs,
  .slash-line-bottom {
    width: auto;
    margin-top: 2em;
    margin-left: 5px;
    margin-right: 5px; }
  .personal-detail-left .review-cost .bg-transperent {
    display: none; }
  .personal-detail-right .project-summary {
    /* display: flex;
    justify-content: space-between; */
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 1em; }
  /* .personal-detail-left .review-cost .choose-project:before,
	.personal-detail-left .review-cost .choose-project:after, */
  .personal-detail-right .project-summary:before, .personal-detail-right .project-summary:after {
    display: table;
    content: " "; }
  .personal-detail-left .review-cost .choose-project:after,
  .personal-detail-right .project-summary:after {
    clear: both; }
  .personal-detail-right .project-summary .desc-block {
    /* float: left; */
    padding: 0; }
  .personal-detail-right .project-summary .total {
    float: right;
    padding: 0; }
  .personal-detail-left .optional-upgr .optional-upgr-detail .grid-options,
  .personal-detail-right .personal-detail-form .personalize-options .grid-options,
  .personal-detail-right .personal-detail-form .personalize-options .single-line-option {
    padding: 0; }
  /* .personal-detail-left .optional-upgr .optional-upgr-detail .grid-options label, */
  .personal-detail-right .personal-detail-form .personalize-options .grid-options label,
  .personal-detail-right .personal-detail-form .personalize-options .single-line-option label {
    font-size: 18px;
    padding-left: 40px; }
  .personal-detail-right .personal-detail-form .upgrade-desc {
    font-size: 16px; }
  .personal-detail-right .personal-detail-form {
    padding: 10px 0px;
    box-shadow: none; }
  .personal-detail-right .personal-detail-form .schedule {
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative; }
  .personal-detail-right .personal-detail-form .personalizations {
    margin: 0px 20px; }
  .personal-detail-right .personal-detail-form input[type="submit"] {
    width: calc(100% - 40px);
    margin: 0px 20px 5px;
    padding-top: 18px;
    padding-bottom: 18px; }
  #mobile-tabs {
    display: block;
    text-align: center;
    /* width: 100%; */
    /* float: left; */
    border: 1px solid #c2c2c2;
    padding: 6px 0;
    position: relative;
    /* margin-bottom: 15px; */ }
  .gallery-menu {
    /* padding-bottom: 10px; */ }
  #mobile-tabs img {
    position: absolute;
    right: 10px;
    top: 10px; }
  #mobile-tabs span {
    font-size: 18px;
    font-weight: bold; } }

@media all and (max-width: 400px) {
  .space-between {
    flex-flow: column; }
  li {
    text-align: center; } }

@media all and (min-width: 768px) {
  .no-padding-lg {
    padding: 0; }
  .section-bottom-content {
    padding-bottom: 0; }
  .personal-detail-left {
    float: left; }
  .personal-detail-right {
    float: right; }
    .personal-detail-right .project-summary {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
  #mobile-tabs {
    display: none; }
  #nav-all {
    display: none; } }

.project-total {
  font-size: 25px;
  line-height: 0.75em;
  color: #fff;
  text-align: center; }
  .project-total.dark {
    color: #4a4a4a; }
    .project-total.dark .customizationPrice {
      font-size: 38px;
      font-weight: 400; }
  .project-total p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: normal;
    background: transparent !important; }

.personal-detail-right {
  color: #4a4a4a; }
  .personal-detail-right.customizations h3 {
    margin-top: .3em; }
  .personal-detail-right.customizations .project-summary {
    margin-bottom: 1em; }
    .personal-detail-right.customizations .project-summary .personalize-header {
      display: flex;
      justify-content: space-between;
      width: 100%; }
    .personal-detail-right.customizations .project-summary .desc-block {
      color: #4a4a4a;
      padding-left: 6px; }
      .personal-detail-right.customizations .project-summary .desc-block .dimensions {
        font-size: 18px; }
    .personal-detail-right.customizations .project-summary .pname {
      font-size: 25px;
      line-height: 30px; }
    .personal-detail-right.customizations .project-summary .pleadtime {
      padding-top: 8px;
      padding-bottom: 8px;
      font-size: 14px;
      text-align: center; }
    .personal-detail-right.customizations .project-summary .pleadtime strong {
      color: #000000; }
  .personal-detail-right.customizations .personal-detail-form {
    padding: 20px; }
    .personal-detail-right.customizations .personal-detail-form h3 {
      margin-top: 0;
      margin-bottom: 6px; }
    .personal-detail-right.customizations .personal-detail-form .pdf-row {
      margin-bottom: 10px;
      padding-top: 0px; }

.retail-customize .personal-detail-form h3,
.retail-customize .personal-detail-form textarea,
.retail-customize .personal-detail-form input[type="submit"],
.retail-customize .personal-detail-form .pdf-row {
  float: none; }

.retail-customize .personal-detail-form .pdf-row input,
.retail-customize .personal-detail-form .pdf-row label {
  float: none; }

.retail-customize .personal-detail-form .pdf-row input[type="text"] {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 18px; }

.retail-customize .personal-detail-form .pdf-row label {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: -6px;
  color: #8c8c8c; }

.retail-customize .personal-detail-form .pdf-row textarea + label,
.retail-customize .personal-detail-form .pdf-row textarea + .tooltip + label {
  margin-top: 6px; }

.retail-customize .personal-detail-form .pdf-row textarea + label.floating-label {
  margin-top: 0px; }

.retail-customize .personal-detail-form .option-group {
  margin-top: 22px; }

.retail-customize .schedule select {
  width: 100%;
  text-align: center;
  text-align-last: center;
  padding: 0.75em;
  font-size: 15px;
  border-color: #777;
  border-width: 2px;
  color: #4a4a4a;
  font-size: 24px;
  color: #8c8c8c;
  padding-top: 14px;
  padding-bottom: 14px; }

.retail-customize .upgrade-desc {
  width: 100%;
  font-size: 18px;
  color: #8c8c8c; }

.personal-detail-left.cart .project-total .dollars {
  font-size: 25px; }

.custDesc {
  font-size: 18px;
  margin-top: 1em; }

.custFineprint {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px; }

.personalizations .personalize-options,
.personalizations .single-line-option,
.personalizations .grid-options {
  float: none; }

.personalizations .single-line-option .chk-container,
.personalizations .grid-options .chk-container {
  display: flex;
  align-items: center;
  margin: 0;
  min-height: 50px;
  padding-left: 0; }

.personalizations .single-line-option .chk-container .checkmark,
.personalizations .grid-options .chk-container .checkmark {
  position: initial;
  margin: 0;
  margin-right: 6px; }

.personalizations .chk-container .prc-size {
  position: initial;
  margin-right: 6px; }

.personalizations .single-line-option,
.personalizations .grid-options {
  padding: 0 10px; }

.personalizations .upgrade-desc {
  margin-top: 16px;
  font-size: 24px; }

.personalizations .personalize-options.text-field {
  padding: 22px 0 10px; }

.personalizations .personalize-option-group + .personalize-options.text-field {
  padding: 12px 0 10px; }

.personalizations .personalize-options {
  margin: 0px;
  padding: 12px 0; }

.personalizations h3 + .personalize-options {
  padding: 0px 0 12px; }

.personalizations .personalize-option-group + .personalize-options {
  padding: 30px 0; }

.personalizations .label-no-thankyou {
  margin-left: 6px; }

.hr-black {
  border-color: #6d6d6d;
  border-width: 2px; }

/*$$$$\  $$\                           $$\                             $$\
$$  __$$\ $$ |                          $$ |                            $$ |
$$ /  \__|$$$$$$$\   $$$$$$\   $$$$$$$\ $$ |  $$\  $$$$$$\  $$\   $$\ $$$$$$\
$$ |      $$  __$$\ $$  __$$\ $$  _____|$$ | $$  |$$  __$$\ $$ |  $$ |\_$$  _|
$$ |      $$ |  $$ |$$$$$$$$ |$$ /      $$$$$$  / $$ /  $$ |$$ |  $$ |  $$ |
$$ |  $$\ $$ |  $$ |$$   ____|$$ |      $$  _$$<  $$ |  $$ |$$ |  $$ |  $$ |$$\
\$$$$$$  |$$ |  $$ |\$$$$$$$\ \$$$$$$$\ $$ | \$$\ \$$$$$$  |\$$$$$$  |  \$$$$  |
 \______/ \__|  \__| \_______| \_______|\__|  \__| \______/  \______/    \___*/
.cart-instructions {
  width: 100%;
  text-align: center;
  color: #4a4a4a;
  font-size: 24px;
  margin: 5px 0 25px 0; }

.projects-total {
  font-size: 25px;
  line-height: 1em;
  color: #4a4a4a;
  text-align: center; }

.projects-tax {
  font-size: 15px;
  line-height: 1em;
  color: #4a4a4a;
  text-align: center; }

.user-info .pinfolabel {
  font-size: 16px;
  display: inline-block;
  padding-right: .5em; }

.user-info div.pinfolabel {
  padding: .5em 0; }

.user-info .pinfovalue {
  font-size: 25px;
  display: inline-block; }

.schedule-info {
  background-color: #A7873D;
  text-align: center;
  border: 2px solid #4a4a4a;
  float: left;
  width: 100%;
  border-top-style: none;
  padding: .5em;
  color: white; }

.schedule-info .schedLabel {
  font-size: 12px; }

.schedule-info .schedValue {
  font-size: 15px;
  font-weight: bold; }

#keep-shopping {
  font-size: 20px;
  padding-top: 1em;
  padding-bottom: 1em;
  float: left;
  padding-left: 0;
  margin-top: 20px;
  width: 100%;
  background-image: url(../images/plus-circle-gold.png);
  background-repeat: no-repeat;
  background-position: left center;
  opacity: .8; }

#keep-shopping a {
  color: #4a4a4a;
  padding-left: 55px; }

#keep-shopping:hover {
  opacity: 1; }

.chk-container.wide {
  width: 100%; }

.cart-total {
  margin-top: 20px; }

.cart-total p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 14px;
  font-weight: normal; }

.cart-total .total-container {
  margin-top: -8px; }

/*$$$$\                                    $$\            $$\
$$  __$$\                                   $$ |           $$ |
$$ /  \__| $$$$$$\  $$$$$$\$$$$\   $$$$$$\  $$ | $$$$$$\ $$$$$$\    $$$$$$\
$$ |      $$  __$$\ $$  _$$  _$$\ $$  __$$\ $$ |$$  __$$\\_$$  _|  $$  __$$\
$$ |      $$ /  $$ |$$ / $$ / $$ |$$ /  $$ |$$ |$$$$$$$$ | $$ |    $$$$$$$$ |
$$ |  $$\ $$ |  $$ |$$ | $$ | $$ |$$ |  $$ |$$ |$$   ____| $$ |$$\ $$   ____|
\$$$$$$  |\$$$$$$  |$$ | $$ | $$ |$$$$$$$  |$$ |\$$$$$$$\  \$$$$  |\$$$$$$$\
 \______/  \______/ \__| \__| \__|$$  ____/ \__| \_______|  \____/  \_______|
								  $$ |
								  $$ |
								  \_*/
.retail-total-complete {
  width: 100%;
  float: left;
  margin-bottom: 20px; }

.retail-total-complete p {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center; }

.retail-total-complete .totalcharge {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .04em; }

.retail-total-complete .totalamt {
  font-size: 75px;
  /*color:#6fcf00; GREEN */
  color: #4a4a4a;
  line-height: 40px;
  margin-top: 0px !important; }

.retail-total-complete .inctax {
  font-size: 18px;
  color: #9b9b9b;
  padding-top: 12px; }

.ordernum {
  width: 100%;
  float: left;
  font-size: 24px;
  text-transform: uppercase;
  margin: 30px 0 0 0;
  padding: 0 0 0 9%;
  box-sizing: border-box; }

.retail-order-detail {
  width: 100%;
  float: left;
  padding: 0 9%;
  box-sizing: border-box;
  margin-top: -10px; }

.custDesc em strong {
  color: black;
  font-size: 19px; }

/* Customize */
.grid-options.horizontal,
.grid-options.vertical {
  float: none;
  display: flex; }

.grid-options.horizontal {
  flex-direction: row;
  flex-wrap: wrap; }

.grid-options.vertical {
  flex-direction: column; }

.checkmark-label {
  margin-left: .275em; }

span.text-capitalize {
  text-transform: capitalize; }

.user-info span.text-capitalize {
  color: #000;
  font-size: 16px; }

.title-flex {
  display: flex;
  justify-content: space-between; }

.title-flex .msg-limit {
  color: red; }

.upgrade-desc span.required {
  color: red; }

.cart .review-cost,
.cart .choose-project,
.cart .proleft,
.cart .editProject,
.cart .user-info,
.cart .schedule-info,
.cart .grid-options,
.cart .optional-upgr,
.cart .compRemo,
.cart .optional-upgr-detail {
  float: none; }

.cart .review-cost {
  float: none;
  display: flex; }

.cart .review-cost .review-cost-inner {
  width: 100%;
  height: 100%; }

.cart .review-cost .review-cost-inner .choose-project {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.5); }

.cart .review-cost .review-cost-inner .choose-project .project-cost {
  font-size: 25px;
  line-height: 0.75em;
  color: #fff;
  text-align: center; }

.cart .review-cost .review-cost-inner .choose-project .project-cost p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0px;
  font-weight: normal;
  background: transparent !important; }

.cart .schedule-info .schedule-label {
  font-size: 14px; }

.cart .schedule-info .schedule-value {
  font-size: 20px;
  font-weight: bold; }

.cart label.chk-container.wide {
  display: flex;
  align-items: center;
  padding: 0;
  width: 100%;
  margin: 0; }

.cart label.chk-container.wide .checkmark,
.cart .rmv-chk,
.cart .rmv-chk a,
.cart {
  position: initial; }

.cart .rmv-chk {
  height: auto;
  margin-top: 3px; }

.cart .optional-upgrade {
  float: none;
  margin-top: 20px;
  width: 100%;
  padding: 0;
  text-align: left;
  font-style: normal; }

.cart .optional-upgrade h3 {
  width: 100%;
  font-size: 26px;
  line-height: 36px;
  background-color: #9b9b9b;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "lakesightregular", serif;
  font-weight: normal; }

.cart label.chk-container.wide .checkmark {
  margin: 0;
  margin-right: 6px; }

.cart .optional-upgr-detail {
  min-height: 50px;
  align-items: center;
  padding: 0 10px; }

.cart .optional-upgr-detail,
.cart .optional-upgr-detail .compRemo {
  display: flex; }

.cart-total {
  font-size: 45px;
  line-height: 1.3em;
  color: #222;
  text-align: center; }

span.cents,
span.symbol {
  font-size: 55%;
  vertical-align: super;
  line-height: 70%; }

.cart .grid-options .price,
.personalize-options .price {
  font-size: 28px;
  margin-right: 6px;
  vertical-align: middle; }

.cart .grid-options .price .symbol {
  font-size: 55%;
  vertical-align: super; }

.cart .grid-options .price .dollars {
  font-size: 28px;
  position: initial;
  line-height: 36px; }

.page-header .title {
  font-size: 55px;
  font-family: "Conv_Futura Condensed Medium", sans-serif;
  line-height: 55px; }

.page-header .subtitle {
  font-size: 50px;
  font-family: "lakesightregular", serif; }

.page-header h2 {
  font-size: 55px; }

.page-header p {
  font-family: "droid_sansregular", sans-serif;
  font-size: 16px;
  line-height: 1.66em;
  max-width: 96%;
  align-self: center;
  margin-left: auto;
  margin-right: auto; }

#page-events .gallery-header.sticky-top,
#page-select-project .gallery-header.sticky-top,
#page-personalize-project .gallery-header.sticky-top,
#page-booking-review .gallery-header.sticky-top,
#page-booking-checkout .gallery-header.sticky-top,
#page-booking-complete .gallery-header.sticky-top {
  top: 40px; }

@media (min-width: 768px) {
  #page-events .gallery-header.sticky-top,
  #page-select-project .gallery-header.sticky-top,
  #page-personalize-project .gallery-header.sticky-top,
  #page-booking-review .gallery-header.sticky-top,
  #page-booking-checkout .gallery-header.sticky-top,
  #page-booking-complete .gallery-header.sticky-top {
    top: 60px; } }

#page-events .studio-action,
#page-select-project .studio-action,
#page-personalize-project .studio-action,
#page-booking-review .studio-action,
#page-booking-checkout .studio-action,
#page-booking-complete .studio-action {
  z-index: 1091; }

#page-retail-galleries .errordiv,
#page-retail-gallery .errordiv,
#page-retail-gallery-customize .errordiv,
#page-retail-gallery-cart .errordiv,
#page-retail-gallery-purchase-completed .errordiv {
  position: initial !important;
  float: none !important;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  width: 100% !important;
  padding: 15px;
  margin-bottom: 0px;
  background-color: #f9243f;
  padding-left: 30px; }
  #page-retail-galleries .errordiv .error-inner,
  #page-retail-gallery .errordiv .error-inner,
  #page-retail-gallery-customize .errordiv .error-inner,
  #page-retail-gallery-cart .errordiv .error-inner,
  #page-retail-gallery-purchase-completed .errordiv .error-inner {
    color: #fff;
    width: 100% !important;
    font-weight: 400 !important;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #page-retail-galleries .errordiv .error-inner label,
    #page-retail-gallery .errordiv .error-inner label,
    #page-retail-gallery-customize .errordiv .error-inner label,
    #page-retail-gallery-cart .errordiv .error-inner label,
    #page-retail-gallery-purchase-completed .errordiv .error-inner label {
      width: auto;
      margin-bottom: 0; }
    #page-retail-galleries .errordiv .error-inner .removeerror,
    #page-retail-gallery .errordiv .error-inner .removeerror,
    #page-retail-gallery-customize .errordiv .error-inner .removeerror,
    #page-retail-gallery-cart .errordiv .error-inner .removeerror,
    #page-retail-gallery-purchase-completed .errordiv .error-inner .removeerror {
      position: initial; }

#page-retail-galleries .page-header .gallery-back,
#page-retail-gallery .page-header .gallery-back,
#page-retail-gallery-customize .page-header .gallery-back,
#page-retail-gallery-cart .page-header .gallery-back,
#page-retail-gallery-purchase-completed .page-header .gallery-back {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

#page-retail-galleries .page-header .retail-actions a,
#page-retail-gallery .page-header .retail-actions a,
#page-retail-gallery-customize .page-header .retail-actions a,
#page-retail-gallery-cart .page-header .retail-actions a,
#page-retail-gallery-purchase-completed .page-header .retail-actions a {
  display: flex;
  align-items: center; }
  #page-retail-galleries .page-header .retail-actions a span,
  #page-retail-gallery .page-header .retail-actions a span,
  #page-retail-gallery-customize .page-header .retail-actions a span,
  #page-retail-gallery-cart .page-header .retail-actions a span,
  #page-retail-gallery-purchase-completed .page-header .retail-actions a span {
    opacity: 1 !important;
    position: initial;
    font-family: "droid_sansregular", sans-serif; }
  #page-retail-galleries .page-header .retail-actions a.btn-book-workshop img,
  #page-retail-gallery .page-header .retail-actions a.btn-book-workshop img,
  #page-retail-gallery-customize .page-header .retail-actions a.btn-book-workshop img,
  #page-retail-gallery-cart .page-header .retail-actions a.btn-book-workshop img,
  #page-retail-gallery-purchase-completed .page-header .retail-actions a.btn-book-workshop img {
    width: 24px;
    height: 24px; }

#page-retail-galleries .page-header .retail-actions .page-header,
#page-retail-gallery .page-header .retail-actions .page-header,
#page-retail-gallery-customize .page-header .retail-actions .page-header,
#page-retail-gallery-cart .page-header .retail-actions .page-header,
#page-retail-gallery-purchase-completed .page-header .retail-actions .page-header {
  font-family: "Conv_Futura Condensed Medium", sans-serif;
  font-size: 22px;
  line-height: 1; }

#page-retail-galleries .page-header .title,
#page-retail-gallery .page-header .title,
#page-retail-gallery-customize .page-header .title,
#page-retail-gallery-cart .page-header .title,
#page-retail-gallery-purchase-completed .page-header .title {
  font-size: 55px;
  font-family: "Conv_Futura Condensed Medium", sans-serif; }

#page-retail-galleries .page-header .subtitle,
#page-retail-gallery .page-header .subtitle,
#page-retail-gallery-customize .page-header .subtitle,
#page-retail-gallery-cart .page-header .subtitle,
#page-retail-gallery-purchase-completed .page-header .subtitle {
  font-family: "lakesightregular", serif; }

#page-retail-galleries .page-header h2,
#page-retail-gallery .page-header h2,
#page-retail-gallery-customize .page-header h2,
#page-retail-gallery-cart .page-header h2,
#page-retail-gallery-purchase-completed .page-header h2 {
  font-size: 55px; }

#page-retail-galleries .page-header .description,
#page-retail-gallery .page-header .description,
#page-retail-gallery-customize .page-header .description,
#page-retail-gallery-cart .page-header .description,
#page-retail-gallery-purchase-completed .page-header .description {
  font-family: "droid_sansregular", sans-serif;
  font-size: 16px;
  line-height: 1.66em; }

#page-retail-galleries .page-header .gallery-details,
#page-retail-gallery .page-header .gallery-details,
#page-retail-gallery-customize .page-header .gallery-details,
#page-retail-gallery-cart .page-header .gallery-details,
#page-retail-gallery-purchase-completed .page-header .gallery-details {
  justify-self: center; }

@media (max-width: 767.98px) {
  #page-retail-galleries .page-header .gallery-back,
  #page-retail-gallery .page-header .gallery-back,
  #page-retail-gallery-customize .page-header .gallery-back,
  #page-retail-gallery-cart .page-header .gallery-back,
  #page-retail-gallery-purchase-completed .page-header .gallery-back {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 62px; }
  #page-retail-galleries .page-header .retail-actions,
  #page-retail-gallery .page-header .retail-actions,
  #page-retail-gallery-customize .page-header .retail-actions,
  #page-retail-gallery-cart .page-header .retail-actions,
  #page-retail-gallery-purchase-completed .page-header .retail-actions {
    min-height: 62px; }
    #page-retail-galleries .page-header .retail-actions .gallery-back a,
    #page-retail-gallery .page-header .retail-actions .gallery-back a,
    #page-retail-gallery-customize .page-header .retail-actions .gallery-back a,
    #page-retail-gallery-cart .page-header .retail-actions .gallery-back a,
    #page-retail-gallery-purchase-completed .page-header .retail-actions .gallery-back a {
      color: #4a4a4a !important;
      opacity: 1;
      font-size: 17px;
      text-decoration: none !important; }
    #page-retail-galleries .page-header .retail-actions a,
    #page-retail-gallery .page-header .retail-actions a,
    #page-retail-gallery-customize .page-header .retail-actions a,
    #page-retail-gallery-cart .page-header .retail-actions a,
    #page-retail-gallery-purchase-completed .page-header .retail-actions a {
      width: 65px;
      display: flex;
      align-items: center; }
      #page-retail-galleries .page-header .retail-actions a span,
      #page-retail-gallery .page-header .retail-actions a span,
      #page-retail-gallery-customize .page-header .retail-actions a span,
      #page-retail-gallery-cart .page-header .retail-actions a span,
      #page-retail-gallery-purchase-completed .page-header .retail-actions a span {
        opacity: 1 !important;
        position: initial;
        font-family: "droid_sansregular", sans-serif; }
      #page-retail-galleries .page-header .retail-actions a.btn-book-workshop img,
      #page-retail-gallery .page-header .retail-actions a.btn-book-workshop img,
      #page-retail-gallery-customize .page-header .retail-actions a.btn-book-workshop img,
      #page-retail-gallery-cart .page-header .retail-actions a.btn-book-workshop img,
      #page-retail-gallery-purchase-completed .page-header .retail-actions a.btn-book-workshop img {
        width: 24px;
        height: 24px; }
    #page-retail-galleries .page-header .retail-actions #minicart,
    #page-retail-gallery .page-header .retail-actions #minicart,
    #page-retail-gallery-customize .page-header .retail-actions #minicart,
    #page-retail-gallery-cart .page-header .retail-actions #minicart,
    #page-retail-gallery-purchase-completed .page-header .retail-actions #minicart {
      width: 65px;
      margin-left: 0;
      justify-content: flex-end;
      opacity: 1; }
  #page-retail-galleries .page-header .title,
  #page-retail-gallery .page-header .title,
  #page-retail-gallery-customize .page-header .title,
  #page-retail-gallery-cart .page-header .title,
  #page-retail-gallery-purchase-completed .page-header .title {
    font-size: 55px;
    font-family: "Conv_Futura Condensed Medium", sans-serif; }
  #page-retail-galleries .page-header .subtitle,
  #page-retail-gallery .page-header .subtitle,
  #page-retail-gallery-customize .page-header .subtitle,
  #page-retail-gallery-cart .page-header .subtitle,
  #page-retail-gallery-purchase-completed .page-header .subtitle {
    font-family: "lakesightregular", serif; }
  #page-retail-galleries .page-header h2,
  #page-retail-gallery .page-header h2,
  #page-retail-gallery-customize .page-header h2,
  #page-retail-gallery-cart .page-header h2,
  #page-retail-gallery-purchase-completed .page-header h2 {
    font-size: 55px; }
  #page-retail-galleries .page-header .description,
  #page-retail-gallery .page-header .description,
  #page-retail-gallery-customize .page-header .description,
  #page-retail-gallery-cart .page-header .description,
  #page-retail-gallery-purchase-completed .page-header .description {
    font-family: "droid_sansregular", sans-serif;
    font-size: 16px;
    line-height: 1.66em; }
  #page-retail-galleries .page-header .gallery-details,
  #page-retail-gallery .page-header .gallery-details,
  #page-retail-gallery-customize .page-header .gallery-details,
  #page-retail-gallery-cart .page-header .gallery-details,
  #page-retail-gallery-purchase-completed .page-header .gallery-details {
    justify-self: center; } }

#page-retail-gallery .page-header .retail-actions a {
  display: flex;
  align-items: center; }
  #page-retail-gallery .page-header .retail-actions a span {
    opacity: 1 !important;
    position: initial;
    font-family: "droid_sansregular", sans-serif; }
  #page-retail-gallery .page-header .retail-actions a.btn-book-workshop img {
    width: 24px;
    height: 24px; }

#page-retail-gallery .page-header .title {
  font-size: 55px;
  font-family: "Conv_Futura Condensed Medium", sans-serif; }

#page-retail-gallery .page-header .subtitle {
  font-family: "lakesightregular", serif; }

#page-retail-gallery .page-header h2 {
  font-size: 55px; }

#page-retail-gallery .page-header .description {
  font-family: "droid_sansregular", sans-serif;
  font-size: 16px;
  line-height: 1.66em; }

#page-retail-gallery .page-header .gallery-details {
  justify-self: center; }

.page-footer h2 {
  font-size: 55px;
  line-height: 55px; }

.page-footer p {
  font-family: "droid_sansregular", sans-serif;
  font-size: 15px;
  line-height: 1.66em;
  align-self: center;
  margin-left: auto;
  margin-right: auto; }

.site-footer {
  color: #d2d2d2;
  background-color: #1f1f1f; }
  .site-footer a {
    color: #d2d2d2; }
  .site-footer h3,
  .site-footer address,
  .site-footer .copyright {
    font-family: "droid_sansregular", sans-serif; }
  .site-footer h3 {
    line-height: 1.1; }
  .site-footer address {
    font-size: 14px;
    text-transform: uppercase; }
  .site-footer .copyright {
    font-size: 12px; }
  .site-footer .logo {
    padding: 0;
    float: none;
    width: 100%; }
    .site-footer .logo img {
      max-width: 100%;
      width: auto;
      height: auto; }
  .site-footer .ft-social-icon {
    float: none; }
    .site-footer .ft-social-icon a {
      color: #fff; }
      .site-footer .ft-social-icon a:hover {
        color: #adadad; }
  .site-footer ul li {
    margin-bottom: .5rem;
    text-align: left !important; }

#page-home .site-footer,
#page-workshop-form .site-footer,
#page-retail-gallery .site-footer,
#page-booking-complete .site-footer,
#page-retail-gallery-cart .site-footer,
#page-retail-gallery-purchase-completed .site-footer {
  margin-top: 60px; }

body.env-development .dev-panel, body.env-staging .dev-panel {
  position: fixed;
  display: flex;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0px 0px 0px 0;
  border: 1px solid #000;
  z-index: 99999;
  color: #fff;
  background-color: #003460;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  body.env-development .dev-panel .dev-control, body.env-staging .dev-panel .dev-control {
    display: flex;
    padding: 0px 0px; }
  body.env-development .dev-panel .dev-actions, body.env-staging .dev-panel .dev-actions {
    flex-shrink: 1;
    align-self: center; }
  body.env-development .dev-panel .dev-label, body.env-staging .dev-panel .dev-label {
    align-self: stretch;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center; }
  body.env-development .dev-panel .dev-log, body.env-staging .dev-panel .dev-log {
    display: flex;
    flex-wrap: wrap; }
    body.env-development .dev-panel .dev-log .btn-group, body.env-staging .dev-panel .dev-log .btn-group {
      border-right: 1px solid rgba(255, 255, 255, 0.5); }
  body.env-development .dev-panel .repo, body.env-staging .dev-panel .repo {
    flex-grow: 1;
    padding: 10px 16px; }
  body.env-development .dev-panel a, body.env-staging .dev-panel a {
    color: #fff; }
    body.env-development .dev-panel a:hover, body.env-staging .dev-panel a:hover {
      text-decoration: underline; }

#page-events .studio-action-container,
#page-select-project .studio-action-container,
#page-personalize-project .studio-action-container {
  background-size: cover;
  background-position: center; }
  #page-events .studio-action-container .studio-action-overlay,
  #page-select-project .studio-action-container .studio-action-overlay,
  #page-personalize-project .studio-action-container .studio-action-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 120px; }
  #page-events .studio-action-container .studio-action,
  #page-select-project .studio-action-container .studio-action,
  #page-personalize-project .studio-action-container .studio-action {
    padding: .5rem 0;
    display: flex;
    justify-content: space-between;
    color: rgba(74, 74, 74, 0.7);
    font-size: 20px; }
    #page-events .studio-action-container .studio-action a,
    #page-select-project .studio-action-container .studio-action a,
    #page-personalize-project .studio-action-container .studio-action a {
      font-size: 15px;
      color: rgba(74, 74, 74, 0.7); }
    #page-events .studio-action-container .studio-action > div,
    #page-events .studio-action-container .studio-action > a,
    #page-select-project .studio-action-container .studio-action > div,
    #page-select-project .studio-action-container .studio-action > a,
    #page-personalize-project .studio-action-container .studio-action > div,
    #page-personalize-project .studio-action-container .studio-action > a {
      width: auto;
      text-align: center; }
      #page-events .studio-action-container .studio-action > div:first-child,
      #page-events .studio-action-container .studio-action > a:first-child,
      #page-select-project .studio-action-container .studio-action > div:first-child,
      #page-select-project .studio-action-container .studio-action > a:first-child,
      #page-personalize-project .studio-action-container .studio-action > div:first-child,
      #page-personalize-project .studio-action-container .studio-action > a:first-child {
        text-align: left; }
      #page-events .studio-action-container .studio-action > div:last-child,
      #page-events .studio-action-container .studio-action > a:last-child,
      #page-select-project .studio-action-container .studio-action > div:last-child,
      #page-select-project .studio-action-container .studio-action > a:last-child,
      #page-personalize-project .studio-action-container .studio-action > div:last-child,
      #page-personalize-project .studio-action-container .studio-action > a:last-child {
        text-align: right; }

#page-personalize-project .studio-action-container,
#page-select-project .studio-action-container {
  background-size: cover;
  background-position: center; }
  #page-personalize-project .studio-action-container .studio-action-overlay,
  #page-select-project .studio-action-container .studio-action-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 120px; }
  #page-personalize-project .studio-action-container .studio-action,
  #page-select-project .studio-action-container .studio-action {
    padding: .5rem 0;
    display: flex;
    justify-content: space-between;
    color: rgba(74, 74, 74, 0.7);
    font-size: 20px; }
    #page-personalize-project .studio-action-container .studio-action a,
    #page-select-project .studio-action-container .studio-action a {
      font-size: 15px;
      color: rgba(74, 74, 74, 0.7); }
    #page-personalize-project .studio-action-container .studio-action > div,
    #page-personalize-project .studio-action-container .studio-action > a,
    #page-select-project .studio-action-container .studio-action > div,
    #page-select-project .studio-action-container .studio-action > a {
      width: auto;
      text-align: center; }
      #page-personalize-project .studio-action-container .studio-action > div:first-child,
      #page-personalize-project .studio-action-container .studio-action > a:first-child,
      #page-select-project .studio-action-container .studio-action > div:first-child,
      #page-select-project .studio-action-container .studio-action > a:first-child {
        text-align: left; }
      #page-personalize-project .studio-action-container .studio-action > div:last-child,
      #page-personalize-project .studio-action-container .studio-action > a:last-child,
      #page-select-project .studio-action-container .studio-action > div:last-child,
      #page-select-project .studio-action-container .studio-action > a:last-child {
        text-align: right; }
    #page-personalize-project .studio-action-container .studio-action .link-cancel,
    #page-select-project .studio-action-container .studio-action .link-cancel {
      color: rgba(255, 255, 255, 0.8); }

#page-select-project .studio-action-container .studio-action .studio-heading {
  display: none; }

#page-booking-review .studio-action-container,
#page-booking-checkout .studio-action-container {
  background-image: none !important; }
  #page-booking-review .studio-action-container .form-tab,
  #page-booking-checkout .studio-action-container .form-tab {
    display: none !important; }

@media (max-width: 767.98px) {
  #page-events .event-header-details,
  #page-select-project .event-header-details {
    top: 40px;
    margin-bottom: 14px; }
  #page-events .booking-header-container-md,
  #page-select-project .booking-header-container-md {
    position: sticky;
    top: 40px;
    background-color: #ffffff;
    z-index: 1094; } }

@media (min-width: 768px) {
  #page-events .event-header-details,
  #page-select-project .event-header-details {
    top: 140px;
    margin-bottom: 0;
    position: sticky;
    z-index: 1090; }
  #page-events .booking-header-container-md,
  #page-select-project .booking-header-container-md {
    position: sticky;
    top: 60px;
    background-color: #ffffff;
    z-index: 1094; }
    #page-events .booking-header-container-md.unstick,
    #page-select-project .booking-header-container-md.unstick {
      position: initial; } }

@media (max-width: 767.98px) {
  #page-events .studio-action-container,
  #page-booking-review .studio-action-container,
  #page-booking-checkout .studio-action-container {
    background-color: transparent; }
    #page-events .studio-action-container .studio-action-overlay,
    #page-booking-review .studio-action-container .studio-action-overlay,
    #page-booking-checkout .studio-action-container .studio-action-overlay {
      min-height: 50px;
      background-color: transparent; } }

@media (max-width: 767.98px) {
  #page-select-project .studio-action-container .studio-action-overlay,
  #page-personalize-project .studio-action-container .studio-action-overlay {
    min-height: 104px; } }

.studio-heading {
  float: none; }
  .studio-heading h2 {
    float: none; }

.studio-action {
  float: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .studio-action .gallery-back,
  .studio-action .cancel-project {
    float: none; }
  .studio-action .gallery-back a,
  .studio-action .cancel-project a {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .studio-action .gallery-back a span,
    .studio-action .cancel-project a span {
      position: initial; }
  .studio-action h2 {
    line-height: 21px;
    font-size: 20px;
    color: #4a4a4a; }
  .studio-action .link-cancel {
    color: rgba(74, 74, 74, 0.6);
    text-decoration: none;
    text-transform: lowercase; }

.form-tab ul li:first-child {
  margin-left: -23px; }

.cancel-project {
  float: none; }
  .cancel-project span {
    padding: 0 10px 0 0;
    font-size: 20px;
    position: relative;
    top: -18px; }
  .cancel-project svg {
    width: 50px;
    height: 50px; }
  .cancel-project a {
    color: rgba(74, 74, 74, 0.6);
    opacity: 0.7;
    text-decoration: none !important; }
    .cancel-project a:hover {
      opacity: 1; }

.grey-header {
  z-index: 1093;
  float: none; }
  .grey-header .studio-tab {
    float: none; }
    .grey-header .studio-tab ul, .grey-header .studio-tab li {
      float: none; }
    .grey-header .studio-tab ul {
      display: flex;
      justify-content: space-between; }
    .grey-header .studio-tab li a {
      float: none; }

.studio-tab {
  width: 100%;
  height: 40px;
  background: #525252;
  background: -moz-linear-gradient(top, #525252 0%, #666666 26%, #666666 75%, #525252 100%);
  background: -webkit-linear-gradient(top, #525252 0%, #666666 26%, #666666 75%, #525252 100%);
  background: linear-gradient(to bottom, #525252 0%, #666666 26%, #666666 75%, #525252 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#525252', GradientType=0);
  text-align: center; }
  .studio-tab ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none; }
    .studio-tab ul li {
      text-align: center;
      align-self: center; }
      .studio-tab ul li a {
        width: 100%;
        line-height: 40px;
        float: none;
        padding: 0px 10px;
        color: #a9a9a9;
        font-size: 20px;
        box-sizing: border-box;
        text-align: center;
        text-decoration: none;
        cursor: default; }
      .studio-tab ul li.selected {
        background-image: url("../images/studio-active.png");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 12px; }
        .studio-tab ul li.selected a {
          font-size: 18px;
          line-height: 40px;
          color: #fff; }
          .studio-tab ul li.selected a:first-child {
            display: inline !important; }

@media (max-width: 767.98px) {
  .cancel-project img,
  .cancel-project svg {
    display: none; }
  .cancel-project span {
    padding-right: 0px;
    top: 2px;
    font-size: 14px; }
  .studio-tab ul li a:last-child {
    line-height: 10px;
    border-radius: 50%;
    background-color: #b1b1b1;
    color: #585858;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    padding: 1px 6px; }
  .studio-tab ul li.selected a:first-child {
    display: block; }
  .studio-tab ul li.selected a:last-child {
    display: none; } }

@media (min-width: 768px) {
  .studio-action {
    padding-top: 2em;
    padding-bottom: 0; }
  .cancel-project span {
    font-size: 24px; }
  .studio-tab {
    height: 60px; }
    .studio-tab ul li {
      text-align: center; }
      .studio-tab ul li a {
        line-height: 60px;
        font-size: 18px; }
      .studio-tab ul li.selected {
        background-size: 20px; }
        .studio-tab ul li.selected a {
          line-height: 60px;
          font-size: 26px; } }

@media (min-width: 992px) {
  .studio-tab ul li a {
    font-size: 20px; }
  .studio-tab ul li.selected a {
    font-size: 30px; } }

#page-booking-review .personal-detail-left .personal-day,
#page-booking-checkout .personal-detail-left .personal-day,
#page-personalize-project .personal-detail-left .personal-day {
  flex-grow: 1; }

#page-booking-review .personal-detail-right h3,
#page-booking-checkout .personal-detail-right h3,
#page-personalize-project .personal-detail-right h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  #page-booking-review .personal-detail-right h3:first-of-type,
  #page-booking-checkout .personal-detail-right h3:first-of-type,
  #page-personalize-project .personal-detail-right h3:first-of-type {
    margin-top: 0; }

#page-booking-review .choose-project,
#page-booking-checkout .choose-project,
#page-personalize-project .choose-project {
  background-color: rgba(0, 0, 0, 0.4); }

#page-booking-review .choosepro-wrapper .choose-project,
#page-booking-checkout .choosepro-wrapper .choose-project,
#page-personalize-project .choosepro-wrapper .choose-project {
  background-color: transparent; }

#page-booking-review .personal-day,
#page-booking-checkout .personal-day,
#page-personalize-project .personal-day {
  font-size: 20px;
  line-height: 24px;
  align-self: center; }

@media (min-width: 768px) {
  #page-booking-review .personal-day,
  #page-booking-checkout .personal-day,
  #page-personalize-project .personal-day {
    font-size: 25px;
    line-height: 30px; } }

#page-booking-review .cart-pickup-window,
#page-booking-checkout .cart-pickup-window,
#page-booking-complete .cart-pickup-window {
  margin-top: 20px;
  padding: 8px 0 8px;
  color: #ffffff;
  border: 2px solid #4a4a4a;
  background-color: #a7873d;
  text-align: center;
  font-weight: bold; }
  #page-booking-review .cart-pickup-window .pickup-label,
  #page-booking-checkout .cart-pickup-window .pickup-label,
  #page-booking-complete .cart-pickup-window .pickup-label {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase; }
  #page-booking-review .cart-pickup-window .pickup-date,
  #page-booking-checkout .cart-pickup-window .pickup-date,
  #page-booking-complete .cart-pickup-window .pickup-date {
    font-size: 20px;
    line-height: 24px; }

#page-booking-review .cart .review-cost-inner,
#page-booking-checkout .cart .review-cost-inner,
#page-booking-complete .cart .review-cost-inner {
  border: 2px solid #000; }

#page-retail-gallery-purchase-completed .slashline,
#page-booking-complete .slashline {
  float: none; }

#page-retail-gallery-purchase-completed .social-button-container,
#page-booking-complete .social-button-container {
  text-align: center; }

#page-retail-gallery-purchase-completed .totalamt,
#page-booking-complete .totalamt {
  float: none;
  display: flex;
  justify-content: center;
  line-height: 77px; }
  #page-retail-gallery-purchase-completed .totalamt .symbol,
  #page-booking-complete .totalamt .symbol {
    line-height: 30px;
    font-size: 30px; }
  #page-retail-gallery-purchase-completed .totalamt .cents,
  #page-booking-complete .totalamt .cents {
    line-height: 59px; }

#page-retail-gallery-purchase-completed .payment-successful,
#page-booking-complete .payment-successful {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px; }
  #page-retail-gallery-purchase-completed .payment-successful svg,
  #page-booking-complete .payment-successful svg {
    width: 40px;
    height: 40px; }
    @media (min-width: 768px) {
      #page-retail-gallery-purchase-completed .payment-successful svg,
      #page-booking-complete .payment-successful svg {
        width: 50px;
        height: 50px; } }
  #page-retail-gallery-purchase-completed .payment-successful span,
  #page-booking-complete .payment-successful span {
    position: initial;
    margin-left: 20px; }

.personal-detail-right.customizations h3 {
  margin-top: .3em; }

.project-summary {
  margin-bottom: 1em; }
  .project-summary .desc-block {
    color: #4a4a4a;
    /* float: left; */
    padding-left: 6px; }
  .project-summary .pname {
    font-size: 25px;
    line-height: 30px; }
  .project-summary .pleadtime {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    text-align: center; }
    .project-summary .pleadtime strong {
      color: #000000; }

.retail-customize .schedule select {
  width: 100%;
  text-align: center;
  text-align-last: center;
  padding: 0.75em;
  font-size: 15px;
  border-color: #777;
  border-width: 2px;
  color: #4a4a4a; }

.retail-customize .upgrade-desc {
  width: 100%;
  font-size: 18px;
  color: #8c8c8c; }

.personal-detail-right {
  color: #4a4a4a; }

.personal-detail-left.cart .project-total .dollars {
  font-size: 25px; }

.project-total {
  font-size: 25px;
  line-height: 0.75em;
  color: #fff;
  text-align: center;
  white-space: nowrap; }
  .project-total.dark {
    color: #4a4a4a; }
  .project-total p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: normal;
    background: transparent !important; }

.customizationPrice {
  font-size: 38px;
  font-weight: 400; }

.dimensions {
  font-size: 18px; }

.custDesc {
  font-size: 18px;
  margin-top: 1em; }

.custFineprint {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px; }

.cart-instructions {
  width: 100%;
  text-align: center;
  color: #4a4a4a;
  font-size: 24px;
  margin: 5px 0 25px 0; }

.projects-total {
  font-size: 25px;
  line-height: 1em;
  color: #4a4a4a;
  text-align: center; }

.projects-tax {
  font-size: 15px;
  line-height: 1em;
  color: #4a4a4a;
  text-align: center; }

.cart-total {
  font-size: 45px;
  line-height: 1.3em;
  color: #222;
  text-align: center; }

span.cents,
span.symbol {
  font-size: 55%;
  vertical-align: super; }

.user-info .pinfolabel {
  font-size: 16px;
  display: inline-block;
  padding-right: .5em; }

.user-info div.pinfolabel {
  padding: .5em 0; }

.user-info .pinfovalue {
  font-size: 25px;
  display: inline-block; }

.schedule-info {
  background-color: #A7873D;
  text-align: center;
  border: 2px solid #4a4a4a;
  float: left;
  width: 100%;
  border-top-style: none;
  padding: .5em;
  color: white; }
  .schedule-info .schedLabel {
    font-size: 12px; }
  .schedule-info .schedValue {
    font-size: 15px;
    font-weight: bold; }

#keep-shopping {
  font-size: 20px;
  padding-top: 1em;
  padding-bottom: 1em;
  float: left;
  padding-left: 0;
  margin-top: 20px;
  width: 100%;
  background-image: url(../images/plus-circle-gold.png);
  background-repeat: no-repeat;
  background-position: left center;
  opacity: 1; }
  #keep-shopping:hover {
    opacity: 1; }
  #keep-shopping a {
    color: #4a4a4a;
    padding-left: 55px; }

@media (min-width: 768px) {
  #keep-shopping {
    opacity: .8; } }

.chk-container.wide {
  width: 100%; }

.cart-total {
  margin-top: 20px; }
  .cart-total p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
    line-height: 14px;
    font-weight: normal; }
  .cart-total .total-container {
    margin-top: -8px; }

.retail-total-complete {
  width: 100%;
  float: left;
  margin-bottom: 20px; }
  .retail-total-complete p {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center; }
  .retail-total-complete .totalcharge {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .04em; }
  .retail-total-complete .totalamt {
    font-size: 75px;
    /*color:#6fcf00; GREEN */
    color: #4a4a4a;
    line-height: 40px;
    margin-top: 0px !important; }
  .retail-total-complete .inctax {
    font-size: 18px;
    color: #9b9b9b;
    padding-top: 12px; }

.ordernum {
  width: 100%;
  float: left;
  font-size: 24px;
  text-transform: uppercase;
  margin: 30px 0 0 0;
  padding: 0 0 0 9%;
  box-sizing: border-box; }

.retail-order-detail {
  width: 100%;
  float: left;
  padding: 0 9%;
  box-sizing: border-box;
  margin-top: -10px; }

#page-studio-home {
  /*.fc-prev-button, .fc-next-button{ background-color:#f4c455; background-image:none;}.fc-prev-button:hover, .fc-next-button:hover{ background-color:#e7b543; background-image:none;}*/ }
  @media screen and (max-width: 767px) {
    #page-studio-home .pop-mob {
      display: block; }
    #page-studio-home .modal {
      position: fixed;
      padding-top: 0px !important;
      z-index: 99999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: white;
      background-color: rgba(255, 255, 255, 0.4);
      overflow-y: hidden; }
      #page-studio-home .modal .workshop-modal {
        max-width: 768px;
        margin: auto; }
        #page-studio-home .modal .workshop-modal * {
          float: none; }
        #page-studio-home .modal .workshop-modal.fade {
          -webkit-animation-name: fade;
          -webkit-animation-duration: .5s;
          animation-name: fade;
          animation-duration: .5; }
        #page-studio-home .modal .workshop-modal .workshop-modal-section {
          width: 100%;
          position: relative; }
          #page-studio-home .modal .workshop-modal .workshop-modal-section .modal-close {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 999; }
          #page-studio-home .modal .workshop-modal .workshop-modal-section .modal-header {
            width: 100%;
            padding: 15px;
            box-sizing: border-box;
            background-color: #4a4a4a;
            border-radius: 0; }
            #page-studio-home .modal .workshop-modal .workshop-modal-section .modal-header .modal-datetime {
              display: flex;
              width: 100%;
              text-rendering: optimizeLegibility !important;
              text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: antialiased;
              font-smoothing: antialiased; }
              #page-studio-home .modal .workshop-modal .workshop-modal-section .modal-header .modal-datetime .modal-date {
                font-size: 64px;
                line-height: 40px;
                color: #fff;
                margin-bottom: 8px; }
                #page-studio-home .modal .workshop-modal .workshop-modal-section .modal-header .modal-datetime .modal-date p {
                  font-size: 14px;
                  line-height: 15px;
                  text-align: center;
                  margin-bottom: 8px; }
              #page-studio-home .modal .workshop-modal .workshop-modal-section .modal-header .modal-datetime .modal-day {
                font-size: 24px;
                line-height: 28px;
                margin: 14px 0 0 10px;
                color: #fff;
                width: 77%;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis; }
        #page-studio-home .modal .workshop-modal .modal-fix-section {
          width: 100%;
          position: fixed;
          top: 101px;
          bottom: 0;
          overflow-y: scroll; }
          #page-studio-home .modal .workshop-modal .modal-fix-section .modal-date-box {
            float: none;
            width: 100%;
            /*height: 230px;*/
            height: 50%;
            position: relative;
            overflow: hidden; }
            #page-studio-home .modal .workshop-modal .modal-fix-section .modal-date-box.expanded {
              height: 288px; }
            #page-studio-home .modal .workshop-modal .modal-fix-section .modal-date-box img {
              width: 100%;
              position: absolute;
              top: 0;
              z-index: -2; }
            #page-studio-home .modal .workshop-modal .modal-fix-section .modal-date-box .modal-transparent {
              position: absolute;
              width: 100%;
              height: 100%;
              background-color: #000;
              opacity: .6;
              z-index: -1; }
            #page-studio-home .modal .workshop-modal .modal-fix-section .modal-date-box .modal-date-outer {
              display: flex;
              flex-direction: column;
              justify-content: center;
              width: 100%;
              /*height:230px;*/
              height: 100%; }
              #page-studio-home .modal .workshop-modal .modal-fix-section .modal-date-box .modal-date-outer .modal-date-content {
                width: 100%;
                color: #fff;
                font-size: 24px;
                text-align: center;
                padding: 0px 10px 0px 10px;
                box-sizing: border-box;
                line-height: 26px;
                display: table-cell;
                vertical-align: middle;
                text-rendering: optimizeLegibility !important;
                text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: antialiased;
                font-smoothing: antialiased; }
                #page-studio-home .modal .workshop-modal .modal-fix-section .modal-date-box .modal-date-outer .modal-date-content span {
                  font-size: 20px;
                  padding: 10px 0 0 0;
                  display: inline-block; } }
  @media screen and (max-width: 400px) {
    #page-studio-home .modal-day {
      width: 75%; } }
  @media screen and (max-width: 350px) {
    #page-studio-home .modal-day {
      width: 72%; } }
  #page-studio-home .recaptcha-msg {
    color: #cccccc;
    text-align: center; }
    #page-studio-home .recaptcha-msg a {
      color: #cccccc; }
  #page-studio-home .parallax {
    min-height: 400px; }
  #page-studio-home.hide-bodyscroll {
    overflow-y: hidden;
    position: fixed; }
  #page-studio-home .fc-unthemed .fc-content, #page-studio-home .fc-unthemed .fc-divider, #page-studio-home .fc-unthemed .fc-list-heading td, #page-studio-home .fc-unthemed .fc-list-view, #page-studio-home .fc-unthemed .fc-popover, #page-studio-home .fc-unthemed .fc-row, #page-studio-home .fc-unthemed tbody, #page-studio-home .fc-unthemed td, #page-studio-home .fc-unthemed th, #page-studio-home .fc-unthemed thead {
    border-color: #ddd; }
  #page-studio-home .fc-bg {
    display: block; }
  #page-studio-home .fc-footer-toolbar .fc-left {
    width: 100%; }
    #page-studio-home .fc-footer-toolbar .fc-left .fc-button-group {
      width: 100%; }
    #page-studio-home .fc-footer-toolbar .fc-left .fc-button {
      width: 50%; }
  #page-studio-home .fc-widget-header th {
    /* background-color: #474747; */
    color: #fff;
    text-transform: uppercase;
    padding: 5px 0 !important;
    background-image: url(../images/ui-bg_diagonals.png) !important;
    font-size: 12px !important;
    text-rendering: optimizeLegibility !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-smoothing: antialiased; }
  #page-studio-home .fc-left .fc-prev-button,
  #page-studio-home .fc-next-button {
    border: 1px solid #777777;
    background: url("../images/ui-bg_glass_40_111111_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #e3e3e3;
    font-size: 13px; }
    #page-studio-home .fc-left .fc-prev-button:hover,
    #page-studio-home .fc-next-button:hover {
      border: 1px solid #000;
      background: url("../images/ui-bg_glass_55_1c1c1c_1x400.png") 50% 50% repeat-x; }
  #page-studio-home .fc-right button {
    border: 1px solid #777777;
    background: url("../images/ui-bg_glass_40_111111_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #e3e3e3;
    font-size: 13px; }
    #page-studio-home .fc-right button.fc-state-active {
      border: 1px solid #fff;
      background-color: #fff;
      background-image: none;
      color: #222222;
      border: none;
      font-size: 13px; }
      #page-studio-home .fc-right button.fc-state-active:hover {
        background-color: #fff;
        background-image: none;
        color: #222222;
        border: none; }
    #page-studio-home .fc-right button::hover {
      border: 1px solid #000;
      background: url("../images/ui-bg_glass_55_1c1c1c_1x400.png") 50% 50% repeat-x; }
  #page-studio-home .fc-left button {
    font-size: 13px; }
  #page-studio-home .fc-today-button {
    border: 1px solid #777777;
    background: url("../images/ui-bg_glass_40_111111_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #e3e3e3;
    font-size: 13px; }
    #page-studio-home .fc-today-button.fc-state-disabled {
      border: 1px solid #777777 !important;
      background: url("../images/ui-bg_glass_40_111111_1x400.png") 50% 50% repeat-x !important; }
    #page-studio-home .fc-today-button:hover {
      border: 1px solid #000;
      background: url("../images/ui-bg_glass_55_1c1c1c_1x400.png") 50% 50% repeat-x; }
  #page-studio-home .fc-day-grid .fc-row {
    min-height: 131px !important; }
  #page-studio-home .fc-row.fc-rigid .fc-content-skeleton {
    position: relative !important; }
  @media screen and (max-width: 768px) {
    #page-studio-home .fc-day-grid .fc-row {
      min-height: 3.2em !important; }
    #page-studio-home .fc-row.fc-rigid .fc-content-skeleton {
      position: absolute !important; }
    #page-studio-home .fc button {
      padding: 0 12px;
      height: 38px; }
    #page-studio-home .fc-toolbar.fc-header-toolbar {
      margin-bottom: 5px; }
    #page-studio-home .fc-icon {
      line-height: 19px;
      height: 17px; }
    #page-studio-home .fc-list-heading-main {
      float: none !important; }
    #page-studio-home .fc-list-heading-alt {
      float: none !important; }
    #page-studio-home .fc-list-heading {
      text-align: center !important; }
    #page-studio-home .fc-widget-header {
      background-color: #474747 !important;
      background-image: url(../images/ui-bg_diagonals.png) !important;
      color: #fff;
      text-transform: uppercase;
      text-rendering: optimizeLegibility !important;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;
      -webkit-font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: antialiased !important;
      font-smoothing: antialiased !important;
      font-family: "Conv_Futura Condensed Medium", sans-serif;
      font-size: 20px;
      font-weight: normal !important;
      line-height: 20px !important;
      padding: 2px 14px !important; }
    #page-studio-home .curDayC {
      background: #f4c455 !important; }
    #page-studio-home .fc-list-item {
      color: #FFFFFF !important; }
      #page-studio-home .fc-list-item .fc-widget-content {
        padding: 13px 14px !important;
        font-family: 'droid_sansregular' !important; }
    #page-studio-home .fc-unthemed .fc-list-item:hover td {
      background-color: #C5C3C4 !important; }
    #page-studio-home .fc-event-dot {
      display: none !important; }
    #page-studio-home .fc-day-grid-event {
      border: none !important; }
      #page-studio-home .fc-day-grid-event .fc-content {
        white-space: nowrap !important; }
    #page-studio-home #Calendar-workshop {
      margin-top: 20px;
      padding: 20px 0; }
      #page-studio-home #Calendar-workshop h2 {
        font-size: 25px; } }
  @media screen and (max-width: 600px) {
    #page-studio-home .fc-center {
      width: 100%;
      text-align: center;
      margin-top: 10px; }
    #page-studio-home .fc-center h2 {
      width: 100%; }
    #page-studio-home .fc-basic-view .fc-body .fc-row {
      min-height: 3em; }
    #page-studio-home .fc-scroller {
      min-height: 270px !important; } }
  #page-studio-home #calendar {
    max-width: 900px;
    margin: 0 auto; }
  #page-studio-home .footer {
    margin-top: 3px; }
  #page-studio-home .expiredevent {
    background-color: #ebebeb !important; }
  #page-studio-home .mob_active {
    display: none;
    float: left; }
  @media screen and (max-width: 500px) {
    #page-studio-home .dir_more {
      float: left;
      width: 100%;
      display: block;
      padding-top: 25px;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 22%, white 100%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 22%, white 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 22%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); }
    #page-studio-home .mob_active {
      float: right;
      color: #4a90e2 !important;
      display: block;
      text-align: right;
      margin-bottom: 10px !important; } }
  #page-studio-home .banner-studio {
    background-color: #383838;
    padding: 15px;
    text-align: center;
    color: #fff;
    display: none; }
    #page-studio-home .banner-studio .message a {
      color: #fff;
      border-bottom: 1px #fff dashed;
      text-decoration: solid; }
      #page-studio-home .banner-studio .message a:hover {
        color: #F4C455;
        border-bottom: 1px #F4C455 dashed; }
  #page-studio-home span.read-more {
    cursor: pointer;
    color: red; }
  #page-studio-home span.more {
    display: none; }
  #page-studio-home .read-more {
    margin-top: -28px;
    z-index: 20;
    position: relative; }
  #page-studio-home .gradient-div {
    margin-top: -19px;
    position: relative;
    z-index: 10;
    float: left;
    width: 100%;
    padding: 20px 0px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 1%, white 38%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 1%, white 38%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 1%, white 38%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#ffffff', GradientType=0); }
  #page-studio-home #calendar {
    position: relative; }
  #page-studio-home .view-events {
    backface-visibility: visible;
    background-color: #f4c455;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    position: absolute;
    top: 27px;
    width: 100%; }
    #page-studio-home .view-events a {
      padding: 4px 0 2px 0;
      float: left;
      color: #252525;
      width: 100%;
      font-size: 16px;
      font-family: "Conv_Futura Condensed Medium", sans-serif;
      font-weight: 700; }
      #page-studio-home .view-events a i {
        font-weight: bold;
        font-size: 18px; }
  #page-studio-home .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em; }
  @media screen and (max-width: 600px) {
    #page-studio-home .view-events {
      top: 64px; }
      #page-studio-home .view-events a {
        padding: 9px 0 8px 0; }
    #page-studio-home .fc-toolbar.fc-header-toolbar {
      margin-bottom: 3em; } }
  #page-studio-home #map {
    width: 100%;
    height: 498px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }
  #page-studio-home .mail-form-box #cmsg {
    color: rgba(255, 255, 255, 0.7) !important; }
  #page-studio-home .fc-left .fc-prev-button,
  #page-studio-home .fc-left .fc-next-button {
    border: 1px solid #777777;
    background: url("../images/ui-bg_glass_40_111111_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #e3e3e3;
    font-size: 13px; }
    #page-studio-home .fc-left .fc-prev-button:hover,
    #page-studio-home .fc-left .fc-next-button:hover {
      border: 1px solid #000;
      background: url("../images/ui-bg_glass_55_1c1c1c_1x400.png") 50% 50% repeat-x; }
  #page-studio-home .fc-left button {
    font-size: 13px; }
  #page-studio-home .fc-right button {
    border: 1px solid #777777;
    background: url("../images/ui-bg_glass_40_111111_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #e3e3e3;
    font-size: 13px; }
    #page-studio-home .fc-right button:hover {
      border: 1px solid #000;
      background: url("../images/ui-bg_glass_55_1c1c1c_1x400.png") 50% 50% repeat-x; }
    #page-studio-home .fc-right button.fc-state-active {
      border: 1px solid #fff;
      background-color: #fff;
      background-image: none;
      color: #222222;
      border: none;
      font-size: 13px; }
      #page-studio-home .fc-right button.fc-state-active:hover {
        background-color: #fff;
        background-image: none;
        color: #222222;
        border: none; }
  #page-studio-home .fc-today-button {
    border: 1px solid #777777;
    background: url("../images/ui-bg_glass_40_111111_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #e3e3e3;
    font-size: 13px; }
    #page-studio-home .fc-today-button.fc-state-disabled {
      border: 1px solid #777777 !important;
      background: url("../images/ui-bg_glass_40_111111_1x400.png") 50% 50% repeat-x !important; }
    #page-studio-home .fc-today-button:hover {
      border: 1px solid #000;
      background: url("../images/ui-bg_glass_55_1c1c1c_1x400.png") 50% 50% repeat-x; }
  #page-studio-home .fc-day-grid .fc-row {
    min-height: 131px !important; }
  #page-studio-home .fc-row.fc-rigid .fc-content-skeleton {
    position: relative !important; }
  @media screen and (max-width: 768px) {
    #page-studio-home .fc-day-grid .fc-row {
      min-height: 3.2em !important; }
    #page-studio-home .fc-row.fc-rigid .fc-content-skeleton {
      position: absolute !important; }
    #page-studio-home .fc button {
      padding: 0 12px;
      height: 38px; }
    #page-studio-home .fc-toolbar.fc-header-toolbar {
      margin-bottom: 5px; }
    #page-studio-home .fc-icon {
      line-height: 19px;
      height: 17px; } }
  @media screen and (max-width: 600px) {
    #page-studio-home .fc-center {
      width: 100%;
      text-align: center;
      margin-top: 10px; }
      #page-studio-home .fc-center h2 {
        width: 100%; }
    #page-studio-home .fc-basic-view .fc-body .fc-row {
      min-height: 3em; }
    #page-studio-home .fc-scroller {
      min-height: 270px !important; } }

.gallery-thumb-img {
  height: auto;
  min-height: 100px; }
  @media (min-width: 768px) {
    .gallery-thumb-img {
      min-height: 200px; } }

.mk-portfolio-item {
  height: auto; }
  .mk-portfolio-item.slidebox-hover .featured-image {
    height: auto; }
    .mk-portfolio-item.slidebox-hover .featured-image > img {
      position: initial;
      margin: 0; }
  .mk-portfolio-item .hover-fineprint {
    font-style: italic;
    font-size: 11px !important;
    line-height: 1;
    text-align: center;
    padding-bottom: 0px !important;
    color: #aaa;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

@media (min-width: 768px) {
  .fancybox-title .act-btn a {
    line-height: 16px; } }

.fancybox-title .act-btn a:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer; }

.fancybox-title .setprint {
  font-style: italic;
  font-size: 13px !important;
  text-align: center;
  padding-bottom: 0px !important; }

.multi-ticket {
  margin-left: -1.75rem;
  margin-right: -1.75rem; }
  .multi-ticket .col {
    margin-bottom: 1rem; }
    .multi-ticket .col .ticket-inner {
      height: 76px;
      background-color: rgba(0, 0, 0, 0.4);
      display: flex;
      justify-content: space-between;
      width: 100%; }
    .multi-ticket .col .ticket-details {
      display: flex;
      flex-direction: column;
      justify-content: center;
      overflow-x: hidden; }
    .multi-ticket .col:last-child .ticket:not(.project) .ticket-inner {
      background-color: #fff; }

@media (max-width: 991.98px) {
  #page-select-project .costfor-register {
    background-image: none !important;
    border: none !important; }
  #page-select-project .personal-detail-form {
    box-shadow: none;
    padding: 14px; }
    #page-select-project .personal-detail-form .choose-project,
    #page-select-project .personal-detail-form .workshop-cost {
      color: #4a4a4a; }
    #page-select-project .personal-detail-form .choose-project {
      margin-top: 0;
      justify-content: space-between;
      align-items: center; }
      #page-select-project .personal-detail-form .choose-project .proleftmob {
        font-size: 14px; }
        #page-select-project .personal-detail-form .choose-project .proleftmob span {
          font-size: 20px;
          line-height: 22px; }
  #page-select-project .gallery-header .slash-line-bottom {
    margin-top: 0;
    background-size: 100%; }
  #page-select-project .gallery-header .gallery-filter {
    padding-top: 0; }
    #page-select-project .gallery-header .gallery-filter li.cell {
      padding-top: 5px;
      padding-bottom: 5px; }
  #page-select-project .gallery-header .gallery-navigation {
    padding-bottom: 0; } }

#page-events .costfor-user .workshop-cost .symbol,
#page-select-project .costfor-user .workshop-cost .symbol {
  font-size: 55%;
  vertical-align: super; }

#page-events .upcoming-events-wrapper,
#page-select-project .upcoming-events-wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  max-width: 340px; }

#page-events .upcoming-events,
#page-select-project .upcoming-events {
  margin-left: -5px;
  margin-right: -5px;
  justify-content: center; }

#page-events .upcoming-event-btn,
#page-select-project .upcoming-event-btn {
  padding: 5px 5px 0; }

#page-events .upcoming-event,
#page-select-project .upcoming-event {
  padding: 5px; }
  @media (min-width: 768px) {
    #page-events .upcoming-event:hover .upcoming-event-content,
    #page-select-project .upcoming-event:hover .upcoming-event-content {
      box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.3); } }
  #page-events .upcoming-event .upcoming-event-image,
  #page-select-project .upcoming-event .upcoming-event-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 100%;
    position: relative; }
    @media (max-width: 767.98px) {
      #page-events .upcoming-event .upcoming-event-image,
      #page-select-project .upcoming-event .upcoming-event-image {
        width: 164px;
        height: 164px; } }
  #page-events .upcoming-event img,
  #page-select-project .upcoming-event img {
    opacity: .6; }
  #page-events .upcoming-event a,
  #page-select-project .upcoming-event a {
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    position: relative;
    height: 100%;
    min-height: 150px; }
    #page-events .upcoming-event a:hover,
    #page-select-project .upcoming-event a:hover {
      text-decoration: none; }
  #page-events .upcoming-event .upcoming-event-content,
  #page-select-project .upcoming-event .upcoming-event-content {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 10px 5px 5px 5px; }
    #page-events .upcoming-event .upcoming-event-content .upcoming-event-day, #page-events .upcoming-event .upcoming-event-content .upcoming-event-date, #page-events .upcoming-event .upcoming-event-content .upcoming-event-time, #page-events .upcoming-event .upcoming-event-content .upcoming-event-title,
    #page-select-project .upcoming-event .upcoming-event-content .upcoming-event-day,
    #page-select-project .upcoming-event .upcoming-event-content .upcoming-event-date,
    #page-select-project .upcoming-event .upcoming-event-content .upcoming-event-time,
    #page-select-project .upcoming-event .upcoming-event-content .upcoming-event-title {
      text-rendering: optimizeLegibility !important;
      text-shadow: 1px 1px 1px black;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: antialiased;
      font-smoothing: antialiased; }
    #page-events .upcoming-event .upcoming-event-content .upcoming-event-day,
    #page-select-project .upcoming-event .upcoming-event-content .upcoming-event-day {
      font-size: 22px;
      line-height: 25px;
      font-weight: bold; }
    #page-events .upcoming-event .upcoming-event-content .upcoming-event-date,
    #page-select-project .upcoming-event .upcoming-event-content .upcoming-event-date {
      font-size: 64px;
      font-weight: normal;
      line-height: 54px; }
    #page-events .upcoming-event .upcoming-event-content .upcoming-event-time,
    #page-select-project .upcoming-event .upcoming-event-content .upcoming-event-time {
      font-size: 17px;
      line-height: 19px;
      padding-top: 2px; }
    #page-events .upcoming-event .upcoming-event-content .upcoming-event-title,
    #page-select-project .upcoming-event .upcoming-event-content .upcoming-event-title {
      height: 57px;
      font-weight: normal;
      overflow: hidden;
      font-size: 14px;
      line-height: 17px;
      justify-self: flex-end;
      display: flex;
      flex-direction: column;
      justify-content: center; }

#page-events .upcoming-evt,
#page-select-project .upcoming-evt {
  float: none; }
  @media (max-width: 767.98px) {
    #page-events .upcoming-evt,
    #page-select-project .upcoming-evt {
      box-shadow: none; } }
  #page-events .upcoming-evt h2,
  #page-select-project .upcoming-evt h2 {
    float: none;
    font-size: 33px;
    margin-top: 6px;
    margin-bottom: 14px; }
  #page-events .upcoming-evt .upcoming-evt-box,
  #page-select-project .upcoming-evt .upcoming-evt-box {
    float: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-right: -5px;
    margin-left: -5px; }
    @media (max-width: 991.98px) {
      #page-events .upcoming-evt .upcoming-evt-box,
      #page-select-project .upcoming-evt .upcoming-evt-box {
        width: 100%;
        margin-right: -5px;
        margin-left: -5px; } }
  #page-events .upcoming-evt .upevt-box,
  #page-select-project .upcoming-evt .upevt-box {
    float: none;
    width: 100%;
    max-width: 50%;
    flex-grow: 1;
    margin-right: 5px;
    margin-left: 5px; }
    @media (max-width: 991.98px) {
      #page-events .upcoming-evt .upevt-box,
      #page-select-project .upcoming-evt .upevt-box {
        max-width: 50%; } }
    #page-events .upcoming-evt .upevt-box .upevt-content,
    #page-select-project .upcoming-evt .upevt-box .upevt-content {
      float: none; }
      #page-events .upcoming-evt .upevt-box .upevt-content *,
      #page-select-project .upcoming-evt .upevt-box .upevt-content * {
        float: none; }

#page-events .tooltip,
#page-select-project .tooltip {
  width: auto;
  z-index: 999999; }

#page-events .prvevent-overlay,
#page-select-project .prvevent-overlay {
  position: fixed;
  overflow-y: scroll;
  z-index: 1093;
  padding-top: 100px; }
  #page-events .prvevent-overlay .prvevent-wrapper,
  #page-select-project .prvevent-overlay .prvevent-wrapper {
    padding-top: 100px; }

#page-events .event-description-etc,
#page-select-project .event-description-etc {
  font-style: italic;
  width: 100%;
  text-align: center; }

#page-events .event-delivery-date,
#page-select-project .event-delivery-date {
  width: 100%;
  color: #000000;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  padding: 0px; }

#page-events #map_wrapper,
#page-select-project #map_wrapper {
  height: 400px; }

#page-events #map_canvas,
#page-select-project #map_canvas {
  width: 100%;
  height: 300px; }

#page-events #map_canvas2,
#page-select-project #map_canvas2 {
  width: 100%;
  /*height: 180px;*/
  height: 180px; }

#page-events .event-closed-message,
#page-select-project .event-closed-message {
  color: #4a4a4a;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15); }
  #page-events .event-closed-message h3,
  #page-select-project .event-closed-message h3 {
    font-family: "lakesightregular", serif;
    font-size: 36px; }
  #page-events .event-closed-message p,
  #page-select-project .event-closed-message p {
    font-size: 18px;
    line-height: 24px;
    margin: 0.5rem 0; }

#page-events .mob-height,
#page-select-project .mob-height {
  height: 175px !important; }

#page-events .mob-height #map_canvas2,
#page-select-project .mob-height #map_canvas2 {
  height: 160px; }

#page-events .multi-ticket .ticket,
#page-select-project .multi-ticket .ticket {
  height: 80px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 9px 22px 0 rgba(0, 0, 0, 0.15); }
  #page-events .multi-ticket .ticket .ticket-cost,
  #page-select-project .multi-ticket .ticket .ticket-cost {
    font-size: 47px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #page-events .multi-ticket .ticket .ticket-cost .cost-label,
    #page-select-project .multi-ticket .ticket .ticket-cost .cost-label {
      font-size: 14px;
      text-align: center;
      padding-top: 10px;
      margin-bottom: 0px;
      font-weight: normal;
      background: transparent !important; }
    #page-events .multi-ticket .ticket .ticket-cost .cost-value,
    #page-select-project .multi-ticket .ticket .ticket-cost .cost-value {
      margin-top: -12px; }
  #page-events .multi-ticket .ticket.project .ticket-cost,
  #page-select-project .multi-ticket .ticket.project .ticket-cost {
    color: #ffffff; }
  #page-events .multi-ticket .ticket .ticket-name-person,
  #page-select-project .multi-ticket .ticket .ticket-name-person {
    font-size: 20px;
    line-height: 24px; }
  #page-events .multi-ticket .ticket .ticket-name-project,
  #page-select-project .multi-ticket .ticket .ticket-name-project {
    font-size: 36px;
    line-height: 40px; }
  #page-events .multi-ticket .ticket.project,
  #page-select-project .multi-ticket .ticket.project {
    background-size: cover;
    border-bottom: 4px solid #28a745;
    box-shadow: none;
    background-position: center center; }
    #page-events .multi-ticket .ticket.project .ticket-name-person,
    #page-select-project .multi-ticket .ticket.project .ticket-name-person {
      color: #fff; }
    #page-events .multi-ticket .ticket.project .ticket-name-project,
    #page-select-project .multi-ticket .ticket.project .ticket-name-project {
      color: #fff; }
  #page-events .multi-ticket .ticket.selected,
  #page-select-project .multi-ticket .ticket.selected {
    box-shadow: 0 9px 22px 0 rgba(0, 0, 0, 0.15);
    border-bottom: none; }
    #page-events .multi-ticket .ticket.selected .ticket-inner,
    #page-select-project .multi-ticket .ticket.selected .ticket-inner {
      height: 80px; }

#page-events .footer,
#page-select-project .footer {
  display: none; }

#page-events .copy-right,
#page-select-project .copy-right {
  display: none; }

#page-events .mob-pop-overlay,
#page-select-project .mob-pop-overlay {
  display: none; }

@media only screen and (max-width: 768px) {
  #page-events .goto-top,
  #page-select-project .goto-top {
    display: none !important; }
  #page-events .eye,
  #page-select-project .eye {
    display: none !important; }
  #page-events .mob-pop-overlay,
  #page-select-project .mob-pop-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999; }
  #page-events .mk-portfolio-item.slidebox-hover .icons-holder,
  #page-select-project .mk-portfolio-item.slidebox-hover .icons-holder {
    left: auto;
    right: 15px;
    width: 50px;
    bottom: 13px !important;
    text-align: right !important;
    z-index: 1;
    top: auto !important; } }

#page-events .workshop-section,
#page-select-project .workshop-section {
  margin: 0; }

#page-events .mobile-map-wrapper,
#page-select-project .mobile-map-wrapper {
  float: none; }

#page-events .workshop-day,
#page-select-project .workshop-day {
  float: none; }

#page-events .workshop-datetime,
#page-events .choose-project,
#page-select-project .workshop-datetime,
#page-select-project .choose-project {
  display: flex;
  justify-content: flex-start; }

#page-events .selected-ticket,
#page-select-project .selected-ticket {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  font-family: "Conv_Futura Condensed Medium", sans-serif; }
  #page-events .selected-ticket:not(.single-ticket),
  #page-select-project .selected-ticket:not(.single-ticket) {
    border: 2px solid #bbbbbb;
    height: 50px; }
  #page-events .selected-ticket.single-ticket img.drop-arrow,
  #page-select-project .selected-ticket.single-ticket img.drop-arrow {
    display: none; }
  #page-events .selected-ticket:hover,
  #page-select-project .selected-ticket:hover {
    cursor: pointer; }
  #page-events .selected-ticket .selected-ticket-label,
  #page-select-project .selected-ticket .selected-ticket-label {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1; }
  #page-events .selected-ticket img,
  #page-select-project .selected-ticket img {
    width: 24px;
    height: auto; }
    #page-events .selected-ticket img.drop-arrow,
    #page-select-project .selected-ticket img.drop-arrow {
      justify-self: flex-end; }

#page-events .nav-tickets,
#page-select-project .nav-tickets {
  float: none;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 991.98px) {
    #page-events .nav-tickets,
    #page-select-project .nav-tickets {
      display: none;
      border: 1px solid #bbbbbb;
      border-top: none; }
      #page-events .nav-tickets .nav-item,
      #page-select-project .nav-tickets .nav-item {
        border-bottom: 1px solid #bbbbbb;
        padding-left: 1rem; }
        #page-events .nav-tickets .nav-item a.nav-link,
        #page-select-project .nav-tickets .nav-item a.nav-link {
          justify-content: center; } }
  @media (min-width: 992px) {
    #page-events .nav-tickets,
    #page-select-project .nav-tickets {
      display: flex !important; } }
  #page-events .nav-tickets .nav-item div.nav-link,
  #page-select-project .nav-tickets .nav-item div.nav-link {
    display: flex;
    font-family: "Conv_Futura Condensed Medium", sans-serif;
    color: black;
    cursor: pointer;
    font-size: 24px; }
    @media (min-width: 992px) {
      #page-events .nav-tickets .nav-item div.nav-link,
      #page-select-project .nav-tickets .nav-item div.nav-link {
        color: rgba(0, 0, 0, 0.5); } }
    #page-events .nav-tickets .nav-item div.nav-link img,
    #page-select-project .nav-tickets .nav-item div.nav-link img {
      width: 24px;
      height: 35px; }
    #page-events .nav-tickets .nav-item div.nav-link.active,
    #page-select-project .nav-tickets .nav-item div.nav-link.active {
      color: rgba(0, 0, 0, 0.5); }
      @media (min-width: 992px) {
        #page-events .nav-tickets .nav-item div.nav-link.active,
        #page-select-project .nav-tickets .nav-item div.nav-link.active {
          background-color: transparent;
          color: #000;
          text-decoration: underline; } }
    @media (min-width: 992px) {
      #page-events .nav-tickets .nav-item div.nav-link:hover,
      #page-select-project .nav-tickets .nav-item div.nav-link:hover {
        background-color: transparent;
        color: #000; } }
    #page-events .nav-tickets .nav-item div.nav-link:first-child,
    #page-select-project .nav-tickets .nav-item div.nav-link:first-child {
      padding-left: 0; }

#page-events .gallery-search input,
#page-events .gallery-search .input-group-prepend > span,
#page-events .gallery-search .input-group-append > span,
#page-select-project .gallery-search input,
#page-select-project .gallery-search .input-group-prepend > span,
#page-select-project .gallery-search .input-group-append > span {
  border: none;
  border-bottom: 2px solid #999999;
  color: rgba(0, 0, 0, 0.5); }

#page-events .gallery-search input,
#page-select-project .gallery-search input {
  font-size: 16px;
  font-family: "droid_sansregular", sans-serif;
  padding-left: 0px; }

#page-events .gallery-search .input-group-append,
#page-select-project .gallery-search .input-group-append {
  cursor: pointer; }

#page-events .gallery-search #input-gallery-search-x,
#page-select-project .gallery-search #input-gallery-search-x {
  padding-right: 2px; }

#page-events .gallery-search #input-gallery-search,
#page-select-project .gallery-search #input-gallery-search {
  background-color: #f4c455;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
  opacity: .6; }
  #page-events .gallery-search #input-gallery-search:hover,
  #page-select-project .gallery-search #input-gallery-search:hover {
    opacity: 1; }

#page-events .gallery-filter #category_dropdown span,
#page-events .gallery-filter li a,
#page-events .gallery-filter select,
#page-select-project .gallery-filter #category_dropdown span,
#page-select-project .gallery-filter li a,
#page-select-project .gallery-filter select {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  text-transform: uppercase; }

#page-events .gallery-filter li:first-child,
#page-select-project .gallery-filter li:first-child {
  padding-left: 0; }

#page-events .gallery-filter li.cell,
#page-select-project .gallery-filter li.cell {
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none; }
  #page-events .gallery-filter li.cell.active a,
  #page-select-project .gallery-filter li.cell.active a {
    color: #000000;
    text-decoration: underline; }

#page-events .gallery-filter li a:hover,
#page-select-project .gallery-filter li a:hover {
  color: #000000;
  text-decoration: none; }

#page-events .gallery-filter select.active,
#page-select-project .gallery-filter select.active {
  color: #000000;
  text-decoration: underline; }

#page-events .gallery-filter select.iPhone, #page-events .gallery-filter select.safari,
#page-select-project .gallery-filter select.iPhone,
#page-select-project .gallery-filter select.safari {
  margin-top: 6px; }

#page-events .loading-div,
#page-select-project .loading-div {
  height: 45vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  #page-events .loading-div img,
  #page-select-project .loading-div img {
    width: 64px;
    height: 64px; }

#page-events .workshop-license br,
#page-select-project .workshop-license br {
  display: none; }

#page-events .title-select-project,
#page-select-project .title-select-project {
  color: #4a4a4a;
  font-size: 20px;
  text-align: center;
  padding: 1.375rem 0; }

#page-events .event-details,
#page-select-project .event-details {
  margin-top: 14px; }

#page-events .event-ticket,
#page-select-project .event-ticket {
  margin-top: 0;
  width: 100%;
  background-color: #fff;
  padding: 14px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15); }
  #page-events .event-ticket a,
  #page-select-project .event-ticket a {
    color: #2e2e2e; }
    #page-events .event-ticket a:hover,
    #page-select-project .event-ticket a:hover {
      background-color: #000;
      text-decoration: none;
      color: #fff;
      cursor: pointer; }
  #page-events .event-ticket .event-ticket-inner,
  #page-select-project .event-ticket .event-ticket-inner {
    width: 100%;
    padding: 5px 5px;
    border-radius: 2px;
    background: #f4c455;
    color: #2e2e2e;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    height: 65px;
    min-height: 65px;
    display: flex;
    justify-content: space-between; }
    #page-events .event-ticket .event-ticket-inner:hover,
    #page-select-project .event-ticket .event-ticket-inner:hover {
      background-color: #000;
      color: #fff;
      cursor: pointer; }
    #page-events .event-ticket .event-ticket-inner .evp-left,
    #page-select-project .event-ticket .event-ticket-inner .evp-left {
      width: 72%;
      font-size: 22px;
      display: table;
      height: 65px;
      min-height: 65px; }
    #page-events .event-ticket .event-ticket-inner .evp-left h5,
    #page-select-project .event-ticket .event-ticket-inner .evp-left h5 {
      display: table-cell;
      vertical-align: middle; }
    #page-events .event-ticket .event-ticket-inner .evp-right,
    #page-select-project .event-ticket .event-ticket-inner .evp-right {
      line-height: 27px;
      text-align: right;
      font-size: 14px;
      font-size: 48px; }
    #page-events .event-ticket .event-ticket-inner .evp-right p,
    #page-select-project .event-ticket .event-ticket-inner .evp-right p {
      text-align: center;
      letter-spacing: 2px;
      font-size: 14px; }
    #page-events .event-ticket .event-ticket-inner .evp-right span,
    #page-select-project .event-ticket .event-ticket-inner .evp-right span {
      font-size: 20px;
      position: relative;
      top: -20px; }

#page-personalize-project .choosepro-wrapper {
  margin-top: 0px; }

#page-personalize-project .personal-day {
  flex-grow: 1; }

#page-personalize-project .personal-datetime,
#page-personalize-project .choose-project {
  display: flex;
  justify-content: space-between; }

#page-personalize-project .costfor-register .choose-project {
  background-color: rgba(0, 0, 0, 0.4); }

#page-personalize-project .costfor-user .choose-project {
  background-color: transparent; }

#page-personalize-project .chk-container {
  display: flex;
  align-items: center;
  margin: 0;
  min-height: 50px;
  padding-left: 0; }

#page-personalize-project .checkmark {
  margin-right: .5rem; }

#page-personalize-project .retail-customize .personal-detail-form .pdf-row label {
  font-size: 18px;
  top: 8px; }

#page-personalize-project .retail-customize .personalize-options {
  margin-bottom: 1.25rem; }

@media (max-width: 767.98px) {
  #page-personalize-project form.personal-detail-form {
    padding: 0; }
  #page-personalize-project .retail-customize,
  #page-personalize-project .customizations {
    margin-top: 0px; }
  #page-personalize-project .costfor-register {
    background-image: none !important;
    border: none !important; }
  #page-personalize-project .choose-project {
    background-color: transparent; } }

@media (max-width: 991.98px) {
  #page-personalize-project .personal-detail-form {
    box-shadow: none; }
    #page-personalize-project .personal-detail-form .personalizations {
      margin: 0; }
    #page-personalize-project .personal-detail-form .choose-project {
      color: #4a4a4a; }
    #page-personalize-project .personal-detail-form .pdf-row {
      margin-bottom: 0px;
      min-height: 55px;
      padding: 10px 0px 0; }
      #page-personalize-project .personal-detail-form .pdf-row label {
        font-size: 18px;
        top: 14px !important;
        color: #4a4a4a;
        left: 0px; }
        #page-personalize-project .personal-detail-form .pdf-row label.floating-label {
          margin-top: -17px !important; }
      #page-personalize-project .personal-detail-form .pdf-row textarea + label {
        position: absolute;
        left: 17px;
        width: 90%; }
    #page-personalize-project .personal-detail-form h3 {
      font-size: 24px;
      margin-bottom: 10px; }
    #page-personalize-project .personal-detail-form input[type="text"] {
      font-size: 18px;
      position: relative;
      bottom: 0;
      left: 0;
      margin-bottom: 0px;
      margin-left: 0;
      width: 100%; }
    #page-personalize-project .personal-detail-form textarea {
      position: relative;
      margin-bottom: 0px !important; }
    #page-personalize-project .personal-detail-form input[type="submit"] {
      width: calc(100% - 0px);
      margin: 0px 0px 5px;
      padding-top: 18px;
      padding-bottom: 18px; }
  #page-personalize-project .personal-detail-right label.chk-container.wide {
    font-size: 18px; }
    #page-personalize-project .personal-detail-right label.chk-container.wide .pnameps {
      font-size: 18px; } }

@media (min-width: 576px) {
  #page-personalize-project .personal-detail-right.customizations .personal-detail-form .pdf-row {
    padding-top: 10px; }
    #page-personalize-project .personal-detail-right.customizations .personal-detail-form .pdf-row label {
      margin-top: 0; }
      #page-personalize-project .personal-detail-right.customizations .personal-detail-form .pdf-row label.floating-label {
        margin-top: 14px; } }

@media (min-width: 768px) {
  #page-personalize-project .personal-detail-right {
    margin-left: -3px; }
    #page-personalize-project .personal-detail-right.customizations .personal-detail-form {
      box-shadow: 8px 2px 7px 0 rgba(0, 0, 0, 0.2);
      padding-left: 1.5rem; }
      #page-personalize-project .personal-detail-right.customizations .personal-detail-form .pdf-row {
        padding-top: 10px; }
        #page-personalize-project .personal-detail-right.customizations .personal-detail-form .pdf-row label {
          margin-top: 0;
          width: 100%;
          text-align: left; }
          #page-personalize-project .personal-detail-right.customizations .personal-detail-form .pdf-row label.floating-label {
            margin-top: 14px; }
        #page-personalize-project .personal-detail-right.customizations .personal-detail-form .pdf-row textarea + label {
          margin-top: 10px; }
          #page-personalize-project .personal-detail-right.customizations .personal-detail-form .pdf-row textarea + label.floating-label {
            margin-top: 10px; } }

#page-booking-review .personal-detail-txt {
  font-size: 14px;
  color: #4a4a4a; }

#page-booking-review .first_button {
  width: 100%;
  float: none;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  position: relative; }

#page-booking-review .second_button {
  float: none;
  position: absolute;
  top: -5px;
  right: 0px;
  width: 30%;
  z-index: 10; }

#page-booking-review .btnClickCoupon span {
  font-size: 20px;
  font-weight: bold; }

#page-booking-review .btnClickCoupon {
  display: none;
  border-radius: 26px;
  padding: 5px 0 !important;
  margin-bottom: 5px;
  box-shadow: 0px 3px 2px 0px #d7d7d7;
  -webkit-box-shadow: 0px 3px 2px 0px #d7d7d7;
  -moz-box-shadow: 0px 3px 2px 0px #d7d7d7;
  text-align: center;
  font-weight: bold;
  white-space: pre-wrap;
  background: #f4c455;
  color: #2e2e2e;
  line-height: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-style: normal;
  font-size: 16px;
  border: none;
  width: 100%;
  text-transform: uppercase;
  font-family: "droid_sansregular", sans-serif; }

#page-booking-review .btnClickCoupon:hover {
  background-color: #000 !important;
  color: #fff !important; }

#page-booking-review .btnClickCoupon[disabled="disabled"] {
  background: #d7d7d7 !important;
  color: #f1f1f1 !important; }

#page-booking-review #txtPromo {
  border-bottom: none;
  margin-bottom: 10px; }

@media (max-width: 767.98px) {
  #page-booking-review #txtPromo {
    width: 100%;
    border-bottom: 2px solid #999999;
    margin-bottom: 0px; }
  #page-booking-review .second_button {
    position: initial;
    width: 100%;
    text-align: center;
    float: none; }
  #page-booking-review .first_button {
    border-bottom: none; }
  #page-booking-review .btnClickCoupon {
    width: 150px;
    font-size: 18px;
    margin-top: 25px;
    box-shadow: 0px 3px 5px 0px #d7d7d7;
    -webkit-box-shadow: 0px 3px 5px 0px #d7d7d7;
    -moz-box-shadow: 0px 3px 5px 0px #d7d7d7; }
  #page-booking-review .btnClickCoupon span {
    font-size: 21px; } }

@media (max-width: 991.98px) {
  #page-booking-review .personal-detail-left .personal-datetime {
    margin-bottom: 15px; }
  #page-booking-review .personal-detail-left .total {
    align-self: flex-start; }
    #page-booking-review .personal-detail-left .total .workshop-cost {
      position: initial; }
      #page-booking-review .personal-detail-left .total .workshop-cost p {
        line-height: 18px; }
      #page-booking-review .personal-detail-left .total .workshop-cost .dollars {
        font-size: 48px;
        line-height: 44px; }
  #page-booking-review .personal-detail-left .choose-project .crossIcon {
    top: -22px !important; }
  #page-booking-review .personal-detail-left .choose-project .project-details span {
    font-size: 20px;
    line-height: 23px; }
  #page-booking-review .personal-detail-left .choose-project .costfor-user {
    position: initial;
    align-self: flex-start;
    margin-top: -10px; }
  #page-booking-review .personal-detail-right {
    margin-top: 1.5rem; }
    #page-booking-review .personal-detail-right .personal-detail-form input[type="submit"] {
      margin-left: 0;
      margin-right: 0; }
    #page-booking-review .personal-detail-right h3 {
      font-size: 24px;
      margin-bottom: 10px; } }

@media (min-width: 768px) {
  #page-booking-review .personal-detail-txt {
    font-size: 24px; } }

#page-booking-checkout .personal-detail-txt {
  font-size: 14px;
  color: #4a4a4a; }

@media (max-width: 767.98px) {
  #page-booking-checkout .checkout-tab ul li {
    font-size: 14px; } }

@media (min-width: 768px) {
  #page-booking-checkout .personal-detail-txt {
    font-size: 24px; }
  #page-booking-checkout .checkout-tab ul li {
    font-size: 18px; } }

@media (min-width: 1200px) {
  #page-booking-checkout .checkout-tab ul li {
    font-size: 20px; } }

#page-booking-complete.vrp-event .booking-section .booking-completed {
  width: 67%;
  float: none;
  margin: 0 auto; }

#page-booking-complete .personal-day {
  flex-grow: 1; }

#page-booking-complete .payment-successful {
  display: flex;
  justify-content: center; }
  #page-booking-complete .payment-successful span {
    margin-left: 1rem;
    position: initial; }

#page-booking-complete .booking-detail {
  padding: 0 20px; }

#page-booking-complete .social-button-container {
  margin-top: 30px;
  padding-top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media (max-width: 991.98px) {
    #page-booking-complete .social-button-container {
      margin-bottom: 30px; } }
  @media (min-width: 1200px) {
    #page-booking-complete .social-button-container {
      justify-content: space-between; } }
  #page-booking-complete .social-button-container a.social-buttons {
    height: 60px;
    width: 310px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0;
    background-color: #000; }
    @media (min-width: 1200px) {
      #page-booking-complete .social-button-container a.social-buttons {
        margin: 0; } }
    #page-booking-complete .social-button-container a.social-buttons .social-image {
      width: 58px;
      height: 56px;
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      font-size: 38px;
      display: flex;
      justify-content: center;
      align-items: center; }
    #page-booking-complete .social-button-container a.social-buttons .social-label {
      font-size: 20px;
      text-align: center;
      flex-grow: 1; }
    #page-booking-complete .social-button-container a.social-buttons img {
      width: 60px;
      height: 60px; }
    #page-booking-complete .social-button-container a.social-buttons:hover {
      background-color: rgba(0, 0, 0, 0.8);
      color: #ffffff;
      text-decoration: none; }

#page-booking-complete .bookingid {
  margin-top: 50px;
  padding-left: 0; }

#page-retail-gallery .tooltip {
  width: auto;
  z-index: 999999 !important; }

@media (min-width: 992px) {
  #page-retail-gallery .infinite-scroll {
    padding: 0 10px;
    max-width: 1082px;
    margin: 0 auto; } }

@media (max-width: 991.98px) {
  #page-retail-galleries h1 .subtitle {
    font-size: 36px;
    margin-bottom: .5em;
    line-height: 1.1; }
  #page-retail-galleries .page-header p {
    font-size: 16px;
    margin-bottom: 0px;
    color: #6d6d6d;
    font-family: "droid_sansregular";
    line-height: 1.66em; } }

#page-retail-galleries #master_gallery .gallery-thumb {
  height: auto; }
  #page-retail-galleries #master_gallery .gallery-thumb img {
    position: initial;
    transform: none; }

#page-workshop-form .tooltip {
  width: auto; }

#page-workshop-form .clearboth {
  clear: both; }

#page-workshop-form .inline-block {
  display: inline-block;
  vertical-align: middle; }

#page-workshop-form .no-padding {
  padding: 0 !important; }

#page-workshop-form .section {
  padding-top: 30px;
  padding-bottom: 30px; }

#page-workshop-form .hr-divider {
  width: 100%;
  overflow: hidden; }

#page-workshop-form .footer {
  display: block; }

#page-workshop-form .workshop-form-wrapper {
  display: table;
  content: '';
  clear: both; }

#page-workshop-form #workshop_form .recaptcha-msg {
  text-align: center;
  color: #cccccc; }
  #page-workshop-form #workshop_form .recaptcha-msg a {
    color: #cccccc; }

#page-workshop-form #workshop_form label {
  color: #a8a8a8;
  text-align: left; }

#page-workshop-form #workshop_form .studio-heading {
  margin-bottom: 30px; }
  #page-workshop-form #workshop_form .studio-heading h1,
  #page-workshop-form #workshop_form .studio-heading h2 {
    font-family: 'Conv_Futura Condensed Medium';
    font-weight: normal; }
  #page-workshop-form #workshop_form .studio-heading h1 {
    font-size: 50px;
    text-transform: uppercase; }

#page-workshop-form #workshop_form p {
  color: #6d6d6d; }

#page-workshop-form #workshop_form select {
  width: 100%;
  padding: 8px 130px;
  color: #a8a8a8;
  border-color: #a8a8a8;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px; }
  #page-workshop-form #workshop_form select option {
    padding: 8px 0px; }

#page-workshop-form #workshop_form .fa {
  font-size: 1.7em;
  cursor: pointer; }

#page-workshop-form #workshop_form .error {
  color: #880000; }

#page-workshop-form #workshop_form #alternateTimeFieldTrigger1,
#page-workshop-form #workshop_form #alternateTimeFieldTrigger2 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 3px; }

#page-workshop-form #workshop_form .altDate label {
  left: 30px; }

#page-workshop-form #workshop_form .altDate input {
  margin-bottom: 20px; }

#page-workshop-form #workshop_form .altDate img {
  opacity: 0.7;
  transition: opacity .15s; }
  #page-workshop-form #workshop_form .altDate img:hover {
    opacity: 1; }

#page-workshop-form #workshop_form .submit-button-wrapper {
  padding: 0; }

#page-workshop-form #workshop_form #success-wrapper {
  text-align: center; }
  #page-workshop-form #workshop_form #success-wrapper #message_sent {
    color: #81c552; }
  #page-workshop-form #workshop_form #success-wrapper h2 {
    font-family: 'lakesightregular' !important; }
  #page-workshop-form #workshop_form #success-wrapper p a {
    text-decoration: underline;
    font-weight: bold;
    color: #000000; }
  #page-workshop-form #workshop_form #success-wrapper #success_icon {
    width: 45px; }
  #page-workshop-form #workshop_form #success-wrapper #message_sent {
    margin: 0 0 0 5px; }
  #page-workshop-form #workshop_form #success-wrapper .social-buttons {
    display: inline-block;
    background-color: #000000;
    border-radius: 4px;
    color: #ffffff;
    margin: 7px; }
    #page-workshop-form #workshop_form #success-wrapper .social-buttons span {
      padding: 0px 20px; }
    #page-workshop-form #workshop_form #success-wrapper .social-buttons img {
      border-right: solid #ffffff 1px; }

@media (max-width: 767.98px) {
  #page-workshop-form .martopmob {
    margin-top: 40px; }
  #page-workshop-form .goto-top {
    display: none !important; }
  #page-workshop-form #workshop_form select {
    padding: 8px 0px; }
  #page-workshop-form #workshop_form .dsk-data {
    display: block; }
  #page-workshop-form #workshop_form .pdf-row {
    padding: 0 20px; }
  #page-workshop-form #workshop_form .altDate label {
    left: 50px; }
  #page-workshop-form #workshop_form .submit-button-wrapper {
    padding: 0 20px 20px 20px; }
  #page-workshop-form #workshop_form input[type=submit] {
    width: 100%;
    margin: 0; } }

.personal-datetime,
.personal-date,
.personal-day,
.choose-project,
.choose-project-img,
.workshop-cost,
.workshop-map,
.workshop-content,
.workshop-section,
.workshop-datetime,
.workshop-date,
.workshop-day,
.workshop-license,
.optional-upgrade,
.event-effect,
.rv-cost,
.review-cost,
.proleft,
.editProject,
.user-info,
.optional-upgr,
.optional-upgr-detail,
.grid-options,
.bring-friend,
.gallery-nav,
.gallery-content,
.gallery-pagination,
.event-right,
.ev-project-add,
.ev-project-box,
.ev-project-inner,
.evp-left,
.evp-right,
.leftsec,
.total,
.costfor-user,
.choosepro-wrapper,
.studio-heading,
.personal-detail-txt,
.choosepro-wrapper,
.project-selected-section,
.proname-left,
.guest-choosed-project.personal-datetime,
.booking-completed {
  float: none; }

.personal-datetime,
.choose-project {
  display: flex;
  justify-content: space-between; }

.optional-upgr h3,
.ev-project-add h3 {
  float: none; }

.project-selected-section .project-selected2 {
  display: flex;
  justify-content: space-between; }

.event-closed .workshop-date,
.event-closed .workshop-day {
  color: #d0021b; }

.workshop-day {
  float: left;
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 0 20px;
  color: #4a4a4a; }
  .workshop-day .seats {
    font-size: 22px; }

#page-personalize-project .tooltip,
#page-booking-checkout .tooltip {
  width: auto; }

#page-personalize-project .tooltip-inner,
#page-booking-checkout .tooltip-inner {
  font-size: 12px; }

@media (max-width: 767.98px) {
  .personal-detail {
    margin-top: 1rem; }
  .personal-detail-txt {
    width: 100%;
    float: none;
    margin: 0.25rem 0 0 0; }
  .bring-friend ul li {
    background-position: right center;
    text-align: right;
    padding-right: 60px;
    padding-left: 0px; }
    .bring-friend ul li a {
      width: 100%; }
  .container-fluid .personal-detail-left, .container-sm .personal-detail-left, .container-md .personal-detail-left, .container-lg .personal-detail-left, .container-xl .personal-detail-left {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
  .personal-detail-right .personal-detail-form input[type="submit"] {
    width: calc(100% - 0px);
    margin-left: 0;
    margin-right: 0; } }

.btn-personalize {
  display: inline-block;
  bottom: 18px;
  right: 5px;
  text-align: right; }
  .btn-personalize .btn {
    border-radius: 2rem;
    font-size: 18px;
    text-transform: uppercase;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3); }

.env-development .btn-personalize {
  bottom: 100px; }

body.zero-dollar-event .hide-for-vrp, body.vrp-event .hide-for-vrp {
  display: none !important; }

body.vrp-event .hide-for-vrp-only {
  display: none !important; }

#page-events,
#page-select-project,
#page-personalize-project,
#page-booking-review,
#page-booking-checkout {
  padding-bottom: 60px; }
  #page-events .choose-project-img .editProject, #page-events .choose-project-img a,
  #page-events .project-details .editProject,
  #page-events .project-details a,
  #page-select-project .choose-project-img .editProject,
  #page-select-project .choose-project-img a,
  #page-select-project .project-details .editProject,
  #page-select-project .project-details a,
  #page-personalize-project .choose-project-img .editProject,
  #page-personalize-project .choose-project-img a,
  #page-personalize-project .project-details .editProject,
  #page-personalize-project .project-details a,
  #page-booking-review .choose-project-img .editProject,
  #page-booking-review .choose-project-img a,
  #page-booking-review .project-details .editProject,
  #page-booking-review .project-details a,
  #page-booking-checkout .choose-project-img .editProject,
  #page-booking-checkout .choose-project-img a,
  #page-booking-checkout .project-details .editProject,
  #page-booking-checkout .project-details a {
    text-decoration: none; }
    #page-events .choose-project-img .editProject:hover, #page-events .choose-project-img a:hover,
    #page-events .project-details .editProject:hover,
    #page-events .project-details a:hover,
    #page-select-project .choose-project-img .editProject:hover,
    #page-select-project .choose-project-img a:hover,
    #page-select-project .project-details .editProject:hover,
    #page-select-project .project-details a:hover,
    #page-personalize-project .choose-project-img .editProject:hover,
    #page-personalize-project .choose-project-img a:hover,
    #page-personalize-project .project-details .editProject:hover,
    #page-personalize-project .project-details a:hover,
    #page-booking-review .choose-project-img .editProject:hover,
    #page-booking-review .choose-project-img a:hover,
    #page-booking-review .project-details .editProject:hover,
    #page-booking-review .project-details a:hover,
    #page-booking-checkout .choose-project-img .editProject:hover,
    #page-booking-checkout .choose-project-img a:hover,
    #page-booking-checkout .project-details .editProject:hover,
    #page-booking-checkout .project-details a:hover {
      color: #fff;
      text-decoration: underline; }
  @media (max-width: 991.98px) {
    #page-events .costfor-register,
    #page-select-project .costfor-register,
    #page-personalize-project .costfor-register,
    #page-booking-review .costfor-register,
    #page-booking-checkout .costfor-register {
      background-image: none !important;
      border: none !important; }
    #page-events .personal-detail-form,
    #page-select-project .personal-detail-form,
    #page-personalize-project .personal-detail-form,
    #page-booking-review .personal-detail-form,
    #page-booking-checkout .personal-detail-form {
      box-shadow: none;
      padding: 14px; }
      #page-events .personal-detail-form .choose-project,
      #page-select-project .personal-detail-form .choose-project,
      #page-personalize-project .personal-detail-form .choose-project,
      #page-booking-review .personal-detail-form .choose-project,
      #page-booking-checkout .personal-detail-form .choose-project {
        margin-top: 0;
        justify-content: space-between;
        align-items: center; }
        #page-events .personal-detail-form .choose-project .proleftmob,
        #page-select-project .personal-detail-form .choose-project .proleftmob,
        #page-personalize-project .personal-detail-form .choose-project .proleftmob,
        #page-booking-review .personal-detail-form .choose-project .proleftmob,
        #page-booking-checkout .personal-detail-form .choose-project .proleftmob {
          font-size: 14px; }
          #page-events .personal-detail-form .choose-project .proleftmob span,
          #page-select-project .personal-detail-form .choose-project .proleftmob span,
          #page-personalize-project .personal-detail-form .choose-project .proleftmob span,
          #page-booking-review .personal-detail-form .choose-project .proleftmob span,
          #page-booking-checkout .personal-detail-form .choose-project .proleftmob span {
            font-size: 20px;
            line-height: 22px; }
        #page-events .personal-detail-form .choose-project .costfor-user,
        #page-select-project .personal-detail-form .choose-project .costfor-user,
        #page-personalize-project .personal-detail-form .choose-project .costfor-user,
        #page-booking-review .personal-detail-form .choose-project .costfor-user,
        #page-booking-checkout .personal-detail-form .choose-project .costfor-user {
          align-self: flex-start; }
    #page-events .editProject:hover,
    #page-select-project .editProject:hover,
    #page-personalize-project .editProject:hover,
    #page-booking-review .editProject:hover,
    #page-booking-checkout .editProject:hover {
      color: #fff;
      text-decoration: underline; }
    #page-events .checkout-chbox a:hover,
    #page-select-project .checkout-chbox a:hover,
    #page-personalize-project .checkout-chbox a:hover,
    #page-booking-review .checkout-chbox a:hover,
    #page-booking-checkout .checkout-chbox a:hover {
      color: #4a4a4a;
      text-decoration: underline; } }

@media (max-width: 991.98px) {
  #page-booking-review .personal-detail-left .user-info,
  #page-booking-checkout .personal-detail-left .user-info {
    line-height: 26px; }
  #page-booking-review .personal-detail-left .personal-datetime,
  #page-booking-checkout .personal-detail-left .personal-datetime {
    margin-bottom: 15px; }
  #page-booking-review .personal-detail-left .total,
  #page-booking-checkout .personal-detail-left .total {
    align-self: flex-start; }
    #page-booking-review .personal-detail-left .total .workshop-cost,
    #page-booking-checkout .personal-detail-left .total .workshop-cost {
      position: initial;
      font-size: 50px;
      top: -7px; }
      #page-booking-review .personal-detail-left .total .workshop-cost p,
      #page-booking-checkout .personal-detail-left .total .workshop-cost p {
        line-height: 18px; }
      #page-booking-review .personal-detail-left .total .workshop-cost .dollars,
      #page-booking-checkout .personal-detail-left .total .workshop-cost .dollars {
        font-size: 48px;
        line-height: 44px; }
  #page-booking-review .personal-detail-left .rv-cost,
  #page-booking-checkout .personal-detail-left .rv-cost {
    margin-top: 20px; }
    #page-booking-review .personal-detail-left .rv-cost:first-child,
    #page-booking-checkout .personal-detail-left .rv-cost:first-child {
      margin-top: 10px; }
  #page-booking-review .personal-detail-left .choose-project .crossIcon,
  #page-booking-checkout .personal-detail-left .choose-project .crossIcon {
    top: -22px !important; }
  #page-booking-review .personal-detail-left .choose-project .project-details span,
  #page-booking-checkout .personal-detail-left .choose-project .project-details span {
    font-size: 20px;
    line-height: 23px; }
  #page-booking-review .personal-detail-left .choose-project .costfor-user,
  #page-booking-checkout .personal-detail-left .choose-project .costfor-user {
    position: initial;
    align-self: flex-start;
    margin-top: -10px; }
  #page-booking-review .personal-detail-right,
  #page-booking-checkout .personal-detail-right {
    margin-top: 1.5rem;
    padding-left: 0px;
    padding-right: 0px; }
    #page-booking-review .personal-detail-right .personal-detail-form input[type="submit"],
    #page-booking-checkout .personal-detail-right .personal-detail-form input[type="submit"] {
      margin-left: 0;
      margin-right: 0; }
    #page-booking-review .personal-detail-right h3,
    #page-booking-checkout .personal-detail-right h3 {
      font-size: 24px;
      margin-bottom: 10px; }
    #page-booking-review .personal-detail-right .pdf-row,
    #page-booking-checkout .personal-detail-right .pdf-row {
      margin-bottom: 0px;
      min-height: 55px;
      padding: 10px 0px 0; }
      #page-booking-review .personal-detail-right .pdf-row label,
      #page-booking-checkout .personal-detail-right .pdf-row label {
        font-size: 18px;
        top: 14px !important;
        color: #4a4a4a;
        left: 0px; }
        #page-booking-review .personal-detail-right .pdf-row label.floating-label,
        #page-booking-checkout .personal-detail-right .pdf-row label.floating-label {
          margin-top: -17px !important; }
      #page-booking-review .personal-detail-right .pdf-row textarea + label,
      #page-booking-checkout .personal-detail-right .pdf-row textarea + label {
        position: absolute;
        left: 17px;
        width: 90%; } }

.studio-section,
.studio-content,
.studio-action,
.header,
.header-banner1,
.header-nav,
.compRemo,
.opt-updr-des,
.payment-successful,
.payment-content,
.booking-total-complete,
.booking-total-complete p,
.bookingid,
.booking-detail,
.personal-detail-left,
.personal-detail-left .choose-project-img,
.personal-detail-left .review-cost,
.personal-detail-left .review-cost .choose-project,
.personal-detail-left .user-info,
.personal-detail-left .schedule-info,
.personal-detail-left .optional-upgr,
.personal-detail-left .optional-upgr h3,
.personal-detail-left .optional-upgr .optional-upgr-detail,
.personal-detail-left .optional-upgr .optional-upgr-detail .grid-options,
.personal-detail-left #keep-shopping,
.personal-detail-right,
.personal-detail-right .project-summary .desc-block,
.personal-detail-right .project-summary .total,
.personal-detail-right .personal-detail-form,
.personal-detail-right .personal-detail-form .personalize-options,
.personal-detail-right .personal-detail-form .personalize-options .grid-options,
.personal-detail-right .personal-detail-form .personalize-options .single-line-option,
.personal-detail-right .personal-detail-form h3,
.personal-detail-right .personal-detail-form input,
.slash-line-bottom,
.booking-completed,
#mobile-tabs {
  float: none; }

body.env-development {
  margin-bottom: 120px; }

/*# sourceMappingURL=bootstrap4.css.map */