/*



================ Typography ================




*/
/* font */
.off-img-bg {
  position: fixed;
  top: 0;
  left: 0;
  display: inline-block;
  color: white;
  background: black;
  padding: 5px 5px 2px;
  z-index: 77; }

body {
  background-position: center 0px !important;
  background-repeat: no-repeat !important;
  overflow-x: hidden; }

th, h1, h2, h3, h4, h5, h6 {
  font-weight:  500; }

.btn {
  white-space: nowrap;
  vertical-align: middle;
  user-select: none; }

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0A3F49;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "CeraPro", 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: "CeraPro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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:  500; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: 700; }

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: #0A3F49;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #010506;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

.lead {
  font-size: calc(.9rem + .35vw);
  font-weight: 300; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

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

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

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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:focus {
    color: #495057;
    background-color: #fff;
    border-color: #19a0b9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(10, 63, 73, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  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' 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: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #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 ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #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 ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #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%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 5px 31px;
  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(10, 63, 73, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #fff;
  background-color: #0A3F49;
  border-color: #0A3F49; }
  .btn-primary:hover {
    color: #fff;
    background-color: #052227;
    border-color: #04181c; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(47, 92, 100, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0A3F49;
    border-color: #0A3F49; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #04181c;
    border-color: #020f11; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(47, 92, 100, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(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.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):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 {
    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.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):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 {
    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.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):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: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

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

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):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: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #0A3F49;
  text-decoration: none; }
  .btn-link:hover {
    color: #010506;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

.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.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  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: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0A3F49; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #0A3F49;
    background-color: #0A3F49; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(10, 63, 73, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #19a0b9; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #24c3e1;
    border-color: #24c3e1; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #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: no-repeat 50% / 50% 50%; }

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

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

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

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

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

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

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

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(10, 63, 73, 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(10, 63, 73, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #19a0b9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(10, 63, 73, 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-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

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

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

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

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #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: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(10, 63, 73, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(10, 63, 73, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(10, 63, 73, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0A3F49;
    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: #24c3e1; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0A3F49;
    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: #24c3e1; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #0A3F49;
    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: #24c3e1; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #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 #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

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

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

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

.navbar-dark .navbar-brand {
  color: #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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

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

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0A3F49;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #010506;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(10, 63, 73, 0.25); }

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

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

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

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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: #0A3F49; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #04181c; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(10, 63, 73, 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: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #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: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #052126;
  background-color: #ced9db;
  border-color: #bac9cc; }
  .alert-primary hr {
    border-top-color: #abbec1; }
  .alert-primary .alert-link {
    color: black; }

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

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

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

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

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

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

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

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

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0A3F49;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

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

.media-body {
  flex: 1; }

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

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

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

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

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

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

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

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

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

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

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

.list-group-item-primary {
  color: #052126;
  background-color: #bac9cc; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #052126;
    background-color: #abbec1; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #052126;
    border-color: #052126; }

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

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

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

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

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

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close: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;
  appearance: none; }

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

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

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

.toast-body {
  padding: 0.75rem; }

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

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

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

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #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 #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

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

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

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

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

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

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

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

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

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      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;
  color: #000;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

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

.carousel {
  position: relative; }

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

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

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

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

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

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

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #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: no-repeat 50% / 100% 100%; }

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 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: spinner-border .75s linear infinite; }

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

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

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #0A3F49 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #dee2e6 !important; }

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

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

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

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

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

.border-primary {
  border-color: #0A3F49 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: #010506 !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: #ffc107 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 0px;
  margin-top: 0px;
  direction: ltr; }

.datepicker-inline {
  width: 100%; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px; }

.datepicker > div {
  display: none; }

.datepicker.days div.datepicker-days {
  display: block; }

.datepicker.months div.datepicker-months {
  display: block; }

.datepicker.years div.datepicker-years {
  display: block; }

.datepicker table {
  margin: 0; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table {
  width: 100%; }

.datepicker table tr td.day:hover {
  color:  #0b4b58;
  cursor: pointer; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color:  #777777; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color:  #777777;
  cursor: default; }

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled[disabled]:hover {
  color:  #0b4b58; }

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover {
  color:  #0b4b58; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color:  #0b4b58; }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled]:hover {
  color:  #0b4b58; }

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover {
  color:  #0b4b58; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer; }

.datepicker table tr td span:hover {
  color:  #0b4b58; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color:  #777777;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color:  #0b4b58;
  color: #fff; }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled[disabled]:hover {
  background-color:  #0b4b58; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover {
  background-color: #003399 \9; }

.datepicker table tr td span.old {
  color:  #777777; }

.datepicker th.switch {
  width: 145px; }

.datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th {
  cursor: pointer; }

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr:first-child th:hover {
  color: #fff;
  background:  #0b4b58; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

.datepicker td,
.datepicker th {
  text-align: center;
  width: 14%;
  height: 20px;
  border: none;
  padding: 4px 3px 2px;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear; }

.datepicker thead tr:first-child th {
  padding: 9px 3px 7px; }

.datepicker thead tr:first-child {
  background:  #191919; }

.datepicker thead tr:first-child th {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight:  500;
  text-transform: uppercase; }

.datepicker thead th.dow {
  font-weight:  500;
  color:  #191919;
  font-family: " CeraPro ", sans-serif;
  text-transform: uppercase; }

.datepicker thead tr:last-child th:not(.switch):not(.prev):not(.next) {
  padding-top: 14px; }

.datepicker thead .icon-arrow-right,
.datepicker thead .icon-arrow-left {
  display: block;
  font-family: "wokiee_icons";
  font-size: 14px;
  line-height: 21px;
  font-weight:  500;
  color: #ffffff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.datepicker thead .icon-arrow-right:before {
  content: "\e90e"; }

.datepicker thead .icon-arrow-left:before {
  content: "\e90d"; }

.datepicker thead th.next:hover i,
.datepicker thead th.prev:hover i {
  color: #fff; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-slider img {
  width: 100%;
  height: auto; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-slider .slick-list:focus {
  outline: none; }

.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }

.slick-slider .slick-track:before, .slick-slider .slick-track:after {
  content: "";
  display: table; }

.slick-slider .slick-track:after {
  clear: both; }

.slick-loading .slick-slider .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto; }

.slick-arrow.slick-hidden {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.5); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 20; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom {
  cursor: pointer; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow,
.mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 20; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: #ffffff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 21;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: -43px;
  top: -44px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #ffffff;
  font-size: 0px;
  line-height: 0;
  font-family: 'wokiee_icons';
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.mfp-close:before {
  content: "\ea0f";
  font-size: 20px;
  line-height: 1; }

.mfp-close:hover {
  color:  #0b4b58; }

.mfp-counter {
  top: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: lighter;
  white-space: nowrap; }

button.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  width: 50px;
  height: 50px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border: medium inset transparent; }

.mfp-arrow {
  display: block;
  font-family: "wokiee_icons";
  font-size: 30px;
  line-height: 45px;
  color: #ffffff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mfp-arrow:hover,
button.mfp-arrow:hover {
  color:  #0b4b58; }

.mfp-arrow:before {
  display: block; }

.mfp-arrow-right {
  right: 10px; }

.mfp-arrow-right:before {
  content: "\e90e";
  left: 10px; }

.mfp-arrow-left:before {
  content: "\e90d";
  left: 7px; }

.mfp-arrow-left {
  left: 0; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -21px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  text-align: center;
  font-family: " CeraPro ", sans-serif; }

.mfp-title {
  color: #fff;
  font-weight:  500;
  font-size: 20px;
  line-height: 26px;
  word-wrap: break-word; }

.mfp-image-holder .mfp-content {
  max-width: 72%; }

.mfp-gallery img.mfp-img {
  max-height: 80vh !important; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
    * Remove all paddings around the image on small screen
    */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.dropdown-menu {
  left: auto; }

/* perfect-scrollbar v0.6.10 */
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps-container.ps-in-scrolling {
  pointer-events: none; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  z-index: 21;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 5px; }

.ps-container.ps-in-scrolling:hover {
  pointer-events: none; }

.ps-container.ps-in-scrolling.ps-x:hover > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-x:hover > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container.ps-in-scrolling.ps-y:hover > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-y:hover > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999; }

/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
/*************************
	-	CAPTIONS	-
**************************/
.tp-static-layers {
  position: absolute;
  z-index: 505;
  top: 0px;
  left: 0px; }

.tp-hide-revslider, .tp-caption.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important; }

.tp-caption {
  z-index: 1; }

.tp-caption-demo .tp-caption {
  position: relative !important;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px !important; }

.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: white;
  background-color: white;
  text-decoration: none;
  min-width: 408px;
  min-height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #000000;
  border-style: none; }

.tp-caption.finewide_large_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: white;
  background-color: white;
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 468px;
  min-height: 3px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.finewide_medium_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 37px;
  line-height: 37px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.boldwide_small_white {
  font-size: 25px;
  line-height: 25px;
  font-weight:  500;
  font-family: "Open Sans", sans-serif;
  color: white;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.whitedivider3px_vertical {
  color: #000000;
  text-shadow: none;
  background-color: white;
  background-color: white;
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 3px;
  min-height: 130px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.finewide_small_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.finewide_verysmall_white_mw {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  max-width: 470px;
  white-space: normal !important;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.finewide_large_white {
  color: #FFF;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0px;
  border-color: #000;
  border-style: none; }

.tp-caption.finewide_medium_white {
  color: #FFF;
  text-shadow: none;
  font-size: 34px;
  line-height: 34px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: #000;
  border-style: none; }

.tp-caption.huge_red {
  position: absolute;
  color: #df4b6b;
  font-weight: 400;
  font-size: 150px;
  line-height: 130px;
  font-family: 'Oswald', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  background-color: #2d3136;
  padding: 0px; }

.tp-caption.middle_yellow {
  position: absolute;
  color: #fbd572;
  font-weight:  500;
  font-size: 50px;
  line-height: 50px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.huge_thin_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 300;
  font-size: 90px;
  line-height: 90px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  letter-spacing: 20px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.big_dark {
  position: absolute;
  color: #333;
  font-weight:  500;
  font-size: 70px;
  line-height: 70px;
  font-family: "Open Sans";
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.medium_dark {
  position: absolute;
  color: #333;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  font-family: "Open Sans";
  margin: 0px;
  letter-spacing: 5px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.medium_grey {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight:  500;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  padding: 2px 4px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #888;
  white-space: nowrap; }

.tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight:  500;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.medium_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight:  500;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.large_bold_white_25 {
  font-size: 55px;
  line-height: 65px;
  font-weight:  500;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.medium_text_shadow {
  font-size: 25px;
  line-height: 25px;
  font-weight:  500;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight:  500;
  font-size: 40px;
  line-height: 40px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.medium_bold_grey {
  font-size: 30px;
  line-height: 30px;
  font-weight:  500;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.very_large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight:  500;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  letter-spacing: -2px; }

.tp-caption.very_big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight:  500;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #000; }

.tp-caption.very_big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight:  500;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #fff; }

.tp-caption.modern_medium_fat {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight:  500;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.modern_medium_fat_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight:  500;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.modern_medium_light {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.modern_big_bluebg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight:  500;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #4e5b6c;
  letter-spacing: 0; }

.tp-caption.modern_big_redbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  padding-top: 1px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #de543e;
  letter-spacing: 0; }

.tp-caption.modern_small_text_dark {
  position: absolute;
  color: #555;
  text-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.boxshadow {
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }

.tp-caption.black {
  color: #000;
  text-shadow: none; }

.tp-caption.noshadow {
  text-shadow: none; }

.tp-caption.thinheadline_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  font-family: "Open Sans";
  background-color: transparent; }

.tp-caption.thintext_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans";
  background-color: transparent; }

.tp-caption.medium_bg_red a {
  color: #fff;
  text-decoration: none; }

.tp-caption.medium_bg_red a:hover {
  color: #fff;
  text-decoration: underline; }

.tp-caption.smoothcircle {
  font-size: 30px;
  line-height: 75px;
  font-weight:  500;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.498039);
  padding: 50px 25px;
  text-align: center;
  border-radius: 500px 500px 500px 500px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.largeblackbg {
  font-size: 50px;
  line-height: 70px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 0px 20px 5px;
  text-shadow: none;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.largepinkbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #db4360;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tp-caption.largewhitebg {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #fff;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tp-caption.largegreenbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #67ae73;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tp-caption.excerpt {
  font-size: 36px;
  line-height: 36px;
  font-weight:  500;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
  background-color: black;
  text-shadow: none;
  margin: 0px;
  letter-spacing: -1.5px;
  padding: 1px 4px 0px 4px;
  width: 150px;
  white-space: normal !important;
  height: auto;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.large_bold_grey {
  font-size: 60px;
  line-height: 60px;
  font-weight:  500;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_thin_grey {
  font-size: 34px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.small_thin_grey {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.large_bold_darkblue {
  font-size: 58px;
  line-height: 60px;
  font-weight:  500;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_darkblue {
  font-size: 20px;
  line-height: 20px;
  font-weight:  500;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #34495e;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bold_red {
  font-size: 24px;
  line-height: 30px;
  font-weight:  500;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_light_red {
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_red {
  font-size: 20px;
  line-height: 20px;
  font-weight:  500;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #e33a0c;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bold_orange {
  font-size: 24px;
  line-height: 30px;
  font-weight:  500;
  font-family: "Open Sans";
  color: #f39c12;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_orange {
  font-size: 20px;
  line-height: 20px;
  font-weight:  500;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.grassfloor {
  text-decoration: none;
  background-color: #a0b397;
  width: 4000px;
  height: 150px;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.large_bold_white {
  font-size: 58px;
  line-height: 60px;
  font-weight:  500;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_light_white {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumlarge_light_white {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumlarge_light_white_center {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  text-align: center;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_asbestos {
  font-size: 20px;
  line-height: 20px;
  font-weight:  500;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #7f8c8d;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_light_black {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: black;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.large_bold_black {
  font-size: 58px;
  line-height: 60px;
  font-weight:  500;
  font-family: "Open Sans";
  color: black;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumlarge_light_darkblue {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.small_light_white {
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.roundedimage {
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.large_bg_black {
  font-size: 40px;
  line-height: 40px;
  font-weight:  500;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 10px 20px 15px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumwhitebg {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: black;
  text-decoration: none;
  background-color: white;
  padding: 5px 15px 10px;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.medium_bg_orange_new1 {
  font-size: 20px;
  line-height: 20px;
  font-weight:  500;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.boxshadow {
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }

.tp-caption.black {
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 19px;
  line-height: 19px;
  font-family: 'Open Sans', sans; }

.tp-caption.noshadow {
  text-shadow: none; }

.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important; }

/*.tp-caption			{	transform:none !important}*/
/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px; }

.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px; }

.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px; }

.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px; }

/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/
img.tp-slider-alternative-image {
  width: 100%;
  height: auto; }

/******************************
	-	BUTTONS	-
*******************************/
.tp-simpleresponsive .button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  background: url("../images/gradient/g30.png") repeat-x top;
  font-family: arial, sans-serif;
  font-weight:  500;
  letter-spacing: -1px; }

.tp-simpleresponsive .button.big {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
  font-weight:  500;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
  background: url("../images/gradient/g40.png") repeat-x top; }

.tp-simpleresponsive .purchase:hover, .tp-simpleresponsive .button:hover, .tp-simpleresponsive .button.big:hover {
  background-position: bottom, 15px 11px; }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tp-simpleresponsive .button {
    padding: 4px 8px 3px;
    line-height: 25px !important;
    font-size: 11px !important;
    font-weight: normal; }
  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none; } }

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tp-simpleresponsive .button {
    padding: 2px 5px 2px;
    line-height: 20px !important;
    font-size: 10px !important; }
  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none; } }

/*	BUTTON COLORS	*/
.tp-simpleresponsive .button.green, .tp-simpleresponsive .button.green:hover, .tp-simpleresponsive .purchase.green, .tp-simpleresponsive .purchase.green:hover {
  background-color: #21a117;
  -webkit-box-shadow: 0px 3px 0px 0px #104d0b;
  -moz-box-shadow: 0px 3px 0px 0px #104d0b;
  box-shadow: 0px 3px 0px 0px #104d0b; }

.tp-simpleresponsive .button.blue, .tp-simpleresponsive .button.blue:hover, .tp-simpleresponsive .purchase.blue, .tp-simpleresponsive .purchase.blue:hover {
  background-color: #1d78cb;
  -webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
  -moz-box-shadow: 0px 3px 0px 0px #0f3e68;
  box-shadow: 0px 3px 0px 0px #0f3e68; }

.tp-simpleresponsive .button.red, .tp-simpleresponsive .button.red:hover, .tp-simpleresponsive .purchase.red, .tp-simpleresponsive .purchase.red:hover {
  background-color: #cb1d1d;
  -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
  -moz-box-shadow: 0px 3px 0px 0px #7c1212;
  box-shadow: 0px 3px 0px 0px #7c1212; }

.tp-simpleresponsive .button.orange, .tp-simpleresponsive .button.orange:hover, .tp-simpleresponsive .purchase.orange, .tp-simpleresponsive .purchase.orange:hover {
  background-color: #ff7700;
  -webkit-box-shadow: 0px 3px 0px 0px #a34c00;
  -moz-box-shadow: 0px 3px 0px 0px #a34c00;
  box-shadow: 0px 3px 0px 0px #a34c00; }

.tp-simpleresponsive .button.darkgrey, .tp-simpleresponsive .button.grey, .tp-simpleresponsive .button.darkgrey:hover, .tp-simpleresponsive .button.grey:hover, .tp-simpleresponsive .purchase.darkgrey, .tp-simpleresponsive .purchase.darkgrey:hover {
  background-color: #555;
  -webkit-box-shadow: 0px 3px 0px 0px #222;
  -moz-box-shadow: 0px 3px 0px 0px #222;
  box-shadow: 0px 3px 0px 0px #222; }

.tp-simpleresponsive .button.lightgrey, .tp-simpleresponsive .button.lightgrey:hover, .tp-simpleresponsive .purchase.lightgrey, .tp-simpleresponsive .purchase.lightgrey:hover {
  background-color: #888;
  -webkit-box-shadow: 0px 3px 0px 0px #555;
  -moz-box-shadow: 0px 3px 0px 0px #555;
  box-shadow: 0px 3px 0px 0px #555; }

/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/
/*.tp-simpleresponsive				{	-webkit-perspective: 1500px;
										-moz-perspective: 1500px;
										-o-perspective: 1500px;
										-ms-perspective: 1500px;
										perspective: 1500px;
									}*/
/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0; }

.fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden; }

.fullwidthbanner-container .fullwidthbanner {
  width: 100%;
  position: relative; }

/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
  position: absolute;
  visibility: hidden;
  -webkit-font-smoothing: antialiased !important; }

.tp-simpleresponsive img {
  max-width: none; }

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
  filter: none !important; }

/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.tp-bannershadow.tp-shadow1 {
  background: url("../external/rs-plugin/assets/shadow1.png") no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px; }

.tp-bannershadow.tp-shadow2 {
  background: url("../external/rs-plugin/assets/shadow2.png") no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px; }

.tp-bannershadow.tp-shadow3 {
  background: url("../external/rs-plugin/assets/shadow3.png") no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px; }

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%; }

.caption.fullscreenvideo iframe, .caption.fullscreenvideo video {
  width: 100% !important;
  height: 100% !important;
  display: none; }

.tp-caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%; }

.tp-caption.fullscreenvideo iframe, .tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none; }

.fullcoveredvideo video, .fullscreenvideo video {
  background: #000; }

.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px; }

.html5vid.videoisplaying .tp-poster {
  display: none; }

.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: #FFF;
  z-index: 3;
  margin-top: -27px;
  margin-left: -28px;
  text-align: center;
  cursor: pointer; }

.html5vid .tp-revstop {
  width: 15px;
  height: 20px;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  position: relative;
  margin: 10px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.html5vid .tp-revstop {
  display: none; }

.html5vid.videoisplaying .revicon-right-dir {
  display: none; }

.html5vid.videoisplaying .tp-revstop {
  display: block; }

.html5vid.videoisplaying .tp-video-play-button {
  display: none; }

.html5vid:hover .tp-video-play-button {
  display: block; }

.fullcoveredvideo .tp-video-play-button {
  display: none !important; }

.tp-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -ms-transition: opacity .3s;
  transition: opacity .3s;
  background-image: linear-gradient(bottom, black 13%, #323232 100%);
  background-image: -o-linear-gradient(bottom, black 13%, #323232 100%);
  background-image: -moz-linear-gradient(bottom, black 13%, #323232 100%);
  background-image: -webkit-linear-gradient(bottom, black 13%, #323232 100%);
  background-image: -ms-linear-gradient(bottom, black 13%, #323232 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, black), color-stop(1, #323232));
  display: table;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.tp-caption:hover .tp-video-controls {
  opacity: .9; }

.tp-video-button {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  color: #EEE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  padding: 0px;
  margin: 0px;
  outline: none; }

.tp-video-button:hover {
  cursor: pointer; }

.tp-video-button-wrap, .tp-video-seek-bar-wrap, .tp-video-vol-bar-wrap {
  padding: 0px 5px;
  display: table-cell; }

.tp-video-seek-bar-wrap {
  width: 80%; }

.tp-video-vol-bar-wrap {
  width: 20%; }

.tp-volume-bar, .tp-seek-bar {
  width: 100%;
  cursor: pointer;
  outline: none;
  line-height: 12px;
  margin: 0;
  padding: 0; }

/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/
/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4; }

.tp-dottedoverlay.twoxtwo {
  background: url("../external/rs-plugin/assets/gridtile.png"); }

.tp-dottedoverlay.twoxtwowhite {
  background: url("../external/rs-plugin/assets/gridtile_white.png"); }

.tp-dottedoverlay.threexthree {
  background: url("../external/rs-plugin/assets/gridtile_3x3.png"); }

.tp-dottedoverlay.threexthreewhite {
  background: url("../external/rs-plugin/assets/gridtile_3x3_white.png"); }

/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/
/************************
	-	NAVIGATION	-
*************************/
/** BULLETS **/
.tpclear {
  clear: both; }

.tp-bullets {
  bottom: 13% !important;
  z-index: 1000;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5px); }

@media (max-width: 789px) {
  .tp-bullets {
    bottom: 1.5em !important; } }

@media (max-width: 475px) {
  .tp-bullets {
    bottom: 1em !important; } }

/* .tp-bullets.hidebullets					{
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
												-moz-opacity: 0;
												-khtml-opacity: 0;
												opacity: 0;
											} */
.tp-bullets.simplebullets.navbar {
  border: 1px solid #666;
  border-bottom: 1px solid #444;
  background: url(../external/rs-plugin/assets/boxed_bgtile.png);
  height: 40px;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.tp-bullets.simplebullets.navbar-old {
  background: url(../external/rs-plugin/assets/navigdots_bgtile.png);
  height: 35px;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 3px; }

.tp-bullets.simplebullets.round-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../external/rs-plugin/assets/bullets.png) no-repeat bottom left;
  width: 23px;
  height: 23px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-bullets.simplebullets.round-old .bullet.last {
  margin-right: 0px; }

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet {
  cursor: pointer;
  position: relative;
  background: url(../external/rs-plugin/assets/bullets2.png) no-repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0px; }

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../external/rs-plugin/assets/bullets2.png) no-repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-bullets.simplebullets.square-old .bullet.last {
  margin-right: 0px; }

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet {
  cursor: pointer;
  position: relative;
  background: url(../external/rs-plugin/assets/bullet_boxed.png) no-repeat top left;
  width: 18px;
  height: 19px;
  margin-right: 5px;
  float: left;
  margin-top: 0px; }

.tp-bullets.simplebullets.navbar .bullet.first {
  margin-left: 0px !important; }

.tp-bullets.simplebullets.navbar .bullet.last {
  margin-right: 0px !important; }

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../external/rs-plugin/assets/navigdots.png) no-repeat bottom left;
  width: 15px;
  height: 15px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
  margin-top: 10px; }

.tp-bullets.simplebullets.navbar-old .bullet.first {
  margin-left: 0px !important; }

.tp-bullets.simplebullets.navbar-old .bullet.last {
  margin-right: 0px !important; }

.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected {
  background-position: top left; }

.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected {
  background-position: bottom left; }

/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5000px);
  -webkit-transform-style: flat;
  -webkit-backface-visibility: hidden;
  z-index: 600;
  position: relative; }

.tparrows.hidearrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.tp-leftarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../external/rs-plugin/assets/large_left.png) no-repeat top left;
  width: 40px;
  height: 40px; }

.tp-rightarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../external/rs-plugin/assets/large_right.png) no-repeat top left;
  width: 40px;
  height: 40px; }

.tp-leftarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(small_left.png) no-repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-rightarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(small_right.png) no-repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-leftarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../external/rs-plugin/assets/arrow_left.png) no-repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-rightarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../external/rs-plugin/assets/arrow_right.png) no-repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-leftarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../external/rs-plugin/assets/small_left_boxed.png) no-repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-right: 6px;
  margin-top: 12px; }

.tp-rightarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../external/rs-plugin/assets/small_right_boxed.png) no-repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-left: 6px;
  margin-top: 12px; }

.tp-leftarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../external/rs-plugin/assets/arrowleft.png) no-repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-right: 6px;
  margin-top: 10px; }

.tp-rightarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../external/rs-plugin/assets/arrowright.png) no-repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-left: 6px;
  margin-top: 10px; }

.tp-leftarrow.navbar-old.thumbswitharrow {
  margin-right: 10px; }

.tp-rightarrow.navbar-old.thumbswitharrow {
  margin-left: 0px; }

.tp-leftarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../external/rs-plugin/assets/arrow_left2.png) no-repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: 0px; }

.tp-rightarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../external/rs-plugin/assets/arrow_right2.png) no-repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: 0px; }

.tp-leftarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../external/rs-plugin/assets/arrow_left2.png) no-repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: 0px; }

.tp-rightarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../external/rs-plugin/assets/arrow_right2.png) no-repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: 0px; }

.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../external/rs-plugin/assets/large_left.png) no-repeat 0 0;
  width: 40px;
  height: 40px; }

.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../external/rs-plugin/assets/large_right.png) no-repeat 0 0;
  width: 40px;
  height: 40px; }

.tp-leftarrow:hover, .tp-rightarrow:hover {
  background-position: bottom left; }

/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/
.tp-bullets.tp-thumbs {
  z-index: 1000;
  position: absolute;
  padding: 3px;
  background-color: #fff;
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  margin-top: -50px; }

.fullwidthbanner-container .tp-thumbs {
  padding: 3px; }

.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  overflow: hidden;
  position: relative; }

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute; }

.tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px;
  /* THE DIMENSION OF A SINGLE THUMB */
  cursor: pointer;
  overflow: hidden;
  background: none;
  margin: 0;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /*filter: alpha(opacity=50);	*/
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }

.tp-bullets.tp-thumbs .bullet:hover, .tp-bullets.tp-thumbs .bullet.selected {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.tp-thumbs img {
  width: 100%; }

/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer {
  width: 100%;
  height: 10px;
  background: url("timer.png");
  position: absolute;
  z-index: 200;
  top: 0px; }

.tp-bannertimer.tp-bottom {
  bottom: 0px;
  height: 5px;
  top: auto; }

/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .responsive .tp-bullets {
    display: none; }
  .responsive .tparrows {
    display: none; } }

/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.tp-simpleresponsive a {
  text-decoration: none; }

.tp-simpleresponsive ul, .tp-simpleresponsive ul li, .tp-simpleresponsive ul li:before {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  overflow-x: visible;
  overflow-y: visible;
  background-image: none; }

.tp-simpleresponsive > ul > li {
  list-style: none;
  position: absolute;
  visibility: hidden; }

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div, .tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(coloredbg.png) repeat; }

.tp-caption.slidelink a span {
  background: url(coloredbg.png) repeat; }

/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/
.tparrows .tp-arr-imgholder {
  display: none; }

.tparrows .tp-arr-titleholder {
  display: none; }

/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/
/* NAVIGATION PREVIEW 1 */
.tparrows.preview1 {
  width: 100px;
  height: 100px;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  background: transparent; }

.tparrows.preview1:after {
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: "revicons";
  color: #fff;
  font-size: 30px;
  width: 100px;
  height: 100px;
  text-align: center;
  background: #fff;
  background: rgba(0, 0, 0, 0.15);
  z-index: 2;
  line-height: 100px;
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s; }

.tp-rightarrow.preview1:after {
  content: '\e825'; }

.tp-leftarrow.preview1:after {
  content: '\e824'; }

.tparrows.preview1:hover:after {
  background: white;
  color: #aaa; }

.tparrows.preview1 .tp-arr-imgholder {
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tparrows.preview1 .tp-arr-iwrapper {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0; }

.tparrows.preview1:hover .tp-arr-iwrapper {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.tp-rightarrow.preview1 .tp-arr-imgholder {
  right: 100%;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0; }

.tp-leftarrow.preview1 .tp-arr-imgholder {
  left: 100%;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0; }

.tparrows.preview1:hover .tp-arr-imgholder {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview1, .tparrows.preview1:after {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tparrows.preview1, .tparrows.preview1:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px; } }

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tparrows.preview1, .tparrows.preview1:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px; } }

/* PREVIEW 1 BULLETS */
.tp-bullets.preview1 {
  height: 21px; }

.tp-bullets.preview1 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.15) !important;
  /*-webkit-border-radius: 10px;
											    border-radius: 10px;*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid transparent !important;
  display: inline-block;
  margin-right: 5px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.tp-bullets.preview1 .bullet.last {
  margin-right: 0px; }

.tp-bullets.preview1 .bullet:hover, .tp-bullets.preview1 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #aaa !important;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid white !important; }

/* NAVIGATION PREVIEW 2 */
.tparrows.preview2 {
  min-width: 60px;
  min-height: 60px;
  background: #fff;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1.3s;
  -webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
  transition: width 0.3s, background-color 0.3s, opacity 0.3s;
  backface-visibility: hidden; }

.tparrows.preview2:after {
  position: absolute;
  top: 50%;
  font-family: "revicons";
  color: #aaa;
  font-size: 25px;
  margin-top: -12px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }

.tp-rightarrow.preview2:after {
  content: '\e81e';
  right: 18px; }

.tp-leftarrow.preview2:after {
  content: '\e81f';
  left: 18px; }

.tparrows.preview2 .tp-arr-titleholder {
  background-size: cover;
  background-position: center center;
  display: block;
  visibility: hidden;
  position: relative;
  top: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 60px;
  padding: 0px 10px; }

.tp-rightarrow.preview2 .tp-arr-titleholder {
  right: 50px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.tp-leftarrow.preview2 .tp-arr-titleholder {
  left: 50px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.tparrows.preview2.hovered {
  width: 300px; }

.tparrows.preview2:hover {
  background: #fff; }

.tparrows.preview2:hover:after {
  color: #000; }

.tparrows.preview2:hover .tp-arr-titleholder {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  visibility: visible;
  position: absolute; }

/* PREVIEW 2 BULLETS */
.tp-bullets.preview2 {
  height: 17px; }

.tp-bullets.preview2 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid transparent !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.tp-bullets.preview2 .bullet.last {
  margin-right: 0px; }

.tp-bullets.preview2 .bullet:hover, .tp-bullets.preview2 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid black !important; }

.tp-arr-titleholder.alwayshidden {
  display: none !important; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview2 {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px; }
  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 20px;
    margin-top: -12px; }
  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 11px; }
  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 11px; }
  .tparrows.preview2 .tp-arr-titleholder {
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0px; }
  .tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 35px; }
  .tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 35px; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tparrows.preview2 {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px; }
  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 14px;
    margin-top: -12px; }
  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 8px; }
  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 8px; }
  .tparrows.preview2 .tp-arr-titleholder {
    font-size: 10px;
    line-height: 30px;
    letter-spacing: 0px; }
  .tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 25px; }
  .tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 25px; }
  .tparrows.preview2 .tp-arr-titleholder {
    display: none;
    visibility: none; } }

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tparrows.preview2 {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px; }
  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 14px;
    margin-top: -12px; }
  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 8px; }
  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 8px; }
  .tparrows.preview2 .tp-arr-titleholder {
    display: none;
    visibility: none; }
  .tparrows.preview2:hover {
    width: 30px !important;
    height: 30px !important; } }

/* NAVIGATION PREVIEW 3 */
.tparrows.preview3 {
  width: 70px;
  height: 70px;
  background: #fff;
  background: white;
  -webkit-transform-style: flat; }

.tparrows.preview3:after {
  position: absolute;
  line-height: 70px;
  text-align: center;
  font-family: "revicons";
  color: #aaa;
  font-size: 30px;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 100;
  width: 70px;
  height: 70px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }

.tparrows.preview3:hover:after {
  color: #000; }

.tp-rightarrow.preview3:after {
  content: '\e825'; }

.tp-leftarrow.preview3:after {
  content: '\e824'; }

.tparrows.preview3 .tp-arr-iwrapper {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  z-index: 0;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  display: table;
  min-height: 90px;
  top: -10px; }

.tp-leftarrow.preview3 .tp-arr-iwrapper {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.tparrows.preview3 .tp-arr-imgholder {
  display: block;
  background-size: cover;
  background-position: center center;
  display: table-cell;
  min-width: 90px;
  height: 90px;
  position: relative;
  top: 0px; }

.tp-rightarrow.preview3 .tp-arr-iwrapper {
  right: 0px;
  padding-right: 70px; }

.tp-leftarrow.preview3 .tp-arr-iwrapper {
  left: 0px;
  direction: rtl;
  padding-left: 70px; }

.tparrows.preview3 .tp-arr-titleholder {
  display: table-cell;
  padding: 30px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  position: relative;
  clear: right;
  vertical-align: middle; }

.tparrows.preview3:hover .tp-arr-iwrapper {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

/* PREVIEW 3 BULLETS */
.tp-bullets.preview3 {
  height: 17px; }

.tp-bullets.preview3 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid transparent !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.tp-bullets.preview3 .bullet.last {
  margin-right: 0px; }

.tp-bullets.preview3 .bullet:hover, .tp-bullets.preview3 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid black !important; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview3:after, .tparrows.preview3 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px; }
  .tparrows.preview3 .tp-arr-iwrapper {
    min-height: 70px; }
  .tparrows.preview3 .tp-arr-imgholder {
    min-width: 70px;
    height: 70px; }
  .tp-rightarrow.preview3 .tp-arr-iwrapper {
    padding-right: 50px; }
  .tp-leftarrow.preview3 .tp-arr-iwrapper {
    padding-left: 50px; }
  .tparrows.preview3 .tp-arr-titleholder {
    padding: 10px;
    font-size: 16px; } }

@media only screen and (max-width: 767px) {
  .tparrows.preview3:after, .tparrows.preview3 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px; }
  .tparrows.preview3 .tp-arr-iwrapper {
    min-height: 70px; } }

/* NAVIGATION PREVIEW 4 */
.tparrows.preview4 {
  width: 30px;
  height: 110px;
  background: transparent;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000; }

.tparrows.preview4:after {
  position: absolute;
  line-height: 110px;
  text-align: center;
  font-family: "revicons";
  color: #fff;
  font-size: 20px;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 30px;
  height: 110px;
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.tp-rightarrow.preview4:after {
  content: '\e825'; }

.tp-leftarrow.preview4:after {
  content: '\e824'; }

.tparrows.preview4 .tp-arr-allwrapper {
  visibility: hidden;
  width: 180px;
  position: absolute;
  z-index: 1;
  min-height: 120px;
  top: 0px;
  left: -150px;
  overflow: hidden;
  -webkit-perspective: 1000px;
  -webkit-transform-style: flat; }

.tp-leftarrow.preview4 .tp-arr-allwrapper {
  left: 0px; }

.tparrows.preview4 .tp-arr-iwrapper {
  position: relative; }

.tparrows.preview4 .tp-arr-imgholder {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 180px;
  height: 110px;
  position: relative;
  top: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tparrows.preview4 .tp-arr-imgholder2 {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 180px;
  height: 110px;
  position: absolute;
  top: 0px;
  left: 180px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tp-leftarrow.preview4 .tp-arr-imgholder2 {
  left: -180px; }

.tparrows.preview4 .tp-arr-titleholder {
  display: block;
  font-size: 12px;
  line-height: 25px;
  padding: 0px 10px;
  text-align: left;
  color: #fff;
  position: relative;
  background: #000;
  color: #FFF;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
  font-weight:  500;
  font-size: 11px;
  line-height: 2.75;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0; }

.tparrows.preview4:after {
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%; }

.tp-leftarrow.preview4:after {
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%; }

@media only screen and (min-width: 768px) {
  .tparrows.preview4:hover:after {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); }
  .tp-leftarrow.preview4:hover:after {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  .tparrows.preview4:hover .tp-arr-titleholder {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; } }

/* PREVIEW 4 BULLETS */
.tp-bullets.preview4 {
  height: 17px; }

.tp-bullets.preview4 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid transparent !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.tp-bullets.preview4 .bullet.last {
  margin-right: 0px; }

.tp-bullets.preview4 .bullet:hover, .tp-bullets.preview4 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid black !important; }

@media only screen and (max-width: 767px) {
  .tparrows.preview4 {
    width: 20px;
    height: 80px; }
  .tparrows.preview4:after {
    width: 20px;
    height: 80px;
    line-height: 80px;
    font-size: 14px; }
  .tparrows.preview1 .tp-arr-allwrapper, .tparrows.preview2 .tp-arr-allwrapper, .tparrows.preview3 .tp-arr-allwrapper, .tparrows.preview4 .tp-arr-allwrapper {
    display: none !important; } }

/******************************
	-	LOADER FORMS	-
********************************/
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute; }

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background: url(../external/rs-plugin/assets/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.tp-loader.spinner5 {
  background: url("../external/rs-plugin/assets/loader.gif") no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #ff0000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
  animation: tp-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes tp-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes tp-scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0; } }

.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center; }

.tp-loader.spinner3 .bounce1, .tp-loader.spinner3 .bounce2, .tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes tp-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear; }

.tp-loader.spinner4 .dot1, .tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes tp-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes tp-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.tp-transparentimg {
  content: "url(../external/rs-plugin/assets/transparent.png)"; }

.tp-3d {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%; }

.tp-caption img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
  zoom: 1; }

@font-face {
  font-family: 'revicons';
  src: url("revicons.eot?5510888");
  src: url("revicons.eot?5510888#iefix") format("embedded-opentype"), url("revicons.woff?5510888") format("woff"), url("revicons.ttf?5510888") format("truetype"), url("revicons.svg?5510888#revicons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.revicon-search-1:before {
  content: '\e802'; }

.revicon-pencil-1:before {
  content: '\e831'; }

.revicon-picture-1:before {
  content: '\e803'; }

.revicon-cancel:before {
  content: '\e80a'; }

.revicon-info-circled:before {
  content: '\e80f'; }

.revicon-trash:before {
  content: '\e801'; }

.revicon-left-dir:before {
  content: '\e817'; }

.revicon-right-dir:before {
  content: '\e818'; }

.revicon-down-open:before {
  content: '\e83b'; }

.revicon-left-open:before {
  content: '\e819'; }

.revicon-right-open:before {
  content: '\e81a'; }

.revicon-angle-left:before {
  content: '\e820'; }

.revicon-angle-right:before {
  content: '\e81d'; }

.revicon-left-big:before {
  content: '\e81f'; }

.revicon-right-big:before {
  content: '\e81e'; }

.revicon-magic:before {
  content: '\e807'; }

.revicon-picture:before {
  content: '\e800'; }

.revicon-export:before {
  content: '\e80b'; }

.revicon-cog:before {
  content: '\e832'; }

.revicon-login:before {
  content: '\e833'; }

.revicon-logout:before {
  content: '\e834'; }

.revicon-video:before {
  content: '\e805'; }

.revicon-arrow-combo:before {
  content: '\e827'; }

.revicon-left-open-1:before {
  content: '\e82a'; }

.revicon-right-open-1:before {
  content: '\e82b'; }

.revicon-left-open-mini:before {
  content: '\e822'; }

.revicon-right-open-mini:before {
  content: '\e823'; }

.revicon-left-open-big:before {
  content: '\e824'; }

.revicon-right-open-big:before {
  content: '\e825'; }

.revicon-left:before {
  content: '\e836'; }

.revicon-right:before {
  content: '\e826'; }

.revicon-ccw:before {
  content: '\e808'; }

.revicon-arrows-ccw:before {
  content: '\e806'; }

.revicon-palette:before {
  content: '\e829'; }

.revicon-list-add:before {
  content: '\e80c'; }

.revicon-doc:before {
  content: '\e809'; }

.revicon-left-open-outline:before {
  content: '\e82e'; }

.revicon-left-open-2:before {
  content: '\e82c'; }

.revicon-right-open-outline:before {
  content: '\e82f'; }

.revicon-right-open-2:before {
  content: '\e82d'; }

.revicon-equalizer:before {
  content: '\e83a'; }

.revicon-layers-alt:before {
  content: '\e804'; }

.revicon-popup:before {
  content: '\e828'; }

/* icons font */
@font-face {
  font-family: 'wokiee_icons';
  src: url("wokiee_icons.eot?87a912");
  src: url("wokiee_icons.eot?87a912#iefix") format("embedded-opentype"), url("wokiee_icons.ttf?87a912") format("truetype"), url("wokiee_icons.woff?87a912") format("woff"), url("wokiee_icons.svg?87a912#wokiee_icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wokiee_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-n-07:before {
  content: "\ea61"; }

.icon-n-02:before {
  content: "\ea5e"; }

.icon-n-05:before {
  content: "\ea5f"; }

.icon-n-06:before {
  content: "\ea60"; }

.icon-h-58:before {
  content: "\ea59"; }

.icon-h-59:before {
  content: "\ea5a"; }

.icon-h-60:before {
  content: "\ea5b"; }

.icon-h-61:before {
  content: "\ea5c"; }

.icon-h-62:before {
  content: "\ea5d"; }

.icon-e-01:before {
  content: "\e900"; }

.icon-e-02:before {
  content: "\e901"; }

.icon-e-03:before {
  content: "\e902"; }

.icon-e-04:before {
  content: "\e903"; }

.icon-e-05:before {
  content: "\e904"; }

.icon-e-06:before {
  content: "\e905"; }

.icon-e-07:before {
  content: "\e906"; }

.icon-e-08:before {
  content: "\e907"; }

.icon-e-09:before {
  content: "\e908"; }

.icon-e-10:before {
  content: "\e909"; }

.icon-e-11:before {
  content: "\e90a"; }

.icon-e-12:before {
  content: "\e90b"; }

.icon-e-13:before {
  content: "\e90c"; }

.icon-e-14:before {
  content: "\e90d"; }

.icon-e-15:before {
  content: "\e90e"; }

.icon-e-16:before {
  content: "\e90f"; }

.icon-e-17:before {
  content: "\e910"; }

.icon-e-18:before {
  content: "\e911"; }

.icon-e-19:before {
  content: "\e912"; }

.icon-e-20:before {
  content: "\e913"; }

.icon-e-21:before {
  content: "\e914"; }

.icon-e-22:before {
  content: "\e915"; }

.icon-e-23:before {
  content: "\e916"; }

.icon-e-24:before {
  content: "\e917"; }

.icon-e-25:before {
  content: "\e918"; }

.icon-e-26:before {
  content: "\e919"; }

.icon-e-27:before {
  content: "\e91a"; }

.icon-e-28:before {
  content: "\e91b"; }

.icon-e-29:before {
  content: "\e91c"; }

.icon-e-30:before {
  content: "\e91d"; }

.icon-e-31:before {
  content: "\e91e"; }

.icon-e-32:before {
  content: "\e91f"; }

.icon-e-33:before {
  content: "\e920"; }

.icon-e-34:before {
  content: "\e921"; }

.icon-e-35:before {
  content: "\e922"; }

.icon-e-36:before {
  content: "\e923"; }

.icon-e-37:before {
  content: "\e924"; }

.icon-e-38:before {
  content: "\e925"; }

.icon-e-39:before {
  content: "\e926"; }

.icon-e-40:before {
  content: "\e927"; }

.icon-e-41:before {
  content: "\e928"; }

.icon-e-42:before {
  content: "\e929"; }

.icon-e-43:before {
  content: "\e92a"; }

.icon-e-44:before {
  content: "\e92b"; }

.icon-e-45:before {
  content: "\e92c"; }

.icon-e-46:before {
  content: "\e92d"; }

.icon-e-47:before {
  content: "\e92e"; }

.icon-e-48:before {
  content: "\e92f"; }

.icon-e-49:before {
  content: "\e930"; }

.icon-e-50:before {
  content: "\e931"; }

.icon-e-51:before {
  content: "\e932"; }

.icon-e-52:before {
  content: "\e933"; }

.icon-e-53:before {
  content: "\e934"; }

.icon-e-54:before {
  content: "\e935"; }

.icon-e-55:before {
  content: "\e936"; }

.icon-e-56:before {
  content: "\e937"; }

.icon-e-57:before {
  content: "\e938"; }

.icon-e-58:before {
  content: "\e939"; }

.icon-e-59:before {
  content: "\e93a"; }

.icon-e-60:before {
  content: "\e93b"; }

.icon-e-61:before {
  content: "\e93c"; }

.icon-e-62:before {
  content: "\e93d"; }

.icon-e-63:before {
  content: "\e93e"; }

.icon-e-64:before {
  content: "\e93f"; }

.icon-e-65:before {
  content: "\e940"; }

.icon-e-66:before {
  content: "\e941"; }

.icon-e-67:before {
  content: "\e942"; }

.icon-e-68:before {
  content: "\e943"; }

.icon-e-69:before {
  content: "\e944"; }

.icon-e-70:before {
  content: "\e945"; }

.icon-e-71:before {
  content: "\e946"; }

.icon-e-72:before {
  content: "\e947"; }

.icon-e-73:before {
  content: "\e948"; }

.icon-e-74:before {
  content: "\e949"; }

.icon-e-75:before {
  content: "\e94a"; }

.icon-e-76:before {
  content: "\e94b"; }

.icon-e-77:before {
  content: "\e94c"; }

.icon-e-78:before {
  content: "\e94d"; }

.icon-e-79:before {
  content: "\e94e"; }

.icon-e-80:before {
  content: "\e94f"; }

.icon-e-81:before {
  content: "\e950"; }

.icon-e-82:before {
  content: "\e951"; }

.icon-e-83:before {
  content: "\e952"; }

.icon-e-84:before {
  content: "\e953"; }

.icon-e-85:before {
  content: "\e954"; }

.icon-e-86:before {
  content: "\e955"; }

.icon-e-87:before {
  content: "\e956"; }

.icon-e-88:before {
  content: "\e957"; }

.icon-e-89:before {
  content: "\e958"; }

.icon-e-90:before {
  content: "\e959"; }

.icon-e-91:before {
  content: "\e95a"; }

.icon-e-92:before {
  content: "\e95b"; }

.icon-e-93:before {
  content: "\e95c"; }

.icon-e-94:before {
  content: "\e95d"; }

.icon-e-95:before {
  content: "\e95e"; }

.icon-e-96:before {
  content: "\e95f"; }

.icon-f-01:before {
  content: "\e960"; }

.icon-f-02:before {
  content: "\e961"; }

.icon-f-03:before {
  content: "\e962"; }

.icon-f-04:before {
  content: "\e963"; }

.icon-f-05:before {
  content: "\e964"; }

.icon-f-06:before {
  content: "\e965"; }

.icon-f-07:before {
  content: "\e966"; }

.icon-f-08:before {
  content: "\e967"; }

.icon-f-09:before {
  content: "\e968"; }

.icon-f-10:before {
  content: "\e969"; }

.icon-f-11:before {
  content: "\e96a"; }

.icon-f-12:before {
  content: "\e96b"; }

.icon-f-13:before {
  content: "\e96c"; }

.icon-f-14:before {
  content: "\e96d"; }

.icon-f-15:before {
  content: "\e96e"; }

.icon-f-16:before {
  content: "\e96f"; }

.icon-f-17:before {
  content: "\e970"; }

.icon-f-18:before {
  content: "\e971"; }

.icon-f-19:before {
  content: "\e972"; }

.icon-f-20:before {
  content: "\e973"; }

.icon-f-21:before {
  content: "\e974"; }

.icon-f-22:before {
  content: "\e975"; }

.icon-f-23:before {
  content: "\e976"; }

.icon-f-24:before {
  content: "\e977"; }

.icon-f-25:before {
  content: "\e978"; }

.icon-f-26:before {
  content: "\e979"; }

.icon-f-27:before {
  content: "\e97a"; }

.icon-f-28:before {
  content: "\e97b"; }

.icon-f-29:before {
  content: "\e97c"; }

.icon-f-30:before {
  content: "\e97d"; }

.icon-f-31:before {
  content: "\e97e"; }

.icon-f-32:before {
  content: "\e97f"; }

.icon-f-33:before {
  content: "\e980"; }

.icon-f-34:before {
  content: "\e981"; }

.icon-f-35:before {
  content: "\e982"; }

.icon-f-36:before {
  content: "\e983"; }

.icon-f-37:before {
  content: "\e984"; }

.icon-f-38:before {
  content: "\e985"; }

.icon-f-39:before {
  content: "\e986"; }

.icon-f-40:before {
  content: "\e987"; }

.icon-f-41:before {
  content: "\e988"; }

.icon-f-42:before {
  content: "\e989"; }

.icon-f-43:before {
  content: "\e98a"; }

.icon-f-44:before {
  content: "\e98b"; }

.icon-f-45:before {
  content: "\e98c"; }

.icon-f-46:before {
  content: "\e98d"; }

.icon-f-47:before {
  content: "\e98e"; }

.icon-f-48:before {
  content: "\e98f"; }

.icon-f-49:before {
  content: "\e990"; }

.icon-f-50:before {
  content: "\e991"; }

.icon-f-51:before {
  content: "\e992"; }

.icon-f-52:before {
  content: "\e993"; }

.icon-f-53:before {
  content: "\e994"; }

.icon-f-54:before {
  content: "\e995"; }

.icon-f-55:before {
  content: "\e996"; }

.icon-f-56:before {
  content: "\e997"; }

.icon-f-57:before {
  content: "\e998"; }

.icon-f-58:before {
  content: "\e999"; }

.icon-f-59:before {
  content: "\e99a"; }

.icon-f-60:before {
  content: "\e99b"; }

.icon-f-61:before {
  content: "\e99c"; }

.icon-f-62:before {
  content: "\e99d"; }

.icon-f-63:before {
  content: "\e99e"; }

.icon-f-64:before {
  content: "\e99f"; }

.icon-f-65:before {
  content: "\e9a0"; }

.icon-f-66:before {
  content: "\e9a1"; }

.icon-f-67:before {
  content: "\e9a2"; }

.icon-f-68:before {
  content: "\e9a3"; }

.icon-f-69:before {
  content: "\e9a4"; }

.icon-f-70:before {
  content: "\e9a5"; }

.icon-f-71:before {
  content: "\e9a6"; }

.icon-f-72:before {
  content: "\e9a7"; }

.icon-f-73:before {
  content: "\e9a8"; }

.icon-f-74:before {
  content: "\e9a9"; }

.icon-f-75:before {
  content: "\e9aa"; }

.icon-f-76:before {
  content: "\e9ab"; }

.icon-f-77:before {
  content: "\e9ac"; }

.icon-f-78:before {
  content: "\e9ad"; }

.icon-f-79:before {
  content: "\e9ae"; }

.icon-f-80:before {
  content: "\e9af"; }

.icon-f-81:before {
  content: "\e9b0"; }

.icon-f-82:before {
  content: "\e9b1"; }

.icon-f-83:before {
  content: "\e9b2"; }

.icon-f-84:before {
  content: "\e9b3"; }

.icon-f-85:before {
  content: "\e9b4"; }

.icon-f-86:before {
  content: "\e9b5"; }

.icon-f-87:before {
  content: "\e9b6"; }

.icon-f-88:before {
  content: "\e9b7"; }

.icon-f-89:before {
  content: "\e9b8"; }

.icon-f-90:before {
  content: "\e9b9"; }

.icon-f-91:before {
  content: "\e9ba"; }

.icon-f-92:before {
  content: "\e9bb"; }

.icon-f-93:before {
  content: "\e9bc"; }

.icon-f-94:before {
  content: "\e9bd"; }

.icon-f-95:before {
  content: "\e9be"; }

.icon-f-96:before {
  content: "\e9bf"; }

.icon-g-01:before {
  content: "\e9c0"; }

.icon-g-02:before {
  content: "\e9c1"; }

.icon-g-03:before {
  content: "\e9c2"; }

.icon-g-04:before {
  content: "\e9c3"; }

.icon-g-05:before {
  content: "\e9c4"; }

.icon-g-06:before {
  content: "\e9c5"; }

.icon-g-07:before {
  content: "\e9c6"; }

.icon-g-08:before {
  content: "\e9c7"; }

.icon-g-09:before {
  content: "\e9c8"; }

.icon-g-10:before {
  content: "\e9c9"; }

.icon-g-11:before {
  content: "\e9ca"; }

.icon-g-12:before {
  content: "\e9cb"; }

.icon-g-13:before {
  content: "\e9cc"; }

.icon-g-14:before {
  content: "\e9cd"; }

.icon-g-15:before {
  content: "\e9ce"; }

.icon-g-16:before {
  content: "\e9cf"; }

.icon-g-17:before {
  content: "\e9d0"; }

.icon-g-18:before {
  content: "\e9d1"; }

.icon-g-19:before {
  content: "\e9d2"; }

.icon-g-20:before {
  content: "\e9d3"; }

.icon-g-21:before {
  content: "\e9d4"; }

.icon-g-22:before {
  content: "\e9d5"; }

.icon-g-23:before {
  content: "\e9d6"; }

.icon-g-24:before {
  content: "\e9d7"; }

.icon-g-25:before {
  content: "\e9d8"; }

.icon-g-26:before {
  content: "\e9d9"; }

.icon-g-27:before {
  content: "\e9da"; }

.icon-g-28:before {
  content: "\e9db"; }

.icon-g-29:before {
  content: "\e9dc"; }

.icon-g-30:before {
  content: "\e9dd"; }

.icon-g-31:before {
  content: "\e9de"; }

.icon-g-32:before {
  content: "\e9df"; }

.icon-g-33:before {
  content: "\e9e0"; }

.icon-g-34:before {
  content: "\e9e1"; }

.icon-g-35:before {
  content: "\e9e2"; }

.icon-g-36:before {
  content: "\e9e3"; }

.icon-g-37:before {
  content: "\e9e4"; }

.icon-g-38:before {
  content: "\e9e5"; }

.icon-g-39:before {
  content: "\e9e6"; }

.icon-g-40:before {
  content: "\e9e7"; }

.icon-g-41:before {
  content: "\e9e8"; }

.icon-g-42:before {
  content: "\e9e9"; }

.icon-g-43:before {
  content: "\e9ea"; }

.icon-g-44:before {
  content: "\e9eb"; }

.icon-g-45:before {
  content: "\e9ec"; }

.icon-g-46:before {
  content: "\e9ed"; }

.icon-g-47:before {
  content: "\e9ee"; }

.icon-g-48:before {
  content: "\e9ef"; }

.icon-g-49:before {
  content: "\e9f0"; }

.icon-g-50:before {
  content: "\e9f1"; }

.icon-g-51:before {
  content: "\e9f2"; }

.icon-g-52:before {
  content: "\e9f3"; }

.icon-g-53:before {
  content: "\e9f4"; }

.icon-g-54:before {
  content: "\e9f5"; }

.icon-g-55:before {
  content: "\e9f6"; }

.icon-g-56:before {
  content: "\e9f7"; }

.icon-g-57:before {
  content: "\e9f8"; }

.icon-g-58:before {
  content: "\e9f9"; }

.icon-g-59:before {
  content: "\e9fa"; }

.icon-g-60:before {
  content: "\e9fb"; }

.icon-g-61:before {
  content: "\e9fc"; }

.icon-g-62:before {
  content: "\e9fd"; }

.icon-g-63:before {
  content: "\e9fe"; }

.icon-g-64:before {
  content: "\e9ff"; }

.icon-g-65:before {
  content: "\ea00"; }

.icon-g-66:before {
  content: "\ea01"; }

.icon-g-67:before {
  content: "\ea02"; }

.icon-g-68:before {
  content: "\ea03"; }

.icon-g-69:before {
  content: "\ea04"; }

.icon-g-70:before {
  content: "\ea05"; }

.icon-g-71:before {
  content: "\ea06"; }

.icon-g-72:before {
  content: "\ea07"; }

.icon-g-73:before {
  content: "\ea08"; }

.icon-g-74:before {
  content: "\ea09"; }

.icon-g-75:before {
  content: "\ea0a"; }

.icon-g-76:before {
  content: "\ea0b"; }

.icon-g-77:before {
  content: "\ea0c"; }

.icon-g-78:before {
  content: "\ea0d"; }

.icon-g-79:before {
  content: "\ea0e"; }

.icon-g-80:before {
  content: "\ea0f"; }

.icon-g-81:before {
  content: "\ea10"; }

.icon-g-82:before {
  content: "\ea11"; }

.icon-g-83:before {
  content: "\ea12"; }

.icon-g-84:before {
  content: "\ea13"; }

.icon-g-85:before {
  content: "\ea14"; }

.icon-g-86:before {
  content: "\ea15"; }

.icon-g-87:before {
  content: "\ea16"; }

.icon-g-88:before {
  content: "\ea17"; }

.icon-g-89:before {
  content: "\ea18"; }

.icon-g-90:before {
  content: "\ea19"; }

.icon-g-91:before {
  content: "\ea1a"; }

.icon-g-92:before {
  content: "\ea1b"; }

.icon-g-93:before {
  content: "\ea1c"; }

.icon-g-94:before {
  content: "\ea1d"; }

.icon-g-95:before {
  content: "\ea1e"; }

.icon-g-96:before {
  content: "\ea1f"; }

.icon-h-01:before {
  content: "\ea20"; }

.icon-h-02:before {
  content: "\ea21"; }

.icon-h-03:before {
  content: "\ea22"; }

.icon-h-04:before {
  content: "\ea23"; }

.icon-h-05:before {
  content: "\ea24"; }

.icon-h-06:before {
  content: "\ea25"; }

.icon-h-07:before {
  content: "\ea26"; }

.icon-h-08:before {
  content: "\ea27"; }

.icon-h-09:before {
  content: "\ea28"; }

.icon-h-10:before {
  content: "\ea29"; }

.icon-h-11:before {
  content: "\ea2a"; }

.icon-h-12:before {
  content: "\ea2b"; }

.icon-h-13:before {
  content: "\ea2c"; }

.icon-h-14:before {
  content: "\ea2d"; }

.icon-h-15:before {
  content: "\ea2e"; }

.icon-h-16:before {
  content: "\ea2f"; }

.icon-h-17:before {
  content: "\ea30"; }

.icon-h-18:before {
  content: "\ea31"; }

.icon-h-19:before {
  content: "\ea32"; }

.icon-h-20:before {
  content: "\ea33"; }

.icon-h-21:before {
  content: "\ea34"; }

.icon-h-22:before {
  content: "\ea35"; }

.icon-h-23:before {
  content: "\ea36"; }

.icon-h-24:before {
  content: "\ea37"; }

.icon-h-25:before {
  content: "\ea38"; }

.icon-h-26:before {
  content: "\ea39"; }

.icon-h-27:before {
  content: "\ea3a"; }

.icon-h-28:before {
  content: "\ea3b"; }

.icon-h-29:before {
  content: "\ea3c"; }

.icon-h-30:before {
  content: "\ea3d"; }

.icon-h-31:before {
  content: "\ea3e"; }

.icon-h-32:before {
  content: "\ea3f"; }

.icon-h-33:before {
  content: "\ea40"; }

.icon-h-34:before {
  content: "\ea41"; }

.icon-h-35:before {
  content: "\ea42"; }

.icon-h-36:before {
  content: "\ea43"; }

.icon-h-37:before {
  content: "\ea44"; }

.icon-h-38:before {
  content: "\ea45"; }

.icon-h-39:before {
  content: "\ea46"; }

.icon-h-40:before {
  content: "\ea47"; }

.icon-h-41:before {
  content: "\ea48"; }

.icon-h-42:before {
  content: "\ea49"; }

.icon-h-43:before {
  content: "\ea4a"; }

.icon-h-44:before {
  content: "\ea4b"; }

.icon-h-45:before {
  content: "\ea4c"; }

.icon-h-46:before {
  content: "\ea4d"; }

.icon-h-47:before {
  content: "\ea4e"; }

.icon-h-48:before {
  content: "\ea4f"; }

.icon-h-49:before {
  content: "\ea50"; }

.icon-h-50:before {
  content: "\ea51"; }

.icon-h-51:before {
  content: "\ea52"; }

.icon-h-52:before {
  content: "\ea53"; }

.icon-h-53:before {
  content: "\ea54"; }

.icon-h-54:before {
  content: "\ea55"; }

.icon-h-55:before {
  content: "\ea56"; }

.icon-h-56:before {
  content: "\ea57"; }

.icon-h-57:before {
  content: "\ea58"; }

/*
	blog listing:
	- blog-listing-col-left.html,
	- blog-listing-col-right.html
	- blog-listing-without-col.html
*/
.tt-post:not(:first-child) {
  margin-top: 60px; }

@media (min-width: 789px) and (max-width: 1024px) {
  .leftColumn:not(.rightColumn) {
    padding-right: 25px;
    margin-top: -6px; } }

@media (min-width: 1025px) {
  .leftColumn:not(.rightColumn) {
    padding-right: 50px;
    margin-top: 1px; } }

@media (max-width: 790px) {
  .leftColumn:not(.rightColumn) {
    margin-top: 54px; } }

@media (min-width: 789px) and (max-width: 1024px) {
  .rightColumn {
    padding-left: 25px;
    margin-top: -6px; } }

@media (min-width: 1025px) {
  .rightColumn {
    padding-left: 50px;
    margin-top: 1px; } }

@media (max-width: 790px) {
  .rightColumn {
    margin-top: 54px; } }

/*
	not tt-half
	- blog-listing-col-left.html,
	- blog-listing-col-right.html
*/
@media (min-width: 1025px) {
  .tt-listing-post:not(.tt-half) .tt-post {
    display: flex;
    flex-wrap: wrap; }
  .tt-listing-post:not(.tt-half) .tt-post .tt-post-img {
    flex: 0 0 calc(59% - 39px);
    max-width: calc(59% - 39px);
    width: calc(59% - 39px);
    margin-right: 39px; }
  .tt-listing-post:not(.tt-half) .tt-post .tt-post-img + .tt-post-content {
    flex: 0 0 41%;
    max-width: 41%; }
  .tt-listing-post:not(.tt-half) .tt-post .tt-post-content {
    margin-top: -3px;
    width: 100%; } }

@media (max-width: 1024px) {
  .tt-listing-post:not(.tt-half) .tt-post .tt-post-content {
    margin-top: 15px; } }

/* with tt-half - blog-listing-without-col.html */
@media (min-width: 790px) {
  .tt-listing-post.tt-half .tt-post {
    display: flex;
    flex-wrap: wrap; }
  .tt-listing-post.tt-half .tt-post .tt-post-img {
    flex: 0 0 calc(52.5% - 40px);
    max-width: calc(52.5% - 40px);
    width: calc(52.5% - 40px);
    margin-right: 40px; }
  .tt-listing-post.tt-half .tt-post .tt-post-img + .tt-post-content {
    flex: 0 0 47.5%;
    max-width: 47.5%; }
  .tt-listing-post.tt-half .tt-post .tt-post-content {
    margin-top: -3px;
    width: 100%; } }

@media (max-width: 789px) {
  .tt-listing-post.tt-half .tt-post .tt-post-content {
    margin-top: 15px; } }

/* blog listing post*/
.tt-listing-post .tt-post .tt-post-img {
  position: relative; }

.tt-listing-post .tt-post .tt-post-img img {
  width: 100%;
  height: auto; }

.tt-listing-post .tt-post .tt-post-content .tt-tag {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  font-weight:  500;
  line-height: 17px;
  margin-top: -2px;
  margin-left: -5px;
  letter-spacing: 0.03em; }

.tt-listing-post .tt-post .tt-post-content .tt-tag a {
  display: inline-block;
  padding: 2px 5px;
  color:  #0b4b58;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-listing-post .tt-post .tt-post-content .tt-tag a:hover {
  color:  #191919; }

.tt-listing-post .tt-post .tt-post-content .tt-title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 3px;
  font-weight:  500;
  letter-spacing: -0.02em; }

.tt-listing-post .tt-post .tt-post-content .tt-title a {
  color:  #191919;
  display: inline-block; }

.tt-listing-post .tt-post .tt-post-content .tt-title a:hover {
  color: #2267d8; }

.tt-listing-post .tt-post .tt-post-content .tt-description {
  margin-top: 24px; }

.tt-listing-post .tt-post .tt-post-content .tt-meta {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 21px;
  font-size: 12px;
  color:  #999999; }

.tt-listing-post .tt-post .tt-post-content .tt-meta span {
  color:  #191919; }

.tt-listing-post .tt-post .tt-post-content .tt-meta .tt-autor {
  margin-top: 5px;
  letter-spacing: 0.01em;
  margin-right: 20px; }

.tt-listing-post .tt-post .tt-post-content .tt-meta .tt-comments a {
  display: inline-block;
  margin-top: 1px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-listing-post .tt-post .tt-post-content .tt-meta .tt-comments a .tt-icon {
  font-size: 20px;
  line-height: 20px;
  color:  #191919;
  position: relative;
  top: 4px;
  margin-right: 5px;
  display: inline-block;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-listing-post .tt-post .tt-post-content .tt-meta .tt-comments a:hover {
  color:  #0b4b58; }

.tt-listing-post .tt-post .tt-post-content .tt-meta .tt-comments a:hover .tt-icon {
  color:  #0b4b58; }

.tt-listing-post .tt-post .tt-post-content .tt-btn {
  margin-top: 33px; }

.tt-listing-post .tt-post .tt-post-content > *:nth-child(1):not(.tt-tag) {
  margin-top: 0; }

@media (max-width: 1229px) {
  .tt-listing-post .tt-post:not(:first-child) {
    margin-top: 54px; }
  .tt-listing-post .tt-post .tt-post-content .tt-title {
    font-size: 26px;
    line-height: 36px; }
  .tt-listing-post .tt-post .tt-post-content .tt-description {
    margin-top: 17px; }
  .tt-listing-post .tt-post .tt-post-content .tt-btn {
    margin-top: 24px; }
  .tt-listing-post .tt-post .tt-post-content .tt-meta {
    margin-top: 13px; } }

@media (max-width: 575px) {
  .tt-listing-post .tt-post:not(:first-child) {
    margin-top: 35px; }
  .tt-listing-post .tt-post .tt-post-content .tt-title {
    font-size: 20px;
    line-height: 30px; }
  .tt-listing-post .tt-post .tt-post-content .tt-description {
    margin-top: 11px; }
  .tt-listing-post .tt-post .tt-post-content .tt-btn {
    margin-top: 17px; }
  .tt-listing-post .tt-post .tt-post-content .tt-meta {
    margin-top: 6px; } }

/*video-block */
.tt-video-block:not(:first-child) {
  margin-top: 34px; }

@media (max-width: 1229px) {
  .tt-video-block:not(:first-child) {
    margin-top: 28px; } }

@media (max-width: 575px) {
  .tt-video-block:not(:first-child) {
    margin-top: 22px; } }

.tt-video-block {
  position: relative;
  line-height: 0;
  width: 100%; }

.tt-video-block video {
  width: 100%; }

.tt-video-block .link-video {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 7;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.tt-video-block .link-video:before {
  color: #fff;
  font-size: 65px;
  line-height: 1;
  float: left; }

.tt-video-block .link-video:hover:before {
  color:  #0b4b58; }

.tt-video-block .link-video:before {
  content: '\ea0b';
  font-family: 'wokiee_icons';
  display: inline-block;
  z-index: 3; }

.tt-video-block.play .link-video:before {
  content: '\e97b'; }

/* .tt-box-link */
.tt-box-link {
  background:  #f7f8fa;
  color:  #0b4b58;
  display: block;
  font-size: 14px;
  padding: 5px 16px 9px 12px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.tt-box-link .tt-icon {
  margin-right: 6px;
  position: relative;
  top: 3px;
  font-size: 20px;
  line-height: 20px; }

.tt-box-link:hover {
  background: #222222;
  color: #fff; }

.tt-box-link:not(:first-child) {
  margin-top: 21px; }

/*
	single post
	- blog-single-post.html
	- blog-single-post-audio.html
	- blog-single-post-gallery.html
	- blog-single-post-link.html
	- blog-single-post-quote.html
	- blog-single-post-video.html
*/
.tt-post-single {
  text-align: center;
  padding-top: 3px; }

.tt-post-single .tt-tag {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  font-weight:  500;
  line-height: 17px;
  margin-top: -2px;
  margin-left: -5px;
  letter-spacing: 0.03em; }

.tt-post-single .tt-tag a {
  display: inline-block;
  padding: 2px 5px;
  color:  #0b4b58;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-post-single .tt-tag a:hover {
  color:  #191919; }

.tt-post-single h1.tt-title:not(:first-child) {
  margin-top: 24px; }

.tt-post-single h1.tt-title {
  font-size: 34px;
  line-height: 44px;
  font-weight:  500;
  letter-spacing: 0.03em; }

@media (max-width: 1024px) {
  .tt-post-single h1.tt-title {
    font-size: 26px;
    line-height: 36px; } }

@media (max-width: 575px) {
  .tt-post-single h1.tt-title {
    font-size: 23px;
    line-height: 33px; } }

.tt-post-single .tt-autor {
  margin-top: 23px;
  font-size: 12px; }

.tt-post-single .tt-autor span {
  color:  #191919; }

.tt-post-single .tt-post-content {
  text-align: left;
  margin-top: 33px; }

.tt-post-single .tt-post-content img {
  max-width: 100%;
  height: auto;
  margin-top: 20px; }

.tt-post-single .tt-post-content h2.tt-title:not(:first-child) {
  margin-top: 32px; }

.tt-post-single .tt-post-content h2.tt-title {
  font-size: 20px;
  line-height: 30px;
  font-weight:  500;
  letter-spacing: 0.03em; }

.tt-post-single .tt-post-content p {
  margin-top: 25px; }

.tt-post-single .tt-post-content p img {
  margin-top: 8px;
  margin-bottom: 8px; }

.tt-post-single .tt-post-content blockquote {
  margin-top: 34px; }

.tt-post-single .tt-post-content .tt-blockquote {
  padding-top: 49px;
  padding-bottom: 44px; }

.tt-post-single .tt-post-content blockquote + p {
  margin-top: 33px; }

.tt-post-single .tt-post-content .tt-box-link:not(:first-child) {
  margin-top: 34px; }

.tt-post-single .tt-post-content .tt-box-link + p {
  margin-top: 33px; }

.tt-post-single .tt-post-content .tt-box-link {
  text-align: center;
  padding: 29px 16px 33px 12px; }

.tt-post-single .tt-post-content > *:nth-child(1) {
  margin-top: 0; }

.tt-post-single .tt-post-content > *:nth-child(1) div[class^="col-"] > *:nth-child(1) {
  margin-top: 0; }

.tt-post-single .tt-post-content .slick-slider img {
  margin-top: 0; }

.tt-post-single .tt-post-content .tt-slick-row {
  margin-top: 20px; }

@media (max-width: 575px) {
  .tt-post-single .tt-post-content .tt-slick-row {
    margin-top: 10px; } }

.tt-post-single .post-meta:not(:first-child) {
  margin-top: 27px; }

.tt-post-single .post-meta {
  font-size: 12px;
  color:  #999999;
  text-align: left; }

.tt-post-single .post-meta a {
  color:  #0b4b58;
  letter-spacing: 0.02em;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-post-single .post-meta a:hover {
  color:  #191919; }

.tt-post-single > *:nth-child(1) {
  margin-top: 0; }

@media (max-width: 1229px) {
  .tt-post-single h1.tt-title:not(:first-child) {
    margin-top: 18px; }
  .tt-post-single .tt-autor {
    margin-top: 17px; }
  .tt-post-single .tt-post-content {
    margin-top: 21px; }
  .tt-post-single .tt-post-content h2.tt-title:not(:first-child) {
    margin-top: 26px; }
  .tt-post-single .tt-post-content p {
    margin-top: 19px; }
  .tt-post-single .tt-post-content p img {
    margin-top: 2px;
    margin-bottom: 2px; }
  .tt-post-single .tt-post-content blockquote {
    margin-top: 21px; }
  .tt-post-single .tt-post-content .tt-blockquote {
    padding-top: 43px;
    padding-bottom: 38px; }
  .tt-post-single .tt-post-content blockquote + p {
    margin-top: 21px; }
  .tt-post-single .tt-post-content .post-meta:not(:first-child) {
    margin-top: 21px; }
  .tt-post-single .tt-post-content .tt-box-link {
    text-align: center;
    padding: 23px 12px 27px; } }

@media (max-width: 575px) {
  .tt-post-single h1.tt-title:not(:first-child) {
    margin-top: 12px; }
  .tt-post-single .tt-autor {
    margin-top: 10px; }
  .tt-post-single .tt-post-content {
    margin-top: 18px; }
  .tt-post-single .tt-post-content h2.tt-title:not(:first-child) {
    margin-top: 20px; }
  .tt-post-single .tt-post-content img {
    margin-top: 10px; }
  .tt-post-single .tt-post-content p {
    margin-top: 13px; }
  .tt-post-single .tt-post-content p img {
    margin-top: 2px;
    margin-bottom: 2px; }
  .tt-post-single .tt-post-content blockquote {
    margin-top: 21px; }
  .tt-post-single .tt-post-content .tt-blockquote {
    padding-top: 37px;
    padding-bottom: 32px; }
  .tt-post-single .tt-post-content blockquote + p {
    margin-top: 21px; }
  .tt-post-single .tt-post-content .post-meta:not(:first-child) {
    margin-top: 15px; }
  .tt-post-single .tt-post-content .tt-box-link {
    text-align: center;
    padding: 17px 12px 21px; } }

/* comments (single post)*/
.tt-comments-layout {
  margin-top: -7px; }

.tt-comments-layout .tt-item div[class^="tt-comments-level-"] {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-avatar {
  width: 59px;
  min-width: 59px;
  height: 60px;
  position: relative;
  margin-right: 22px;
  margin-top: 6px; }

.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-avatar img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto; }

.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-avatar:empty:before {
  font-family: 'wokiee_icons';
  content: "\ea43";
  font-size: 20px;
  line-height: 58px;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  color:  #191919;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4; }

.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-avatar:empty:after {
  content: '';
  background:  #f7f8fa;
  width: 100%;
  height: 100%;
  min-width: 59px;
  display: block;
  top: 0;
  left: 0;
  z-index: 0; }

.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content .tt-comments-title {
  font-size: 12px; }

.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content .tt-comments-title .username span {
  color:  #191919; }

.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content p {
  margin-top: 7px; }

.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content .tt-btn {
  color:  #0b4b58;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  margin-top: 8px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content .tt-btn:hover {
  color:  #191919; }

.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content > *:nth-child(1) {
  margin-top: 0; }

.tt-comments-layout .tt-item:not(:last-child) {
  padding-bottom: 21px;
  border-bottom: 1px solid #e9e7e7; }

.tt-comments-layout .tt-item {
  margin-top: 24px; }

.tt-comments-layout .tt-comments-level-2 {
  margin-left: 81px;
  margin-top: 16px; }

@media (max-width: 575px) {
  .tt-comments-layout .tt-item div[class^="tt-comments-level-"] {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content {
    margin-top: 10px; }
  .tt-comments-layout .tt-item:not(:first-child) {
    margin-top: 10px; }
  .tt-comments-layout .tt-item:not(:last-child) {
    padding-bottom: 9px; }
  .tt-comments-layout .tt-comments-level-2 {
    margin-top: 2px;
    margin-left: 59px; } }

/* tt-blog-thumb */
.tt-blog-thumb-list {
  margin-top: -35px; }

@media (max-width: 575px) {
  .tt-blog-thumb-list {
    margin-top: -27px; }
  .tt-blog-thumb-list [class^="col-"] {
    padding-left: 0;
    padding-right: 0; }
  .tt-blog-thumb-list [class^="col-"] .tt-title-description {
    margin-left: 10px;
    margin-right: 10px; } }

.tt-blog-thumb {
  margin-top: 35px; }

.tt-blog-thumb .tt-img {
  text-align: center; }

.tt-blog-thumb .tt-img img {
  max-width: 100%;
  height: auto; }

.tt-blog-thumb .tt-img + .tt-title-description {
  margin-top: -70px; }

.tt-blog-thumb .tt-title-description {
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
  padding: 22px 15px 10px;
  text-align: center;
  min-height: 80px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-blog-thumb .tt-title-description .tt-background {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background:  #ffffff; }

.tt-blog-thumb .tt-title-description > *:not(.tt-background) {
  position: relative; }

.tt-blog-thumb .tt-title-description .tt-tag {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  font-size: 14px;
  font-weight:  500;
  line-height: 17px;
  margin-top: -2px;
  margin-left: -5px;
  letter-spacing: 0.03em;
  color:  #0b4b58; }

.tt-blog-thumb .tt-title-description .tt-tag a {
  display: inline-block;
  padding: 2px 5px;
  color:  #0b4b58;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-blog-thumb .tt-title-description .tt-tag a:hover {
  color:  #191919; }

.tt-blog-thumb .tt-title-description .tt-title {
  font-size: 20px;
  line-height: 30px;
  font-weight:  500;
  color:  #191919;
  letter-spacing: 0.03em;
  position: relative;
  margin: 7px 0 0 0;
  color:  #191919; }

.tt-blog-thumb .tt-title-description .tt-title a {
  color:  #191919;
  display: inline-block;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-blog-thumb .tt-title-description .tt-title a:hover {
  color:  #0b4b58; }

.tt-blog-thumb .tt-title-description .tt-meta {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  color:  #999999;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.tt-blog-thumb .tt-title-description .tt-meta > div {
  padding: 0 10px; }

.tt-blog-thumb .tt-title-description .tt-meta .tt-autor {
  letter-spacing: 0.01em;
  margin-top: 4px; }

.tt-blog-thumb .tt-title-description .tt-meta .tt-autor a {
  color:  #191919;
  text-decoration: none; }

.tt-blog-thumb .tt-title-description .tt-meta .tt-autor a:hover {
  text-decoration: underline; }

.tt-blog-thumb .tt-title-description .tt-meta .tt-comments a {
  display: inline-block;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-blog-thumb .tt-title-description .tt-meta .tt-comments a .tt-icon {
  font-size: 20px;
  line-height: 20px;
  color:  #191919;
  position: relative;
  top: 5px;
  margin-right: 5px;
  display: inline-block;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-blog-thumb .tt-title-description .tt-meta .tt-comments a:hover {
  color:  #0b4b58; }

.tt-blog-thumb .tt-title-description .tt-meta .tt-comments a:hover .tt-icon {
  color:  #0b4b58; }

.tt-blog-thumb .tt-title-description > *:nth-child(1) {
  margin-top: 0; }

@media (max-width: 575px) {
  .tt-blog-thumb {
    margin-top: 18px; }
  .tt-blog-thumb .tt-title-description {
    padding-top: 16px; }
  .tt-blog-thumb .tt-title-description .tt-title {
    margin-top: 6px; } }

.tt-blog-thumb:hover .tt-title-description .tt-background {
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px); }

html:not(.ie) .tt-blog-thumb .tt-title-description .tt-background {
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

/*
	blog
	- leftColumn
	- rightColumn
*/
.tt-block-aside .tt-aside-title {
  font-size: 16px;
  line-height: 26px;
  font-weight:  500;
  letter-spacing: 0.03em;
  padding-bottom: 12px;
  border-bottom: 1px solid #e9e7e7; }

.tt-block-aside .tt-aside-title + .tt-aside-content {
  margin-top: 24px; }

.tt-block-aside:not(:first-child) {
  margin-top: 45px; }

@media (min-width: 1025px) {
  .tt-block-aside:first-child {
    margin-top: -7px; } }

@media (max-width: 1024px) {
  .tt-block-aside .tt-aside-title + .tt-aside-content {
    margin-top: 18px; }
  .tt-block-aside:not(:first-child) {
    margin-top: 39px; } }

@media (max-width: 575px) {
  .tt-block-aside .tt-aside-title + .tt-aside-content {
    margin-top: 14px; }
  .tt-block-aside:not(:first-child) {
    margin-top: 35px; } }

/* tt-form-search */
.tt-form-search {
  position: relative;
  margin-top: 30px;
  padding-bottom: 9px; }

.tt-form-search .tt-btn-icon {
  background: none;
  border: none;
  color:  #191919;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 7;
  padding: 9px 7px;
  cursor: pointer;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-form-search .tt-btn-icon:hover {
  color:  #0b4b58; }

/* tt-aside-info */
.tt-aside-info {
  position: relative; }

.tt-aside-info .tt-aside-img {
  margin-top: 6px;
  display: inline-block; }

.tt-aside-info .tt-aside-img img {
  width: 100%;
  height: auto; }

.tt-aside-info p {
  margin-top: 12px; }

.tt-aside-info .btn-top {
  margin-top: 18px; }

/* tt-list-inline (blog aside, listing aside)*/
.tt-list-inline {
  list-style: none;
  margin: -2px 0 0 -11px;
  padding: 0 0 1px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.tt-list-inline li {
  margin: 0 6px; }

.tt-list-inline li a {
  color:  #777777;
  padding: 0px 5px;
  display: inline-block;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-list-inline li a:hover {
  color:  #0b4b58; }

/* tt-aside-subscribe-box */
.tt-aside-subscribe-box form {
  margin-top: 14px; }

.tt-aside-subscribe-box .form-default .form-group {
  margin-bottom: 10px; }

.tt-aside-subscribe-box .btn {
  width: 100%;
  display: block; }

.tt-aside-subscribe-box form .form-group {
  margin-bottom: 10px; }

.tt-aside-subscribe-box form .btn {
  margin-top: 10px; }

.tt-aside-subscribe-box form .form-control {
  background:  #f7f8fa;
  font-size: 14px;
  border: 1px solid  #f7f8fa;
  padding: 11px 12px 10px 15px;
  box-shadow: none;
  outline: none;
  color:  #777777;
  border-radius: 0;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-aside-subscribe-box form .form-control:focus {
  border-color:  #0b4b58;
  background: #ffffff; }

/* recent-post */
.tt-aside-post .item .tt-tag {
  font-size: 12px;
  line-height: 22px;
  color:  #0b4b58;
  font-weight: 400;
  margin: -2px 0 0 -5px;
  padding: 0 0 5px 0;
  letter-spacing: 0.02em; }

.tt-aside-post .item .tt-tag a {
  color:  #0b4b58;
  padding: 2px 5px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-aside-post .item .tt-tag a:hover {
  color:  #191919; }

.tt-aside-post .item .tt-title {
  color:  #191919;
  display: block;
  font-size: 14px;
  font-weight:  500;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-aside-post .item > a:not([class]) {
  display: inline-block;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-aside-post .item > a:not([class]):hover {
  color:  #777777; }

.tt-aside-post .item > a:not([class]):hover .tt-title {
  color:  #0b4b58; }

.tt-aside-post .item p {
  margin-top: 5px; }

.tt-aside-post .item .tt-info {
  margin-top: 6px;
  font-size: 12px; }

.tt-aside-post .item .tt-info span {
  color:  #191919; }

.tt-aside-post .item .tt-info + a:not([class]) {
  margin-top: 5px; }

.tt-aside-post .item > *:nth-child(1) {
  margin-top: 0; }

.tt-aside-post .item:not(:first-child) {
  margin-top: 17px; }

.tt-aside-content .tt-social-icon {
  margin-left: -4px; }

/* calendarDatepicker */
.tt-aside-content .calendarDatepicker {
  padding-top: 6px; }

/* pagination */
.tt-pagination {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  width: 100%; }

.tt-pagination ul li {
  display: inline-block;
  margin: 0 9px; }

.tt-pagination ul li a {
  font-size: 14px;
  padding: 5px;
  color:  #191919;
  display: inline-block;
  font-weight:  500;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-pagination ul li a:hover {
  color:  #0b4b58; }

.tt-pagination ul li.active a {
  color:  #0b4b58; }

.tt-pagination .btn-pagination {
  font-family: 'wokiee_icons';
  font-size: 20px;
  line-height: 1;
  color:  #191919;
  padding: 5px;
  margin: 0 4px; }

.tt-pagination .btn-pagination:hover {
  color:  #0b4b58; }

.tt-pagination .btn-prev:before {
  content: "\e9cd"; }

.tt-pagination .btn-next:before {
  content: "\e9ce"; }

@media (max-width: 1229px) {
  .tt-pagination {
    margin-top: 44px; } }

@media (max-width: 1229px) {
  .tt-pagination {
    margin-top: 29px; } }

.tt-pagination:not(.tt-pagination-left) {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.tt-pagination-left {
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-left: -13px;
  position: relative; }

/*
	tt-layout-01-post
	- blog-masonry-col-3.html
	- blog-masonry-col-2.html
*/
.tt-layout-01-post {
  margin-top: -55px;
  position: relative; }

.tt-layout-01-post .tt-post {
  margin-top: 55px; }

.tt-layout-01-post .tt-post .tt-post-img {
  position: relative;
  backface-visibility: hidden; }

.tt-layout-01-post .tt-post .tt-post-img img {
  width: 100%;
  height: auto; }

.tt-layout-01-post .tt-post .tt-post-img i {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 7;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  font-size: 65px;
  line-height: 1;
  color: #ffffff;
  pointer-events: none;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-layout-01-post .tt-post .tt-post-img + .tt-post-content {
  margin-top: -70px; }

.tt-layout-01-post .tt-post .tt-post-content {
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
  padding: 22px 8px 0;
  text-align: center;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-layout-01-post .tt-post .tt-post-content .tt-background {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff; }

.tt-layout-01-post .tt-post .tt-post-content > *:not(.tt-background) {
  position: relative; }

.tt-layout-01-post .tt-post .tt-post-content .tt-tag {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  font-weight:  500;
  line-height: 17px;
  margin-top: -2px;
  margin-left: -5px;
  letter-spacing: 0.03em; }

.tt-layout-01-post .tt-post .tt-post-content .tt-tag a {
  display: inline-block;
  padding: 2px 5px;
  color:  #0b4b58;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-layout-01-post .tt-post .tt-post-content .tt-tag a:hover {
  color:  #191919; }

.tt-layout-01-post .tt-post .tt-post-content .tt-title {
  font-size: 20px;
  line-height: 30px;
  margin-top: 7px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight:  500;
  letter-spacing: 0.03em; }

.tt-layout-01-post .tt-post .tt-post-content .tt-title a {
  color:  #191919;
  display: inline-block; }

.tt-layout-01-post .tt-post .tt-post-content .tt-title a:hover {
  color: #2267d8; }

.tt-layout-01-post .tt-post .tt-post-content .tt-description {
  margin-top: 14px; }

.tt-layout-01-post .tt-post .tt-post-content .tt-meta {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  color:  #999999;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.tt-layout-01-post .tt-post .tt-post-content .tt-meta span {
  color:  #191919; }

.tt-layout-01-post .tt-post .tt-post-content .tt-meta > div {
  padding: 0 10px; }

.tt-layout-01-post .tt-post .tt-post-content .tt-meta .tt-autor {
  letter-spacing: 0.01em;
  margin-top: 4px; }

.tt-layout-01-post .tt-post .tt-post-content .tt-meta .tt-comments a {
  display: inline-block;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-layout-01-post .tt-post .tt-post-content .tt-meta .tt-comments a .tt-icon {
  font-size: 20px;
  line-height: 20px;
  color:  #191919;
  position: relative;
  top: 5px;
  margin-right: 5px;
  display: inline-block;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-layout-01-post .tt-post .tt-post-content .tt-meta .tt-comments a:hover {
  color:  #0b4b58; }

.tt-layout-01-post .tt-post .tt-post-content .tt-meta .tt-comments a:hover .tt-icon {
  color:  #0b4b58; }

.tt-layout-01-post .tt-post .tt-post-content .tt-btn {
  margin-top: 23px; }

.tt-layout-01-post .tt-post .tt-post-content > *:nth-child(1):not(.tt-tag) {
  margin-top: 0; }

.tt-layout-01-post .tt-post .tt-post-content > * {
  position: relative; }

@media (max-width: 575px) {
  .tt-layout-01-post .tt-post .tt-post-content {
    padding-top: 16px; }
  .tt-layout-01-post .tt-post .tt-post-content .tt-description {
    margin-top: 7px; } }

.tt-layout-01-post .tt-post:hover .tt-post-img i {
  color:  #0b4b58; }

@media (min-width: 576px) {
  .tt-layout-01-post .tt-post:hover .tt-post-content .tt-background {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px); } }

@media (max-width: 575px) {
  .tt-layout-01-post .tt-post:hover .tt-post-content .tt-background {
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px); } }

html:not(.ie) .tt-layout-01-post .tt-post-content .tt-background {
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.isotop_showmore_js {
  margin-top: 55px; }

@media (max-width: 1024px) {
  .tt-layout-01-post {
    margin-top: -35px; }
  .tt-layout-01-post .tt-post {
    margin-top: 35px; }
  .isotop_showmore_js {
    margin-top: 35px; } }

@media (max-width: 575px) {
  .tt-layout-01-post {
    margin-top: -28px; }
  .tt-layout-01-post .tt-post {
    margin-top: 28px; }
  .tt-layout-01-post .tt-post .tt-post-content {
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px; }
  .tt-layout-01-post .tt-post .tt-post-content .tt-title {
    margin-top: 3px; }
  .tt-layout-01-post .tt-post .tt-post-content .tt-description {
    margin-top: 11px; }
  .isotop_showmore_js {
    margin-top: 28px; } }

/* blog-masonry  */
.tt-blog-masonry .tt-blog-init {
  overflow: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.tt-blog-masonry .tt-blog-init.tt-show {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.tt-blog-masonry .grid:after {
  content: '';
  display: block;
  clear: both; }

.tt-blog-masonry .element-item {
  position: relative;
  float: left; }

.tt-blog-masonry .tt-grid-col-2 .element-item {
  width: 50%;
  padding: 0 10px; }

@media (max-width: 789px) {
  .tt-blog-masonry .tt-grid-col-2 .element-item {
    width: 100%; } }

@media (max-width: 575px) {
  .tt-blog-masonry .tt-grid-col-2 .element-item {
    padding: 0; } }

.tt-blog-masonry .tt-grid-col-3 .element-item {
  width: 33.33%;
  padding: 0 10px; }

@media (max-width: 1024px) {
  .tt-blog-masonry .tt-grid-col-3 .element-item {
    width: 50%; } }

@media (max-width: 789px) {
  .tt-blog-masonry .tt-grid-col-3 .element-item {
    width: 100%; } }

@media (max-width: 575px) {
  .tt-blog-masonry .tt-grid-col-3 .element-item {
    padding: 0; } }

.tt-blog-masonry .tt-filter-nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-top: -31px;
  padding-bottom: 49px; }

.tt-blog-masonry .tt-filter-nav .button {
  color:  #999999;
  font-weight:  500;
  padding: 5px;
  letter-spacing: 0.03em;
  margin: 0 9px;
  cursor: pointer;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-blog-masonry .tt-filter-nav .button.active {
  color:  #191919;
  cursor: default; }

.tt-blog-masonry .tt-filter-nav .button:hover {
  color:  #191919; }

@media (max-width: 1024px) {
  .tt-blog-masonry .tt-filter-nav {
    margin-top: -11px;
    padding-bottom: 29px; }
  .tt-blog-masonry .tt-filter-nav .button {
    margin: 0 7px; } }

@media (max-width: 575px) {
  .tt-blog-masonry .tt-filter-nav {
    margin-top: -4px;
    padding-bottom: 22px; }
  .tt-blog-masonry .tt-filter-nav .button {
    margin: 0 4px; } }

/* portfolio-masonry  */
.tt-portfolio-masonry .grid:after {
  content: '';
  display: block;
  clear: both; }

.tt-portfolio-masonry .element-item {
  position: relative;
  float: left; }

.tt-portfolio-masonry .tt-portfolio-content {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.tt-portfolio-masonry .tt-portfolio-content.tt-show {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.tt-portfolio-masonry .tt-grid-col-4 .element-item {
  width: 25%;
  padding: 10px; }

@media (max-width: 1024px) {
  .tt-portfolio-masonry .tt-grid-col-4 .element-item {
    width: 33.333%; } }

@media (max-width: 789px) {
  .tt-portfolio-masonry .tt-grid-col-4 .element-item {
    width: 50%; } }

@media (max-width: 575px) {
  .tt-portfolio-masonry .tt-grid-col-4 .element-item {
    padding: 5px;
    width: 100%; } }

.tt-portfolio-masonry .tt-grid-col-3 .element-item {
  width: 33.333%;
  padding: 10px; }

@media (max-width: 789px) {
  .tt-portfolio-masonry .tt-grid-col-3 .element-item {
    width: 50%; } }

@media (max-width: 575px) {
  .tt-portfolio-masonry .tt-grid-col-3 .element-item {
    padding: 5px;
    width: 100%; } }

.tt-portfolio-masonry .tt-grid-col-2 .element-item {
  width: 50%;
  padding: 10px; }

@media (max-width: 575px) {
  .tt-portfolio-masonry .tt-grid-col-2 .element-item {
    padding: 5px;
    width: 100%; } }

.tt-portfolio-masonry .tt-filter-nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-top: -31px;
  padding-bottom: 69px; }

.tt-portfolio-masonry .tt-filter-nav .button {
  color:  #999999;
  font-weight:  500;
  padding: 5px;
  letter-spacing: 0.03em;
  margin: 0 9px;
  cursor: pointer;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-portfolio-masonry .tt-filter-nav .button.active {
  color:  #191919;
  cursor: default; }

.tt-portfolio-masonry .tt-filter-nav .button:hover {
  color:  #191919; }

@media (max-width: 1024px) {
  .tt-portfolio-masonry .tt-filter-nav {
    margin-top: -11px;
    padding-bottom: 29px; }
  .tt-portfolio-masonry .tt-filter-nav .button {
    margin: 0 7px; } }

@media (max-width: 575px) {
  .tt-portfolio-masonry .tt-filter-nav {
    margin-top: -4px;
    padding-bottom: 22px; }
  .tt-portfolio-masonry .tt-filter-nav .button {
    margin: 0 4px; } }

.tt-portfolio-masonry .element-item {
  float: inherit !important; }

.tt-portfolio-content {
  margin-top: -30px; }

@media (max-width: 1024px) {
  .tt-portfolio-content {
    margin-top: -10px; } }

@media (min-width: 576px) {
  .tt-portfolio-content {
    margin-left: -10px;
    margin-right: -10px; } }

@media (max-width: 575px) {
  .tt-portfolio-content {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px; } }

.tt-portfolio-content figure {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0; }

.tt-portfolio-content figure img {
  width: 100%;
  height: auto; }

.tt-portfolio-content figure figcaption {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  padding: 13px 19px;
  z-index: 0;
  color: #ffffff;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-portfolio-content figure figcaption .tt-btn-zomm {
  font-family: 'wokiee_icons';
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  padding: 3px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-portfolio-content figure figcaption .tt-btn-zomm:before {
  content: '\e9b5';
  display: inline-block; }

.tt-portfolio-content figure figcaption .tt-btn-zomm:hover {
  color: #ffffff; }

.tt-portfolio-content figure figcaption .tt-title {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-weight:  500;
  margin: 0;
  padding: 0;
  color: #ffffff; }

.tt-portfolio-content figure figcaption .tt-title a {
  color: #ffffff; }

.tt-portfolio-content figure figcaption .tt-title a:hover {
  color: #ffffff; }

.tt-portfolio-content figure figcaption p {
  margin-top: 4px;
  letter-spacing: 0.005em; }

.tt-portfolio-content figure figcaption > *:nth-child(1) {
  margin-top: 0; }

.tt-portfolio-content.layout-default figure figcaption {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left; }

body.touch-device .tt-portfolio-content.layout-default figure figcaption .tt-btn-zomm {
  top: 15px;
  right: 15px;
  position: absolute; }

body:not(.touch-device) .tt-portfolio-content.layout-default figure figcaption .tt-btn-zomm {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; }

body:not(.touch-device) .tt-portfolio-content.layout-default figure figcaption .tt-btn-zomm:before {
  top: 15px;
  right: 15px;
  position: absolute; }

body:not(.touch-device) .tt-portfolio-content.layout-default figure figcaption .tt-title,
body:not(.touch-device) .tt-portfolio-content.layout-default figure figcaption p {
  position: relative;
  z-index: 2; }

.tt-portfolio-content.layout-swap-vertical figure figcaption {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.tt-portfolio-content.layout-swap-vertical figure figcaption .tt-btn-zomm {
  bottom: 15px;
  right: 15px;
  position: absolute; }

.tt-portfolio-content.layout-center figure figcaption {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.tt-portfolio-content.layout-center figure figcaption .tt-btn-zomm:not(:first-child) {
  margin-top: 2px; }

body:not(.touch-device) .tt-portfolio-content figure:hover figcaption,
.ie .tt-portfolio-content figure:hover figcaption {
  z-index: 7;
  left: 0;
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  visibility: visible; }

.touch-device .tt-portfolio-content figure.gallery-click figcaption {
  z-index: 7;
  left: 0;
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  pointer-events: auto;
  visibility: visible; }

.touch-device .tt-portfolio-content figure.gallery-click.finish-animation figcaption {
  pointer-events: auto; }

html.edge .tt-portfolio-content figure:hover figcaption {
  z-index: 7;
  left: 0;
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  visibility: visible; }

/* product-single */
.tt-product-single-img img {
  max-width: 100%;
  height: auto; }

.tt-product-single-info {
  padding-left: 39px;
  margin: -5px 0 0 0; }

.tt-product-single-info img {
  max-width: 100%;
  height: auto; }

.tt-product-single-info .tt-add-info ul li {
  color:  #999999; }

.tt-product-single-info .tt-add-info ul li span:first-child {
  color:  #191919; }

.tt-product-single-info .tt-add-info ul li a {
  color:  #999999;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-product-single-info .tt-add-info ul li a:hover {
  color:  #0b4b58; }

.tt-product-single-info .tt-add-info ul li:not(:first-child) {
  margin-top: 6px; }

.tt-product-single-info .tt-add-info span:fist-child {
  color:  #191919;
  display: inline-block;
  padding-right: 4px; }

.tt-product-single-info .tt-title {
  font-size: 30px;
  line-height: 40px;
  font-weight:  500;
  margin-top: 19px; }

.tt-product-single-info .tt-price {
  font-size: 30px;
  line-height: 40px;
  font-weight:  500;
  color:  #0b4b58; }

.tt-product-single-info .tt-price span {
  display: inline-block; }

.tt-product-single-info .tt-price .sale-price {
  color:  #f8353e;
  margin-right: 7px; }

.tt-product-single-info .tt-price .old-price,
.tt-product-single-info .tt-price .old-price .money {
  color:  #0b4b58;
  text-decoration: line-through; }

.tt-product-single-info .tt-review {
  margin-top: 5px; }

.tt-product-single-info .tt-review .tt-rating {
  margin-right: 8px;
  margin-top: 3px; }

.tt-product-single-info .tt-review a {
  color:  #0b4b58;
  display: inline-block;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-product-single-info .tt-review a:not(:last-child) {
  margin-right: 10px; }

.tt-product-single-info .tt-review a:hover {
  color:  #191919; }

.tt-product-single-info .tt-row-custom-01 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.tt-product-single-info .tt-row-custom-01 .col-item:not(:last-child) {
  margin-right: 20px; }

.tt-product-single-info .tt-row-custom-01 .col-item:nth-child(2) {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.tt-product-single-info .tt-row-custom-01 .btn {
  width: 100%; }

.tt-product-single-info .tt-row-custom-01 .btn.btn-lg, .tt-product-single-info .tt-row-custom-01 .btn-group-lg > .btn {
  font-size: 14px; }

.tt-product-single-info .tt-row-custom-01 .btn.btn-lg i, .tt-product-single-info .tt-row-custom-01 .btn-group-lg > .btn i {
  font-size: 20px;
  position: relative;
  top: -1px; }

.tt-product-single-info .tt-wrapper {
  margin-top: 33px; }

.tt-product-single-info .tt-wrapper + .tt-title,
.tt-product-single-info .tt-wrapper + .tt-price,
.tt-product-single-info .tt-wrapper + .tt-review,
.tt-product-single-info .tt-wrapper + .tt-add-info,
.tt-product-single-info .tt-swatches-container + .tt-title,
.tt-product-single-info .tt-swatches-container + .tt-price,
.tt-product-single-info .tt-swatches-container + .tt-review,
.tt-product-single-info .tt-swatches-container + .tt-add-info {
  margin-top: 33px; }

.tt-product-single-info .tt-swatches-container .tt-wrapper:not(:first-child) {
  margin-top: 12px; }

.tt-product-single-info .tt-swatches-container form {
  margin-top: 7px; }

.tt-product-single-info .tt-options-swatch {
  margin-top: -3px; }

.tt-product-single-info .tt-collapse-block {
  margin-top: 3px; }

.tt-product-single-info > *:nth-child(1) {
  margin-top: 0; }

.tt-product-single-info .tt-options-swatch.options-large li a.options-color {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px; }

.tt-product-single-info .tt-options-swatch.options-large li a.options-color[data-optionimage="true"] {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px; }

.tt-product-single-info .tt-title-options + .form-default {
  margin-top: 7px; }

@media (max-width: 1024px) {
  .tt-product-single-info {
    margin: 0;
    padding-left: 0; } }

@media (max-width: 575px) {
  .tt-product-single-info {
    padding-top: 34px;
    padding-left: 10px;
    padding-right: 10px; }
  .tt-product-single-info .tt-title {
    margin-top: 14px;
    font-size: 20px;
    line-height: 30px; }
  .tt-product-single-info .tt-row-custom-01 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .tt-product-single-info .tt-row-custom-01 .col-item {
    width: 100%; }
  .tt-product-single-info .tt-row-custom-01 .col-item .tt-input-counter.style-01 {
    max-width: 100%; }
  .tt-product-single-info .tt-row-custom-01 .col-item:not(:first-child) {
    margin-top: 31px; } }

@media (max-width: 575px) {
  .product_page_mobile_slider_no_margin_top .container-indent:first-child {
    margin-top: 0 !important; } }

/* Product page - 3 columns */
.tt-product-single-aside > *:not(:first-child) {
  margin-top: 30px; }

.tt-services-aside {
  border: 1px solid  #e9e7e7;
  padding: 21px 19px 14px 19px;
  border-radius: 6px; }

.tt-services-aside .tt-services-block:not(:first-child) {
  border-top: 1px  #e9e7e7;
  padding: 22px 0 0 0; }

.tt-services-aside .tt-services-block:not(:last-child) {
  padding-bottom: 13px; }

.tt-services-aside .tt-services-block .tt-col-icon {
  margin-left: -4px; }

.tt-services-aside .tt-services-block .tt-col-icon [class^="icon-"] {
  top: -8px; }

.tt-services-aside .tt-services-block .tt-col-icon + .tt-col-description {
  padding-left: 8px; }

.tt-services-aside .tt-services-block .tt-col-description p {
  margin-top: 1px; }

.tt-services-aside .tt-promo-brand {
  max-width: 514px; }

@media (min-width: 1025px) and (max-width: 1229px) {
  .tt-row-custom-01.tt-responsive-lg {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .tt-row-custom-01.tt-responsive-lg .col-item:not(:first-child) {
    margin-top: 15px; } }

/* input-counter */
.tt-input-counter.style-01 {
  position: relative;
  max-width: 132px;
  min-width: 132px; }

.tt-input-counter.style-01 input {
  background:  #f7f8fa;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  border: none;
  outline: none;
  font-weight:  500; }

.tt-input-counter.style-01 span {
  display: inline-block;
  font-size: 27px;
  line-height: 1em;
  cursor: pointer;
  position: absolute;
  width: 49px;
  height: 100%;
  text-align: center;
  top: 0;
  color: #d8d8d8; }

.tt-input-counter.style-01 span:hover {
  color:  #191919; }

.tt-input-counter.style-01 span.minus-btn {
  left: 0px; }

.tt-input-counter.style-01 span.plus-btn {
  right: 0px; }

.tt-input-counter.style-01 .minus-btn:before,
.tt-input-counter.style-01 .plus-btn:before {
  display: block;
  font-family: "wokiee_icons";
  font-size: 12px;
  line-height: 50px; }

.tt-input-counter.style-01 .minus-btn:before {
  content: "\e9b2"; }

.tt-input-counter.style-01 .plus-btn:before {
  content: "\e9b1"; }

/* tt-collapse-block */
.tt-collapse-block .tt-item .tt-collapse-title {
  font-size: 14px;
  line-height: 26px;
  color:  #191919;
  cursor: pointer;
  font-weight:  500;
  letter-spacing: 0.03em;
  color:  #999999;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  padding: 22px 0; }

.tt-collapse-block .tt-item .tt-collapse-title:hover {
  color:  #191919; }

.tt-collapse-block .tt-item .tt-collapse-content {
  display: none;
  padding-bottom: 22px; }

.tt-collapse-block .tt-item.active .tt-collapse-title {
  color:  #191919;
  padding-bottom: 15px; }

.tt-collapse-block .tt-item:not(:last-child) {
  border-bottom: 1px solid #e9e7e7; }

/* tt-review-block */
.tt-review-block .tt-row-custom-02 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.tt-review-block .tt-row-custom-02 a {
  color:  #0b4b58;
  font-size: 14px;
  text-decoration: underline; }

.tt-review-block .tt-row-custom-02 a:hover {
  text-decoration: none; }

.tt-review-block .tt-row-custom-02 .col-item:last-child {
  margin-left: 20px;
  min-width: 105px;
  text-align: right; }

.tt-review-block .tt-row-custom-02 .col-item:nth-child(2) {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.tt-review-block .tt-title {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0; }

.tt-review-block .tt-review-comments {
  margin-top: 20px; }

.tt-review-block .tt-review-comments .tt-item:not(:first-child) {
  margin-top: 28px; }

.tt-review-block .tt-review-comments .tt-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 23px; }

.tt-review-block .tt-review-comments .tt-item .tt-avatar {
  min-width: 59px;
  margin-right: 22px;
  margin-top: 2px; }

.tt-review-block .tt-review-comments .tt-item .tt-avatar a {
  display: block;
  width: 59px;
  height: 60px;
  background:  #f7f8fa;
  position: relative; }

.tt-review-block .tt-review-comments .tt-item .tt-avatar a img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto; }

.tt-review-block .tt-review-comments .tt-item .tt-avatar a:before {
  font-family: 'wokiee_icons';
  content: "\ea43";
  font-size: 20px;
  line-height: 58px;
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 0;
  color:  #191919;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4; }

.tt-review-block .tt-review-comments .tt-item .tt-content .tt-comments-info {
  font-size: 12px;
  margin-top: 5px; }

.tt-review-block .tt-review-comments .tt-item .tt-content .tt-comments-info .username span {
  color:  #191919; }

.tt-review-block .tt-review-comments .tt-item .tt-content .tt-comments-title {
  font-size: 14px;
  font-weight:  500;
  color:  #191919;
  margin: 6px 0 0 0; }

.tt-review-block .tt-review-comments .tt-item .tt-content .tt-rating {
  margin-left: -1px; }

.tt-review-block .tt-review-comments .tt-item .tt-content p {
  margin-top: 0px; }

.tt-review-block .tt-review-comments .tt-item .tt-content .tt-btn {
  color:  #0b4b58;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  margin-top: 8px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-review-block .tt-review-comments .tt-item .tt-content .tt-btn:hover {
  color:  #191919; }

.tt-review-block .tt-review-comments .tt-item .tt-content > *:nth-child(1) {
  margin-top: 0; }

.tt-review-block .tt-review-comments .tt-rating {
  margin-right: 8px;
  margin-top: 3px; }

.tt-review-block .tt-review-form {
  margin-top: 4px; }

.tt-review-block .tt-review-form .tt-message-info {
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color:  #191919;
  font-weight:  500;
  letter-spacing: 0.03em;
  padding: 0 0 6px 0; }

.tt-review-block .tt-review-form .tt-message-info span {
  color:  #0b4b58; }

.tt-review-block .tt-review-form .tt-rating-indicator {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 13px; }

.tt-review-block .tt-review-form .tt-rating-indicator .tt-title {
  color:  #191919;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.02em;
  font-weight:  500;
  margin-right: 10px; }

.tt-review-block .tt-review-form form {
  margin-top: 11px; }

.tt-review-block .tt-review-form > *:nth-child(1) {
  margin-top: 0; }

/* tt-rating */
.tt-rating {
  font-size: 16px; }

.tt-rating [class^="icon-"] {
  font-family: 'wokiee_icons' !important; }

.tt-rating .icon-star:before {
  content: '\ea2d';
  display: inline-block;
  color: #ffb503; }

.tt-rating .icon-star-half:before {
  content: '\ea60';
  display: inline-block;
  color: #ffb503; }

.tt-rating .icon-star-empty:before {
  content: '\ea5f';
  display: inline-block;
  color: #d4d4d4; }

/* product-col-image (product.html) */
.tt-product-single-img,
.product-images-col .item,
.product-images-static li,
.tt-mobile-product-slider .slick-slide {
  position: relative; }

.tt-label-new {
  background:  #03a9f5;
  color:  #ffffff; }

.tt-label-sale {
  background:  #f8353e;
  color:  #ffffff; }

.tt-label-out-stock {
  background:  #191919;
  color:  #ffffff; }

.tt-label-our-fatured {
  background:  #fdbc20;
  color:  #ffffff; }

.tt-product-single-info .tt-label {
  margin-left: -10px;
  margin-top: -10px; }

.tt-product-single-info .tt-label [class^="tt-label"] {
  font-weight:  500;
  font-size: 12px;
  line-height: 17px;
  padding: 3px 10px;
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px; }

.tt-product-vertical-layout .tt-product-single-img {
  float: right;
  width: 82.7%;
  position: relative; }

.tt-product-vertical-layout .tt-product-single-img img {
  width: 100%;
  height: auto; }

.tt-product-vertical-layout .tt-product-single-carousel-vertical {
  margin: 0 0 44px 0;
  top: 0px;
  left: 0;
  width: 13.9%; }

.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider {
  width: 100%;
  padding: 0;
  margin: 0; }

.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide {
  padding-bottom: 20px; }

.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide a {
  display: block;
  position: relative; }

.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide:hover a:before,
.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide .zoomGalleryActive:before {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6; }

.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-arrow {
  top: auto;
  bottom: -33px;
  position: absolute;
  margin-top: 0;
  z-index: 2; }

.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider:before {
  content: '';
  display: block;
  width: calc(100% + 1px);
  height: 14px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), white 20%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), white 20%);
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), white 20%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 20%); }

/* product-images-carousel */
.product-images-carousel {
  margin-top: 20px;
  padding-bottom: 57px; }

.product-images-carousel ul .slick-list {
  margin-right: -25px; }

.product-images-carousel ul li {
  padding-right: 25px; }

.product-images-carousel > *:nth-child(1) {
  margin-top: 0; }

.product-images-carousel > *:nth-child(2) {
  margin-top: 20px; }

.product-images-carousel .slick-slider .slick-slide a {
  display: block;
  position: relative; }

.product-images-carousel .slick-slider .slick-slide a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.product-images-carousel .slick-slider .slick-slide:hover a:before,
.product-images-carousel .slick-slider .slick-slide .zoomGalleryActive:before {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6; }

/* product-col-image (product-03.html) */
.product-images-static ul li:not(:first-child) {
  margin-top: 20px; }

.product-images-static ul li img {
  width: 100%;
  height: auto; }

/* product-images-col (product-04.html)*/
.product-images-col {
  margin-left: -20px;
  margin-top: -20px; }

.product-images-col .item {
  width: 50%;
  padding: 20px 0 0 20px; }

.product-images-col .item img {
  width: 100%;
  height: auto; }

.product-images-col .item .tt-label-left {
  top: 30px;
  left: 30px; }

/* video-link-product (product.html)*/
.video-link-product {
  position: relative;
  cursor: pointer; }

.video-link-product [class^="icon-"] {
  color:  #0b4b58;
  font-size: 30px;
  line-height: 30px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.video-link-product:hover [class^="icon-"] {
  color:  #191919; }

.video-link-product:not(.tt-position-left) {
  position: relative;
  cursor: pointer; }

.video-link-product:not(.tt-position-left) > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.video-link-product.tt-position-left {
  display: inline-block; }

/* tt-promo-brand */
.tt-promo-brand {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center; }

.tt-promo-brand img {
  max-width: 100%;
  height: auto; }

.tt-title-options {
  font-size: 14px;
  line-height: 26px;
  color:  #191919;
  font-weight:  500;
  letter-spacing: 0.03em; }

.tt-options-swatch:not(.options-large):not(.options-middle) li a:not(.options-color) {
  font-size: 12px;
  line-height: 16px; }

.tt-options-swatch:not(.options-large):not(.options-middle) li a {
  min-width: 21px;
  min-height: 21px; }

.tt-options-swatch:not(.options-large):not(.options-middle) li a.options-color {
  width: 21px;
  height: 21px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.tt-options-swatch:not(.options-large):not(.options-middle) li .options-color:hover:before {
  border-width: 4px; }

.tt-options-swatch:not(.options-large):not(.options-middle) li .options-color:hover:after {
  border-width: 2px; }

.tt-options-swatch:not(.options-large):not(.options-middle) li.active .options-color:before {
  border-width: 4px; }

.tt-options-swatch:not(.options-large):not(.options-middle) li.active .options-color:after {
  border-width: 2px; }

.tt-options-swatch.options-large li a {
  min-width: 40px;
  min-height: 40px; }

.tt-options-swatch.options-large li a.options-color {
  width: 40px;
  height: 40px;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.tt-options-swatch.options-large li .options-color:hover:before {
  border-width: 5px; }

.tt-options-swatch.options-large li.active .options-color:before {
  border-width: 5px; }

.tt-options-swatch.options-middle li a {
  min-width: 31px;
  min-height: 31px; }

.tt-options-swatch.options-middle li a.options-color {
  width: 31px;
  height: 31px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.tt-options-swatch.options-middle li .options-color:hover:before {
  border-width: 5px; }

.tt-options-swatch.options-middle li.active .options-color:before {
  border-width: 5px; }

.tt-options-swatch:not(.options-large):not(.options-middle) li a.options-color-image {
  min-width: 40px;
  min-height: 40px; }

.tt-options-swatch:not(.options-large):not(.options-middle) li a.options-color-image {
  width: 40px;
  height: 40px;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.tt-options-swatch:not(.options-large):not(.options-middle) li .options-color-image:hover:before {
  border-width: 5px;
  display: none; }

.tt-options-swatch:not(.options-large):not(.options-middle) li.active .options-color-image:before {
  border-width: 5px;
  display: none; }

html.win.ie .tt-options-swatch:not(.options-large):not(.options-middle) li a {
  line-height: 21px; }

html.win.ie .tt-options-swatch.options-large li a {
  line-height: 40px; }

html.win.ie .tt-options-swatch.options-middle li a {
  line-height: 30px; }

.product-information-buttons a {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  color:  #0b4b58;
  font-size: 14px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.product-information-buttons a:first-child {
  padding: 8px 12px 8px 0; }

.product-information-buttons a:not(:first-child) {
  padding: 8px 12px; }

.product-information-buttons a:hover {
  color:  #191919; }

.product-information-buttons a.mespr:nth-child(n + 2) {
  float: right;
  padding-right: 0; }

@media (max-width: 1024px) {
  .product-information-buttons a.mespr:nth-child(n + 2) {
    float: none; } }

.col-lg-9 .product-information-buttons a.mespr {
  float: none;
  display: flex;
  padding-left: 0; }

@media (max-width: 575px) {
  .product-information-buttons a.mespr {
    display: flex;
    float: none;
    padding: 8px 12px 8px 0; } }

#modalProductInfo-03 h6 {
  margin-bottom: 17px; }

#modalProductInfo-03 .btn {
  margin-top: 10px; }

.product-information-buttons a > [class*="icon"] {
  font-size: 20px;
  padding-right: 8px;
  top: -1px;
  position: relative; }

ul.tt-options-swatch {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: -10px -1px 0 -5px; }

ul.tt-options-swatch li {
  margin: 10px 5px 0; }

ul.tt-options-swatch li a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  font-size: 14px;
  line-height: 1.1; }

ul.tt-options-swatch li a:not(.options-color) {
  padding-left: 5px;
  padding-right: 5px; }

ul.tt-options-swatch li img {
  width: 100%;
  height: auto;
  max-width: inherit;
  border-radius: 50%; }

ul.tt-options-swatch li a:not(.options-color) {
  background:  #f7f8fa; }

ul.tt-options-swatch li:hover a:not(.options-color),
ul.tt-options-swatch li.active a:not(.options-color) {
  background:  #0b4b58;
  color: #ffffff; }

ul.tt-options-swatch li .options-color {
  font-size: 0;
  line-height: 0;
  border-radius:  6 px;
  backface-visibility: hidden; }

ul.tt-options-swatch li .tt-border {
  border: 2px solid #e9e7e6; }

ul.tt-options-swatch li .options-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius:  6 px;
  transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -webkit-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  backface-visibility: hidden; }

ul.tt-options-swatch li .options-color:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  outline: none;
  backface-visibility: hidden;
  border-radius:  6 px;
  transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -webkit-transition: all 0.12s linear;
  -o-transition: all 0.12s linear; }

ul.tt-options-swatch li .options-color:before {
  border: 0px solid #fff; }

ul.tt-options-swatch li .options-color:after {
  border: 0px solid #0b4b58; }

ul.tt-options-swatch li .options-color:hover:before {
  border-width: 6px; }

ul.tt-options-swatch li .options-color:hover:after {
  border-width: 3px; }

ul.tt-options-swatch li .tt-border.options-color:hover {
  border-color: transparent; }

ul.tt-options-swatch li.active .options-color:before {
  border-width: 6px; }

ul.tt-options-swatch li.active .options-color:after {
  border-width: 3px; }

/* product-03.html - deactivate airSticky*/
@media (max-width: 1024px) {
  .airSticky {
    position: relative !important;
    top: 0 !important; } }

@media (max-width: 575px) {
  .zoomContainer {
    display: none;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0; } }

/* countdown single product */
.tt-product-single-info > *.tt-wrapper:nth-child(1) {
  margin-top: 5px; }

.tt-countdown_box_02 {
  text-align: center;
  width: 100%;
  z-index: 5; }

.tt-countdown_box_02 .tt-countdown_inner {
  overflow: hidden;
  width: 100%; }

.tt-countdown_box_02 .countdown-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.tt-countdown_box_02 .countdown-row .countdown-section {
  width: 100%;
  max-width: 65px;
  position: relative;
  margin: 0 5px;
  padding: 19px 0 13px;
  white-space: nowrap;
  background-color:  #f7f8fa;
  color:  #191919; }

.tt-countdown_box_02 .countdown-row .countdown-section .countdown-amount {
  font-size: 16px;
  line-height: 15px;
  display: block;
  font-weight:  500; }

.tt-countdown_box_02 .countdown-row .countdown-section .countdown-period {
  display: block;
  padding-top: 1px; }

.tt-countdown_box_02 .countdown-row .countdown-section:first-child {
  margin-left: 0; }

.tt-countdown_box_02 .countdown-row .countdown-section:last-child {
  margin-right: 0; }

@media (max-width: 1229px) {
  .tt-countdown_box_02 .countdown-row .countdown-section {
    padding: 15px 0;
    max-width: 60px;
    margin: 0 3px;
    font-size: 13px;
    line-height: 16px; }
  .tt-countdown_box_02 .countdown-row .countdown-section .countdown-amount {
    font-size: 15px; }
  .tt-countdown_box_02 .countdown-row .countdown-section .countdown-period {
    padding-top: 0; } }

/* zoom icon */
.tt-product-single-img .tt-btn-zomm {
  width: 38px;
  height: 38px;
  background:  #ffffff;
  color:  #191919;
  font-size: 20px;
  line-height: 1;
  border: none;
  outline: none;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-product-single-img .tt-btn-zomm.tt-top-right {
  right: 10px;
  top: 10px; }

.tt-product-single-img .tt-btn-zomm.tt-top-left {
  left: 10px;
  top: 10px; }

.tt-product-single-img .tt-btn-zomm.tt-bottom-right {
  right: 10px;
  bottom: 10px; }

.tt-product-single-img .tt-btn-zomm.tt-bottom-left {
  left: 10px;
  bottom: 10px; }

.tt-product-single-img .tt-btn-zomm:hover {
  background:  #0b4b58;
  color: #fff; }

.zoomContainer {
  z-index: 1; }

#smallGallery.tt-magnific-popup li a:not([class]) {
  pointer-events: none; }

#smallGallery.tt-magnific-popup li .link-magnific-popup {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7; }

/*
    modal bootstrap
*/
/* open modal mobile menu */
body.mm-open:not(.touch-device) .tt-stuck-nav.stuck {
  padding-right: 17px; }

/* open modal bootstrap */
.modal-open {
  overflow: hidden; }

body.modal-open:not(.touch-device) {
  overflow-x: hidden;
  padding-right: 17px; }

body.modal-open:not(.touch-device) .tt-stuck-nav.stuck {
  padding-right: 17px; }

html.ie.gecko body.modal-open {
  padding-right: 0px !important; }

/* open left col (*listing) */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: none;
  text-align: center;
  padding: 0;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0; }

.modal.show {
  opacity: 1; }

.modal-md {
  width: 736px; }

.modal-lg {
  width: 962px; }

@media (max-width: 1229px) {
  .modal-lg {
    width: 900px; } }

@media (max-width: 1024px) {
  .modal-lg {
    width: 730px; } }

@media (max-width: 789px) {
  .modal-lg {
    width: 550px; } }

@media (max-width: 650px) {
  .modal-lg {
    width: 420px; } }

@media (max-width: 500px) {
  .modal-lg {
    width: 320px; } }

@media (max-width: 370px) {
  .modal-lg {
    width: 280px; } }

@media (min-width: 651px) {
  .modal-sm {
    width: 506px; } }

@media (max-width: 650px) {
  .modal-sm {
    width: 420px; } }

@media (min-width: 501px) {
  .modal-sm {
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 500px) {
  .modal-sm {
    width: auto; } }

.modal-backdrop {
  background:  #ffffff; }

.modal-backdrop.in {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.modal-newsletter .modal-backdrop.show {
  /*  */
  -moz-opacity:  0.5;
  -khtml-opacity:  0.5;
  -webkit-opacity:  0.5;
  opacity:  0.5; }

/* modal layout */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: none; }

.modal .modal-content {
  border-radius: 0;
  border: none; }

.modal .modal-header {
  border: none;
  padding: 22px 20px 0px 20px;
  margin: 0; }

.modal .modal-header .close {
  font-size: 24px;
  line-height: 24px;
  position: relative;
  z-index: 7;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.modal .modal-title {
  font-size: 20px;
  line-height: 26px;
  margin: 34px 0 0 0;
  padding-bottom: 19px;
  letter-spacing: 0.02em; }

.modal .modal-footer {
  border: none; }

/* tt-modal-addtocart */
#modalAddToCartProduct .modal-dialog {
  width: 736px; }

@media (max-width: 1024px) {
  #modalAddToCartProduct .modal-dialog {
    width: 420px; } }

@media (max-width: 575px) {
  #modalAddToCartProduct .modal-dialog {
    width: 270px; } }

.tt-modal-addtocart.desctope {
  position: relative; }

.tt-modal-addtocart.desctope .row {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.tt-modal-addtocart.desctope .row > div:first-child {
  padding-right: 52px; }

.tt-modal-addtocart.desctope .row > div:last-child {
  padding-left: 49px; }

.tt-modal-addtocart.desctope .row > div:last-child .btn {
  width: 100%; }

.tt-modal-addtocart.desctope .tt-modal-messages {
  color:  #191919;
  font-size: 20px;
  line-height: 1;
  font-weight:  500; }

.tt-modal-addtocart.desctope .tt-modal-messages [class^="icon-"] {
  color:  #0b4b58; }

.tt-modal-addtocart.desctope .tt-modal-product {
  margin-top: 26px; }

.tt-modal-addtocart.desctope .tt-modal-product .tt-img img {
  width: 100%;
  max-width: 154px;
  height: auto; }

.tt-modal-addtocart.desctope .tt-modal-product .tt-title {
  font-weight: 400;
  font-size: 14px;
  margin-top: 12px;
  color:  #191919; }

.tt-modal-addtocart.desctope .tt-modal-product .tt-qty {
  font-weight:  500;
  font-size: 14px;
  margin-top: 7px;
  color:  #191919; }

.tt-modal-addtocart.desctope .tt-modal-product > *:nth-child(1) {
  margin-top: 0; }

.tt-modal-addtocart.desctope .tt-product-total {
  font-weight:  500;
  color:  #191919;
  font-size: 14px;
  margin-top: 5px; }

.tt-modal-addtocart.desctope .tt-product-total .tt-price {
  font-size: 16px; }

.tt-modal-addtocart.desctope .tt-cart-total {
  color:  #777777;
  display: inline-block; }

.tt-modal-addtocart.desctope .tt-cart-total .tt-total {
  font-weight:  500;
  color:  #191919;
  margin-top: 11px; }

.tt-modal-addtocart.desctope .tt-cart-total .tt-total .tt-price {
  color:  #0b4b58;
  font-size: 24px; }

.tt-modal-addtocart.desctope [class^="col"] .btn {
  margin-top: 20px; }

.tt-modal-addtocart.desctope [class^="col"] .tt-cart-total + .btn {
  margin-top: 25px; }

.tt-modal-addtocart.desctope [class^="col"] > *:nth-child(1) {
  margin-top: 0; }

.tt-modal-addtocart.desctope:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e9e9e9;
  position: absolute;
  left: 50%;
  margin-left: 8px;
  top: 0px; }

.tt-modal-addtocart.mobile {
  margin-top: 9px; }

.tt-modal-addtocart.mobile .tt-modal-messages {
  color:  #191919;
  font-size: 20px;
  line-height: 1.2;
  font-weight:  500;
  padding-bottom: 13px; }

.tt-modal-addtocart.mobile .tt-modal-messages [class^="icon-"] {
  color:  #0b4b58; }

.tt-modal-addtocart.mobile [class^="btn"] {
  padding-top: 9px;
  padding-bottom: 9px; }

@media (min-width: 1025px) {
  .tt-modal-addtocart.desctope {
    display: block; }
  .tt-modal-addtocart.mobile {
    display: none; } }

@media (max-width: 1024px) {
  .tt-modal-addtocart.desctope {
    display: none; }
  .tt-modal-addtocart.mobile {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

/* tt-modal-addtocart */
.tt-modal-quickview {
  text-align: left; }

@media (max-width: 1024px) and (min-width: 791px) {
  .tt-modal-quickview .tt-product-single-info {
    padding-top: 0; } }

@media (max-width: 575px) {
  .tt-modal-quickview .tt-product-single-info {
    padding-left: 0px;
    padding-right: 0px; } }

.tt-modal-quickview .tt-product-single-info .tt-title {
  font-weight:  500; }

/*
    modal custom
*/
.modal {
  text-align: center;
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: none; }

@media (min-width: 576px) {
  .modal .modal-dialog {
    max-width: inherit; } }

.modal .modal-header {
  height: 54px;
  position: relative; }

.modal .modal-header .close {
  width: 54px;
  height: 54px;
  top: -2px;
  line-height: 54px;
  position: absolute;
  text-decoration: none;
  text-align: center;
  color:  #ffffff;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'wokiee_icons';
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

@media (min-width: 1025px) {
  .modal .modal-header .close {
    right: -52px; } }

@media (max-width: 1024px) {
  .modal .modal-header .close {
    right: 20px; } }

.modal .modal-header .close:before {
  content: "\ea0f";
  font-size: 20px;
  line-height: 1; }

.modal .modal-header .close:hover {
  color:  #0b4b58; }

.modal .modal-body:not(.no-background) {
  background:  #ffffff; }

#modalVideoProduct.modal .modal-body:not(.no-background) {
  background: none; }

@media (min-width: 1025px) {
  #modalVideoProduct .modal-body {
    padding: 0px; } }

@media (max-width: 1024px) {
  #modalVideoProduct .modal-body {
    padding: 0px; } }

@media (max-width: 789px) {
  #modalVideoProduct .modal-body {
    padding: 0px; } }

@media (max-width: 500px) {
  #modalVideoProduct .modal-body {
    padding: 0px; } }

.modal .modal-body {
  overflow: hidden; }

.modal-backdrop {
  background: #000000; }

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

/* modal-video */
.modal-video {
  width: 1055px; }

@media (max-width: 1170px) {
  .modal-video {
    width: 604px; } }

@media (max-width: 667px) {
  .modal-video {
    width: 461px; } }

@media (max-width: 507px) {
  .modal-video {
    width: 277px; } }

.modal-video-content {
  font-size: 0;
  line-height: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.modal-video-content iframe {
  border: none;
  width: 100%;
  height: 584px;
  max-height: 80vh; }

@media (max-width: 1100px) {
  .modal-video-content iframe {
    height: 315px; } }

@media (max-width: 667px) {
  .modal-video-content iframe {
    height: 239px; } }

@media (max-width: 507px) {
  .modal-video-content iframe {
    height: 134px; } }

/* tt-modal-newsletter */
/* product-info */
.tt-layout-product-info .tt-title {
  color:  #191919;
  font-size: 16px;
  font-weight:  500;
  padding-bottom: 6px; }

.tt-layout-product-info .tt-table-modal-info {
  width: 100%;
  margin-top: 17px;
  table-layout: fixed; }

.tt-layout-product-info .tt-table-modal-info thead th {
  color:  #777777;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  padding: 2px 4px; }

.tt-layout-product-info .tt-table-modal-info tbody tr:nth-child(odd) {
  background:  #f7f8fa; }

.tt-layout-product-info .tt-table-modal-info tbody td {
  color:  #777777;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  padding: 4px 4px; }

@media (max-width: 789px) {
  .tt-table-responsive-md .tt-table-modal-info {
    width: 700px; } }

@media (min-width: 1025px) {
  #modalProductInfo-02 .modal-body {
    padding: 36px 40px 32px 36px; } }

.tt-layout-product-info-02 {
  text-align: left; }

.tt-layout-product-info-02 .tt-title {
  color:  #191919;
  font-size: 16px;
  font-weight:  500;
  padding-bottom: 6px;
  letter-spacing: 0.04em; }

.tt-layout-product-info-02 .tt-title:not(:first-child) {
  margin-top: 19px; }

.tt-layout-product-info-02 p {
  margin-top: 5px; }

.tt-layout-product-info-02 .tt-title + p {
  margin-top: 0; }

.tt-layout-product-info-02 ul:not([class]) > li {
  font-size: 14px;
  position: relative;
  padding: 0 0 0 11px; }

.tt-layout-product-info-02 ul:not([class]) > li a {
  color:  #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-layout-product-info-02 ul:not([class]) > li a:hover {
  color:  #0b4b58; }

.tt-layout-product-info-02 ul:not([class]) > li:before {
  content: '';
  width: 3px;
  height: 3px;
  background:  #777777;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 1px;
  border-radius: 50%; }

.tt-layout-product-info-02 ul:not([class]) + ul {
  margin-top: 5px; }

/*
	 Listing pages:
	- listing-left-column.html
*/
/* section inside container */
.content-indent:not(:first-child) {
  margin-top: 52px; }

/* tt-filters-options */
.tt-filters-options {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.tt-filters-options .tt-title {
  font-size: 24px;
  line-height: 34px;
  font-weight:  500;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.tt-filters-options .tt-btn-toggle {
  display: none; }

.tt-filters-options .tt-btn-toggle a {
  color:  #0b4b58;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-weight: 400;
  letter-spacing: -0.02em;
  display: inline-block;
  position: relative;
  top: -2px; }

.tt-filters-options .tt-btn-toggle a:before {
  content: '\e9b9';
  font-family: 'wokiee_icons';
  font-size: 20px;
  position: relative;
  top: 4px;
  margin-right: 7px;
  font-weight: normal; }

.tt-filters-options .tt-btn-toggle a:hover {
  color:  #191919; }

@media (min-width: 1025px) {
  .tt-filters-options .tt-btn-toggle a {
    font-size: 14px; } }

@media (max-width: 1024px) {
  .tt-filters-options .tt-btn-toggle a {
    font-size: 13px; } }

.tt-filters-options .tt-sort {
  margin-top: -1px; }

.tt-filters-options .tt-sort select {
  border-color: transparent;
  outline: none;
  border: none;
  background: transparent;
  color:  #777777;
  cursor: pointer;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-filters-options .tt-sort select:hover {
  color:  #191919; }

.tt-filters-options .tt-sort select:not(:first-child) {
  margin-left: 10px; }

.tt-filters-options .tt-quantity {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: -2px;
  margin-left: 3px;
  margin-top: -1px; }

.tt-filters-options .tt-quantity a:not(.last-child) {
  margin-left: 10px; }

.tt-filters-options .tt-quantity a:not(.tt-show):not(.tt-show-siblings) {
  display: none; }

.tt-filters-options .tt-quantity > a,
.tt-filters-options .tt-quantity > a:active,
.tt-filters-options .tt-quantity > a:focus {
  font-family: 'wokiee_icons';
  color:  #191919;
  -moz-opacity: 0.15;
  -khtml-opacity: 0.15;
  -webkit-opacity: 0.15;
  opacity: 0.15;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.tt-filters-options .tt-quantity > a.tt-col-one,
.tt-filters-options .tt-quantity > a.tt-col-two,
.tt-filters-options .tt-quantity > a.tt-col-three {
  font-size: 20px; }

.tt-filters-options .tt-quantity > a.tt-col-four,
.tt-filters-options .tt-quantity > a.tt-col-six {
  font-size: 23px; }

.tt-filters-options .tt-quantity > a.active,
.tt-filters-options .tt-quantity > a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.tt-filters-options .tt-quantity .tt-col-one:before {
  content: '\ea4b'; }

.tt-filters-options .tt-quantity .tt-col-two:before {
  content: '\ea5e'; }

.tt-filters-options .tt-quantity .tt-col-three:before {
  content: '\ea30'; }

.tt-filters-options .tt-quantity .tt-col-four:before {
  content: '\ea31'; }

.tt-filters-options .tt-quantity .tt-col-six:before {
  content: '\ea61'; }

@media (max-width: 1024px) {
  .tt-filters-options {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .tt-filters-options .tt-title {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
    padding-bottom: 16px; }
  .tt-filters-options .tt-btn-toggle {
    display: inline-block;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; } }

/*
	tt-filters-options desctop with desctop-no-sidebar
	*add class desctop-no-sidebar in html
*/
@media (min-width: 1025px) {
  .desctop-no-sidebar.tt-filters-options {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .desctop-no-sidebar.tt-filters-options .tt-title {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
    padding-bottom: 20px; }
  .desctop-no-sidebar.tt-filters-options .tt-btn-toggle {
    display: inline-block;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; } }

/* tt-filters-options - buttons at different breakpoints */
@media (min-width: 1025px) {
  .tt-filters-options + .tt-product-listing {
    margin-top: 15px; } }

@media (max-width: 1024px) and (min-width: 576px) {
  .tt-filters-options + .tt-product-listing {
    margin-top: -13px; } }

@media (max-width: 575px) {
  .tt-filters-options + .tt-product-listing {
    margin-top: -2px; } }

.tt-product-listing {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.tt-product-listing > .tt-col-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

@media (min-width: 1025px) {
  .tt-product-listing > .tt-col-item {
    margin-top: 28px; } }

@media (max-width: 1024px) and (min-width: 576px) {
  .tt-product-listing > .tt-col-item {
    margin-top: 40px; } }

@media (max-width: 575px) {
  .tt-product-listing > .tt-col-item {
    margin-top: 30px; } }

.tt-product-listing:not(:only-child) {
  justify-content: left; }

.tt-product-listing .tt-empty-search {
  width: 100%; }

.tt-product-listing.tt-col-one > .tt-col-item {
  flex: 0 0 100%;
  max-width: 100%; }

.tt-product-listing.tt-col-two > .tt-col-item {
  flex: 0 0 50%;
  max-width: 50%; }

.tt-product-listing.tt-col-three > .tt-col-item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.tt-product-listing.tt-col-four > .tt-col-item {
  flex: 0 0 25%;
  max-width: 25%; }

.tt-product-listing.tt-col-six > .tt-col-item {
  flex: 0 0 16.666%;
  max-width: 16.666%; }

.tt_product_showmore {
  margin-top: 28px; }

.tt_product_showmore .tt_item_all_js {
  margin-top: 18px; }

.tt_product_showmore .tt_item_all_js.is-visibility {
  display: block; }

@media (max-width: 360px) {
  .tt_product_showmore [class^="btn"] {
    width: 100%; } }

/* leftColumn mobile toggle*/
body.no-scroll:not(.touch-device),
html.win.ie body.no-scroll {
  padding-right: 17px; }

body.no-scroll {
  overflow: hidden;
  width: 100%;
  position: fixed;
  z-index: 0; }

.modal-filter {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: block;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear; }

html.win.ie .modal-filter {
  background: rgba(0, 0, 0, 0.5); }

.tt-btn-col-close {
  display: none;
  text-decoration: none;
  background:  #ffffff;
  position: relative;
  width: 286px;
  left: -150%;
  top: 0;
  z-index: 13;
  -moz-transition: left 0.3s linear;
  -o-transition: left 0.3s linear;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear; }

.tt-btn-col-close a {
  display: block;
  position: relative;
  padding: 15px 14px 13px 28px;
  font-size: 14px;
  text-align: left;
  background: transparent;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-btn-col-close a:before {
  content: "\e9b3";
  position: relative;
  font-size: 14px;
  line-height: 1;
  font-family: "wokiee_icons";
  margin: 0 5px 0 0;
  color:  #191919; }

@media (min-width: 1025px) {
  .tt-btn-col-close {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white 20%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), white 20%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white 20%);
    background: linear-gradient(to top, rgba(255, 255, 255, 0), white 20%); }
  .tt-btn-col-close a {
    color:  #191919;
    font-weight:  500;
    text-transform: uppercase;
    padding: 22px 14px 20px 28px; }
  .tt-btn-col-close a:before {
    font-size: 20px;
    top: 4px;
    font-weight: normal;
    letter-spacing: 0.04em; }
  .tt-btn-col-close a:hover {
    color:  #0b4b58; }
  .tt-btn-col-close a:hover:before {
    color:  #191919; } }

@media (max-width: 1024px) {
  .tt-btn-col-close {
    border-bottom: 1px solid #e9e7e7; }
  .tt-btn-col-close a {
    color:  #777777; }
  .tt-btn-col-close a:before {
    top: 1px; }
  .tt-btn-col-close a:hover {
    color:  #0b4b58; }
  .tt-btn-col-close a:after {
    content: '';
    position: absolute;
    bottom: -11px;
    width: 100%;
    height: 10px;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white 60%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), white 60%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white 60%);
    background: linear-gradient(to top, rgba(255, 255, 255, 0), white 60%); } }

@media (max-width: 1024px) {
  .aside.leftColumn {
    position: fixed;
    display: block;
    margin: 0;
    background:  #ffffff;
    z-index: 14;
    top: 0;
    left: -150%;
    height: 100%;
    width: 287px;
    max-width: inherit;
    text-align: left;
    -moz-transition: left 0.3s linear;
    -o-transition: left 0.3s linear;
    -webkit-transition: left 0.3s linear;
    transition: left 0.3s linear; }
  .aside.leftColumn .tt-btn-col-close {
    display: block; } }

@media (min-width: 1025px) {
  .aside.leftColumn:not(.desctop-no-sidebar) .tt-filter-detach-option {
    display: none; } }

/*
	leftColumn desctop toggle (listing-metro.html, listing-not-sidebar-full-width.html)
	*add class in html desctop-no-sidebar
*/
@media (min-width: 1025px) {
  .aside.leftColumn.desctop-no-sidebar {
    position: fixed;
    display: block;
    margin: 0;
    background:  #ffffff;
    z-index: 14;
    top: 0;
    left: -150%;
    height: 100%;
    width: 287px;
    max-width: inherit;
    text-align: left;
    overflow-x: hidden;
    -moz-transition: left 0.3s linear;
    -o-transition: left 0.3s linear;
    -webkit-transition: left 0.3s linear;
    transition: left 0.3s linear; }
  .aside.leftColumn.desctop-no-sidebar .tt-btn-col-close {
    display: block; }
  .aside.leftColumn.desctop-no-sidebar .tt-btn-col-close + .tt-collapse {
    margin-top: 46px; } }

/* leftColumn column open*/
.aside.leftColumn.column-open {
  left: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 20px; }

.aside.leftColumn.column-open .tt-btn-col-close {
  left: 0;
  position: fixed; }

html.ie .aside.leftColumn.desctop-no-sidebar,
html.ie .aside.leftColumn,
html.ie .tt-btn-col-close {
  -moz-transition: left 0s linear;
  -o-transition: left 0s linear;
  -webkit-transition: left 0s linear;
  transition: left 0s linear; }

/*
	aside listing block
	*leftColumn
	*rightColumn
*/
.tt-collapse {
  position: relative; }

.tt-collapse .tt-collapse-title {
  font-size: 16px;
  line-height: 26px;
  font-weight:  500;
  letter-spacing: 0.03em;
  padding: 0 20px 13px 0;
  cursor: pointer;
  color:  #191919;
  border-bottom: 1px solid #e9e7e7;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-collapse .tt-collapse-title:after {
  position: absolute;
  display: block;
  top: 7px;
  right: -2px;
  font-family: "wokiee_icons";
  font-size: 10px;
  content: "\e9b1";
  line-height: 1;
  font-weight: normal; }

.tt-collapse .tt-collapse-title:hover {
  color:  #0b4b58; }

.tt-collapse .tt-collapse-title + .tt-collapse-content {
  margin-top: 20px; }

.tt-collapse .tt-collapse-title + .tt-collapse-content .tt-list-row {
  margin-top: -8px; }

.tt-collapse .tt-collapse-title + .tt-collapse-content .tt-filter-list {
  margin-top: -7px; }

.tt-collapse .tt-collapse-title + .tt-collapse-content .tt-list-inline,
.tt-collapse .tt-collapse-title + .tt-collapse-content .tt-aside {
  margin-top: -4px; }

@media (min-width: 1025px) {
  .column-open .tt-collapse.hide ~ div {
    margin-top: 46px; } }

@media (max-width: 1024px) {
  .column-open .tt-collapse.hide ~ div {
    margin-top: 32px; } }

.open.tt-collapse > .tt-collapse-title:after {
  content: "\e9b2"; }

.tt-collapse:not(:last-child) {
  margin-bottom: 33px; }

.tt-btn-col-close + .tt-collapse {
  margin-top: 32px; }

/* desctope (listing-not-sidebar-full-width.html)*/
@media (min-width: 1025px) {
  .column-open .tt-btn-col-close + .tt-collapse {
    margin-top: 20px; } }

/* tt-filter-list (aside listing block)*/
.tt-filter-list {
  margin-top: -3px; }

.tt-filter-list li {
  position: relative; }

.tt-filter-list li a {
  display: block;
  padding: 3px 0 3px 20px;
  letter-spacing: 0.01em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-filter-list li a:before {
  content: "\e9b3";
  position: absolute;
  left: -1px;
  top: 7px;
  font-size: 12px;
  line-height: 1;
  font-family: "wokiee_icons";
  color:  #191919; }

.tt-filter-list li a:hover {
  color:  #0b4b58; }

.tt-filter-list li.active {
  color:  #0b4b58; }

.tt-filter-list li.active a:before {
  color:  #0b4b58; }

.tt-filter-list + .btn-link-02 {
  margin-top: 6px; }

/* tt-list-row (aside simple list)*/
.leftColumn .tt-list-row li a,
.rightColumn .tt-list-row li a {
  display: block; }

.tt-list-row {
  margin-top: -2px; }

.tt-list-row li a {
  color:  #777777;
  padding: 5px 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-list-row li a:hover {
  color:  #0b4b58; }

.tt-list-row li.active a {
  color:  #0b4b58; }

.tt-list-row li:last-child a {
  padding-bottom: 0; }

.tt-list-row + [class^="btn"] {
  margin-top: 5px; }

/* tt-aside (aside img block)*/
.tt-aside .tt-item:not(:first-child) {
  margin-top: 16px; }

.tt-aside .tt-item {
  display: flex;
  flex-wrap: wrap; }

.tt-aside .tt-item .tt-img {
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-top: 4px;
  position: relative; }

.tt-aside .tt-item .tt-img img {
  max-width: 100%;
  height: auto; }

.tt-aside .tt-item .tt-img .tt-img-default {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  overflow: hidden;
  top: 0;
  left: 0; }

.tt-aside .tt-item .tt-img .tt-img-roll-over {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.tt-aside .tt-item .tt-img + .tt-content {
  flex: 0 0 50%;
  max-width: 50%; }

.tt-aside .tt-item .tt-content .tt-title {
  font-size: 14px;
  font-weight: normal;
  color:  #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-aside .tt-item .tt-content .tt-price {
  color:  #191919;
  font-size: 16px;
  font-weight:  500; }

.tt-aside .tt-item .tt-content .tt-price .sale-price {
  color:  #f8353e;
  margin-right: 4px; }

.tt-aside .tt-item .tt-content .tt-price .old-price {
  color:  #191919;
  text-decoration: line-through; }

.tt-aside .tt-item:hover .tt-img-default + .tt-roll-over {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0; }

.tt-aside .tt-item:hover .tt-img-roll-over,
.tt-aside .tt-item:hover [class^="tt-img"]:last-child {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.tt-aside .tt-item:hover .tt-title {
  color:  #0b4b58; }

/* tt-filter-list (aside filter block)*/
.tt-filter-detach-option .filters-mobile .filters-row-select:not(:first-child) {
  margin-top: 20px; }

.tt-filter-detach-option .filters-mobile .filters-row-select select {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  border-color: transparent;
  outline: none;
  border: none;
  background:  #f7f8fa;
  color:  #777777;
  cursor: pointer;
  padding: 9px 5px 12px 9px;
  letter-spacing: 0.01em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-filter-detach-option .filters-mobile .filters-row-select select:hover {
  color:  #191919; }

.tt-filter-detach-option .filters-mobile .filters-row-select select:not(:first-child) {
  margin-top: 20px; }

/* tt-product-listing-masonry (listing-metro.html)*/
@media (min-width: 1025px) {
  .tt-filters-options + .tt-product-listing-masonry {
    margin-top: 28px; } }

@media (max-width: 1024px) {
  .tt-filters-options + .tt-product-listing-masonry {
    margin-top: -4px; } }

@media (max-width: 575px) {
  .tt-filters-options + .tt-product-listing-masonry {
    margin-top: 8px; } }

.tt-product-listing-masonry .tt-product-init {
  margin: -10px -10px; }

.tt-product-listing-masonry .grid:after {
  content: '';
  display: block;
  clear: both; }

.tt-product-listing-masonry .element-item {
  position: relative;
  float: left; }

@media (min-width: 1024px) {
  .tt-product-listing-masonry .element-item {
    width: 25%;
    padding: 10px; }
  .tt-product-listing-masonry .element-item.double-size {
    width: 50%; } }

@media (max-width: 1024px) {
  .tt-product-listing-masonry {
    margin-top: -40px; }
  .tt-product-listing-masonry .element-item {
    width: 33.333%;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 789px) {
  .tt-product-listing-masonry .element-item {
    width: 50%; } }

@media (max-width: 575px) {
  .tt-product-listing-masonry {
    margin-top: -30px; }
  .tt-product-listing-masonry .element-item {
    margin-top: 30px; } }

/* tt-product item  desctope*/
@media (min-width: 1025px) {
  .tt-product {
    overflow: hidden; }
  .tt-product .tt-image-box {
    position: relative; }
  .tt-product .tt-image-box .tt-btn-quickview {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*  */
    background:  Liquid error: Cannot extract '', valid components are: alpha, red, green, blue, hue, saturation, lightness;
    color:  #191919;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 5; }
  .tt-product .tt-image-box .tt-btn-quickview:before {
    content: '\e9a8';
    font-family: 'wokiee_icons';
    font-size: 20px;
    line-height: 1;
    margin-top: -1px; }
  .tt-product:hover .tt-image-box .tt-btn-quickview {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; }
  .tt-product .tt-image-box .tt-btn-quickview:hover {
    /*  */
    background:  Liquid error: Cannot extract '', valid components are: alpha, red, green, blue, hue, saturation, lightness;
    color:  #ffffff; }
  .tt-product .tt-image-box img {
    width: 100%;
    height: auto; }
  .tt-product .tt-image-box .tt-img {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    overflow: hidden;
    top: 0;
    left: 0; }
  .tt-product .tt-image-box .tt-img-roll-over {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
  .tt-product .tt-image-box .tt-label-location {
    position: absolute;
    top: 7px;
    left: 8px;
    z-index: 3;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .tt-product .tt-image-box .tt-label-location [class^="tt-label-"] {
    margin-left: 3px;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    font-weight:  500;
    padding: 2px 4px; }
  .tt-product .tt-image-box .tt-label-location .tt-label-new {
    background:  #03a9f5;
    color:  #ffffff; }
  .tt-product .tt-image-box .tt-label-location .tt-label-sale {
    background:  #f8353e;
    color:  #ffffff; }
  .tt-product .tt-image-box .tt-label-location .tt-label-our-fatured {
    background:  #fdbc20;
    color:  #ffffff; }
  .tt-product .tt-image-box .tt-label-location .tt-label-our-stock {
    background:  #191919;
    color:  #ffffff; }
  .tt-product .tt-description {
    padding-top: 16px;
    position: relative;
    z-index: 2;
    background:  #ffffff; }
  .tt-product .tt-description .tt-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .tt-product .tt-description .tt-row > *:nth-child(1) {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .tt-product .tt-description .tt-add-info {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .tt-product .tt-description .tt-add-info li {
    font-size: 12px;
    line-height: 19px;
    color:  #999999; }
  .tt-product .tt-description .tt-add-info li a {
    color:  #999999;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
  .tt-product .tt-description .tt-add-info li a:hover {
    color:  #0b4b58; }
  .tt-product .tt-description .tt-title {
    font-size: 14px;
    font-weight: 400; }
  .tt-product .tt-description .tt-price {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight:  500;
    color:  #191919; }
  .tt-product .tt-description .tt-price .new-price {
    color:  #f8353e; }
  .tt-product .tt-description .tt-price .old-price {
    color:  #191919;
    text-decoration: line-through; }
  .tt-product .tt-description .tt-price > *:not(:first-child) {
    margin-left: 7px; }
  .tt-product .tt-description .tt-price .old-price .money {
    text-decoration: line-through; }
  .tt-product .tt-description .tt-price span {
    display: inline-block; }
  .tt-product .tt-description .tt-option-block {
    margin-top: 15px; }
  .tt-product .tt-description .tt-option-block > [class^="tt-options-"]:not(:first-child) {
    margin-top: 9px; }
  .tt-product .tt-description .tt-product-inside-hover {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    width: 100%;
    background:  #ffffff; } }

@media (min-width: 1025px) and (min-width: 1025px) {
  .tt-product .tt-description .tt-product-inside-hover {
    display: none;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0; }
  .tt-product .tt-description .tt-product-inside-hover > * {
    margin-top: 12px; } }

.tt-product .tt-description .tt-btn-addtocart .icon-shopping_basket:before {
  color:  #ffffff; }

.tt-product .tt-description .tt-btn-addtocart:hover .icon-shopping_basket:before {
  color:  #ffffff; }

@media (min-width: 1025px) {
  .tt-product .tt-description .tt-btn-addtocart {
    line-height: 1;
    font-weight: 400;
    font-family: " CeraPro ", sans-serif;
    display: inline-block;
    position: relative;
    letter-spacing: 0.04em;
    color:  #0B4B58;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    min-height: 40px;
    background: transparent;
    border:  0px solid #0b4b58;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
  .tt-product .tt-description .tt-btn-addtocart.thumbprod-button-bg.disable {
    padding: 1px 16px 9px; }
  .tt-product-listing.tt-col-one .tt-product .tt-description .tt-btn-addtocart.thumbprod-button-bg {
    padding-bottom: 11px; }
  .tt-product .tt-description .tt-btn-addtocart .icon-shopping_basket:before {
    content: '\e986';
    font-family: 'wokiee_icons';
    font-size: 20px;
    top: -2px;
    margin-right: 6px;
    font-weight: normal;
    position: relative; }
  .tt-product .tt-description .tt-btn-addtocart span:first-child {
    display: inline-block;
    top: 5px;
    position: relative; }
  .tt-product .tt-description .tt-btn-addtocart:hover {
    color:  #2267d8; }
  .tt-product .tt-description .tt-btn-quickview {
    font-size: 20px;
    line-height: 1;
    padding: 4px 0 4px 4px;
    color:  #191919;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    display: inline-block;
    position: relative; }
  .tt-product .tt-description .tt-btn-quickview:before {
    content: '\e9a8';
    font-family: 'wokiee_icons'; }
  .tt-product .tt-description .tt-btn-quickview:hover {
    color:  #0b4b58; }
  .tt-product .tt-description > *:nth-child(1) {
    margin-top: 0; } }

@media (min-width: 1025px) {
  .tt-product:hover .tt-image-box .tt-img-roll-over + .tt-img {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0; }
  .tt-product:hover .tt-image-box .tt-img-roll-over,
  .tt-product:hover .tt-image-box [class^="tt-img"]:last-child {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; } }

@media (min-width: 1025px) {
  .tt-product.hovered .tt-product-inside-hover {
    display: inline-flex; }
  .tt-product .tt-product-inside-hover .tt-btn-quickview {
    display: none; } }

@media (max-width: 1024px) {
  .tt-product .tt-image-box .tt-btn-quickview {
    display: none; } }

/* tt-product-design02 desctope*/
@media (min-width: 1025px) {
  .tt-product-design02 {
    position: relative;
    overflow: hidden; }
  .tt-product-design02 .tt-image-box {
    position: relative; }
  .tt-product-design02 .tt-image-box .tt-img img {
    width: 100%;
    height: auto; }
  .tt-product-design02 .tt-image-box .tt-img-roll-over {
    display: none; }
  .tt-product-design02 .tt-image-box .tt-label-location {
    position: absolute;
    top: 7px;
    left: 8px;
    z-index: 7;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
  .tt-product-design02 .tt-image-box .tt-label-location [class^="tt-label-"] {
    margin-left: 3px;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    font-weight:  500;
    padding: 2px 4px; }
  .tt-product-design02 .tt-image-box .tt-label-location .tt-label-new {
    background:  #03a9f5;
    color:  #ffffff; }
  .tt-product-design02 .tt-image-box .tt-label-location .tt-label-sale {
    background:  #f8353e;
    color:  #ffffff; }
  .tt-product-design02 .tt-image-box .tt-label-location .tt-label-our-fatured {
    background:  #fdbc20;
    color:  #ffffff; }
  .tt-product-design02 .tt-image-box .tt-label-location .tt-label-our-stock {
    background:  #191919;
    color:  #ffffff; }
  .tt-product-design02 .tt-image-box:before {
    background:  #f7f8fa;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }
  .tt-product-design02 .tt-description {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 12px 20px;
    margin-top: 0px;
    bottom: -50%;
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    -moz-transition: bottom 0.2s linear;
    -o-transition: bottom 0.2s linear;
    -webkit-transition: bottom 0.2s linear;
    transition: bottom 0.2s linear; }
  .tt-product-design02 .tt-description .tt-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%; }
  .tt-product-design02 .tt-description .tt-row .tt-rating {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: -1px; }
  .tt-product-design02 .tt-description .tt-row .tt-add-info {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .tt-product-design02 .tt-description .tt-add-info {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 13px; }
  .tt-product-design02 .tt-description .tt-add-info li {
    font-size: 12px;
    line-height: 19px;
    color: #ffffff; }
  .tt-product-design02 .tt-description .tt-add-info li a {
    color:  #191919;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }
  .tt-product-design02 .tt-description .tt-add-info li a:hover {
    color:  #000000; }
  .tt-product-design02 .tt-description .tt-title {
    font-size: 14px;
    font-weight: 400;
    color:  #191919; }
  .tt-product-design02 .tt-description .tt-title a {
    color:  #191919; }
  .tt-product-design02 .tt-description .tt-title a:hover {
    color:  #000000; }
  .tt-product-design02 .tt-description .tt-price {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight:  500;
    color:  #191919; }
  .tt-product-design02 .tt-description .tt-price .new-price {
    color:  #f8353e;
    margin-right: 7px; }
  .tt-product-design02 .tt-description .tt-price .old-price {
    color:  #191919;
    text-decoration: line-through; }
  .tt-product-design02 .tt-description .tt-price .old-price .money {
    text-decoration: line-through; }
  .tt-product-design02 .tt-description .tt-price span {
    display: inline-block; }
  .tt-product-design02 .tt-description .tt-option-block {
    margin-top: 9px; }
  .tt-product-design02 .tt-description .tt-option-block > [class^="tt-options-"]:not(:first-child) {
    margin-top: 9px; } }

@media (min-width: 1025px) and (min-width: 1025px) {
  .tt-product-design02 .tt-options-swatch:not(.options-large):not(.options-middle) li:not(:hover):not(.active) .options-color:after,
  .tt-product-design02 .tt-options-swatch:not(.options-large):not(.options-middle) li:not(:hover):not(.active) .options-color:after {
    border: 1px solid #ffffff; } }

@media (min-width: 1025px) {
  .tt-product-design02 .tt-description .tt-product-inside-hover {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10px;
    overflow: hidden;
    width: 100%; }
  .tt-product-design02 .tt-description > *:nth-child(1) {
    margin-top: 0; }
  .tt-product-design02 .tt-options-swatch li a:not(.options-color) {
    background:  #ffffff;
    color:  #191919; }
  .tt-product-design02 .tt-options-swatch li a.options-color {
    font-size: 0;
    line-height: 0; }
  .tt-product-design02 .tt-options-swatch li.active .options-color:before,
  .tt-product-design02 .tt-options-swatch li:hover .options-color:before {
    border-color: #313232; }
  .tt-product-design02 .tt-options-swatch li.active a:not(.options-color),
  .tt-product-design02 .tt-options-swatch li:hover a:not(.options-color) {
    color: #ffffff;
    background:  #0b4b58; }
  .tt-product-design02 .tt-btn-addtocart {
    font-size: 20px;
    line-height: 1;
    color:  #0b4b58;
    font-size: 14px;
    font-weight:  500;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    border: none;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    display: inline-block;
    position: relative;
    letter-spacing: 0.04em; }
  .tt-product-design02 .tt-btn-addtocart .icon-shopping_basket:before {
    content: '\e986';
    font-family: 'wokiee_icons';
    font-size: 20px;
    top: -2px;
    margin-right: 6px;
    font-weight: normal;
    position: relative; }
  .tt-product-design02 .tt-btn-addtocart span:first-child {
    display: inline-block;
    top: 5px;
    position: relative; }
  .tt-product-design02 .tt-btn-addtocart:hover {
    color:  #000000; }
  .tt-product-design02 .tt-btn-quickview {
    font-size: 20px;
    line-height: 1;
    padding: 4px 0 4px 4px;
    color:  #0b4b58;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    display: inline-block;
    position: absolute;
    right: 21px;
    top: 11px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    visibility: hidden; }
  .tt-product-design02 .tt-btn-quickview:before {
    content: '\e9a8';
    font-family: 'wokiee_icons'; }
  .tt-product-design02 .tt-btn-quickview:hover {
    color:  #000000; }
  .tt-product-design02 .tt-btn-link {
    font-size: 20px;
    line-height: 1;
    padding: 4px 0 4px 4px;
    color:  #0b4b58;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    display: inline-block; }
  .tt-product-design02 .tt-btn-link:before {
    content: '\e91e';
    font-family: 'wokiee_icons'; }
  .tt-product-design02 .tt-btn-link:hover {
    color:  #000000; }
  .tt-product-design02 .tt-description.scrollable {
    padding-top: 0;
    padding-bottom: 0; }
  .tt-product-design02 .tt-description.scrollable .viewport {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px; }
  .tt-product-design02 .tt-countdown_box {
    visibility: visible;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; } }

@media (max-width: 1024px) {
  .tt-product-design02 .tt-description .tt-btn-link {
    display: none; }
  .tt-product-design02 .tt-btn-quickview {
    display: none; } }

@media (min-width: 1025px) {
  .tt-product-design02:hover .tt-label-location {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0; }
  .tt-product-design02:hover .tt-image-box:before {
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    -webkit-opacity: 0.9;
    opacity: 0.9; }
  .tt-product-design02:hover .tt-description {
    bottom: 0%;
    opacity: 1;
    visibility: visible; }
  .tt-product-design02:hover .tt-countdown_box {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    visibility: hidden; }
  .tt-product-design02:hover > .tt-btn-quickview {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    visibility: visible;
    z-index: 7; } }

.tt-product .tt-options-swatch,
.tt-product-design02 .tt-options-swatch {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.tt-product-design02 .tt-options-swatch {
  margin: -10px -1px 0 -5px; }

@media (min-width: 1025px) {
  .tt-product .tt-options-swatch {
    margin: -10px -1px 2px -1px; }
  .tt-product .tt-options-swatch li {
    margin-left: 2px;
    margin-right: 2px; } }

@media (max-width: 1024px) {
  .tt-product .tt-options-swatch {
    margin: -11px -1px 1px -7px; }
  .tt-product .tt-options-swatch li {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 16px; } }

@media (min-width: 1025px) {
  .tt-layout-product-item {
    margin-top: -51px; } }

@media (max-width: 1024px) and (min-width: 576px) {
  .tt-layout-product-item {
    margin-top: -40px; } }

@media (max-width: 575px) {
  .tt-layout-product-item {
    margin-top: -30px; } }

@media (min-width: 1025px) {
  .tt-layout-product-item .tt-product,
  .tt-layout-product-item .tt-product-design02,
  .tt-layout-product-item .tt-collection-item {
    margin-top: 51px; } }

@media (max-width: 1024px) and (min-width: 576px) {
  .tt-layout-product-item .tt-product,
  .tt-layout-product-item .tt-product-design02,
  .tt-layout-product-item .tt-collection-item {
    margin-top: 40px; } }

@media (max-width: 575px) {
  .tt-layout-product-item .tt-product,
  .tt-layout-product-item .tt-product-design02,
  .tt-layout-product-item .tt-collection-item {
    margin-top: 30px; } }

.tt-layout-product-item + .tt_product_showmore {
  margin-top: 40px; }

/* mobile product
   - tt-product
   - tt-product-design02
*/
.prod-thumb-title-color a {
  color:  #191919; }

.prod-thumb-title-color a:hover {
  color:  #0b4b58; }

.tt-product .tt-description .tt-add-info li a {
  font-weight: 400; }

@media (max-width: 1024px) {
  .tt-product .tt-image-box,
  .tt-product-design02 .tt-image-box {
    position: relative; }
  .tt-product .tt-image-box .tt-img img,
  .tt-product-design02 .tt-image-box .tt-img img {
    width: 100%;
    height: auto; }
  .tt-product .tt-image-box .tt-img-roll-over,
  .tt-product-design02 .tt-image-box .tt-img-roll-over {
    display: none !important; }
  .tt-product .tt-image-box .tt-label-location,
  .tt-product-design02 .tt-image-box .tt-label-location {
    position: absolute;
    top: 7px;
    left: 8px;
    z-index: 2;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .tt-product .tt-image-box .tt-label-location [class^="tt-label-"],
  .tt-product-design02 .tt-image-box .tt-label-location [class^="tt-label-"] {
    margin-left: 3px;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    font-weight:  500;
    padding: 2px 4px; }
  .tt-product .tt-image-box .tt-label-location .tt-label-new,
  .tt-product-design02 .tt-image-box .tt-label-location .tt-label-new {
    background:  #03a9f5;
    color:  #ffffff; }
  .tt-product .tt-image-box .tt-label-location .tt-label-sale,
  .tt-product-design02 .tt-image-box .tt-label-location .tt-label-sale {
    background:  #f8353e;
    color:  #ffffff; }
  .tt-product .tt-image-box .tt-label-location .tt-label-our-fatured,
  .tt-product-design02 .tt-image-box .tt-label-location .tt-label-our-fatured {
    background:  #fdbc20;
    color:  #ffffff; }
  .tt-product .tt-image-box .tt-label-location .tt-label-our-stock,
  .tt-product-design02 .tt-image-box .tt-label-location .tt-label-our-stock {
    background:  #191919;
    color:  #ffffff; }
  .tt-product .tt-description,
  .tt-product-design02 .tt-description {
    margin-top: 16px; }
  .tt-product .tt-description .tt-row,
  .tt-product-design02 .tt-description .tt-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .tt-product .tt-description .tt-row > *:nth-child(1),
  .tt-product-design02 .tt-description .tt-row > *:nth-child(1) {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .tt-product .tt-description .tt-add-info,
  .tt-product-design02 .tt-description .tt-add-info {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .tt-product .tt-description .tt-add-info li,
  .tt-product-design02 .tt-description .tt-add-info li {
    font-size: 12px;
    line-height: 19px;
    color:  #999999; }
  .tt-product .tt-description .tt-add-info li a,
  .tt-product-design02 .tt-description .tt-add-info li a {
    color:  #999999;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
  .tt-product .tt-description .tt-add-info li a:hover,
  .tt-product-design02 .tt-description .tt-add-info li a:hover {
    color:  #0b4b58; }
  .tt-product .tt-description .tt-title,
  .tt-product-design02 .tt-description .tt-title {
    font-size: 14px;
    font-weight: 400; }
  .tt-product .tt-description .tt-price,
  .tt-product-design02 .tt-description .tt-price {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight:  500;
    color:  #191919; }
  .tt-product .tt-description .tt-price .new-price,
  .tt-product-design02 .tt-description .tt-price .new-price {
    color:  #f8353e;
    margin-right: 7px; }
  .tt-product .tt-description .tt-price .old-price,
  .tt-product-design02 .tt-description .tt-price .old-price {
    color:  #191919;
    text-decoration: line-through; }
  .tt-product .tt-description .tt-price .old-price .money,
  .tt-product-design02 .tt-description .tt-price .old-price .money {
    text-decoration: line-through; }
  .tt-product .tt-description .tt-price span,
  .tt-product-design02 .tt-description .tt-price span {
    display: inline-block; }
  .tt-product .tt-description .tt-option-block,
  .tt-product-design02 .tt-description .tt-option-block {
    margin-top: 15px; }
  .tt-product .tt-description .tt-option-block > [class^="tt-options-"]:not(:first-child),
  .tt-product-design02 .tt-description .tt-option-block > [class^="tt-options-"]:not(:first-child) {
    margin-top: 9px; }
  .tt-product .tt-description .tt-product-inside-hover,
  .tt-product-design02 .tt-description .tt-product-inside-hover {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px; }
  .prod-thumb-hidden-title-color a {
    color:  #191919; }
  .prod-thumb-hidden-title-color a:hover {
    color:  #0b4b58; } }

@media (max-width: 1024px) and (min-width: 1025px) {
  .tt-product .tt-description .tt-product-inside-hover,
  .tt-product-design02 .tt-description .tt-product-inside-hover {
    visibility: hidden;
    max-height: 0;
    overflow: hidden; } }

@media (max-width: 1024px) {
  .tt-product .tt-description .tt-btn-addtocart,
  .tt-product-design02 .tt-description .tt-btn-addtocart {
    line-height: 1;
    font-weight: 400;
    font-family: " CeraPro ", sans-serif;
    display: inline-block;
    position: relative;
    letter-spacing: 0.04em;
    color:  #ffffff;
    font-size: 12px;
    padding: 6px 18px 13px;
    background:  #0b4b58;
    border:  0px solid #0b4b58;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear; }
  .tt-product .tt-description .tt-btn-addtocart .icon-shopping_basket:before,
  .tt-product-design02 .tt-description .tt-btn-addtocart .icon-shopping_basket:before {
    content: '\e986';
    font-family: 'wokiee_icons';
    font-size: 20px;
    top: 3px;
    margin-right: 6px;
    font-weight: normal;
    position: relative; }
  .tt-product .tt-description .tt-btn-addtocart span:first-child:not(.icon-shopping_basket),
  .tt-product-design02 .tt-description .tt-btn-addtocart span:first-child:not(.icon-shopping_basket) {
    display: inline-block;
    padding-top: 9px; }
  .tt-product .tt-description .tt-btn-addtocart:hover,
  .tt-product-design02 .tt-description .tt-btn-addtocart:hover {
    color:  #ffffff;
    background:  #103941;
    border-color:  #191919; }
  .tt-product .tt-description .tt-btn-quickview,
  .tt-product-design02 .tt-description .tt-btn-quickview {
    font-size: 20px;
    line-height: 1;
    padding: 4px 0 4px 4px;
    color:  #191919;
    top: 5px;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    display: inline-block;
    position: relative; }
  .tt-product .tt-description .tt-btn-quickview:before,
  .tt-product-design02 .tt-description .tt-btn-quickview:before {
    content: '\e9a8';
    font-family: 'wokiee_icons'; }
  .tt-product .tt-description .tt-btn-quickview:hover,
  .tt-product-design02 .tt-description .tt-btn-quickview:hover {
    color:  #0b4b58; }
  .tt-product .tt-description > *:nth-child(1),
  .tt-product-design02 .tt-description > *:nth-child(1) {
    margin-top: 0; }
  .tt-product > *:nth-child(1),
  .tt-product-design02 > *:nth-child(1) {
    margin-top: 0; } }

@media (max-width: 1024px) {
  .tt-product:hover .tt-image-box .tt-img,
  .tt-product-design02:hover .tt-image-box .tt-img {
    opacity: 1; }
  .tt-product:hover .tt-image-box .tt-img-roll-over,
  .tt-product-design02:hover .tt-image-box .tt-img-roll-over {
    opacity: 0; } }

/* countdown product item */
.tt-countdown_box:not(.tt-type-02) {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  z-index: 5; }

.tt-countdown_box:not(.tt-type-02) .tt-countdown_inner {
  overflow: hidden;
  margin: 0 auto 10.8%;
  width: 79%;
  padding: 5px 0;
  text-align: center;
  background-color:  #ffffff;
  color: #f8353e; }

.tt-countdown_box:not(.tt-type-02) .countdown-section {
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 5px 0;
  margin: 0 6%;
  line-height: 13px;
  font-size: 12px;
  white-space: nowrap; }

.tt-countdown_box:not(.tt-type-02) .countdown-amount {
  font-weight:  500;
  font-size: 16px;
  line-height: 15px;
  display: block; }

.tt-countdown_box:not(.tt-type-02) .countdown-period {
  display: block; }

.tt-countdown_box:not(.tt-type-02) .countdown-descr {
  display: block;
  width: 100%; }

@media (max-width: 1229px) {
  .tt-countdown_box:not(.tt-type-02) .countdown-section {
    font-size: 13px;
    line-height: 16px;
    margin: 0 5%; }
  .tt-countdown_box:not(.tt-type-02) .countdown-amount {
    font-size: 15px; } }

.tt-countdown_box.tt-type-02 {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  z-index: 5; }

.tt-countdown_box.tt-type-02 .tt-countdown_inner {
  overflow: hidden;
  margin: 0 auto 0;
  width: 100%;
  padding: 10px 0; }

.tt-countdown_box.tt-type-02 .countdown-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.tt-countdown_box.tt-type-02 .countdown-row .countdown-section {
  width: 100%;
  max-width: 65px;
  position: relative;
  margin: 0 2px;
  padding: 19px 0 13px;
  white-space: nowrap;
  /*  */
  background-color:  Liquid error: Cannot extract '', valid components are: alpha, red, green, blue, hue, saturation, lightness;
  color:  #0b4b58; }

.tt-countdown_box.tt-type-02 .countdown-row .countdown-section:first-child {
  margin-left: 8px; }

.tt-countdown_box.tt-type-02 .countdown-row .countdown-section:last-child {
  margin-right: 8px; }

.tt-countdown_box.tt-type-02 .countdown-row .countdown-section .countdown-amount {
  font-size: 16px;
  line-height: 15px;
  display: block;
  font-weight:  500; }

.tt-countdown_box.tt-type-02 .countdown-row .countdown-section .countdown-period {
  display: block;
  padding-top: 1px; }

@media (max-width: 1229px) {
  .tt-countdown_box.tt-type-02 .tt-countdown_inner {
    margin-bottom: 0%;
    padding-left: 3px;
    padding-right: 3px; }
  .tt-countdown_box.tt-type-02 .countdown-row .countdown-section {
    padding: 15px 0;
    max-width: 60px;
    margin: 0 3px;
    font-size: 13px;
    line-height: 16px; }
  .tt-countdown_box.tt-type-02 .countdown-row .countdown-section .countdown-amount {
    font-size: 15px; }
  .tt-countdown_box.tt-type-02 .countdown-row .countdown-section .countdown-period {
    padding-top: 0; } }

.tt-product.tt-small .tt-countdown_box.tt-type-02 .countdown-row,
.tt-product-design02.tt-small .tt-countdown_box.tt-type-02 .countdown-row {
  background-color: rgba(255, 255, 255, 0.9); }

.tt-product.tt-small .tt-countdown_box.tt-type-02 .countdown-row .countdown-section,
.tt-product-design02.tt-small .tt-countdown_box.tt-type-02 .countdown-row .countdown-section {
  background: none;
  padding: 10px 0; }

.tt-product.tt-small .tt-countdown_box.tt-type-02 .countdown-row .countdown-section .countdown-amount,
.tt-product-design02.tt-small .tt-countdown_box.tt-type-02 .countdown-row .countdown-section .countdown-amount {
  font-size: 12px; }

.tt-product.tt-small .tt-countdown_box.tt-type-02 .countdown-row .countdown-section .countdown-period,
.tt-product-design02.tt-small .tt-countdown_box.tt-type-02 .countdown-row .countdown-section .countdown-period {
  font-size: 12px; }

/* product small (tt-small) */
.tt-product.tt-small .tt-countdown_box .tt-countdown_inner,
.tt-product-design02.tt-small .tt-countdown_box .tt-countdown_inner {
  margin: 0 auto 5.8%;
  width: 89%;
  padding: 2px 0; }

.tt-product.tt-small .tt-countdown_box .countdown-section,
.tt-product-design02.tt-small .tt-countdown_box .countdown-section {
  margin: 0 3%;
  line-height: 13px;
  font-size: 12px; }

.tt-product.tt-small .tt-countdown_box .countdown-amount,
.tt-product-design02.tt-small .tt-countdown_box .countdown-amount {
  font-size: 13px; }

@media (max-width: 1024px) {
  .tt-product.tt-small .tt-description,
  .tt-product-design02.tt-small .tt-description {
    margin-top: 8px;
    padding-bottom: 6px; }
  .tt-product.tt-small .tt-description .tt-option-block,
  .tt-product-design02.tt-small .tt-description .tt-option-block {
    margin-top: 10px; }
  .tt-product.tt-small .tt-description > *:nth-child(1),
  .tt-product-design02.tt-small .tt-description > *:nth-child(1) {
    margin-top: 0; }
  .tt-product.tt-small .tt-row,
  .tt-product-design02.tt-small .tt-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .tt-product.tt-small .tt-row .tt-rating,
  .tt-product-design02.tt-small .tt-row .tt-rating {
    margin-left: -1px; }
  .tt-product.tt-small .tt-row .tt-add-info,
  .tt-product-design02.tt-small .tt-row .tt-add-info {
    margin-top: 4px; }
  .tt-product .tt-title,
  .tt-product-design02 .tt-title {
    line-height: 20px; }
  .tt-product.tt-small .tt-price,
  .tt-product-design02.tt-small .tt-price {
    margin-top: 1px; }
  .tt-product.tt-small .tt-product-inside-hover,
  .tt-product-design02.tt-small .tt-product-inside-hover {
    margin-top: 15px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .tt-product.tt-small .tt-product-inside-hover > *:nth-child(1),
  .tt-product-design02.tt-small .tt-product-inside-hover > *:nth-child(1) {
    margin-top: 0; }
  .tt-product.tt-small .tt-product-inside-hover form,
  .tt-product-design02.tt-small .tt-product-inside-hover form {
    width: 100%; }
  .tt-product.tt-small .tt-btn-addtocart,
  .tt-product-design02.tt-small .tt-btn-addtocart {
    width: 100%;
    display: block;
    text-align: center;
    padding: 6px 18px 13px; }
  .tt-product.tt-small .tt-btn-addtocart:before,
  .tt-product-design02.tt-small .tt-btn-addtocart:before {
    margin: 0; }
  .tt-product.tt-small .tt-btn-quickview,
  .tt-product-design02.tt-small .tt-btn-quickview {
    top: 12px;
    padding-left: 0;
    padding-bottom: 1px;
    margin-left: -2px; }
  .tt-product.tt-small > *:nth-child(1),
  .tt-product-design02.tt-small > *:nth-child(1) {
    margin-top: 0; }
  .tt-product.tt-small .tt-description .tt-product-inside-hover,
  .tt-product-design02.tt-small .tt-description .tt-product-inside-hover {
    margin-top: 15px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 1025px) {
  .tt-product-design02.tt-small .tt-description {
    display: block;
    padding-left: 13px;
    padding-right: 13px; }
  .tt-product-design02.tt-small .tt-description > *:nth-child(1) {
    margin-top: 27px; } }

@media (max-width: 500px) {
  .tt-product .tt-description,
  .tt-product-design02 .tt-description {
    margin-top: 8px;
    padding-bottom: 6px; }
  .tt-product .tt-description .tt-option-block,
  .tt-product-design02 .tt-description .tt-option-block {
    margin-top: 10px; }
  .tt-product .tt-description > *:nth-child(1),
  .tt-product-design02 .tt-description > *:nth-child(1) {
    margin-top: 0; }
  .tt-product .tt-row,
  .tt-product-design02 .tt-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .tt-product .tt-row .tt-rating,
  .tt-product-design02 .tt-row .tt-rating {
    margin-left: -1px; }
  .tt-product .tt-row .tt-add-info,
  .tt-product-design02 .tt-row .tt-add-info {
    margin-top: 4px; }
  .tt-product .tt-title,
  .tt-product-design02 .tt-title {
    line-height: 20px; }
  .tt-product .tt-price,
  .tt-product-design02 .tt-price {
    margin-top: 1px; }
  .tt-product .tt-product-inside-hover,
  .tt-product-design02 .tt-product-inside-hover {
    margin-top: 15px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .tt-product .tt-product-inside-hover > *:nth-child(1),
  .tt-product-design02 .tt-product-inside-hover > *:nth-child(1) {
    margin-top: 0; }
  .tt-product .tt-product-inside-hover form,
  .tt-product-design02 .tt-product-inside-hover form {
    width: 100%; }
  .tt-product .tt-btn-addtocart,
  .tt-product-design02 .tt-btn-addtocart {
    width: 100%;
    display: block;
    text-align: center;
    padding: 6px 18px 13px; }
  .tt-product .tt-btn-addtocart:before,
  .tt-product-design02 .tt-btn-addtocart:before {
    margin: 0; }
  .tt-product .tt-btn-quickview,
  .tt-product-design02 .tt-btn-quickview {
    top: 12px;
    padding-left: 0;
    padding-bottom: 1px;
    margin-left: -2px; }
  .tt-product > *:nth-child(1),
  .tt-product-design02 > *:nth-child(1) {
    margin-top: 0; }
  .tt-product .tt-description .tt-product-inside-hover,
  .tt-product-design02 .tt-description .tt-product-inside-hover {
    margin-top: 15px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

/*
	tt-promo-box
*/
@media (min-width: 576px) {
  .tt-layout-promo-box:not(.nomargin) {
    margin-top: -20px; } }

@media (max-width: 575px) {
  .tt-layout-promo-box:not(.nomargin) {
    margin-top: -10px; } }

@media (max-width: 790px) {
  .tt-list-sm-shift [class^="col-xs"] {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; } }

.tt-promo-box {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 20px; }

.tt-promo-box:not(.selecttext) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.tt-promo-box > img {
  width: 100%;
  height: auto; }

.tt-promo-box .tt-description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color:  #777777;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-promo-box .tt-description .tt-title-small {
  color:  #191919;
  font-size: 16px;
  line-height: 26px;
  font-weight:  500;
  letter-spacing: 0.03em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-promo-box .tt-description .tt-title-large {
  color:  #191919;
  font-size: 26px;
  line-height: 34px;
  font-weight:  500;
  letter-spacing: 0.03em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-promo-box .tt-description p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 4px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-promo-box .tt-description [class^="btn"] {
  margin-top: 20px; }

.tt-promo-box .tt-description img {
  max-width: 100%;
  height: auto; }

@media (max-width: 1024px) {
  .tt-promo-box .tt-description .tt-title-small {
    font-size: 15px;
    line-height: 22px; }
  .tt-promo-box .tt-description .tt-title-large {
    font-size: 23px;
    line-height: 30px; } }

@media (max-width: 575px) {
  .tt-promo-box .tt-description .tt-title-small {
    font-size: 15px;
    line-height: 22px; }
  .tt-promo-box .tt-description .tt-title-large {
    font-size: 20px;
    line-height: 29px; }
  .tt-promo-box .tt-description p {
    margin-top: 0;
    line-height: 20px; }
  .tt-promo-box .tt-description [class^="btn"] {
    margin-top: 10px; } }

.tt-promo-box .tt-description *:nth-child(1) {
  margin-top: 0; }

@media (max-width: 575px) {
  .tt-promo-box {
    margin-top: 10px; } }

html:not(.ie) .tt-promo-box .tt-description .tt-description-wrapper .tt-background {
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-promo-box:not(.tt-one-child) .tt-description .tt-description-wrapper {
  padding: 27px;
  text-align: center;
  max-width: 409px;
  min-width: 47%;
  position: relative; }

.tt-promo-box:not(.tt-one-child) .tt-description .tt-description-wrapper .tt-background {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.9); }

.tt-promo-box:not(.tt-one-child) .tt-description .tt-description-wrapper > *:not(.tt-background) {
  position: relative; }

@media (max-width: 1024px) {
  .tt-promo-box:not(.tt-one-child) .tt-description .tt-description-wrapper {
    padding: 19px; } }

@media (max-width: 575px) {
  .tt-promo-box:not(.tt-one-child) .tt-description .tt-description-wrapper {
    padding: 15px; } }

@media (min-width: 576px) {
  .tt-promo-box:not(.tt-one-child) .tt-description img:first-child + * {
    margin-top: 24px; } }

@media (max-width: 575px) {
  .tt-promo-box:not(.tt-one-child) .tt-description img:first-child + * {
    margin-top: 12px; } }

@media (min-width: 576px) {
  .tt-promo-box:not(.tt-one-child) .tt-description [class^="tt-title"] + img,
  .tt-promo-box:not(.tt-one-child) .tt-description p + img {
    margin-top: 11px;
    margin-bottom: 11px; } }

@media (max-width: 575px) {
  .tt-promo-box:not(.tt-one-child) .tt-description [class^="tt-title"] + img,
  .tt-promo-box:not(.tt-one-child) .tt-description p + img {
    margin-top: 5px;
    margin-bottom: 5px; } }

.tt-promo-box.tt-one-child .tt-description .tt-description-wrapper {
  padding: 13px 39px 11px;
  text-align: center;
  max-width: 409px;
  position: relative; }

.tt-promo-box.tt-one-child .tt-description .tt-description-wrapper .tt-background {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.9); }

.tt-promo-box.tt-one-child .tt-description .tt-description-wrapper > *:not(.tt-background) {
  position: relative; }

@media (max-width: 1024px) {
  .tt-promo-box.tt-one-child .tt-description .tt-description-wrapper {
    padding: 13px 18px 11px; } }

@media (max-width: 575px) {
  .tt-promo-box.tt-one-child .tt-description .tt-description-wrapper {
    padding: 13px 15px 11px; } }

.tt-promo-box.tt-one-child .tt-description img {
  max-width: inherit;
  width: 100%; }

@media (max-width: 575px) {
  .tt-promo-box.tt-one-child .tt-description img {
    max-width: 147px; } }

@media (min-width: 576px) {
  .tt-promo-box.tt-one-child .tt-description img:first-child:not(:last-child) {
    margin-top: 6px; } }

@media (max-width: 575px) {
  .tt-promo-box.tt-one-child .tt-description img:first-child:not(:last-child) {
    margin-top: 2px; } }

@media (min-width: 576px) {
  .tt-promo-box.tt-one-child .tt-description img:first-child:not(:last-child) + * {
    margin-top: 12px; } }

@media (max-width: 575px) {
  .tt-promo-box.tt-one-child .tt-description img:first-child:not(:last-child) + * {
    margin-top: 9px; } }

@media (min-width: 576px) {
  .tt-promo-box.tt-one-child .tt-description img:not(:first-child):not(:last-child) {
    margin-top: 11px;
    margin-bottom: 8px; } }

@media (max-width: 575px) {
  .tt-promo-box.tt-one-child .tt-description img:not(:first-child):not(:last-child) {
    margin-top: 11px; } }

.tt-promo-box:not(.hover-type-2):hover {
  text-decoration: none; }

.tt-promo-box:not(.hover-type-2):hover .tt-description-wrapper .tt-background {
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px); }

.tt-promo-box:not(.hover-type-2):hover .btn-underline {
  border-color: transparent;
  color:  #0b4b58; }

.tt-promo-box.hover-type-2:hover .tt-description-wrapper .tt-background {
  background: rgba(0, 0, 0, 0.85); }

.tt-promo-box.hover-type-2:hover .tt-description-wrapper * {
  color: #ffffff; }

.tt-promo-box.hover-type-2:hover .tt-description-wrapper .btn-underline {
  border-color: transparent; }

/*
	tt-promo-fullwidth
*/
.tt-promo-fullwidth {
  display: block;
  position: relative;
  overflow: hidden; }

.tt-promo-fullwidth > img {
  width: 100%;
  height: auto; }

.tt-promo-fullwidth .tt-description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color:  #777777;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-promo-fullwidth .tt-description .tt-description-wrapper {
  max-width: 719px;
  text-align: center; }

.tt-promo-fullwidth .tt-description .tt-title-small {
  color:  #191919;
  font-size: 36px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 0.03em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-promo-fullwidth .tt-description .tt-title-large {
  color:  #191919;
  font-size: 70px;
  line-height: 70px;
  font-weight:  500;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-promo-fullwidth .tt-description p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
  color:  #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-promo-fullwidth .tt-description [class^="btn"] {
  margin-top: 34px; }

.tt-promo-fullwidth .tt-description img {
  max-width: 100%;
  height: auto; }

@media (min-width: 1701px) {
  .tt-promo-fullwidth .tt-description {
    padding: 10% 17.6%; } }

@media (min-width: 1401px) and (max-width: 1700px) {
  .tt-promo-fullwidth .tt-description {
    padding: 10% 8%; } }

@media (max-width: 1400px) {
  .tt-promo-fullwidth .tt-description {
    padding: 10% 5%; }
  .tt-promo-fullwidth .tt-description .tt-title-small {
    font-size: 36px;
    line-height: 70px; }
  .tt-promo-fullwidth .tt-description .tt-title-large {
    font-size: 70px;
    line-height: 70px; }
  .tt-promo-fullwidth .tt-description p {
    margin-top: 15px; }
  .tt-promo-fullwidth .tt-description [class^="btn"] {
    margin-top: 27px; } }

@media (max-width: 1100px) {
  .tt-promo-fullwidth .tt-description {
    padding: 10% 5%; }
  .tt-promo-fullwidth .tt-description .tt-title-small {
    font-size: 36px;
    line-height: 70px; }
  .tt-promo-fullwidth .tt-description .tt-title-large {
    font-size: 70px;
    line-height: 70px; }
  .tt-promo-fullwidth .tt-description p {
    margin-top: 10px; }
  .tt-promo-fullwidth .tt-description [class^="btn"] {
    margin-top: 20px; } }

@media (max-width: 900px) {
  .tt-promo-fullwidth .tt-description .tt-title-small {
    font-size: 20px;
    line-height: 30px; }
  .tt-promo-fullwidth .tt-description .tt-title-large {
    font-size: 37px;
    line-height: 44px; }
  .tt-promo-fullwidth .tt-description p {
    margin-top: 5px; }
  .tt-promo-fullwidth .tt-description [class^="btn"] {
    margin-top: 15px; }
  .tt-promo-fullwidth .tt-description .tt-description-wrapper {
    max-width: 332px; } }

@media (max-width: 789px) {
  .tt-promo-fullwidth .tt-description {
    padding: 5% 3%; }
  .tt-promo-fullwidth .tt-description .tt-title-small {
    font-size: 17px;
    line-height: 25px; }
  .tt-promo-fullwidth .tt-description .tt-title-large {
    font-size: 30px;
    line-height: 35px; }
  .tt-promo-fullwidth .tt-description p {
    line-height: 20px; }
  .tt-promo-fullwidth .tt-description [class^="btn"] {
    margin-top: 15px; }
  .tt-promo-fullwidth .tt-description .tt-description-wrapper {
    max-width: 283px; } }

@media (max-width: 657px) {
  .tt-promo-fullwidth .tt-description {
    padding: 5% 10px; }
  .tt-promo-fullwidth .tt-description .tt-title-small {
    font-size: 15px;
    line-height: 20px; }
  .tt-promo-fullwidth .tt-description .tt-title-large {
    font-size: 25px;
    line-height: 30px; }
  .tt-promo-fullwidth .tt-description p {
    font-size: 14px;
    line-height: 18px; }
  .tt-promo-fullwidth .tt-description [class^="btn"] {
    margin-top: 10px; }
  .tt-promo-fullwidth .tt-description .tt-description-wrapper {
    max-width: 251px; } }

@media (max-width: 575px) {
  .tt-promo-fullwidth .tt-description .tt-description-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 200px; }
  .tt-promo-fullwidth .tt-description .tt-title-small {
    font-size: 14px;
    line-height: 16px; }
  .tt-promo-fullwidth .tt-description .tt-title-large {
    font-size: 21px;
    line-height: 24px; }
  .tt-promo-fullwidth .tt-description .tt-title-large br {
    display: none; }
  .tt-promo-fullwidth .tt-description p {
    font-size: 13px;
    line-height: 16px;
    margin-top: 0; }
  .tt-promo-fullwidth .tt-description [class^="btn"] {
    margin-top: 5px; } }

@media (max-width: 450px) {
  .tt-promo-fullwidth .tt-description .tt-description-wrapper {
    padding-left: 5px;
    padding-right: 0px;
    max-width: 160px; }
  .tt-promo-fullwidth .tt-description .tt-title-large {
    font-size: 17px;
    line-height: 20px; }
  .tt-promo-fullwidth .tt-description .tt-title-small {
    font-size: 12px;
    line-height: 12px; }
  .tt-promo-fullwidth .tt-description p {
    font-size: 12px;
    line-height: 14px; } }

.tt-promo-fullwidth .tt-description *:nth-child(1) {
  margin-top: 0; }

@media (max-width: 450px) {
  .tt-promo-fullwidth .tt-description:not(.tt-point-h-r):not(.tt-point-h-l) .tt-description-wrapper {
    max-width: 270px; } }

/*
	tt-promo-fullwidth-02
*/
.tt-promo-fullwidth-02 {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.tt-promo-fullwidth-02 > img {
  width: 100%;
  height: auto; }

.tt-promo-fullwidth-02 .tt-description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color:  #777777;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-promo-fullwidth-02 .tt-description .tt-description-wrapper {
  text-align: center; }

.tt-promo-fullwidth-02 .tt-description .tt-title-large {
  color:  #191919;
  font-size: 34px;
  line-height: 44px;
  font-weight:  500;
  letter-spacing: 0.03em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-promo-fullwidth-02 .tt-description p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 23px;
  color:  #777777;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-promo-fullwidth-02 .tt-description img {
  max-width: 100%;
  height: auto; }

@media (max-width: 1024px) {
  .tt-promo-fullwidth-02 .tt-description .tt-title-large {
    font-size: 24px;
    line-height: 30px; }
  .tt-promo-fullwidth-02 .tt-description p {
    line-height: 19px;
    margin-top: 15px; } }

@media (max-width: 789px) {
  .tt-promo-fullwidth-02 .tt-description .tt-title-large {
    font-size: 18px;
    line-height: 22px; }
  .tt-promo-fullwidth-02 .tt-description p {
    margin-top: 8px; } }

@media (max-width: 575px) {
  .tt-promo-fullwidth-02 .tt-description .tt-title-large {
    font-size: 16px;
    line-height: 19px; }
  .tt-promo-fullwidth-02 .tt-description .tt-title-large br {
    display: none; }
  .tt-promo-fullwidth-02 .tt-description p {
    margin-top: 5px; } }

.tt-promo-fullwidth-02 .tt-description *:nth-child(1) {
  margin-top: 0; }

/* tt-promo-03 (listing banner aside) */
.tt-promo-03 {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.tt-promo-03 > img {
  width: 100%;
  height: auto; }

.tt-promo-03 .tt-description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-promo-03 .tt-description .tt-title-large {
  font-weight:  500;
  letter-spacing: 0.05em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-promo-03 .tt-description p {
  font-weight: 300;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-promo-03 .tt-description .tt-title-large:not([class$="color"]) {
  color: #ffffff; }

.tt-promo-03 .tt-description p:not([class$="color"]) {
  color: #ffffff; }

.tt-promo-03 .tt-description img {
  max-width: 100%;
  height: auto; }

@media (min-width: 1230px) {
  .tt-promo-03 .tt-description {
    padding: 20px; }
  .tt-promo-03 .tt-description .tt-title-large {
    font-size: 21px;
    line-height: 22px; }
  .tt-promo-03 .tt-description p {
    font-size: 13px;
    line-height: 17px;
    margin-top: 7px;
    letter-spacing: -0.02em; } }

@media (max-width: 1229px) {
  .tt-promo-03 .tt-description {
    padding: 15px; }
  .tt-promo-03 .tt-description .tt-title-large {
    font-size: 18px;
    line-height: 18px; }
  .tt-promo-03 .tt-description p {
    font-size: 13px;
    line-height: 17px;
    margin-top: 4px;
    letter-spacing: -0.01em; } }

.tt-promo-03 .tt-description *:nth-child(1) {
  margin-top: 0; }

.tt-content-aside:not(:last-child) {
  margin-bottom: 33px; }

.tt-btn-col-close + .tt-content-aside {
  margin-top: 32px; }

/* tt-promo-collection */
@media (min-width: 1025px) {
  .tt-collection-listing {
    margin-top: -51px; }
  .tt-collection-listing .tt-collection-item {
    margin-top: 51px; } }

@media (max-width: 1024px) and (min-width: 576px) {
  .tt-collection-listing {
    margin-top: -40px; }
  .tt-collection-listing .tt-collection-item {
    margin-top: 40px; } }

@media (max-width: 575px) {
  .tt-collection-listing {
    margin-top: -30px; }
  .tt-collection-listing .tt-collection-item {
    margin-top: 30px; } }

.tt-collection-item {
  display: block; }

.tt-collection-item img {
  max-width: 100%;
  height: auto; }

.tt-collection-item .tt-description {
  padding-top: 14px;
  position: relative; }

.tt-collection-item .tt-description .tt-title {
  font-size: 14px;
  font-weight: 400;
  color:  #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-collection-item .tt-description .tt-add-info {
  list-style: none;
  margin: 2px 0 0 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.tt-collection-item .tt-description .tt-add-info li {
  font-size: 12px;
  line-height: 19px;
  color:  #999999; }

.tt-collection-item:hover .tt-description .tt-title {
  color:  #0b4b58; }

/*
	shopcart-page (shopping_cart_01.html)
*/
/* tt-shopcart-table */
@media (min-width: 1230px) {
  .tt-shopcart-table {
    margin-right: 20px; } }

.tt-shopcart-table table {
  width: 100%; }

.tt-shopcart-table table tr {
  border-top: 1px solid #e9e7e7;
  position: relative; }

.tt-shopcart-table table tr td {
  vertical-align: middle;
  padding: 20px 0; }

.tt-shopcart-table table tr:last-child {
  border-bottom: 1px solid #e9e7e7; }

.tt-shopcart-table .tt-btn-close {
  font-family: 'wokiee_icons';
  color:  #191919;
  font-size: 15px;
  padding: 5px;
  margin-left: -5px;
  display: inline-block;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-shopcart-table .tt-btn-close:hover {
  color:  #0b4b58; }

.tt-shopcart-table .tt-product-img img {
  max-width: 100px;
  height: auto; }

.tt-shopcart-table .tt-title {
  font-size: 14px;
  font-weight: normal;
  padding-right: 20px; }

.tt-shopcart-table .tt-price {
  color:  #191919;
  font-size: 16px;
  font-weight:  500; }

@media (min-width: 790px) {
  .tt-shopcart-table .tt-shopcart-btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px; }
  .tt-shopcart-table .tt-shopcart-btn .col-left {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto; }
  .tt-shopcart-table .tt-shopcart-btn *[class^="btn"]:not(:first-child) {
    margin-left: 40px; } }

@media (max-width: 789px) {
  .tt-shopcart-table .tt-shopcart-btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3px; }
  .tt-shopcart-table .tt-shopcart-btn .col-left {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .tt-shopcart-table .tt-shopcart-btn .col-right {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .tt-shopcart-table .tt-shopcart-btn .col-right .btn-link:first-child {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .tt-shopcart-table .tt-shopcart-btn *[class^="btn"] {
    margin-top: 15px; } }

@media (min-width: 790px) {
  .tt-shopcart-table table td:nth-child(1) {
    width: 28px; }
  .tt-shopcart-table table td:nth-child(2) {
    width: 121px; }
  .tt-shopcart-table table td:nth-child(3) {
    width: auto; }
  .tt-shopcart-table table td:nth-child(4) {
    width: 100px; }
  .tt-shopcart-table table td:nth-child(5) {
    width: 132px; }
  .tt-shopcart-table table td:nth-child(6) {
    width: 100px;
    text-align: right; }
  .tt-shopcart-table .tt-price:not(.subtotal) {
    margin-right: 24px; }
  .tt-shopcart-table .tt-price.subtotal {
    margin-left: 24px; }
  .tt-shopcart-table .tt-list-parameters {
    display: none; } }

@media (max-width: 789px) {
  .tt-shopcart-table table td:nth-child(2) {
    width: 121px; }
  .tt-shopcart-table table td:nth-child(n+4) {
    display: none; }
  .tt-shopcart-table table td:nth-child(3) {
    width: auto; }
  .tt-shopcart-table td:nth-child(3) > *:nth-child(1) {
    margin-top: 0; }
  .tt-shopcart-table .tt-list-parameters {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 11px; }
  .tt-shopcart-table .tt-list-parameters li:not(:first-child) {
    margin-top: 11px; } }

/* tt-shopcart-box */
.tt-shopcart-box .tt-title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em; }

.tt-shopcart-box p {
  margin-top: 14px; }

.tt-shopcart-box form {
  display: block;
  margin-top: 17px; }

.tt-shopcart-box .form-default textarea:nth-child(1) {
  margin-top: 23px; }

.tt-shopcart-box *[class^="btn"] {
  width: 100%; }

.tt-shopcart-box *[class^="btn"] + p {
  margin-top: 25px; }

.tt-shopcart-box ul {
  margin-top: 6px; }

.tt-shopcart-box.tt-boredr-large {
  border-width: 2px; }

.tt-shopcart-table01 {
  width: 100%; }

.tt-shopcart-table01 th,
.tt-shopcart-table01 td {
  color:  #191919;
  vertical-align: middle; }

.tt-shopcart-table01 tbody tr th {
  font-size: 16px;
  font-weight:  500;
  letter-spacing: 0.02em;
  padding: 5px 0; }

.tt-shopcart-table01 tbody tr td {
  font-size: 16px;
  font-weight:  500;
  padding: 5px 0;
  text-align: right; }

.tt-shopcart-table01 tfoot {
  width: 100%; }

.tt-shopcart-table01 tfoot tr th,
.tt-shopcart-table01 tfoot tr td {
  padding: 17px 0; }

.tt-shopcart-table01 tfoot tr th {
  font-size: 24px;
  font-size: 16px;
  padding-top: 19px; }

.tt-shopcart-table01 tfoot tr td {
  font-size: 24px;
  color:  #0b4b58;
  font-weight:  500;
  text-align: right;
  padding: 0px 0; }

@media (max-width: 575px) {
  .tt-shopcart-table01 tfoot tr th,
  .tt-shopcart-table01 tfoot tr td {
    font-size: 20px;
    padding: 10px 0; } }

table + *[class^="btn"] {
  margin-top: 20px; }

@media (max-width: 575px) {
  table + *[class^="btn"] {
    margin-top: 11px; } }

/*
	tt-shopcart-box-02 (*shopping_cart_02.html)
*/
@media (min-width: 1230px) {
  .tt-shopcart-table-02 {
    margin-right: 20px; } }

.tt-shopcart-table-02 table {
  width: 100%; }

.tt-shopcart-table-02 table tr {
  border-top: 1px solid #e9e7e7;
  position: relative; }

.tt-shopcart-table-02 table tr td {
  vertical-align: middle;
  padding: 20px 0; }

.tt-shopcart-table-02 table tr:last-child {
  border-bottom: 1px solid #e9e7e7; }

.tt-shopcart-table-02 .tt-btn-close {
  font-family: 'wokiee_icons';
  color:  #191919;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-shopcart-table-02 .tt-product-img img {
  max-width: 100px;
  height: auto; }

.tt-shopcart-table-02 .tt-title {
  font-size: 14px;
  font-weight: normal;
  padding-right: 20px; }

.tt-shopcart-table-02 .tt-list-description li {
  color:  #777777;
  font-size: 14px; }

.tt-shopcart-table-02 .tt-price {
  color:  #191919;
  font-size: 16px;
  font-weight:  500; }

@media (min-width: 790px) {
  .tt-shopcart-table-02 .tt-shopcart-btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px; }
  .tt-shopcart-table-02 .tt-shopcart-btn .col-left {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto; }
  .tt-shopcart-table-02 .tt-shopcart-btn *[class^="btn"]:not(:first-child) {
    margin-left: 40px; } }

@media (max-width: 789px) {
  .tt-shopcart-table-02 .tt-shopcart-btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3px; }
  .tt-shopcart-table-02 .tt-shopcart-btn .col-left {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .tt-shopcart-table-02 .tt-shopcart-btn .col-right {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .tt-shopcart-table-02 .tt-shopcart-btn .col-right .btn-link:first-child {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .tt-shopcart-table-02 .tt-shopcart-btn *[class^="btn"] {
    margin-top: 15px; } }

@media (min-width: 790px) {
  .tt-shopcart-table-02 table td:nth-child(1) {
    width: 121px; }
  .tt-shopcart-table-02 table td:nth-child(2) {
    width: auto; }
  .tt-shopcart-table-02 table td:nth-child(3) {
    width: 16%;
    min-width: 100px; }
  .tt-shopcart-table-02 table td:nth-child(4) {
    width: 17%;
    min-width: 132px; }
  .tt-shopcart-table-02 table td:nth-child(5) {
    width: 13%;
    min-width: 100px;
    text-align: right; }
  .tt-shopcart-table-02 table td:nth-child(6) {
    width: 4%;
    min-width: 28px;
    text-align: right; }
  .tt-shopcart-table-02 .tt-price:not(.subtotal) {
    margin-right: 24px; }
  .tt-shopcart-table-02 .tt-price.subtotal {
    margin-left: 24px; }
  .tt-shopcart-table-02 .tt-list-parameters {
    display: none; } }

@media (max-width: 789px) {
  .tt-shopcart-table-02 table td:nth-child(1) {
    width: 121px; }
  .tt-shopcart-table-02 table td:nth-child(3) {
    width: auto; }
  .tt-shopcart-table-02 table td:nth-child(3) {
    display: none; }
  .tt-shopcart-table-02 table td:nth-child(4) {
    display: none; }
  .tt-shopcart-table-02 table td:nth-child(5) {
    display: none; }
  .tt-shopcart-table-02 td:nth-child(3) > *:nth-child(1) {
    margin-top: 0; }
  .tt-shopcart-table-02 .tt-list-parameters {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 11px; }
  .tt-shopcart-table-02 .tt-list-parameters li:not(:first-child) {
    margin-top: 11px; } }

.tt-shopcart-wrapper {
  border: 1px solid #e9e7e7; }

@media (min-width: 576px) {
  .tt-shopcart-wrapper {
    padding: 32px 39px 35px; } }

@media (max-width: 575px) {
  .tt-shopcart-wrapper {
    padding: 25px 24px 23px; } }

@media (max-width: 575px) {
  .tt-shopcart-wrapper .tt-shopcart-box .tt-title {
    font-size: 17px; } }

.tt-shopcart-wrapper .tt-shopcart-box:not(:first-child) {
  margin-top: 25px; }

@media (max-width: 1229px) {
  .tt-shopcart-wrapper {
    margin-top: 56px; } }

@media (max-width: 1024px) {
  .tt-shopcart-wrapper {
    margin-top: 36px; } }

@media (max-width: 575px) {
  .tt-shopcart-wrapper {
    margin-top: 20px; } }

.tt-shopcart-col {
  margin-top: 56px; }

@media (max-width: 1024px) {
  .tt-shopcart-col {
    margin-top: 36px; } }

@media (max-width: 575px) {
  .tt-shopcart-col {
    margin-top: 20px; } }

@media (min-width: 790px) {
  .tt-shopcart-col .form-control {
    height: 323px; } }

.tt-shopcart-col .tt-shopcart-box {
  border: 1px solid #e9e7e7; }

@media (min-width: 576px) {
  .tt-shopcart-col .tt-shopcart-box {
    padding: 32px 39px 35px; } }

@media (max-width: 575px) {
  .tt-shopcart-col .tt-shopcart-box {
    padding: 17px 24px 20px; }
  .tt-shopcart-col .tt-shopcart-box .tt-title {
    font-size: 17px; } }

.tt-shopcart-col .tt-shopcart-box {
  margin-top: 20px; }

/*
	shopping account page (shopping_account.html)
*/
.tt-shopping-layout .tt-title-border {
  font-size: 24px;
  line-height: 34px;
  font-weight:  500;
  padding: 0 0 21px 0;
  letter-spacing: 0.02em; }

.tt-shopping-layout .tt-title {
  font-size: 20px;
  padding-bottom: 26px;
  letter-spacing: 0.02em; }

.tt-shopping-layout table + *[class^="btn"],
.tt-shopping-layout .tt-table-responsive + *[class^="btn"] {
  margin-top: 30px; }

.tt-shopping-layout .tt-link-back {
  font-weight:  500;
  font-size: 14px;
  color:  #0b4b58;
  margin-top: 20px;
  letter-spacing: 0.02em;
  display: inline-block;
  text-decoration: none;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-shopping-layout .tt-link-back *[class^="icon-"] {
  font-size: 20px;
  top: 4px;
  position: relative;
  margin-right: 5px; }

.tt-shopping-layout .tt-link-back:hover {
  color:  #191919; }

.tt-shopping-layout .tt-data {
  font-size: 15px;
  margin-top: 17px; }

.tt-shopping-layout .tt-wrapper {
  margin-top: 55px; }

.tt-shopping-layout .tt-title + .tt-wrapper {
  margin-top: 30px; }

.tt-shopping-layout .tt-shop-btn {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 23px;
  margin-left: -37px; }

.tt-shopping-layout .tt-shop-btn *[class^="btn"] {
  margin-left: 37px; }

.tt-table-shop-01 {
  border-bottom: 1px solid #e9e7e7;
  width: 100%; }

.tt-table-shop-01 th,
.tt-table-shop-01 td {
  width: 20%;
  line-height: 17px; }

.tt-table-shop-01 thead tr {
  border-top: 1px solid #e9e7e7; }

.tt-table-shop-01 thead th {
  color:  #191919;
  font-size: 14px;
  font-weight:  500;
  letter-spacing: 0.02em;
  padding: 12px 10px 10px 0; }

.tt-table-shop-01 tbody tr {
  border-top: 1px solid #e9e7e7; }

.tt-table-shop-01 tbody td {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 10px; }

.tt-table-shop-01 tbody td a {
  color:  #0b4b58;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-table-shop-01 tbody td a:hover {
  color:  #191919; }

.tt-table-shop-01 tbody td:first-child {
  color:  #0b4b58; }

.tt-table-shop-02 {
  border-bottom: 1px solid #e9e7e7;
  width: 100%; }

.tt-table-shop-02 thead tr {
  border-top: 1px solid #e9e7e7; }

.tt-table-shop-02 thead th {
  color:  #191919;
  font-size: 14px;
  line-height: 24px;
  font-weight:  500;
  padding: 8px 10px 7px 0; }

.tt-table-shop-02 tbody tr {
  border-top: 1px solid #e9e7e7; }

.tt-table-shop-02 tbody td {
  padding-top: 10px;
  padding-bottom: 7px;
  padding-right: 10px; }

.tt-table-shop-02 tbody td a {
  color:  #0b4b58;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-table-shop-02 tbody td a:hover {
  color:  #191919; }

.tt-table-shop-02 tbody td:first-child {
  width: 20%;
  min-width: 134px;
  color:  #191919;
  font-weight:  500;
  letter-spacing: 0.02em;
  padding-top: 9px;
  padding-bottom: 8px; }

.tt-table-shop-03 {
  width: 100%; }

.tt-table-shop-03 tr {
  border-bottom: 1px solid #e9e9e9; }

.tt-table-shop-03 tr td:nth-child(1),
.tt-table-shop-03 tr th:nth-child(1) {
  width: 35%;
  min-width: 150px; }

.tt-table-shop-03 tr td:not(:nth-child(1)),
.tt-table-shop-03 tr th:not(:nth-child(1)) {
  width: 21%;
  min-width: 85px; }

.tt-table-shop-03 td,
.tt-table-shop-03 th {
  vertical-align: top;
  padding: 9px 10px 8px 0; }

.tt-table-shop-03 strong {
  color:  #191919;
  font-weight:  500; }

.tt-table-shop-03 thead tr {
  border-top: 1px solid #e9e9e9; }

.tt-table-shop-03 thead tr th {
  color:  #191919;
  font-weight:  500; }

.tt-shop-info {
  max-width: 317px; }

.tt-shop-info .tt-item .tt-title {
  font-size: 14px;
  color:  #191919;
  font-weight:  500;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 0; }

.tt-shop-info .tt-item .tt-title + .tt-description {
  margin-top: 17px; }

.tt-shop-info .tt-item .tt-description strong {
  color:  #0b4b58; }

.tt-shop-info .tt-item .tt-description p {
  margin-top: 0; }

.tt-shop-info .tt-item .tt-description a {
  color:  #0b4b58;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-shop-info .tt-item .tt-description a:hover {
  color:  #191919; }

.tt-shop-info .tt-item:not(:first-child) {
  margin-top: 47px; }

/*
    lookbook
*/
.tt-lookbook {
  text-align: center;
  position: relative; }

.tt-lookbook img {
  width: 100%;
  height: auto; }

.tt-lookbook .tt-hotspot {
  position: absolute;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  width: 38px;
  height: 38px; }

.tt-lookbook .tt-hotspot .tt-btn {
  width: 38px;
  height: 38px;
  padding: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -moz-transition: padding 0.2s linear;
  -o-transition: padding 0.2s linear;
  -webkit-transition: padding 0.2s linear;
  transition: padding 0.2s linear; }

.tt-lookbook .tt-hotspot .tt-btn:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: attr(data-style-top);
  background-color:  #0b4b58;
  border-radius: 50%;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

.tt-lookbook .tt-hotspot .tt-btn:before {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  font-family: "wokiee_icons";
  font-size: 14px;
  content: "\ea0d";
  line-height: 1;
  font-weight: normal;
  width: 38px;
  height: 38px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-lookbook .tt-hotspot .tt-img a {
  display: block; }

.tt-lookbook .tt-hotspot .tt-content-parent {
  display: none; }

.tt-lookbook .tt-hotspot .tt-description .new-price {
  color:  #f8353e;
  margin-right: 7px; }

.tt-lookbook .tt-hotspot .tt-description .old-price {
  color:  #0b4b58;
  text-decoration: line-through; }

@media (max-width: 789px) {
  .tt-lookbook .tt-hotspot .tt-hotspot-content {
    position: relative; }
  .tt-lookbook .tt-hotspot .tt-hotspot-content .tt-description .tt-title {
    padding-right: 16px; } }

@media (max-width: 575px) {
  .tt-lookbook .tt-hotspot .tt-hotspot-content .tt-description .tt-title {
    margin-top: -3px;
    line-height: 17px; }
  .tt-lookbook .tt-hotspot .tt-hotspot-content .tt-description .tt-price {
    margin-top: 4px; }
  .tt-lookbook .tt-hotspot .tt-hotspot-content .tt-description [class^="btn"] {
    margin-top: 10px; } }

.tt-lookbook .tt-hotspot.active .tt-btn {
  padding: 9px; }

.tt-lookbook .tt-hotspot.active .tt-btn:after {
  background-color:  #191919; }

.tt-lookbook .tt-hotspot.active .tt-btn:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

@media (max-width: 789px) {
  .tt-lookbook .tt-hotspot.active {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 7; }
  .tt-lookbook .tt-hotspot.active .tt-btn {
    z-index: 0; }
  .tt-lookbook .tt-hotspot.active:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.8); }
  .tt-lookbook .tt-hotspot.active .tt-hotspot-content {
    position: relative;
    z-index: 8;
    left: 0; }
  .tt-lookbook .tt-hotspot.active .tt-hotspot-content .tt-img {
    width: 28%;
    min-width: 28%; } }

body:not(.touch-device) .tt-hotspot .tt-btn:hover:after {
  background-color:  #191919; }

.tt-hotspot-content {
  background-color: #fff;
  z-index: -1;
  padding: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); }

.tt-hotspot-content img {
  max-width: 100%;
  height: auto; }

.tt-hotspot-content .tt-btn-close {
  position: absolute;
  display: block;
  right: 14px;
  top: 8px;
  font-family: "wokiee_icons";
  font-size: 12px;
  color:  #191919;
  z-index: 1;
  padding: 5px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-hotspot-content .tt-btn-close:before {
  content: "\e9b3"; }

.tt-hotspot-content .tt-btn-close:hover {
  color:  #0b4b58; }

.tt-hotspot-content .tt-img {
  width: 99px;
  min-width: 99px; }

.tt-hotspot-content .tt-img + .tt-description {
  margin-left: 19px; }

.tt-hotspot-content .tt-description {
  text-align: left; }

.tt-hotspot-content .tt-description .tt-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color:  #191919;
  margin-top: -5px;
  padding-right: 12px; }

.tt-hotspot-content .tt-description .tt-price {
  color:  #191919;
  font-weight:  500;
  font-size: 16px;
  padding-right: 12px; }

.tt-hotspot-content .tt-description .tt-price .new-price {
  color:  #f8353e;
  margin-right: 7px; }

.tt-hotspot-content .tt-description .tt-price .old-price {
  color:  #0b4b58;
  text-decoration: line-through; }

.tt-hotspot-content .tt-description [class^="btn"] {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 22px;
  width: 100%; }

.tt-hotspot-content .tt-description > *:nth-child(1):not(.tt-title) {
  margin-top: 0; }

@media (min-width: 790px) {
  .tt-hotspot-content {
    width: 300px; } }

@media (max-width: 798px) {
  .tt-hotspot-content {
    max-width: 300px; } }

.tt-lookbook-popup {
  position: absolute;
  z-index: 21;
  display: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0; }

/* blog-masonry  */
.tt-lookbook-masonry {
  margin-top: -20px;
  overflow: hidden; }

.tt-lookbook-masonry .grid:after {
  content: '';
  display: block;
  clear: both; }

.tt-lookbook-masonry .element-item {
  position: relative;
  float: left; }

.tt-lookbook-masonry .tt-lookbook-init {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.tt-lookbook-masonry .tt-lookbook-init.tt-show {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.tt-lookbook-masonry .tt-grid-col-2 .element-item {
  width: 50%;
  margin-top: 20px;
  padding: 0 8px; }

@media (max-width: 789px) {
  .tt-lookbook-masonry .tt-grid-col-2 .element-item {
    width: 100%; } }

@media (max-width: 575px) {
  .tt-lookbook-masonry .tt-grid-col-2 .element-item {
    margin-top: 10px;
    padding: 0; } }

.tt-lookbook-masonry .tt-grid-col-3 .element-item {
  width: 33.33%;
  margin-top: 20px;
  padding: 0 10px; }

@media (max-width: 1024px) {
  .tt-lookbook-masonry .tt-grid-col-3 .element-item {
    width: 50%; } }

@media (max-width: 789px) {
  .tt-lookbook-masonry .tt-grid-col-3 .element-item {
    width: 100%; } }

@media (max-width: 575px) {
  .tt-lookbook-masonry .tt-grid-col-3 .element-item {
    margin-top: 10px;
    padding: 0; } }

.tt-lookbook-masonry:after {
  content: '';
  display: block;
  clear: both; }

/* tt-carousel-lookbook */
.tt-carousel-lookbook.arrow-location-center .slick-slide {
  padding: 0 10px; }

.tt-carousel-lookbook.arrow-location-center .slick-prev {
  left: 15px; }

.tt-carousel-lookbook.arrow-location-center .slick-next {
  right: 15px; }

/*
Footer
    *footer have 3 layout:
        - tt-footer-col
        - tt-footer-custom
        - tt-footer-center
    *footer have 3 color schemes:
        - tt-color-scheme-01
        - tt-color-scheme-02
        - tt-color-scheme-03
    * footer mobile begin < 789px
*/
/*
Footer
 */
footer {
  margin-top: 60px; }

@media (max-width: 1024px) {
  footer {
    margin-top: 50px; } }

@media (max-width: 575px) {
  footer {
    margin-top: 40px; } }

footer .tt-logo .tt-title {
  padding: 0;
  font-size: 24px;
  line-height: 1.1;
  margin-top: 5px;
  font-weight:  500; }

footer .tt-logo .tt-title span {
  font-weight: normal; }

@media (max-width: 789px) {
  footer .tt-logo .tt-title {
    margin-top: 16px; } }

footer .tt-logo img {
  height: auto;
  max-height: 30px; }

footer .tt-logo-alignment {
  position: relative;
  top: 0; }

@media (min-width: 790px) {
  footer .tt-footer-col {
    padding-bottom: 53px; }
  footer .tt-footer-col div[class^="col-"] {
    margin-top: 54px; }
  footer .tt-footer-col .tt-social-icon {
    margin-left: -8px; }
  footer .tt-footer-col .tt-newsletter {
    padding-bottom: 5px; }
  footer .tt-footer-col .tt-newsletter .tt-collapse-content form {
    margin-top: 24px; }
  footer .tt-footer-col .tt-newsletter .tt-collapse-content .form-inline .form-group {
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  footer .tt-footer-col .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control {
    width: 100%; }
  footer .tt-footer-col .tt-newsletter .tt-collapse-content > *:nth-child(1) {
    margin-top: 0; }
  footer .tt-footer-col .tt-newsletter .form-group .form-control {
    -webkit-border-top-left-radius:  6 px;
    -webkit-border-bottom-left-radius:  6 px;
    -moz-border-radius-topleft:  6 px;
    -moz-border-radius-bottomleft:  6 px;
    border-top-left-radius:  6 px;
    border-bottom-left-radius:  6 px; }
  footer .tt-footer-col .tt-newsletter .form-group .btn {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; } }

@media (min-width: 790px) {
  footer .tt-footer-custom {
    padding: 10px 0; }
  footer .tt-footer-custom .tt-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  footer .tt-footer-custom .tt-col-left {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -10px; }
  footer .tt-footer-custom .tt-col-left .tt-col-item {
    margin-left: 10px; }
  footer .tt-footer-custom .tt-col-right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  footer .tt-footer-custom .tt-payment-list {
    margin-top: 8px;
    padding-bottom: 14px; }
  footer .tt-footer-custom .tt-box-copyright {
    padding: 19px 0 7px; }
  footer .tt-footer-custom .tt-logo-col + .tt-col-item .tt-box-copyright {
    padding-top: 19px;
    padding-bottom: 7px; }
  footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
    margin-right: 106px; }
  footer .tt-footer-custom .tt-newsletter .tt-mobile-collapse {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  footer .tt-footer-custom .tt-newsletter .tt-collapse-content p {
    display: none; } }

footer .tt-footer-custom .tt-newsletter .form-default {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

@media (min-width: 790px) {
  footer .tt-footer-custom .tt-newsletter .contact-form {
    margin-top: 0; }
  footer .tt-footer-custom .tt-newsletter .contact-form .btn {
    margin-top: 0; }
  footer .tt-footer-col .tt-newsletter form {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
  footer .tt-footer-col .tt-newsletter .form-group {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  footer .tt-footer-col .tt-newsletter .form-group .btn {
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px; }
  footer .tt-footer-col .tt-newsletter .form-group .form-control {
    display: inline-flex;
    height: 40px; } }

@media (max-width: 789px) {
  footer .tt-footer-custom .tt-newsletter .form-default form {
    width: 100%; } }

@media (min-width: 576px) {
  footer .tt-footer-custom .tt-newsletter .form-default .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0; } }

footer .tt-newsletter .form-control {
  font-size: 14px;
  border: 1px solid  #f7f8fa;
  padding: 11px 12px 10px 15px;
  outline: none; }

footer .tt-newsletter .form-control:focus {
  border-color:  #0b4b58;
  background: #ffffff;
  box-shadow: none; }

@media (min-width: 790px) and (min-width: 1230px) {
  footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
    margin-right: 106px; }
  footer .tt-footer-custom .tt-newsletter .tt-collapse-content .form-control {
    width: 507px; } }

@media (min-width: 790px) and (max-width: 1229px) and (min-width: 1025px) {
  footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
    margin-right: 50px; }
  footer .tt-footer-custom .tt-newsletter .tt-collapse-content .form-control {
    width: 340px; } }

@media (min-width: 790px) and (max-width: 1024px) {
  footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
    margin-right: 33px; }
  footer .tt-footer-custom .tt-newsletter .tt-collapse-content .form-control {
    width: auto; } }

@media (min-width: 790px) {
  footer .tt-footer-center {
    padding-top: 54px;
    padding-bottom: 44px; }
  footer .tt-footer-center .tt-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    text-align: center; } }

@media (min-width: 790px) and (min-width: 1025px) {
  footer .tt-footer-center .tt-row {
    max-width: 587px; } }

@media (min-width: 790px) and (max-width: 1229px) {
  footer .tt-footer-center .tt-row {
    max-width: 500px; } }

@media (min-width: 790px) {
  footer .tt-footer-center .tt-row > *:nth-child(1) {
    margin-top: 0; }
  footer .tt-footer-center .tt-newsletter {
    padding-bottom: 4px; }
  footer .tt-footer-center .tt-newsletter .tt-mobile-collapse {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  footer .tt-footer-center .tt-newsletter .tt-collapse-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  footer .tt-footer-center .tt-newsletter .tt-collapse-content form {
    margin-top: 24px; }
  footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline {
    width: 100%; }
  footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group {
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control {
    width: 100%;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group .btn {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }
  footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control {
    width: 100%; }
  footer .tt-footer-center .tt-newsletter .tt-collapse-content > *:nth-child(1) {
    margin-top: 0; } }

footer .form-default .form-control {
  background: #ffffff; }

footer .form-default .form-control:not(:active):not(:focus):not(:hover) {
  border-color:  #ffffff; }

footer .form-default [class^="btn"] {
  padding-left: 20px;
  padding-right: 20px; }

footer .tt-box-copyright {
  font-size: 14px;
  letter-spacing: 0.01em; }

footer .tt-payment-list {
  margin-top: -6px; }

footer .tt-payment-list li {
  margin-top: 6px; }

footer .tt-payment-list li a {
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

footer .tt-payment-list li a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7; }

footer .tt-payment-list li:not(:first-child) {
  margin-left: 6px; }

footer .tt-mobile-collapse .tt-collapse-title {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.03em;
  font-weight:  500; }

@media (min-width: 790px) {
  footer .tt-mobile-collapse .tt-collapse-title {
    padding-bottom: 15px; } }

footer .tt-mobile-collapse .tt-collapse-content {
  display: block; }

footer .tt-mobile-collapse .tt-collapse-content > *:nth-child(1) {
  margin-top: 0; }

footer .tt-mobile-collapse .tt-collapse-content > .tt-list:nth-child(1) {
  margin-top: -3px; }

footer .tt-list {
  margin-top: -3px; }

footer .tt-list li a {
  display: inline-block;
  padding: 3px 0 3px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

footer address {
  margin-right: 9px; }

footer address p:first-child {
  margin-top: 0; }

footer address p:not(:first-child) {
  margin-top: 6px; }

footer address a {
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

@media (max-width: 789px) {
  footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  footer .tt-footer-col,
  footer .tt-footer-center {
    background:  #f7f8fa;
    color:  #888888;
    padding: 0px;
    width: 100%; }
  footer .tt-footer-col .container,
  footer .tt-footer-center .container,
  footer .tt-footer-custom .container {
    padding-left: 30px;
    padding-right: 30px; }
  footer .tt-footer-custom:not(:last-child) {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%; }
  footer .tt-footer-custom:not(:last-child) .tt-row,
  footer .tt-footer-custom:not(:last-child) .tt-col-left,
  footer .tt-footer-custom:not(:last-child) .tt-col-right {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%; }
  footer .tt-footer-custom:not(:last-child) .tt-col-item {
    width: 100%; }
  footer .tt-footer-custom:last-child:not(:first-child) {
    margin-top: 34px; }
  footer .tt-footer-custom:last-child {
    background:  #222222;
    color:  #888888;
    padding: 32px 0px;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    width: 100%; }
  footer .tt-color-scheme-04 .tt-box-copyright {
    color:  #888888; }
  footer .tt-color-scheme-04 .tt-logo .tt-title {
    color:  #ffffff; }
  footer .tt-footer-custom:last-child .tt-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  footer .tt-footer-custom:last-child .tt-row .tt-col-left {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  footer .tt-footer-custom:last-child .tt-row .tt-col-right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  footer .tt-footer-custom:last-child .tt-box-copyright {
    margin-top: 16px;
    text-align: center; }
  footer .tt-footer-custom:last-child .tt-payment-list {
    margin-top: 17px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  footer .tt-footer-custom:last-child > *:nth-child(1) {
    margin-top: 0; }
  footer .tt-footer-center {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%; }
  footer .tt-mobile-collapse .tt-collapse-title {
    cursor: pointer;
    color:  #191919;
    padding-bottom: 12px;
    padding-right: 20px;
    border-bottom: 1px solid  #777777;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    width: 100%;
    text-align: left;
    outline: none; }
  footer .tt-mobile-collapse .tt-collapse-title:hover:not(:focus):not(:active) {
    color:  #0b4b58; }
  footer .tt-mobile-collapse .tt-collapse-title:before {
    content: '\e9b1';
    font-family: 'wokiee_icons';
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 20px;
    line-height: 1;
    color:  #777777; }
  footer .tt-mobile-collapse .tt-collapse-title.tt-open:before {
    content: '\e9b2'; }
  footer .tt-mobile-collapse .tt-collapse-content {
    margin-top: 16px;
    display: none; }
  footer .tt-mobile-collapse .tt-collapse-title.tt-open + .tt-collapse-content {
    display: block; }
  footer .tt-mobile-collapse {
    margin-top: 35px; }
  footer .tt-newsletter form {
    margin-top: 24px; }
  footer .tt-newsletter form .form-group {
    width: 100%;
    margin-bottom: 0; }
  footer .tt-newsletter form .form-group .form-control {
    width: 100%;
    -webkit-border-radius:  6 px;
    -moz-border-radius:  6 px;
    border-radius:  6 px; }
  footer .tt-newsletter form .form-group .form-control:focus {
    color:  #777777; }
  footer .tt-newsletter form .btn {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    display: block;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background:  #0b4b58;
    color:  #ffffff; }
  footer .tt-newsletter form .form-control:focus {
    color:  #777777; }
  footer .tt-newsletter form .btn:hover {
    background:  #103941;
    color:  #ffffff; }
  footer .tt-list li a {
    color:  #888888; }
  footer .tt-collapse-content a {
    color:  #0b4b58; }
  footer .tt-collapse-content a:hover {
    color:  #191919; }
  footer .tt-collapse-content span {
    color:  #0b4b58; }
  footer .tt-social-icon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 26px;
    margin-left: -7px; }
  footer .tt-social-icon li a {
    color:  #d6d6d6; }
  footer .tt-social-icon li a:hover {
    color:  #191919; }
  footer .tt-color-scheme-03 .tt-newsletter .form-control:not(:active):not(:focus) {
    background:  #ffffff;
    border-color:  #ffffff;
    color:  #777777; }
  footer .tt-color-scheme-03 .tt-newsletter .form-control:focus {
    border-color:  #0b4b58;
    background:  #ffffff; }
  footer .tt-color-scheme-03 .tt-newsletter ::-webkit-input-placeholder {
    color:  #777777; }
  footer .tt-color-scheme-03 .tt-newsletter ::-moz-placeholder {
    color:  #777777; }
  footer .tt-color-scheme-03 .tt-newsletter :-moz-placeholder {
    color:  #777777; }
  footer .tt-color-scheme-03 .tt-newsletter :-ms-input-placeholder {
    color:  #777777; } }

.tt-newsletter form,
.tt-modal-newsletter form {
  position: relative; }

.tt-newsletter form .errors,
.tt-modal-newsletter form .errors {
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 1; }

.tt-newsletter form .errors ul,
.tt-modal-newsletter form .errors ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f8353e; }

.tt-newsletter form .errors ul li,
.tt-modal-newsletter form .errors ul li {
  position: relative;
  padding: 6px 19px 8px 19px;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px; }

.tt-newsletter form .errors ul li:before,
.tt-modal-newsletter form .errors ul li:before {
  content: '\ea27';
  font-family: 'wokiee_icons';
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 4px;
  margin-right: 7px; }

.tt-newsletter form .errors:before,
.tt-modal-newsletter form .errors:before {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  border: 6px solid transparent;
  border-bottom: 6px solid #f8353e; }

footer > *:nth-child(1) {
  margin-top: 0; }

@media (min-width: 790px) {
  html.ie footer .tt-footer-col .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control {
    width: auto; }
  html.ie footer .tt-footer-center .tt-newsletter .tt-collapse-content {
    width: 590px; }
  html.ie footer .tt-footer-center .tt-newsletter .tt-collapse-content p {
    width: 590px; }
  html.ie footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline {
    width: auto; }
  html.ie footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control {
    width: auto;
    min-width: 370px; } }

/*
	Header

	*footer have 3 color schemes:
		- tt-color-scheme-01
        - tt-color-scheme-02
        - tt-color-scheme-03
*/
.header-popup-bg {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 21;
  display: none; }

@media (max-width: 1024px) {
  body.tt-popup-dropdown .header-popup-bg {
    display: block; }
  body.tt-popup-dropdown .tt-stuck-nav.stuck {
    z-index: 22; }
  body.tt-popup-dropdown .tt-stuck-nav.stuck:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 10; } }

header {
  background:  #ffffff ; }

header .tt-logo {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex; }

header .tt-logo .tt-title {
  padding: 0;
  font-size: 24px;
  line-height: 1.1;
  font-weight:  500;
  color:  #191919; }

header .tt-logo .tt-title span {
  font-weight: normal; }

header .tt-logo-alignment {
  position: relative; }

header .tt-desktop-header .tt-logo {
  margin-top: 6px;
  margin-bottom: 20px; }

header .tt-desktop-header .tt-logo .tt-title {
  margin-top: 14px; }

@media (min-width: 1230px) {
  header .tt-desktop-header .dropdown-menu {
    max-width: 1200px; } }

header .tt-dropdown-obj {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex; }

header .tt-dropdown-obj .tt-dropdown-toggle {
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 5px 8px;
  font-size: 20px;
  line-height: 1;
  color:  #191919;
  background: none;
  border: none;
  display: inline-block;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

header .tt-dropdown-obj .tt-dropdown-toggle i {
  pointer-events: none; }

header .tt-dropdown-obj .tt-dropdown-toggle:hover {
  color:  #0b4b58; }

header .tt-dropdown-obj .tt-dropdown-toggle:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0; }

.catmobbtn svg path {
  fill:  #191919; }

.catmobbtn:hover svg path {
  fill:  #0b4b58; }

header .tt-dropdown-obj .tt-dropdown-menu {
  display: none;
  background:  #ffffff;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 22; }

header .tt-mobile-header .tt-dropdown-obj .tt-dropdown-menu {
  background:  #ffffff; }

@media (max-width: 1024px) {
  header .tt-dropdown-obj:not(.tt-search) .tt-dropdown-menu {
    display: block;
    right: auto;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s linear;
    transition: transform .3s ease,-webkit-transform .3s ease, opacity .3s linear;
    position: fixed; }
  header .container {
    max-width: inherit; } }

header .tt-dropdown-obj.active .tt-dropdown-toggle {
  z-index: 2;
  color:  #0b4b58; }

header .tt-cart .tt-dropdown-menu,
header .tt-account .tt-dropdown-menu,
header .tt-multi-obj .tt-dropdown-menu {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); }

@media (min-width: 1025px) {
  header .tt-cart .tt-dropdown-menu,
  header .tt-account .tt-dropdown-menu,
  header .tt-multi-obj .tt-dropdown-menu {
    width: 280px; } }

@media (max-width: 1024px) {
  header .tt-cart .tt-dropdown-menu,
  header .tt-account .tt-dropdown-menu,
  header .tt-multi-obj .tt-dropdown-menu {
    width: 270px; } }

@media (max-width: 1024px) {
  header .tt-cart .tt-dropdown-menu {
    width: 320px; }
  header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content {
    padding: 26px 30px 23px; }
  header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-total-row {
    margin-top: 30px;
    padding-top: 24px; }
  header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-btn {
    margin-top: 4px; }
  header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-btn .tt-item {
    margin-top: 20px; }
  header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-btn .btn {
    font-weight:  500; }
  header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-total-title {
    letter-spacing: 0.02em; } }

@media (min-width: 1025px) {
  header .tt-cart.active .tt-dropdown-menu,
  header .tt-account.active .tt-dropdown-menu,
  header .tt-multi-obj.active .tt-dropdown-menu {
    display: none; } }

@media (max-width: 1024px) {
  header .tt-cart.active .tt-dropdown-menu,
  header .tt-account.active .tt-dropdown-menu,
  header .tt-multi-obj.active .tt-dropdown-menu {
    display: block;
    right: auto;
    top: 0;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

header .tt-parent-box:first-child .tt-dropdown-toggle {
  padding-left: 0; }

header .tt-parent-box:last-child .tt-dropdown-toggle {
  padding-right: 0; }

header .tt-parent-box {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: top; }

header .tt-box-info ul li {
  padding-top: 7px;
  padding-bottom: 9px;
  letter-spacing: 0.01em;
  font-size: 14px; }

header .tt-box-info ul li a {
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

header .tt-box-info ul li [class^="icon-"] {
  margin-right: 4px;
  font-size: 18px; }

header .tt-box-info ul li:not(:first-child) {
  margin-left: 15px; }

@media (min-width: 1025px) {
  header .tt-account .tt-dropdown-menu .tt-dropdown-inner {
    padding: 30px 20px 30px 39px; } }

@media (max-width: 1024px) {
  header .tt-account .tt-dropdown-menu .tt-dropdown-inner {
    padding: 15px 20px 37px 29px; }
  header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li {
    letter-spacing: 0.01em; }
  header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li a {
    display: inline-block;
    padding: 7px 0;
    color:  #191919; }
  header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li a [class^="icon-"] {
    top: 3px;
    margin-right: 7px; }
  header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li a:hover {
    color:  #0b4b58; } }

header .tt-account ul {
  margin-top: -1px; }

header .tt-account ul li {
  font-size: 14px; }

header .tt-account ul li a {
  color:  #777777;
  padding: 1px 0;
  display: block;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

header .tt-account ul li a [class^="icon-"] {
  font-size: 20px;
  line-height: 1;
  margin-right: 8px;
  position: relative;
  top: 4px;
  color:  #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

header .tt-mobile-header .tt-account ul li a [class^="icon-"] {
  color:  #191919; }

header .tt-account ul li a:hover {
  color:  #0b4b58; }

header .tt-account ul li a:hover [class^="icon-"] {
  color:  #0b4b58; }

@media (min-width: 1025px) {
  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner {
    padding: 30px 20px 30px 41px; } }

@media (max-width: 1024px) {
  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul {
    padding: 16px 30px 16px 31px;
    position: relative;
    margin-top: 0; }
  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li {
    letter-spacing: 0.02em; }
  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li a {
    padding: 9px 0;
    color:  #191919; }
  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li a [class^="icon-"] {
    font-size: 20px;
    color:  #191919; }
  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li a:hover {
    color:  #0b4b58; }
  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul:not(:first-child) {
    border-top: 1px solid  #e9e7e7; } }

header .tt-multi-obj ul {
  margin-top: -4px; }

header .tt-multi-obj ul li {
  font-size: 14px; }

header .tt-multi-obj ul li a {
  color:  #777777;
  padding: 1px 0;
  display: block;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

header .tt-multi-obj ul li a [class^="icon-"] {
  font-size: 15px;
  line-height: 1;
  margin-right: 8px;
  margin-left: -3px;
  position: relative;
  top: 1px;
  color:  #777777;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

header .tt-multi-obj ul li a:hover {
  color:  #0b4b58; }

header .tt-multi-obj ul li a:hover [class^="icon-"] {
  color:  #0b4b58; }

header .tt-multi-obj ul li.active a {
  color:  #0b4b58; }

header .tt-multi-obj ul li.active a [class^="icon-"] {
  color:  #0b4b58; }

header .tt-multi-obj ul:not(:first-child) {
  margin-top: 22px; }

header .tt-multi-obj .tt-mobile-add + ul {
  margin-top: 0; }

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add {
  border-bottom: 1px solid  #e9e7e7; }

@media (min-width: 1025px) {
  header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add {
    display: none; } }

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-title {
  color:  #777777;
  font-size: 14px;
  line-height: 1.1;
  pointer-events: none; }

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close {
  font-size: 14px;
  padding: 13px 12px 13px 29px;
  display: block;
  color:  #777777;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left; }

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close:before {
  font-family: 'wokiee_icons';
  content: "\e9b3";
  padding-right: 6px;
  font-size: 14px;
  position: relative;
  top: 1px; }

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close:hover {
  color:  #0b4b58; }

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-title {
  padding: 18px 0 17px 30px; }

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-title + .tt-close {
  position: absolute;
  right: 9px;
  top: 0;
  font-size: 0;
  text-align: right; }

header .tt-cart .tt-dropdown-toggle .tt-badge-cart {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18px;
  height: 18px;
  background:  #0b4b58;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 12px;
  line-height: 1;
  pointer-events: none; }

header .tt-cart .tt-cart-layout .tt-cart-empty {
  padding: 21px 20px 19px;
  text-align: center;
  display: block; }

header .tt-cart .tt-cart-layout .tt-cart-empty [class^="icon-"] {
  font-size: 40px;
  line-height: 1;
  color:  #cdcdcd; }

header .tt-mobile-header .tt-cart .tt-cart-layout .tt-cart-empty [class^="icon-"] {
  color:  #cdcdcd; }

header .tt-cart .tt-cart-layout .tt-cart-empty p {
  margin-top: 7px;
  letter-spacing: 0.01em;
  color:  #777777; }

header .tt-mobile-header .tt-cart .tt-cart-layout .tt-cart-empty p {
  color:  #777777; }

header .tt-cart .tt-cart-layout .tt-cart-content {
  padding: 26px 20px 23px; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-img {
  margin-top: 4px; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-img img {
  width: 67px;
  height: auto; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item a:not([class]) {
  display: flex;
  width: 100%;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item a:not([class]):hover .tt-title {
  color:  #0b4b58; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-img + .tt-item-descriptions {
  margin-left: 20px; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions {
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color:  #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-add-info {
  list-style: none;
  margin: 4px 0 0 0;
  padding: 0 0 5px 0; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-add-info li {
  color:  #999999;
  font-size: 11px;
  line-height: 16px; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-quantity {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 14px;
  color:  #777777; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-price {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 16px;
  color:  #191919;
  font-weight:  500; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions > *:nth-child(1) {
  margin-top: 0; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item:not(:first-child) {
  margin-top: 16px; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item-close .tt-btn-close {
  padding: 4px;
  margin-right: -6px;
  position: relative;
  background: none;
  border: none; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-total-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid  #e9e7e7;
  margin-top: 20px;
  padding-top: 14px; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-total-row .tt-cart-total-title {
  font-weight:  500;
  color:  #191919;
  font-size: 14px; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-total-row .tt-cart-total-price {
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  text-align: right;
  font-size: 16px;
  font-weight:  500;
  color:  #191919; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-btn {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-btn .tt-item {
  margin-top: 14px;
  width: 100%; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-btn .btn {
  padding-left: 13px;
  padding-right: 13px;
  width: 100%; }

@media (min-width: 1025px) {
  header .tt-search .tt-dropdown-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background:  #ffffff;
    color:  #777777;
    display: block;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }
  header .tt-search .tt-dropdown-menu > .container {
    display: none; }
  header .tt-search .tt-dropdown-menu .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px; }
  header .tt-search .tt-dropdown-menu form {
    position: relative;
    display: block; }
  header .tt-search .tt-dropdown-menu .tt-search-input {
    background: transparent;
    font-size: 24px;
    font-weight:  500;
    border: none;
    border-bottom: 1px solid  #eceaea;
    padding: 11px 12px 10px 0px;
    box-shadow: none;
    outline: none;
    width: 100%;
    color:  #191919;
    margin-top: 28px;
    border-radius: 0;
    text-transform: uppercase;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }
  header .tt-search .tt-dropdown-menu .tt-search-input:not(focus)::-webkit-input-placeholder {
    color:  #191919;
    text-transform: uppercase; }
  header .tt-search .tt-dropdown-menu .tt-search-input:not(focus)::-moz-placeholder {
    color:  #191919;
    text-transform: uppercase; }
  header .tt-search .tt-dropdown-menu .tt-search-input:not(focus):-moz-placeholder {
    color:  #191919;
    text-transform: uppercase; }
  header .tt-search .tt-dropdown-menu .tt-search-input:not(focus):-ms-input-placeholder {
    color:  #191919;
    text-transform: uppercase; }
  header .tt-search .tt-dropdown-menu .tt-btn-search {
    color:  #191919;
    font-size: 30px;
    line-height: 1;
    font-family: 'wokiee_icons';
    position: absolute;
    cursor: pointer;
    top: 41px;
    padding: 4px 0 4px 4px;
    margin-top: -11px;
    right: 0px;
    z-index: 3;
    display: inline-block;
    background: none;
    border: none;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
  header .tt-search .tt-dropdown-menu .tt-btn-search:before {
    content: "\e9b4"; }
  header .tt-search .tt-dropdown-menu .tt-btn-search:hover {
    color:  #0b4b58; }
  header .tt-search .tt-dropdown-menu .tt-info-text {
    position: absolute;
    top: 0;
    left: 0; }
  header .tt-search .tt-dropdown-menu .tt-btn-close {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -1px;
    color:  #777777;
    font-size: 14px;
    line-height: 1;
    font-family: 'wokiee_icons';
    padding: 5px 0px 5px 5px;
    background: none;
    border: none;
    cursor: pointer;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
  header .tt-search .tt-dropdown-menu .tt-btn-close:before {
    font-family: "wokiee_icons";
    line-height: 1; }
  header .tt-search .tt-dropdown-menu .tt-btn-close:hover {
    color:  #0b4b58; } }

@media (max-width: 1024px) {
  header .tt-mobile-header .tt-search.tt-dropdown-obj .tt-dropdown-menu {
    background:  #ffffff; }
  header .tt-search .tt-dropdown-menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: -2;
    opacity: 0;
    width: 100%;
    top: 0;
    left: 0; }
  header .tt-search .tt-dropdown-menu .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    position: relative; }
  header .tt-search .tt-dropdown-menu .container [class^="tt-col"]:first-child:first-child {
    padding-left: 0; }
  header .tt-search .tt-dropdown-menu .tt-info-text {
    display: none; }
  header .tt-search .tt-dropdown-menu form {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  header .tt-search .tt-dropdown-menu form .tt-col:first-child {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto; }
  header .tt-search .tt-dropdown-menu form .tt-col:last-child {
    margin-left: 20px; }
  header .tt-search .tt-dropdown-menu form .tt-search-input {
    background: transparent;
    font-size: 16px;
    border: 1px solid transparent;
    padding: 11px 12px 10px 0px;
    box-shadow: none;
    outline: none;
    width: calc(100% - 40px);
    color:  #777777;
    border-radius: 0;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }
  header .tt-search .tt-dropdown-menu .tt-btn-close {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    color:  #777777;
    font-size: 20px;
    line-height: 1;
    font-family: 'wokiee_icons';
    padding: 6px 0px 4px 5px;
    background: none;
    border: none;
    cursor: pointer;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
  header .tt-search .tt-dropdown-menu .tt-btn-close:before {
    font-family: "wokiee_icons";
    font-size: 20px;
    line-height: 1; }
  header .tt-search .tt-dropdown-menu .tt-btn-close:hover {
    color:  #0b4b58; }
  header .tt-search .tt-dropdown-menu .tt-btn-search {
    color:  #0b4b58;
    font-size: 20px;
    line-height: 1;
    font-family: 'wokiee_icons';
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -11px;
    right: 40px;
    z-index: 3;
    display: inline-block;
    background: none;
    border: none;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
  header .tt-search .tt-dropdown-menu .tt-btn-search:before {
    content: "\e9b4"; }
  header .tt-search .tt-dropdown-menu .search-results {
    position: absolute;
    top: 38px;
    left: 0;
    padding: 11px 11px 19px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.04); }
  header .tt-search .tt-dropdown-menu .tt-search-input:not(focus)::-webkit-input-placeholder {
    color:  #777777;
    text-transform: uppercase; }
  header .tt-search .tt-dropdown-menu .tt-search-input:not(focus)::-moz-placeholder {
    color:  #777777;
    text-transform: uppercase; }
  header .tt-search .tt-dropdown-menu .tt-search-input:not(focus):-moz-placeholder {
    color:  #777777;
    text-transform: uppercase; }
  header .tt-search .tt-dropdown-menu .tt-search-input:not(focus):-ms-input-placeholder {
    color:  #777777;
    text-transform: uppercase; } }

@media (max-width: 1024px) and (min-width: 481px) {
  header .tt-search .tt-dropdown-menu .search-results {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 1024px) and (max-width: 481px) {
  header .tt-search .tt-dropdown-menu .search-results {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px; } }

@media (max-width: 481px) {
  header .tt-search .tt-dropdown-menu {
    padding-left: 20px;
    padding-right: 20px; }
  header .tt-search .tt-dropdown-menu .tt-btn-search {
    right: 60px; } }

header .tt-search .search-results {
  position: relative;
  padding: 0;
  width: 100%;
  background:  #ffffff;
  display: block; }

@media (max-width: 1024px) {
  header .tt-search .search-results {
    background:  #ffffff; }
  header .tt-search .search-results {
    margin-top: 22px; }
  header .tt-search .search-results ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  header .tt-search .search-results ul > li {
    display: none;
    width: 100%;
    margin: 0;
    overflow: hidden; }
  header .tt-search .search-results ul > li a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    padding: 0;
    position: relative;
    background-color: transparent;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear; }
  header .tt-search .search-results ul > li a .thumbnail {
    width: 50px;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    border-right: 2px solid #fff; }
  header .tt-search .search-results ul > li a .thumbnail img {
    width: 100%;
    height: auto; }
  header .tt-search .search-results ul > li a .tt-description {
    padding: 5px 15px 5px 16px;
    white-space: normal;
    font-size: 14px;
    line-height: 24px; }
  header .tt-search .search-results ul > li a .tt-description .tt-title {
    font-size: 14px;
    line-height: 24px;
    color: #333333; }
  header .tt-search .search-results ul > li a .tt-description .tt-price {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight:  500;
    color:  #191919; }
  header .tt-search .search-results ul > li a .tt-description .tt-price .new-price {
    color:  #f8353e;
    margin-right: 7px; }
  header .tt-search .search-results ul > li a .tt-description .tt-price .old-price {
    color:  #191919;
    text-decoration: line-through; }
  header .tt-search .search-results ul > li a .tt-description .tt-price .old-price .money {
    text-decoration: line-through; }
  header .tt-search .search-results ul > li a .tt-description .tt-price span {
    display: inline-block; }
  header .tt-search .search-results ul > li a:hover {
    background-color:  #f7f8fa; }
  header .tt-search .search-results ul > li:not(:first-child) {
    margin-top: 10px; }
  header .tt-search .search-results ul li:nth-child(-n+3) {
    display: block; } }

@media (min-width: 1024px) {
  header .tt-search .search-results {
    margin-top: 27px; }
  header .tt-search .search-results ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden; }
  header .tt-search .search-results ul > li {
    display: block;
    width: 16.666%;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden; }
  header .tt-search .search-results ul > li a {
    display: block; }
  header .tt-search .search-results ul > li a .thumbnail img {
    width: 100%;
    height: auto; }
  header .tt-search .search-results ul > li a .tt-description {
    padding: 14px 0px 5px 0px;
    white-space: normal;
    font-size: 14px;
    line-height: 24px; }
  header .tt-search .search-results ul > li a .tt-description .tt-title {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
  header .tt-search .search-results ul > li a .tt-description .tt-price {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight:  500;
    color:  #191919; }
  header .tt-search .search-results ul > li a .tt-description .tt-price .new-price {
    color:  #f8353e;
    margin-right: 7px; }
  header .tt-search .search-results ul > li a .tt-description .tt-price .old-price {
    color:  #191919;
    text-decoration: line-through; }
  header .tt-search .search-results ul > li a .tt-description .tt-price .old-price .money {
    text-decoration: line-through; }
  header .tt-search .search-results ul > li a .tt-description .tt-price span {
    display: inline-block; }
  header .tt-search .search-results ul > li a:hover .tt-title {
    color:  #0b4b58; } }

header .tt-search .tt-view-all {
  padding: 0;
  margin-top: 15px; }

header .tt-search .tt-view-all a {
  color:  #0b4b58;
  text-decoration: none;
  -webkit-transition: color 300ms linear 0s;
  -moz-transition: color 300ms linear 0s;
  -ms-transition: color 300ms linear 0s;
  -o-transition: color 300ms linear 0s;
  transition: color 300ms linear 0s; }

header .tt-search .tt-view-all a:hover {
  text-decoration: none;
  color:  #191919; }

@media (min-width: 1025px) {
  header .tt-search.active .tt-dropdown-menu {
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  header .tt-search.active .tt-dropdown-menu > .container {
    display: block; } }

@media (max-width: 1024px) {
  header .tt-search.active .tt-dropdown-menu {
    z-index: 3;
    opacity: 1; } }

header .tt-social-icon {
  margin-top: 7px;
  padding-bottom: 5px; }

header .tt-social-icon li:first-child a {
  padding-left: 0; }

header .tt-social-icon li:last-child a {
  padding-right: 0; }

header ul.tt-listing-01 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  text-align: center;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
  margin-top: -4px;
  margin-left: -8px; }

header ul.tt-listing-01 li {
  margin-top: 8px;
  margin-left: 8px;
  width: calc(50% - 8px); }

header ul.tt-listing-01 li a {
  display: block;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

header ul.tt-listing-01 li a img {
  width: 100%;
  max-width: 100%;
  height: auto; }

header ul.tt-listing-01 li a:before {
  content: '';
  width: 100%;
  height: 100%;
  outline: 1px solid  #e9e7e7;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  -moz-transition: outline-color 0.2s linear;
  -o-transition: outline-color 0.2s linear;
  -webkit-transition: outline-color 0.2s linear;
  transition: outline-color 0.2s linear; }

@media (min-width: 1230px) {
  header ul.tt-listing-01 li a {
    height: 78px;
    padding: 9px; } }

@media (max-width: 1229px) {
  header ul.tt-listing-01 li a {
    height: 65px;
    padding: 5px; } }

header ul.tt-listing-01 li a:hover:before {
  outline-color:  #191919; }

html.ie .tt-desctop-parent-menu {
  line-height: 0; }

html.ie .tt-desctop-parent-menu .dropdown-menu {
  line-height: 22px; }

/*
	desktop header
*/
.tt-desktop-header {
  position: relative;
  z-index: 8; }

@media (max-width: 1024px) {
  .tt-desktop-header {
    display: none; } }

.tt-desktop-header .tt-dropdown-obj {
  margin-top: 20px;
  padding-bottom: 18px; }

.tt-desktop-header .tt-listing-01:hover {
  border-color:  #0b4b58; }

.tt-desktop-header .tt-listing-01:hover:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.tt-header-static {
  position: absolute;
  z-index: 9;
  width: 100%;
  background: transparent; }

header .container-fluid {
  padding-left: 20px;
  padding-right: 20px; }

@media (max-width: 480px) {
  header .container-fluid {
    padding-left: 0px;
    padding-right: 0px; } }

.tt-desktop-header .container-fluid .container {
  position: relative; }

/*
	header layout
*/
.tt-header-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 40px; }

.tt-header-row .tt-col-right {
  vertical-align: top;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.tt-header-row .tt-col-right div.tt-desctop-parent-menu:not(:last-child) {
  margin-right: 15px; }

.tt-header-row .tt-row-left {
  vertical-align: top;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.tt-header-row .tt-row-left .tt-logo:not(:last-child) {
  margin-bottom: 0; }

.tt-header-row .tt-row-left .tt-logo + .tt-desctop-parent-menu .tt-desctop-menu nav > ul li.dropdown > a {
  padding-top: 13px;
  padding-bottom: 22px; }

.tt-header-row .tt-row-left .tt-logo + .tt-desctop-parent-menu .tt-desctop-menu nav > ul li.dropdown > a .tt-badge {
  top: -6px; }

.tt-header-row .tt-row-left > *:nth-child(1):not(.tt-logo) {
  margin-top: 0; }

.tt-header-row .tt-col-left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  vertical-align: top; }

.tt-header-row .tt-col-left:last-child .tt-desctop-menu:last-child:first-child nav > ul li.dropdown > a {
  padding-top: 18px;
  padding-bottom: 17px; }

.tt-header-row .tt-col-left:last-child .tt-desctop-menu:last-child:first-child nav > ul li.dropdown > a .tt-badge {
  top: 2px; }

.tt-header-row .tt-col-left:not(.tt-row-center):not(.tt-row-left) .tt-logo {
  margin-right: 30px; }

.tt-header-row .tt-position-absolute:not(:first-child) {
  position: absolute; }

.tt-header-row .tt-position-absolute.tt-search-active {
  left: 0; }

.tt-header-row .tt-col-right.tt-position-absolute:not(:first-child) {
  right: 0; }

.tt-header-row .tt-col-left.tt-position-absolute {
  left: 0;
  position: absolute; }

.tt-header-row .tt-row-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top; }

.tt-header-row .tt-row-center .tt-logo:not(:last-child) {
  margin-bottom: 0; }

.tt-header-row .tt-row-center .tt-logo + .tt-desctop-parent-menu .tt-desctop-menu nav > ul li.dropdown > a {
  padding-top: 13px;
  padding-bottom: 22px; }

.tt-header-row .tt-row-center .tt-logo + .tt-desctop-parent-menu .tt-desctop-menu nav > ul li.dropdown > a .tt-badge {
  top: -6px; }

.tt-header-row .tt-row-center > *:nth-child(1):not(.tt-logo) {
  margin-top: 0; }

.tt-header-row .tt-col-large {
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto; }

.tt-header-row .tt-col-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.tt-header-row .tt-col-center .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 870px) {
  .tt-header-row.tt-top-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 0 7px 0; }
  .tt-header-row.tt-top-row > div {
    max-width: inherit;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .tt-header-row.tt-top-row .tt-box-info {
    width: 100%;
    margin-top: 6px; }
  .tt-header-row.tt-top-row .tt-box-info ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .tt-header-row.tt-top-row .tt-box-info ul li {
    margin-left: 0;
    margin-right: 0;
    padding-top: 1px;
    padding-bottom: 1px; }
  .tt-header-row.tt-top-row .tt-social-icon {
    margin-top: 6px; }
  .tt-header-row.tt-top-row .tt-social-icon li:first-child {
    margin-right: 10px; }
  .tt-header-row.tt-top-row .tt-social-icon li:not(:last-child):not(:first-child) {
    margin: 0 10px; }
  .tt-header-row.tt-top-row .tt-social-icon li:last-child {
    margin-left: 10px; } }

@media (min-width: 481px) and (max-width: 1024px) {
  .tt-header-row.tt-top-row {
    padding-left: 10px;
    padding-right: 10px; } }

.container-fluid.tt-search-container {
  padding-left: 0;
  padding-right: 0; }

.container-fluid.tt-search-container .tt-search .tt-dropdown-menu form {
  padding-left: 10px;
  padding-right: 10px; }

.container-fluid.tt-search-container .tt-search .tt-dropdown-menu .tt-btn-search {
  right: 60px; }

/* tt-desctop-menu */
.tt-desctop-menu {
  /*
        obj
    */
  /*
        dropdown layout
    */ }

.tt-desctop-menu img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.tt-desctop-menu ul li {
  display: inline-block; }

.tt-desctop-menu > ul > li > a {
  color: violet;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  font-size: 16px;
  display: inline-block;
  padding: 23px 21px 22px 20px;
  font-weight:  500;
  letter-spacing: 0.02em;
  background: #ffffff;
  position: relative; }

.tt-desctop-menu > ul > li > a:hover,
.tt-desctop-menu > ul > li.hover > a {
  color: yellow;
  background: #fff; }

.tt-desctop-menu > ul > li.selected > a,
.tt-desctop-menu > ul > li.active > a {
  color:  #0b4b58; }

.tt-desctop-menu ul.popup-left {
  left: auto;
  right: 100%; }

.tt-desctop-menu .dropdown {
  position: inherit; }

.tt-desctop-menu .dropdown > a {
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-desctop-menu .dropdown > a:hover {
  color:  #0b4b58; }

.tt-desctop-menu .dropdown .dropdown-menu {
  display: none;
  top: -10000px;
  background:  #ffffff; }

.tt-desctop-menu .dropdown.active > a {
  color:  #0b4b58; }

.tt-desctop-menu .dropdown.selected > a {
  color:  #0b4b58; }

.tt-desctop-menu .dropdown:hover {
  top: auto; }

.tt-desctop-menu .dropdown:hover .dropdown-menu {
  top: auto; }

.tt-desctop-menu .dropdown-menu {
  padding: 33px 5px 27px 39px;
  margin-top: 0px;
  border: none;
  display: block;
  position: absolute; }

.tt-desctop-menu .megamenu .dropdown-menu {
  left: 0; }

.tt-desctop-menu .multicolumn {
  position: relative; }

.tt-desctop-menu .multicolumn .dropdown-menu {
  padding: 0; }

.tt-desctop-menu .multicolumn > ul > li > a {
  border-bottom: none; }

.tt-desctop-menu .multicolumn ul > li > a {
  white-space: nowrap; }

.tt-desctop-menu .multicolumn ul li {
  border-bottom: 1px solid #000;
  width: 100%;
  position: relative; }

.tt-desctop-menu .multicolumn ul li a {
  padding: 13px 19px 11px 20px;
  display: block;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  color: #000;
  background: #000; }

.tt-desctop-menu .multicolumn ul li a:hover {
  color: #000;
  background: #000; }

.tt-desctop-menu .multicolumn ul li a:hover > ul {
  display: block; }

.tt-desctop-menu .multicolumn ul li ul {
  display: none;
  position: absolute;
  min-width: 202px;
  z-index: 11;
  left: 100%;
  top: 0;
  margin-top: 0; }

.tt-desctop-menu .multicolumn ul li ul.right,
.tt-desctop-menu .multicolumn ul li ul.right ul {
  left: auto;
  right: 100%; }

.tt-desctop-menu .multicolumn ul li ul.right .left,
.tt-desctop-menu .multicolumn ul li ul.right .left ul {
  left: 100%;
  right: auto; }

.tt-desctop-menu .multicolumn ul li a:not(:only-child):after {
  right: 18px;
  top: 50%;
  margin-top: -5px;
  position: absolute;
  border-top: 5px solid transparent;
  border-left: 5px solid red;
  border-bottom: 5px solid transparent; }

.tt-desctop-menu .multicolumn ul li:last-child {
  border: none; }

.tt-desctop-menu .multicolumn ul li.active > a {
  color: #000;
  background: #000; }

.tt-desctop-menu .dropdown-menu.one-col {
  min-width: 202px;
  margin-left: 0;
  width: auto; }

.tt-desctop-menu .dropdown-menu.large-width {
  width: 290px; }

.tt-desctop-menu .dropdown-menu.large-width > li > a {
  white-space: normal; }

.tt-desctop-menu .menu-title {
  color: yellow;
  display: block;
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 10px;
  font-weight:  500;
  letter-spacing: 0.02em;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.container-fluid.single-menu .obj-aligment-left .tt-desctop-menu nav > ul li.dropdown:first-child .dropdown-menu {
  margin-left: 0; }

.tt-desctop-menu .dropdown > a {
  position: relative; }

.tt-desctop-menu .dropdown > a .tt-badge {
  position: absolute;
  top: 9px;
  right: 0; }

.tt-desctop-menu .tt-badge {
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  padding: 2px 4px 2px; }

.tt-desctop-menu .tt-new {
  background:  #03a9f5;
  color:  #ffffff; }

.tt-desctop-menu .tt-fatured {
  background:  #fdbc20;
  color:  #ffffff; }

.tt-desctop-menu .tt-sale {
  background:  #f8353e;
  color:  #ffffff; }

.tt-desctop-menu .header-menu-product a {
  display: block; }

.tt-desctop-menu .header-menu-product a .tt-title {
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-desctop-menu .header-menu-product a:hover .tt-title {
  color:  #0b4b58; }

.tt-desctop-menu .header-menu-product .tt-product .tt-description {
  padding-top: 6px; }

.tt-desctop-menu nav > ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.tt-desctop-menu nav > ul > li.dropdown > a {
  font-family: "CeraPro", sans-serif;
  font-size: 14px;
  line-height: 1.1;
  color:  #191919;
  font-weight:  400;
  letter-spacing: 0.04em;
  padding: 28px 12px 27px;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex; }

.tt-desctop-menu nav > ul > li.dropdown > a:hover {
  color:  #0b4b58; }

@media (min-width: 1025px) and (max-width: 1229px) {
  .tt-col-obj.tt-obj-menu .tt-desctop-menu nav > ul > li.dropdown > a {
    padding: 28px 8px 27px; } }

.tt-desctop-menu .tt-title-submenu {
  font-size: 14px;
  display: block;
  line-height: 24px;
  font-weight:  500;
  letter-spacing: 0.03em;
  padding-bottom: 8px;
  font-weight:  500;
  color:  #191919;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-desctop-menu .tt-title-submenu a {
  color:  #191919; }

.tt-desctop-menu .tt-title-submenu img {
  width: 100%;
  height: auto;
  margin-top: 13px;
  margin-bottom: 7px; }

.tt-desctop-menu a.tt-title-submenu:hover {
  color:  #0b4b58; }

.tt-desctop-menu .tt-title-submenu.active {
  color:  #0b4b58; }

.tt-desctop-menu .tt-title-submenu + .slick-slider,
.tt-desctop-menu .tt-title-submenu + .tt-menu-slider {
  margin-top: 4px; }

.tt-desctop-menu .tt-megamenu-submenu {
  margin-top: -3px;
  display: inline-block; }

.tt-desctop-menu .tt-megamenu-submenu > li {
  display: block;
  position: relative; }

.tt-desctop-menu .tt-megamenu-submenu > li > a {
  color:  #777777;
  font-size: 14px;
  line-height: 22px;
  display: block;
  position: relative;
  padding-top: 1px;
  padding-right: 23px;
  padding-bottom: 1px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-desctop-menu .tt-megamenu-submenu > li > a img {
  width: auto;
  position: absolute;
  right: -8px;
  top: 0px;
  visibility: hidden;
  z-index: 3;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-desctop-menu .tt-megamenu-submenu > li > a:hover {
  color:  #0b4b58; }

.tt-desctop-menu .tt-megamenu-submenu > li > a:hover img {
  visibility: visible;
  right: -34px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.tt-desctop-menu .tt-megamenu-submenu > li > a:hover:before {
  left: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.tt-desctop-menu .tt-megamenu-submenu > li.active > a {
  color:  #0b4b58; }

.tt-desctop-menu .tt-megamenu-submenu li a:not(:only-child) span {
  position: relative;
  display: inline-block; }

.tt-desctop-menu .tt-megamenu-submenu li a:not(:only-child) span:after {
  content: "";
  speak: none;
  right: -13px;
  margin-top: 7px;
  position: absolute;
  border-top: 4px solid transparent;
  border-left: 4px solid #191919;
  border-bottom: 4px solid transparent;
  position: relative;
  display: inline-block;
  float: right;
  -webkit-font-smoothing: antialiased;
  pointer-events: none;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear; }

.tt-desctop-menu .tt-megamenu-submenu li a:not(:only-child):after .tt-badge {
  position: relative;
  top: 1px; }

.tt-desctop-menu .tt-megamenu-submenu > li > a:not(:only-child):after {
  right: -13px; }

.tt-desctop-menu .tt-megamenu-submenu > li ul {
  display: none;
  margin-top: 0px;
  background: #fff;
  position: absolute;
  z-index: 13;
  left: 100%;
  top: -10px;
  padding: 10px 0px 10px 0px;
  min-width: 210px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08); }

.tt-desctop-menu .tt-megamenu-submenu > li ul ul.right,
.tt-desctop-menu .tt-megamenu-submenu > li ul ul.right ul {
  left: auto;
  right: 100%; }

.tt-desctop-menu .tt-megamenu-submenu > li ul ul.right .left,
.tt-desctop-menu .tt-megamenu-submenu > li ul ul.right .left ul {
  left: 100%;
  right: auto; }

.tt-desctop-menu .tt-megamenu-submenu > li ul li {
  margin-bottom: 0;
  display: block;
  position: relative; }

.tt-desctop-menu .tt-megamenu-submenu > li ul li a {
  padding: 1px 7px 1px 20px;
  font-size: 14px;
  display: block;
  background: #ffffff;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-desctop-menu .tt-megamenu-submenu > li ul li a:hover {
  color:  #0b4b58; }

.tt-desctop-menu .tt-megamenu-submenu > li ul li.active > a {
  color:  #0b4b58; }

.tt-desctop-menu ul.tt-sub-img {
  display: block; }

.tt-desctop-menu ul.tt-sub-img li {
  display: block; }

.tt-desctop-menu ul.tt-sub-img li a {
  display: block; }

.tt-desctop-menu ul.tt-sub-img li a {
  position: relative;
  z-index: 3; }

.tt-desctop-menu ul.tt-sub-img li a img {
  width: auto;
  position: absolute;
  right: -34px;
  top: -5px;
  visibility: hidden;
  z-index: 3;
  max-width: 141px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); }

.tt-desctop-menu .tt-megamenu-col-01 .tt-sub-img li a img {
  right: -129px; }

.tt-desctop-menu ul.tt-sub-img li a:hover {
  z-index: 4; }

.tt-desctop-menu ul.tt-sub-img li a:hover img {
  visibility: visible;
  top: 0px;
  right: -34px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.tt-desctop-menu ul.tt-sub-img li.tt-sub-menu > a {
  display: inline-block; }

.tt-desctop-menu .dropdown-menu {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08); }

.tt-desctop-menu .dropdown-menu > .row:not(:first-child) {
  margin-top: 26px; }

.tt-desctop-menu .megamenu .dropdown-menu {
  width: 100%;
  padding: 33px 39px 39px 39px; }

.tt-desctop-menu .megamenu .col {
  max-width: 281px; }

@media (max-width: 1229px) {
  .tt-desctop-menu .megamenu .col {
    max-width: 228px; } }

.tt-desctop-menu .tt-megamenu-col-01 .dropdown-menu {
  width: 280px;
  margin-left: -27px; }

.tt-desctop-menu .tt-megamenu-col-01 .col {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.tt-desctop-menu .tt-megamenu-col-01 .tt-sub-img li a:hover img {
  right: -129px; }

.tt-desctop-menu .tt-megamenu-col-02 .dropdown-menu {
  width: 630px;
  margin-left: -39px; }

.tt-desctop-menu .tt-megamenu-col-02 .col {
  max-width: 281px;
  min-width: 281px; }

.tt-desctop-menu .tt-col-list {
  margin-top: -23px; }

.tt-desctop-menu .tt-col-list [class^="col"] {
  margin-top: 23px; }

.tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown > a.active {
  color:  #0b4b58; }

.tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:first-child > a {
  padding-left: 0; }

.tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:last-child > a {
  padding-right: 0; }

.tt-desctop-menu.tt-hover-02 nav > ul li.dropdown > a {
  padding-left: 13px;
  padding-right: 13px; }

.tt-desctop-menu.tt-hover-02 nav > ul li.dropdown > a.active {
  background:  #0b4b58;
  color: #ffffff; }

/*
	tt-mobile-header
*/
.tt-mobile-header .tt-top-line {
  border-top: 1px solid  #e9e7e7; }

.tt-mobile-header .tt-dropdown-obj {
  margin-top: 9px;
  padding-bottom: 9px; }

.tt-mobile-header .tt-parent-box {
  margin-left: 20px; }

.tt-mobile-header .tt-search .tt-dropdown-menu form {
  height: 50px; }

.tt-mobile-header .container-fluid:not(.tt-top-line) {
  min-height: 50px; }

.tt-mobile-header .tt-logo-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px 0 20px; }

.tt-mobile-header .tt-logo-container .tt-logo-alignment .tt-title {
  margin-top: 11px; }

@media (min-width: 481px) {
  .tt-mobile-header .tt-mobile-parent-menu {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto; }
  .tt-mobile-header .container-fluid {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 480px) {
  .tt-mobile-header .tt-header-row.tt-top-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .tt-mobile-header .tt-header-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px; }
  .tt-mobile-header .tt-header-row .tt-parent-box {
    margin-left: inherit; }
  .tt-mobile-header .tt-header-row .tt-menu-toggle {
    padding-left: 8px;
    padding-right: 8px; }
  .tt-mobile-header .tt-header-row .tt-parent-box:last-child .tt-dropdown-toggle {
    padding-right: 8px; } }

/* tt-menu-toggle */
.tt-menu-toggle {
  position: relative;
  display: inline-block;
  padding: 16px 5px 5px 0px;
  cursor: pointer;
  margin-left: 1px; }

.tt-menu-toggle i {
  color:  #191919;
  font-size: 17px;
  line-height: 1;
  position: relative;
  display: inline-block; }

body:not(.touch-device) .tt-menu-toggle:not(.active):hover {
  color:  #0b4b58; }

body:not(.touch-device) .tt-menu-toggle.active:hover {
  color:  #0b4b58; }

/* visibility desktop and mobile header */
@media (max-width: 1024px) {
  .tt-desktop-header {
    display: none; }
  .tt-mobile-header {
    display: block; } }

@media (min-width: 1025px) {
  .tt-desktop-header {
    display: block; }
  .tt-mobile-header {
    display: none; } }

/* tt-stuck-nav */
.tt-stuck-nav {
  width: 100%;
  position: fixed;
  backface-visibility: hidden;
  display: none;
  top: -100%;
  z-index: 20;
  background:  #ffffff;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
  min-height: 45px; }

.tt-stuck-nav .tt-desctop-menu nav > ul > li.dropdown > a {
  color:  #191919 ; }

.tt-stuck-nav .tt-menu-toggle i,
header .tt-stuck-nav .tt-dropdown-obj .tt-dropdown-toggle {
  color:  #191919 ; }

.tt-stuck-nav .tt-desctop-menu nav > ul > li.dropdown > a:hover,
.tt-stuck-nav .tt-desctop-menu nav > ul > li.dropdown.active > a,
.tt-stuck-nav .tt-desctop-menu nav > ul > li.dropdown.selected > a {
  color:  #0b4b58 ; }

header .tt-stuck-nav .tt-dropdown-obj.active .tt-dropdown-toggle,
header .tt-stuck-nav .tt-dropdown-obj .tt-dropdown-toggle:hover {
  color:  #0b4b58 ; }

header .tt-stuck-nav .catmobbtn svg path {
  fill:  #191919 ; }

header .tt-stuck-nav .catmobbtn:hover svg path {
  fill:  #0b4b58 ; }

.tt-stuck-nav > .container {
  background:  #ffffff; }

.tt-stuck-nav .tt-dropdown-obj {
  margin-top: 7px;
  padding-bottom: 7px; }

.tt-stuck-nav .tt-desctop-menu nav > ul li.dropdown > a {
  padding-top: 16px;
  padding-bottom: 17px; }

.tt-stuck-nav .tt-desctop-menu nav > ul li.dropdown > a .tt-badge {
  top: 2px;
  padding: 1px 3px 1px; }

.tt-stuck-nav .tt-menu-toggle {
  top: -3px; }

.tt-stuck-nav .tt-btn-close {
  position: relative;
  top: 1px; }

@media (max-width: 1024px) {
  .tt-stuck-nav .container {
    max-width: 100%; }
  .tt-stuck-nav .tt-parent-box {
    margin-left: 20px; } }

@media (min-width: 481px) {
  .tt-stuck-nav .tt-stuck-parent-menu {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto; } }

@media (min-width: 481px) and (max-width: 1024px) {
  .tt-stuck-nav .container-fluid,
  .tt-stuck-nav .container {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 480px) {
  .tt-stuck-nav .tt-header-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px; }
  .tt-stuck-nav .tt-header-row .tt-parent-box {
    margin-left: inherit; }
  .tt-stuck-nav .tt-header-row .tt-menu-toggle {
    padding-left: 8px;
    padding-right: 8px; }
  .tt-stuck-nav .tt-header-row .tt-parent-box:last-child .tt-dropdown-toggle {
    padding-right: 8px; } }

.stuck.tt-stuck-nav {
  top: 0; }

@media (max-width: 1024px) {
  .stuck.tt-stuck-nav .tt-search .tt-dropdown-menu .search-results {
    top: 23px;
    border-top: 1px solid  #e9e7e7;
    padding-top: 20px; }
  .stuck.tt-stuck-nav .container .tt-search.active .tt-dropdown-menu::before {
    content: '';
    display: block;
    width: calc(100% + 40px);
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background:  #ffffff;
    margin-left: -20px;
    margin-right: -20px; } }

/* tt-promo-02 (header banners) */
.tt-promo-02 {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.tt-promo-02 > img {
  width: 100%;
  height: auto; }

.tt-promo-02 .tt-description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 39px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color:  #777777;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-promo-02 .tt-description .tt-title-small {
  font-size: 16px;
  line-height: 26px;
  font-weight:  500;
  letter-spacing: 0.04em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-promo-02 .tt-description .tt-title-large {
  font-size: 26px;
  line-height: 34px;
  font-weight:  500;
  letter-spacing: 0.04em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-promo-02 .tt-description .tt-title-xlarge {
  font-size: 36px;
  line-height: 41px;
  font-weight:  500;
  letter-spacing: 0.03em;
  padding-bottom: 2px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-promo-02 .tt-description p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 4px;
  letter-spacing: 0.02em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-promo-02 .tt-description .tt-obj-bottom {
  position: absolute;
  bottom: 30px; }

.tt-promo-02 .tt-description [class^="btn"] {
  margin-top: 20px; }

.tt-promo-02 .tt-description .tt-title-small:not([class$="color"]) {
  color:  #191919; }

.tt-promo-02 .tt-description .tt-title-large:not([class$="color"]) {
  color:  #191919; }

.tt-promo-02 .tt-description .tt-title-large:not([class$="color"]) {
  color:  #191919; }

.tt-promo-02 .tt-description img {
  max-width: 100%;
  height: auto; }

@media (max-width: 1229px) {
  .tt-promo-02 .tt-description .tt-title-xlarge {
    font-size: 29px;
    line-height: 41px; }
  .tt-promo-02 .tt-description.tt-point-v-t {
    padding: 26px 28px 26px 28px; } }

@media (max-width: 575px) {
  .tt-promo-02 .tt-description .tt-title-small {
    font-size: 15px;
    line-height: 22px; }
  .tt-promo-02 .tt-description .tt-title-large {
    font-size: 20px;
    line-height: 29px; }
  .tt-promo-02 .tt-description p {
    margin-top: 0;
    line-height: 20px; }
  .tt-promo-02 .tt-description [class^="btn"] {
    margin-top: 10px; } }

.tt-promo-02 .tt-description *:nth-child(1) {
  margin-top: 0; }

.tt-promo-02 .tt-description:not(.tt-point-v-t) {
  padding: 20px 39px; }

.tt-promo-02 .tt-description.tt-point-v-t {
  padding: 26px 46px 26px 28px; }

.tt-promo-02:hover .btn-underline,
.tt-promo-02:hover .btn-underline.tt-white-color {
  border-color: transparent !important; }

.tt-promo-02:hover .btn-underline.tt-white-color {
  color: #ffffff; }

/*
    mobile menu
*/
.panel-menu,
.mmpanels,
.mmpanels > .mmpanel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: inherit; }

.panel-menu {
  width: 270px;
  background:  #ffffff;
  position: fixed;
  z-index: 22; }

.panel-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.panel-menu ul li {
  margin: 0;
  width: 100%; }

.panel-menu ul li a {
  display: flex;
  padding: 9px 27px 9px 30px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  color:  #191919;
  position: relative;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.panel-menu ul li a:hover {
  color:  #0b4b58; }

.panel-menu #mm0.mmpanel a:not(.mm-close) {
  font-weight:  400; }

.panel-menu #mm0.mmpanel a:hover {
  color:  #0b4b58; }

.panel-menu #mm0.mmpanel a:hover:after {
  color:  #0b4b58; }

.panel-menu #mm0.mmpanel .mm-next-level:after {
  top: 13px; }

.panel-menu .mmpanel:not(#mm0) a:not(.mm-original-link) {
  font-weight: 400; }

.panel-menu .mmpanel .tt-badge {
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  padding: 2px 4px 2px;
  max-height: 16px;
  top: 3px;
  position: relative;
  margin-left: 7px; }

.panel-menu .mmpanel .tt-new {
  background:  #03a9f5;
  color:  #ffffff; }

.panel-menu .mmpanel .tt-fatured {
  background:  #fdbc20;
  color:  #ffffff; }

.panel-menu .mmpanel .tt-sale {
  background:  #f8353e;
  color:  #ffffff; }

.panel-menu .mmpanel .mm-original-link .tt-badge {
  top: -1px; }

.panel-menu .mm-close,
.panel-menu .mm-prev-level,
.panel-menu .mm-original-link {
  display: block; }

.panel-menu .mm-close:before,
.panel-menu .mm-prev-level:before,
.panel-menu .mm-next-level:after {
  font-family: 'wokiee_icons';
  font-size: 14px;
  line-height: 14px;
  font-weight:  500;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.panel-menu .mm-close:hover:before
.mm-prev-level:hover:before,
.panel-menu .mm-next-level:hover:after {
  color:  #191919; }

.panel-menu li.mm-close-parent {
  margin-bottom: 15px; }

.panel-menu li.mm-close-parent .mm-close {
  padding: 15px 16px 13px 29px;
  color:  #777777;
  border-bottom: 1px solid  #e9e7e7; }

.panel-menu li.mm-close-parent .mm-close:hover {
  color:  #0b4b58; }

.panel-menu li.mm-close-parent .mm-close:before {
  content: "\e9b3";
  padding-right: 6px;
  position: relative;
  top: 1px; }

.panel-menu li.mm-close-parent .mm-close:hover:before {
  color:  #0b4b58; }

.panel-menu .mm-prev-level {
  padding: 15px 16px 13px 29px;
  color:  #777777;
  border-bottom: 1px solid  #e9e7e7;
  margin-bottom: 15px; }

.panel-menu .mm-prev-level:before {
  content: "\e90d";
  padding-right: 10px;
  position: relative;
  top: 1px; }

.panel-menu .mm-prev-level:hover {
  color:  #0b4b58; }

.panel-menu .mm-prev-level:hover:before {
  color:  #0b4b58; }

.panel-menu .mm-next-level:after {
  content: "\e90e";
  padding-left: 10px;
  top: 12px;
  right: 30px;
  position: absolute; }

.panel-menu .mm-original-link {
  font-weight:  500;
  color:  #191919; }

.panel-menu .mm-original-link:before {
  padding-right: 10px; }

.mm-open {
  overflow: hidden; }

.mm-open .mm-fullscreen-bg {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.55);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 21;
  display: none; }

.mmitemopen.panel-menu,
.mmitemopen.panel-menu.mm-right {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.panel-menu {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.panel-menu.mm-right,
.mmitemopen.panel-menu.mm-right.mmhide {
  left: auto;
  right: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mmitemopen.panel-menu.mmhide {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mmpanel {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mmpanels {
  overflow: hidden; }

.mmpanel.mmopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mmpanel.mmsubopened {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

.mmpanels > .mmpanel {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto; }

.mmpanels,
.mmpanels > .mmpanel {
  background: inherit;
  border-color: inherit; }

.mmpanels > .mmpanel:not(.mmhidden) {
  display: block; }

.mmpanels > .mmpanel:after {
  content: '';
  display: block;
  height: 20px; }

.panel-menu img {
  display: none; }

.mmhidden,
.mm-nav-btn {
  display: none; }

.mm-fullscreen-bg,
.mm-fullscreen-bg:focus,
.mm-fullscreen-bg:active,
.mm-fullscreen-bg:hover {
  outline: none; }

.tt-menu-slider {
  max-height: 389px; }

/*
	tt-header-holder
 */
.tt-search-container .tt-obj-options {
  width: 100%;
  position: absolute;
  top: 0; }

header .tt-dropdown-obj.obj-move-left .tt-dropdown-menu {
  left: 0;
  right: auto; }

.tt-header-holder {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.tt-header-holder .tt-col-obj {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.tt-header-holder .tt-obj-menu {
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto; }

.tt-header-holder .obj-move-left {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  margin-right: auto !important; }

.tt-header-holder .obj-move-right {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-left: auto !important; }

.tt-header-holder .tt-obj-options.obj-move-right {
  right: 0; }

.tt-header-holder .obj-move-right.tt-position-absolute:not(:first-child) {
  right: 0; }

.tt-header-holder .tt-search-active {
  width: 100%; }

.tt-header-holder .obj-aligment-left {
  text-align: left; }

.tt-header-holder .obj-aligment-center {
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  text-align: center; }

.tt-header-holder .obj-aligment-center > * {
  text-align: left;
  margin-left: 0;
  margin-right: 0; }

.tt-header-holder .obj-aligment-right {
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  text-align: right; }

.tt-header-holder .obj-aligment-right > * {
  text-align: left; }

.tt-header-holder .obj-aligment-right:not(:first-child):not(:last-child) > * {
  margin-right: 30px; }

.tt-header-holder .tt-obj-logo:not(.obj-move-right):not(.obj-aligment-center) .tt-logo {
  margin-right: 33px; }

.tt-header-holder .tt-col-obj.tt-obj-logo.menu-in-center .tt-logo {
  margin-right: 0; }

@media (max-width: 1229px) {
  .tt-col-obj.tt-obj-menu.obj-aligment-center {
    padding: 0 !important; } }

.tt-header-holder .tt-col-obj.obj-move-right .tt-logo,
.tt-header-holder .tt-col-obj.obj-move-right .tt-desctop-menu {
  margin-left: 30px; }

.tt-header-holder .tt-obj-menu:last-child:first-child .tt-desctop-menu:not(.tt-menu-small) nav > ul li.dropdown > a {
  padding-top: 18px;
  padding-bottom: 17px; }

.tt-header-holder .tt-desctop-menu.tt-menu-small {
  margin-top: -10px; }

.tt-header-holder .tt-desctop-menu.tt-menu-small nav > ul li.dropdown > a {
  padding-top: 0;
  padding-bottom: 22px; }

.tt-header-holder .tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:first-child > a {
  padding-left: 0; }

.tt-header-holder .tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:last-child > a {
  padding-right: 0; }

html.ie .tt-header-holder .tt-desctop-menu.tt-menu-small {
  margin-top: -7px; }

.tt-obj-menu.obj-aligment-center .tt-desctop-menu .megamenu > .dropdown-menu {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

.tt-obj-menu.obj-aligment-right .tt-desctop-menu .megamenu .dropdown-menu {
  left: auto;
  right: 0; }

@media (min-width: 1230px) {
  .tt-header-static .tt-obj-menu.obj-aligment-left {
    position: relative; } }

@media (max-width: 1229px) {
  .tt-header-static .tt-obj-menu.obj-aligment-left .tt-desctop-menu .megamenu > .dropdown-menu {
    left: 0;
    right: 0;
    max-width: 100%; } }

@media (min-width: 1230px) {
  .tt-header-static .tt-obj-menu.obj-aligment-center {
    position: relative; } }

@media (max-width: 1229px) {
  .tt-header-static .tt-obj-menu.obj-aligment-center .tt-desctop-menu .megamenu > .dropdown-menu {
    left: 0;
    right: 0;
    max-width: 100%; } }

@media (min-width: 1230px) {
  .tt-header-static .tt-obj-menu.obj-aligment-right {
    position: relative; } }

@media (max-width: 1229px) {
  .tt-header-static .tt-obj-menu.obj-aligment-right .tt-desctop-menu .megamenu > .dropdown-menu {
    left: 0;
    right: 0;
    max-width: 100%; } }

.slider-revolution {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1; }

.slider-revolution video {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block; }

.slider-revolution .tp-dottedoverlay {
  z-index: 1; }

.slider-revolution .tp-dottedoverlay.twoxtwo {
  background: none; }

.slider-revolution .tp-bullets {
  bottom: 7% !important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.slider-revolution .tp-bullets .bullet {
  width: 14px;
  height: 14px;
  background-color: #dadada;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer; }

.slider-revolution .tp-bullets .bullet.selected {
  background-color:  #191919; }

@media (max-width: 575px) {
  .slider-revolution .tp-bullets {
    display: none; } }

.slider-revolution .video-play a {
  font-size: 40px;
  line-height: 40px;
  color: #c2c2c2; }

@media (max-width: 500px) {
  .slider-revolution .video-play a {
    font-size: 35px;
    line-height: 35px; } }

.slider-revolution .video-play a:hover {
  color:  #0b4b58; }

.slider-revolution .video-play .btn-pause {
  display: none; }

.slider-revolution .video-play.pause .btn-play {
  display: none; }

.slider-revolution .video-play.pause .btn-pause {
  display: block; }

.slider-revolution .tp-caption1 {
  color:  #191919; }

.slider-revolution .tp-caption1-wd-1 {
  font-weight: 400; }

.slider-revolution .tp-caption1-wd-2 {
  font-weight:  500; }

.slider-revolution [class^="btn"] {
  position: inherit; }

.slider-revolution .tp-caption1-wd-4 > *:not(:first-child) {
  margin-left: 20px; }

@media (min-width: 1230px) {
  .slider-revolution .tp-caption1-wd-1 {
    font-size: 36px;
    line-height: 70px; }
  .slider-revolution .tp-caption1-wd-2 {
    font-size: 70px;
    line-height: 70px; }
  .slider-revolution .tp-caption1-wd-3 {
    font-size: 16px;
    line-height: 1.1;
    margin-top: 18px; }
  .slider-revolution .tp-caption1-wd-4 {
    margin-top: 37px; } }

@media (min-width: 1025px) and (max-width: 1229px) {
  .slider-revolution .tp-caption1-wd-1 {
    font-size: 36px;
    line-height: 70px; }
  .slider-revolution .tp-caption1-wd-2 {
    font-size: 70px;
    line-height: 70px; }
  .slider-revolution .tp-caption1-wd-3 {
    font-size: 16px;
    line-height: 1.1;
    margin-top: 18px; }
  .slider-revolution .tp-caption1-wd-4 {
    margin-top: 37px; } }

@media (min-width: 790px) and (max-width: 1024px) {
  .slider-revolution .tp-caption1-wd-1 {
    font-size: 30px;
    line-height: 1.1; }
  .slider-revolution .tp-caption1-wd-2 {
    font-size: 50px;
    line-height: 1.1;
    margin-top: 10px; }
  .slider-revolution .tp-caption1-wd-3 {
    font-size: 15px;
    line-height: 1.2;
    margin-top: 10px; }
  .slider-revolution .tp-caption1-wd-4 {
    margin-top: 27px; } }

@media (min-width: 576px) and (max-width: 789px) {
  .slider-revolution .tp-caption1-wd-1 {
    font-size: 25px;
    line-height: 1.1; }
  .slider-revolution .tp-caption1-wd-2 {
    font-size: 35px;
    line-height: 1.1;
    margin-top: 10px; }
  .slider-revolution .tp-caption1-wd-3 {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 10px;
    max-width: 250px; }
  .slider-revolution .tp-caption1-wd-4 {
    margin-top: 17px; } }

@media (min-width: 461px) and (max-width: 575px) {
  .slider-revolution .tp-caption1-wd-1 {
    font-size: 15px;
    line-height: 1.1; }
  .slider-revolution .tp-caption1-wd-2 {
    font-size: 25px;
    line-height: 1.1;
    margin-top: 5px; }
  .slider-revolution .tp-caption1-wd-3 {
    font-size: 14px;
    line-height: 1.3;
    max-width: 250px;
    margin-top: 7px; }
  .slider-revolution .tp-caption1-wd-4 {
    margin-top: 12px; } }

@media (max-width: 460px) {
  .slider-revolution .tp-caption1-wd-1 {
    font-size: 15px;
    line-height: 1.1; }
  .slider-revolution .tp-caption1-wd-2 {
    font-size: 19px;
    line-height: 1.1;
    margin-top: 5px; }
  .slider-revolution .tp-caption1-wd-3 {
    font-size: 12px;
    line-height: 1.3;
    max-width: 184px;
    margin-top: 7px; }
  .slider-revolution .tp-caption1-wd-4 {
    margin-top: 10px; }
  .slider-revolution [class^="btn"] {
    height: 34px;
    padding-left: 15px;
    padding-right: 15px; } }

.slider-revolution .tp-caption2 {
  color:  #191919; }

.slider-revolution .tp-caption2-wd-1 {
  font-weight:  500; }

.slider-revolution .tp-caption2-wd-2 {
  font-weight:  500; }

@media (min-width: 1230px) {
  .slider-revolution .tp-caption2-wd-1 {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0.03em; }
  .slider-revolution .tp-caption2-wd-2 {
    font-size: 90px;
    line-height: 1;
    margin-top: 5px;
    letter-spacing: 0.03em; }
  .slider-revolution .tp-caption2-wd-3 {
    font-size: 16px;
    line-height: 1;
    margin-top: 25px; }
  .slider-revolution .tp-caption2-wd-4 {
    margin-top: 37px; } }

@media (min-width: 1025px) and (max-width: 1229px) {
  .slider-revolution .tp-caption2-wd-1 {
    font-size: 40px;
    line-height: 1; }
  .slider-revolution .tp-caption2-wd-2 {
    font-size: 70px;
    line-height: 1;
    margin-top: 10px; }
  .slider-revolution .tp-caption2-wd-3 {
    font-size: 16px;
    line-height: 1;
    margin-top: 18px; }
  .slider-revolution .tp-caption2-wd-4 {
    margin-top: 37px; } }

@media (min-width: 790px) and (max-width: 1024px) {
  .slider-revolution .tp-caption2-wd-1 {
    font-size: 30px;
    line-height: 1; }
  .slider-revolution .tp-caption2-wd-2 {
    font-size: 50px;
    line-height: 1;
    margin-top: 10px; }
  .slider-revolution .tp-caption2-wd-3 {
    font-size: 15px;
    line-height: 1;
    margin-top: 10px; }
  .slider-revolution .tp-caption2-wd-4 {
    margin-top: 27px; } }

@media (min-width: 576px) and (max-width: 789px) {
  .slider-revolution .tp-caption2-wd-1 {
    font-size: 25px;
    line-height: 1; }
  .slider-revolution .tp-caption2-wd-2 {
    font-size: 30px;
    line-height: 1;
    margin-top: 10px; }
  .slider-revolution .tp-caption2-wd-3 {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 10px;
    max-width: 250px; }
  .slider-revolution .tp-caption2-wd-4 {
    margin-top: 17px; } }

@media (min-width: 461px) and (max-width: 575px) {
  .slider-revolution .tp-caption2-wd-1 {
    font-size: 15px;
    line-height: 1; }
  .slider-revolution .tp-caption2-wd-2 {
    font-size: 25px;
    line-height: 1;
    margin-top: 5px; }
  .slider-revolution .tp-caption2-wd-3 {
    font-size: 14px;
    line-height: 1.3;
    max-width: 250px;
    margin-top: 7px; }
  .slider-revolution .tp-caption2-wd-4 {
    margin-top: 12px; } }

@media (max-width: 460px) {
  .slider-revolution .tp-caption2-wd-1 {
    font-size: 15px;
    line-height: 1; }
  .slider-revolution .tp-caption2-wd-2 {
    font-size: 19px;
    line-height: 1;
    margin-top: 5px; }
  .slider-revolution .tp-caption2-wd-3 {
    font-size: 12px;
    line-height: 1.2;
    max-width: 184px;
    margin-top: 7px; }
  .slider-revolution .tp-caption2-wd-4 {
    margin-top: 7px; }
  .slider-revolution [class^="btn"] {
    height: 34px;
    padding-left: 15px;
    padding-right: 15px; } }

.slider-revolution .tp-caption-left-bottom {
  position: absolute;
  max-width: 360px;
  bottom: 20px !important;
  left: 20px !important;
  z-index: 5; }

@media (max-width: 960px) {
  .slider-revolution .tp-caption-left-bottom {
    max-width: 280px; } }

@media (max-width: 787px) {
  .slider-revolution .tp-caption-left-bottom {
    display: none; } }

.slider-revolution .tt-revolution-promo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  padding: 10px;
  overflow: hidden;
  position: relative;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0; }

.slider-revolution .tt-revolution-promo .tt-btn-close {
  background: none;
  border: none;
  outline: none;
  color:  #191919;
  font-family: "wokiee_icons";
  font-size: 14px;
  position: absolute;
  right: 2px;
  top: 3px;
  display: block;
  cursor: pointer;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.slider-revolution .tt-revolution-promo .tt-btn-close:before {
  display: block;
  content: "\ea0f"; }

.slider-revolution .tt-revolution-promo .tt-btn-close:hover {
  color:  #0b4b58; }

.slider-revolution .tt-revolution-promo .tt-img {
  width: 80px;
  min-width: 80px; }

.slider-revolution .tt-revolution-promo .tt-img img {
  width: 100%;
  height: auto; }

.slider-revolution .tt-revolution-promo .tt-img + .tt-description {
  margin-left: +14px; }

.slider-revolution .tt-revolution-promo .tt-description {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.slider-revolution .tt-revolution-promo .tt-description .tt-title {
  font-size: 14px;
  font-weight: 400; }

.slider-revolution .tt-revolution-promo .tt-description p {
  margin: 0;
  font-size: 14px;
  line-height: 22px; }

.slider-revolution .tt-revolution-promo .tt-description p a {
  color:  #0b4b58; }

.slider-revolution .tt-revolution-promo .tt-description .tt-info {
  color:  #999999;
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px; }

@media (min-width: 790px) {
  .slider-revolution.revolution-default .tparrows.hidearrows {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; } }

@media (max-width: 789px) {
  .slider-revolution.revolution-default .tparrows {
    display: none; } }

.slider-revolution.revolution-default .tp-leftarrow.default,
.slider-revolution.revolution-default .tp-rightarrow.default {
  background: none;
  font-size: 30px;
  line-height: 1;
  font-family: 'wokiee_icons';
  font-weight:  500;
  color: #dadada;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.slider-revolution.revolution-default .tp-leftarrow.default:hover,
.slider-revolution.revolution-default .tp-rightarrow.default:hover {
  color:  #191919; }

.slider-revolution.revolution-default .tp-leftarrow:before,
.slider-revolution.revolution-default .tp-rightarrow:before {
  position: relative;
  top: 5px; }

.slider-revolution.revolution-default .tp-leftarrow:before {
  content: "\e90d"; }

.slider-revolution.revolution-default .tp-rightarrow:before {
  content: "\e90e"; }

.ie.gecko .fullcoveredvideo {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }

/*
    tt-slick-main-item
*/
.tt-slick-main {
  z-index: 1; }

.tt-slick-main .slick-dots {
  position: absolute;
  bottom: 9%; }

.tt-slick-main-item {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.tt-slick-main-item > img {
  width: 100%;
  height: auto; }

.tt-slick-main-item .tt-description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 40px 95px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color:  #777777;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-slick-main-item .tt-description .tt-description-wrapper {
  max-width: 618px;
  text-align: center; }

.tt-slick-main-item .tt-description .tt-title-small {
  color:  #191919;
  font-size: 50px;
  line-height: 56px;
  font-weight: 400;
  letter-spacing: 0.03em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-slick-main-item .tt-description .tt-title-large {
  color:  #191919;
  font-size: 90px;
  line-height: 90px;
  font-weight:  500;
  letter-spacing: 0.03em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-slick-main-item .tt-description p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 19px;
  color:  #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-slick-main-item .tt-description [class^="btn"] {
  margin-top: 33px; }

.tt-slick-main-item .tt-description img {
  max-width: 100%;
  height: auto; }

@media (max-width: 1229px) {
  .tt-slick-main-item .tt-description .tt-title-small {
    font-size: 40px;
    line-height: 46px; }
  .tt-slick-main-item .tt-description .tt-title-large {
    font-size: 70px;
    line-height: 75px; }
  .tt-slick-main-item .tt-description p {
    margin-top: 15px; }
  .tt-slick-main-item .tt-description [class^="btn"] {
    margin-top: 23px; } }

@media (max-width: 1024px) {
  .tt-slick-main-item .tt-description .tt-title-small {
    font-size: 30px;
    line-height: 36px; }
  .tt-slick-main-item .tt-description .tt-title-large {
    font-size: 50px;
    line-height: 55px; }
  .tt-slick-main-item .tt-description p {
    margin-top: 10px; }
  .tt-slick-main-item .tt-description [class^="btn"] {
    margin-top: 18px; } }

@media (max-width: 789px) {
  .tt-slick-main-item .tt-description {
    padding: 10px 60px; }
  .tt-slick-main-item .tt-description .tt-description-wrapper {
    max-width: 240px; }
  .tt-slick-main-item .tt-description .tt-title-small {
    font-size: 20px;
    line-height: 26px; }
  .tt-slick-main-item .tt-description .tt-title-large {
    font-size: 30px;
    line-height: 35px; }
  .tt-slick-main-item .tt-description p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px; }
  .tt-slick-main-item .tt-description [class^="btn"] {
    margin-top: 13px; } }

@media (max-width: 575px) {
  .tt-slick-main-item .tt-description {
    padding: 10px 40px; }
  .tt-slick-main-item .tt-description .tt-description-wrapper {
    max-width: 200px; }
  .tt-slick-main-item .tt-description .tt-title-small {
    font-size: 15px;
    line-height: 20px; }
  .tt-slick-main-item .tt-description .tt-title-large {
    font-size: 23px;
    line-height: 28px; }
  .tt-slick-main-item .tt-description p {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px; }
  .tt-slick-main-item .tt-description [class^="btn"] {
    margin-top: 7px; } }

@media (max-width: 400px) {
  .tt-slick-main-item .tt-description {
    padding: 10px 40px; }
  .tt-slick-main-item .tt-description .tt-description-wrapper {
    max-width: 200px; }
  .tt-slick-main-item .tt-description .tt-title-small {
    font-size: 13px;
    line-height: 15px; }
  .tt-slick-main-item .tt-description .tt-title-large {
    font-size: 20px;
    line-height: 23px; }
  .tt-slick-main-item .tt-description p {
    margin-top: 2px;
    line-height: 15px; }
  .tt-slick-main-item .tt-description [class^="btn"] {
    margin-top: 6px; } }

.tt-slick-main-item .tt-description *:nth-child(1) {
  margin-top: 0; }

/* arrow-slick-main */
.arrow-slick-main .slick-arrow,
.arrow-slick-main .slick-arrow:active {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  color: #dadada;
  font-weight:  500;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.arrow-slick-main .slick-arrow:hover {
  color:  #191919; }

.arrow-slick-main .slick-arrow:before {
  font-family: 'wokiee_icons';
  font-size: 30px;
  line-height: 1; }

.arrow-slick-main .slick-prev {
  left: 8px; }

@media (max-width: 575px) {
  .arrow-slick-main .slick-prev {
    left: 0; } }

.arrow-slick-main .slick-prev:before {
  content: "\e90d"; }

.arrow-slick-main .slick-next {
  right: 8px; }

@media (max-width: 575px) {
  .arrow-slick-main .slick-next {
    right: 0; } }

.arrow-slick-main .slick-next:before {
  content: "\e90e"; }

/*
Extend
*/
._reset-ul-style, .tt-pagination ul, .tt-product-single-info .tt-add-info ul, .product-images-carousel ul, .product-images-static ul, .tt-layout-product-info-02 ul:not([class]), .tt-filter-list, .tt-list-row, .tt-shopcart-table-02 .tt-list-description, footer .tt-payment-list, footer .tt-list, header .tt-box-info ul, header .tt-account ul, header .tt-multi-obj ul, .tt-desctop-menu ul, .tt-desctop-menu nav > ul, .tt-list-dash, .tt-list-dash ul, .tt-list-dot, .tt-list-dot ul, .tt-list-number, .tt-social-icon, .slick-slider .slick-dots, .tt-breadcrumb ul, .tt-layout-vertical .tt-description .tt-add-info, .tt-items-categories ul {
  list-style: none;
  margin: 0;
  padding: 0; }

._list-inline-item, .tt-product-single-info .tt-review, .tt-review-block .tt-review-comments .tt-rating, .tt-rating, .product-images-col, footer .tt-payment-list, header .tt-box-info ul, .tt-social-icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

._list-block-item, .tt-product-single-info .tt-add-info ul, footer .tt-list, header .tt-account ul, header .tt-multi-obj ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

._tt-point .tt-point-v-t, .tt-promo-box .tt-point-v-t, .tt-promo-fullwidth .tt-point-v-t, .tt-promo-fullwidth-02 .tt-point-v-t, .tt-promo-03 .tt-point-v-t, .tt-promo-02 .tt-point-v-t, .tt-slick-main-item .tt-point-v-t {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

._tt-point .tt-point-v-b, .tt-promo-box .tt-point-v-b, .tt-promo-fullwidth .tt-point-v-b, .tt-promo-fullwidth-02 .tt-point-v-b, .tt-promo-03 .tt-point-v-b, .tt-promo-02 .tt-point-v-b, .tt-slick-main-item .tt-point-v-b {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

._tt-point .tt-point-h-l, .tt-promo-box .tt-point-h-l, .tt-promo-fullwidth .tt-point-h-l, .tt-promo-fullwidth-02 .tt-point-h-l, .tt-promo-03 .tt-point-h-l, .tt-promo-02 .tt-point-h-l, .tt-slick-main-item .tt-point-h-l {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

._tt-point .tt-point-h-r, .tt-promo-box .tt-point-h-r, .tt-promo-fullwidth .tt-point-h-r, .tt-promo-fullwidth-02 .tt-point-h-r, .tt-promo-03 .tt-point-h-r, .tt-promo-02 .tt-point-h-r, .tt-slick-main-item .tt-point-h-r {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

@media (min-width: 1025px) {
  .custom-single-page .tt-product-single-info {
    padding-left: 19px;
    padding-right: 19px; }
  .custom-single-page .tt-slick-button-vertical .slick-arrow {
    width: 28px;
    height: 28px; }
  .custom-single-page .tt-slick-button-vertical .slick-arrow:before {
    font-size: 15px; }
  .custom-single-page .tt-slick-button-vertical .slick-next {
    left: 32px; }
  .custom-single-page .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-arrow {
    bottom: -21px; } }

@media (min-width: 1230px) {
  .custom-single-page .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide {
    padding-bottom: 17px; } }

@media (max-width: 1229px) and (min-width: 1025px) {
  .custom-single-page .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide {
    padding-bottom: 16px; } }

/*
    loader
*/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 77;
  background-color:  #ffffff;
  opacity: 1;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -ms-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s; }

#loader-wrapper.loader-off,
body.loaded #loader-wrapper {
  opacity: 1;
  visibility: hidden;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -ms-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s; }

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -9px;
  margin-left: -125px;
  perspective: 400px;
  transform-type: preserve-3d; }

#loader .dot {
  animation: loader ease-in-out 3s infinite;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: black;
  position: absolute;
  background:  #0b4b58; }

#loader .dot:nth-child(2) {
  animation-delay: 0.5s; }

#loader .dot:nth-child(3) {
  animation-delay: 0.4s; }

#loader .dot:nth-child(4) {
  animation-delay: 0.3s; }

#loader .dot:nth-child(5) {
  animation-delay: 0.2s; }

#loader .dot:nth-child(6) {
  animation-delay: 0.1s; }

#loader .dot:nth-child(7) {
  animation-delay: 0s; }

html:not(.ie) #loader .dot {
  border: 2px solid white; }

@keyframes loader {
  15% {
    transform: translateX(0); }
  45% {
    transform: translateX(232px); }
  65% {
    transform: translateX(232px); }
  95% {
    transform: translateX(0); } }

/*
    tt-carousel-products
*/
.tt-carousel-products.slick-slider .slick-slide[class^="col-"] {
  max-width: inherit; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-animated-show-js {
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.slick-animated-show-js.slick-initialized {
  opacity: 1; }

#same_product_height #tt-pageContent .tt-product .tt-image-box,
#same_product_height #tt-pageContent .tt-product-design02 .tt-image-box {
  height:  200 px;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

#same_product_height #tt-pageContent .tt-product .tt-image-box img,
#same_product_height #tt-pageContent .tt-product-design02 .tt-image-box .tt-img img {
  max-height:  200 px;
  width: auto;
  width: 100%;
  max-width: 100%;
  display: inline-block; }

#same_product_height #tt-pageContent .tt-product .tt-image-box .tt-img-roll-over {
  text-align: center;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 575px) {
  .col-12-575width {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (max-width: 440px) {
  .col-12-440width {
    max-width: 100%;
    flex: 0 0 100%; } }

/*
boxed
*/
@media (min-width: 576px) {
  html#tt-boxed {
    background:  #f7f8fa; }
  html#tt-boxed body {
    background:  #ffffff;
    margin: 0 auto; } }

@media (min-width: 576px) and (min-width: 576px) {
  html#tt-boxed body {
    max-width: 546px; } }

@media (min-width: 576px) and (min-width: 791px) {
  html#tt-boxed body {
    max-width: 770px; } }

@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed body {
    max-width: 990px; } }

@media (min-width: 576px) and (min-width: 1230px) {
  html#tt-boxed body {
    max-width: 1200px; } }

@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed header [class^="tt-color-scheme"] .container,
  html#tt-boxed header [class^="tt-color-scheme"] .container-fluid {
    padding-left: 40px;
    padding-right: 40px; } }

@media (min-width: 576px) and (max-width: 1024px) {
  html#tt-boxed header [class^="tt-color-scheme"] .container,
  html#tt-boxed header [class^="tt-color-scheme"] .container-fluid {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed header .tt-desktop-header > div:not([class^="tt-color-scheme"]) {
    padding-left: 40px;
    padding-right: 40px; } }

@media (min-width: 576px) and (max-width: 1024px) {
  html#tt-boxed header .tt-desktop-header > div:not([class^="tt-color-scheme"]) {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 576px) and (max-width: 1229px) {
  html#tt-boxed header .tt-desktop-header .tt-desctop-menu nav > ul > li.dropdown > a {
    padding-left: 8px;
    padding-right: 8px; } }

@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed header .tt-mobile-header > .container-fluid {
    padding-left: 40px;
    padding-right: 40px; } }

@media (min-width: 576px) and (max-width: 1024px) {
  html#tt-boxed header .tt-mobile-header > .container-fluid {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 576px) {
  html#tt-boxed header .tt-stuck-nav {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    -webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.45); } }

@media (min-width: 576px) and (min-width: 576px) {
  html#tt-boxed header .tt-stuck-nav {
    max-width: 546px; } }

@media (min-width: 576px) and (min-width: 791px) {
  html#tt-boxed header .tt-stuck-nav {
    max-width: 770px; } }

@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed header .tt-stuck-nav {
    max-width: 990px; } }

@media (min-width: 576px) and (min-width: 1230px) {
  html#tt-boxed header .tt-stuck-nav {
    max-width: 1200px; } }

@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed header .tt-stuck-nav > .container {
    padding-left: 40px;
    padding-right: 40px; } }

@media (min-width: 576px) and (max-width: 1024px) {
  html#tt-boxed header .tt-stuck-nav > .container {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 576px) {
  html#tt-boxed header,
  html#tt-boxed .tt-header-static,
  html#tt-boxed footer {
    margin-right: auto;
    margin-left: auto;
    width: 100%; } }

@media (min-width: 576px) and (min-width: 576px) {
  html#tt-boxed header,
  html#tt-boxed .tt-header-static,
  html#tt-boxed footer {
    max-width: 546px; } }

@media (min-width: 576px) and (min-width: 791px) {
  html#tt-boxed header,
  html#tt-boxed .tt-header-static,
  html#tt-boxed footer {
    max-width: 770px; } }

@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed header,
  html#tt-boxed .tt-header-static,
  html#tt-boxed footer {
    max-width: 990px; } }

@media (min-width: 576px) and (min-width: 1230px) {
  html#tt-boxed header,
  html#tt-boxed .tt-header-static,
  html#tt-boxed footer {
    max-width: 1200px; } }

@media (min-width: 576px) and (max-width: 790px) {
  html#tt-boxed .tt-back-to-top {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%; } }

@media (min-width: 576px) and (max-width: 790px) and (min-width: 576px) {
  html#tt-boxed .tt-back-to-top {
    max-width: 546px; } }

@media (min-width: 576px) and (max-width: 790px) and (min-width: 791px) {
  html#tt-boxed .tt-back-to-top {
    max-width: 770px; } }

@media (min-width: 576px) and (max-width: 790px) and (min-width: 1025px) {
  html#tt-boxed .tt-back-to-top {
    max-width: 990px; } }

@media (min-width: 576px) and (max-width: 790px) and (min-width: 1230px) {
  html#tt-boxed .tt-back-to-top {
    max-width: 1200px; } }

@media (min-width: 576px) {
  html#tt-boxed .tt-breadcrumb {
    margin-right: auto;
    margin-left: auto;
    overflow: hidden; } }

@media (min-width: 576px) and (min-width: 576px) {
  html#tt-boxed .tt-breadcrumb > .container {
    max-width: 546px; } }

@media (min-width: 576px) and (min-width: 791px) {
  html#tt-boxed .tt-breadcrumb > .container {
    max-width: 770px; } }

@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed .tt-breadcrumb > .container {
    max-width: 990px; } }

@media (min-width: 576px) and (min-width: 1230px) {
  html#tt-boxed .tt-breadcrumb > .container {
    max-width: 1200px; } }

@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed .tt-breadcrumb > .container {
    padding-left: 40px;
    padding-right: 40px; } }

@media (min-width: 576px) and (max-width: 1024px) {
  html#tt-boxed .tt-breadcrumb > .container {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 576px) {
  html#tt-boxed #tt-pageContent {
    margin-right: auto;
    margin-left: auto;
    overflow: hidden; } }

@media (min-width: 576px) and (min-width: 576px) {
  html#tt-boxed #tt-pageContent {
    max-width: 546px; } }

@media (min-width: 576px) and (min-width: 791px) {
  html#tt-boxed #tt-pageContent {
    max-width: 770px; } }

@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed #tt-pageContent {
    max-width: 990px; } }

@media (min-width: 576px) and (min-width: 1230px) {
  html#tt-boxed #tt-pageContent {
    max-width: 1200px; } }

@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed #tt-pageContent > .shopify-section > div > .container {
    padding-left: 40px;
    padding-right: 40px; } }

@media (min-width: 576px) and (max-width: 1024px) {
  html#tt-boxed #tt-pageContent > .shopify-section > div > .container {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed #tt-pageContent > .shopify-section > div > .container-fluid {
    padding-left: 0px;
    padding-right: 0px; } }

@media (min-width: 576px) and (max-width: 1024px) {
  html#tt-boxed #tt-pageContent > .shopify-section > div > .container-fluid {
    padding-left: 0px;
    padding-right: 0px; } }

@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed #tt-pageContent > div > .container {
    padding-left: 40px;
    padding-right: 40px; } }

@media (min-width: 576px) and (max-width: 1024px) {
  html#tt-boxed #tt-pageContent > div > .container {
    padding-left: 40px;
    padding-right: 40px; } }

@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed #tt-pageContent > div > .container-fluid {
    padding-left: 0px;
    padding-right: 0px; } }

@media (min-width: 576px) and (max-width: 1024px) {
  html#tt-boxed #tt-pageContent > div > .container-fluid {
    padding-left: 0px;
    padding-right: 0px; } }

@media (min-width: 1025px) {
  html#tt-boxed #tt-pageContent [class^="container-indent"] > .container {
    padding-left: 40px;
    padding-right: 40px; } }

@media (min-width: 576px) and (max-width: 1024px) {
  html#tt-boxed #tt-pageContent [class^="container-indent"] > .container {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 576px) {
  html#tt-boxed #tt-pageContent .container-fluid,
  html#tt-boxed #tt-pageContent .container-fluid-custom {
    margin-right: auto;
    margin-left: auto;
    width: 100%; }
  html#tt-boxed #tt-pageContent .tt-about-box .container {
    padding-right: 40px;
    padding-left: 40px; } }

@media (min-width: 576px) and (min-width: 576px) {
  html#tt-boxed #tt-pageContent .container-fluid,
  html#tt-boxed #tt-pageContent .container-fluid-custom {
    padding-right: 20px;
    padding-left: 20px; } }

@media (min-width: 576px) and (max-width: 576px) {
  html#tt-boxed #tt-pageContent .container-fluid,
  html#tt-boxed #tt-pageContent .container-fluid-custom {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 576px) and (min-width: 576px) {
  html#tt-boxed #tt-pageContent .container-fluid,
  html#tt-boxed #tt-pageContent .container-fluid-custom {
    max-width: 546px; } }

@media (min-width: 576px) and (min-width: 791px) {
  html#tt-boxed #tt-pageContent .container-fluid,
  html#tt-boxed #tt-pageContent .container-fluid-custom {
    max-width: 770px; } }

@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed #tt-pageContent .container-fluid,
  html#tt-boxed #tt-pageContent .container-fluid-custom {
    max-width: 990px; } }

@media (min-width: 576px) and (min-width: 1230px) {
  html#tt-boxed #tt-pageContent .container-fluid,
  html#tt-boxed #tt-pageContent .container-fluid-custom {
    max-width: 1200px; } }

@media (min-width: 576px) {
  html#tt-boxed footer {
    margin-right: auto;
    margin-left: auto;
    overflow: hidden; } }

@media (min-width: 576px) and (min-width: 790px) {
  html#tt-boxed footer {
    background:  #ffffff; } }

@media (min-width: 576px) and (max-width: 789px) {
  html#tt-boxed footer {
    background:  #191919; } }

@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed footer > div > .container {
    padding-left: 40px;
    padding-right: 40px; } }

@media (min-width: 576px) and (max-width: 1024px) {
  html#tt-boxed footer > div > .container {
    padding-left: 20px;
    padding-right: 20px; } }

input::-ms-clear {
  display: none; }

@media (max-width: 500px) {
  .tt-table-responsive {
    overflow-y: hidden;
    overflow-x: scroll; } }

@media (max-width: 789px) {
  .tt-table-responsive-md {
    overflow-y: hidden;
    overflow-x: scroll; } }

/*
Global
*/
html.touch-device {
  overflow-x: hidden; }

body {
  font-weight:  300;
  color:  #777777;
  background:  #ffffff;
  margin: 0;
  overflow-x: hidden; }

.tt-link {
  color:  #0b4b58;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-link:hover {
  color:  #191919; }

h1, h2, h3, h4, h5, h6 {
  display: block;
  position: relative;
  color:  #191919; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color:  #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color:  #0b4b58; }

h3:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]),
h2.small:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
  font-size: 30px;
  line-height: 40px;
  font-weight:  500; }

@media (max-width: 1024px) {
  h3:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]),
  h2.small:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
    font-size: 26px;
    line-height: 36px; } }

@media (max-width: 575px) {
  h3:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]),
  h2.small:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
    font-size: 19px;
    line-height: 29px; } }

h4:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
  font-size: 24px;
  line-height: 34px;
  font-weight:  500;
  letter-spacing: 0.03em; }

@media (max-width: 1024px) {
  h4:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
    font-size: 24px;
    line-height: 34px; } }

@media (max-width: 575px) {
  h4:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
    font-size: 18px;
    line-height: 28px; } }

h6:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
  font-size: 16px;
  line-height: 26px;
  font-weight:  500;
  letter-spacing: 0.03em; }

@media (max-width: 575px) {
  h6:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
    font-size: 16px;
    line-height: 26px; } }

.tt-title-subpages:not(.noborder) {
  border-bottom: 1px solid  #e9e7e7;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0.003em;
  font-weight:  500;
  padding: 0 0 50px 0;
  margin-bottom: 46px;
  margin-top: -10px; }

@media (max-width: 1024px) {
  .tt-title-subpages:not(.noborder) {
    font-size: 33px;
    line-height: 43px;
    padding: 0 0 32px 0;
    margin-bottom: 28px; } }

@media (max-width: 575px) {
  .tt-title-subpages:not(.noborder) {
    font-size: 24px;
    line-height: 34px;
    padding: 0 0 26px 0;
    margin-bottom: 22px; } }

.tt-title-subpages.noborder {
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0.03em;
  font-weight:  500;
  padding: 0 0 50px 0;
  margin-top: -10px; }

@media (max-width: 1024px) {
  .tt-title-subpages.noborder {
    font-size: 33px;
    line-height: 43px;
    padding: 0 0 32px 0; } }

@media (max-width: 575px) {
  .tt-title-subpages.noborder {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 26px; } }

.tt-title-subpages:not(.text-left):not(.text-right) {
  text-align: center; }

.tt-title-border {
  font-size: 16px;
  line-height: 26px;
  font-weight:  500;
  letter-spacing: 0.03em;
  padding: 0 0 12px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #e9e7e7; }

@media (max-width: 575px) {
  .tt-title-border {
    margin-bottom: 24px; } }

@media (max-width: 575px) {
  p {
    margin: 10px 0 0 0px; } }

mark,
.mark {
  background:  #191919;
  color: #ffffff;
  padding: 2px 4px; }

hr {
  border: 0;
  border-top: 1px solid #e9e7e7; }

hr:not([class]) {
  margin-top: 53px;
  margin-bottom: 53px; }

@media (max-width: 1024px) {
  hr:not([class]) {
    margin-top: 35px;
    margin-bottom: 34px; } }

@media (max-width: 575px) {
  hr:not([class]) {
    margin-top: 27px;
    margin-bottom: 26px; } }

hr.hr-01 {
  margin-top: 53px;
  margin-bottom: 46px; }

@media (max-width: 1024px) {
  hr.hr-01 {
    margin-top: 35px;
    margin-bottom: 33px; } }

@media (max-width: 575px) {
  hr.hr-01 {
    margin-top: 27px;
    margin-bottom: 26px; } }

address {
  margin: 0; }

audio {
  width: 100%;
  display: block; }

audio:not(:first-child) {
  margin-top: 34px; }

@media (max-width: 1229px) {
  audio:not(:first-child) {
    margin-top: 28px; } }

@media (max-width: 575px) {
  audio:not(:first-child) {
    margin-top: 22px; } }

.nomargin,
#tt-pageContent .nomargin {
  margin-top: 0; }

.color-def {
  color:  #0b4b58; }

.color-def-dark {
  color:  #191919; }

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

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

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

@media (min-width: 790px) {
  .width-90 {
    width: 89%; } }

.link {
  color:  #0b4b58;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.link:hover {
  text-decoration: none;
  color:  #191919; }

.divider {
  height: 46px;
  clear: both;
  overflow: hidden;
  width: 100%; }

@media (max-width: 1024px) {
  .divider {
    height: 40px; } }

@media (max-width: 575px) {
  .divider {
    height: 32px; } }

.tt-logo {
  display: inline-block; }

.tt-logo img {
  position: relative;
  height: auto; }

/* tt-box-info */
.tt-box-info {
  line-height: 22px; }

.tt-box-info p {
  margin-top: 6px; }

.tt-box-info > *:nth-child(1) {
  margin-top: 0; }

/* list */
.tt-list-dash > li {
  font-size: 14px;
  position: relative;
  padding: 0 0 0 19px; }

.tt-list-dash > li:not(:first-child) {
  margin-top: 6px; }

.tt-list-dash > li:before {
  content: '';
  width: 9px;
  height: 1px;
  background:  #777777;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0; }

.tt-list-dash ul > li {
  font-size: 14px;
  position: relative;
  padding: 6px 0 0 10px; }

.tt-list-dash ul > li:before {
  content: '';
  width: 5px;
  height: 1px;
  background:  #777777;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: -3px; }

.tt-list-dot > li {
  font-size: 14px;
  position: relative;
  padding: 0 0 0 11px; }

.tt-list-dot > li a {
  color:  #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-list-dot > li a:hover {
  color:  #0b4b58; }

.tt-list-dot > li:not(:first-child) {
  margin-top: 6px; }

.tt-list-dot > li:before {
  content: '';
  width: 3px;
  height: 3px;
  background:  #0b4b58;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%; }

.tt-list-dot ul {
  margin: 0px 0 0 8px; }

.tt-list-dot ul > li {
  font-size: 14px;
  position: relative;
  padding: 6px 0 0 9px; }

.tt-list-dot ul > li:before {
  content: '';
  width: 3px;
  height: 3px;
  background: #191918;
  display: inline-block;
  position: absolute;
  top: 14px;
  left: -2px;
  border-radius: 50%; }

.tt-list-dot.list-dot-large > li {
  padding-left: 13px;
  color:  #191919; }

.tt-list-dot.list-dot-large > li:before {
  width: 7px;
  height: 7px;
  top: 6px; }

.tt-list-number {
  counter-reset: li; }

.tt-list-number li:before {
  counter-increment: li;
  content: counters(li, ".") " ";
  color:  #777777; }

.tt-list-number li:not(:first-child) {
  margin-top: 6px; }

.tt-list-number ol {
  padding: 6px 0 0px 24px;
  margin: 0;
  counter-reset: li;
  list-style: none; }

.tt-list-number ol li:before {
  color:  #777777; }

/* blockquote */
.tt-blockquote {
  background:  #f7f8fa;
  padding: 29px 25px 26px;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.tt-blockquote .tt-icon {
  font-size: 36px;
  line-height: 26px;
  color:  #0b4b58; }

.tt-blockquote .tt-title {
  font-size: 30px;
  line-height: 40px;
  font-weight:  500;
  font-style: italic;
  color:  #191919;
  display: inline-block;
  margin-top: 15px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-blockquote .tt-title-description {
  font-size: 12px;
  display: block;
  margin-top: 14px;
  color:  #999999; }

.tt-blockquote .tt-title-description span {
  color:  #191919; }

.tt-blockquote > *:nth-child(1) {
  margin-top: 0; }

@media (max-width: 1024px) {
  .tt-blockquote {
    padding-left: 15px;
    padding-right: 15px; }
  .tt-blockquote .tt-icon {
    font-size: 34px; }
  .tt-blockquote .tt-title {
    font-size: 24px;
    line-height: 34px; } }

@media (max-width: 575px) {
  .tt-blockquote .tt-icon {
    font-size: 33px; }
  .tt-blockquote .tt-title {
    font-size: 21px;
    line-height: 31px; } }

.tt-blockquote.add-hover:hover .tt-title {
  color:  #0b4b58; }

.tt-blockquote:not(:first-child) {
  margin-top: 21px; }

.tt-blockquote:not(.text-left):not(.text-right) {
  text-align: center; }

.tt-blockquote-02 {
  position: relative;
  padding: 0 0 0 50px;
  margin: 0; }

.tt-blockquote-02 .tt-icon {
  position: absolute;
  top: 1px;
  left: -2px;
  font-size: 36px;
  line-height: 36px; }

.tt-blockquote-02 .tt-title {
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
  font-weight:  500; }

.tt-blockquote-02 .tt-title-description {
  font-size: 14px;
  display: inline-block;
  margin-top: 9px;
  font-weight: 400;
  letter-spacing: 0.01em; }

@media (max-width: 575px) {
  .tt-blockquote-02 {
    padding: 0; }
  .tt-blockquote-02 .tt-icon {
    position: relative; }
  .tt-blockquote-02 .tt-title {
    margin-top: 3px; }
  .tt-blockquote-02 .tt-title-description {
    margin-top: 6px; } }

.tt-blockquote-02 > *:nth-child(1) {
  margin-top: 0; }

/* table */
.tt-table-01 {
  width: 100%;
  border-top: 1px solid #e9e7e7;
  border-bottom: 1px solid #e9e7e7; }

.tt-table-01 thead tr th {
  font-weight:  500;
  color:  #191919;
  font-size: 14px;
  line-height: 17px;
  font-weight:  500;
  letter-spacing: 0.03em;
  padding: 12px 0 10px; }

.tt-table-01 thead tr th:first-child {
  width: 12%;
  max-width: 68px;
  padding-right: 10px; }

.tt-table-01 thead tr th:not(:first-child) {
  width: 44%;
  padding-right: 10px; }

.tt-table-01 tbody tr {
  border-top: 1px solid #e9e7e7; }

.tt-table-01 tbody tr td {
  padding: 11px 0 11px;
  line-height: 17px; }

.tt-table-01 tbody tr td:first-child {
  width: 12%;
  max-width: 68px;
  padding-right: 10px; }

.tt-table-01 tbody tr td:not(:first-child) {
  width: 44%;
  padding-right: 10px; }

/* table */
.tt-table-02 {
  width: 100%;
  border-top: 1px solid #e9e7e7;
  border-bottom: 1px solid #e9e7e7; }

.tt-table-02 tbody tr {
  border-top: 1px solid #e9e7e7; }

.tt-table-02 tbody tr td:first-child {
  color:  #191919;
  font-weight:  500;
  letter-spacing: 0.03em;
  padding-right: 10px; }

.tt-table-02 tbody tr td {
  line-height: 17px; }

.tt-table-02 tbody tr td:first-child {
  width: 31%;
  max-width: 179px;
  padding: 12px 9px 10px 0; }

.tt-table-02 tbody tr td:not(:first-child) {
  padding-right: 10px;
  padding: 13px 0 9px; }

/* tt-table-03 */
.tt-table-03 {
  width: 100%; }

.tt-table-03 tbody tr td:first-child {
  color:  #191919;
  width: 74px;
  padding: 0 10px 0 0; }

.tt-table-03 tbody tr td {
  padding-top: 3px;
  padding-bottom: 3px; }

.tt-table-03 tbody tr:last-child td {
  padding-bottom: 0; }

/* Header */
/* Content */
#tt-pageContent > .container-indent0:not(.nomargin):not([class^="tt-offset"]) {
  margin-top: 42px; }

@media (max-width: 1024px) {
  #tt-pageContent > .container-indent0:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 43px; } }

@media (max-width: 575px) {
  #tt-pageContent > .container-indent0:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 33px; } }

#tt-pageContent > .container-indent:not(.nomargin):not([class^="tt-offset"]) {
  margin-top: 52px; }

@media (max-width: 1024px) {
  #tt-pageContent > .container-indent:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 43px; } }

@media (max-width: 575px) {
  #tt-pageContent > .container-indent:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 33px; } }

#tt-pageContent > .container-indent1:not(.nomargin):not([class^="tt-offset"]) {
  margin-top: 63px; }

@media (max-width: 1024px) {
  #tt-pageContent > .container-indent1:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 43px; } }

@media (max-width: 575px) {
  #tt-pageContent > .container-indent1:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 33px; } }

.tt-offset-small {
  margin-top: 20px; }

#tt-pageContent .del-img {
  width: 100%;
  height: auto; }

#tt-pageContent .del-item-top {
  margin-top: 33px; }

@media (max-width: 1024px) {
  #tt-pageContent .del-item-top {
    margin-top: 28px; } }

@media (max-width: 575px) {
  #tt-pageContent .del-item-top {
    margin-top: 23px; } }

#tt-pageContent .container-fluid {
  padding-right: 10px;
  padding-left: 10px; }

@media (max-width: 575px) {
  .container-fluid-custom:not(.container-fluid-custom-mobile-padding) {
    padding-right: 0;
    padding-left: 0; }
  #tt-pageContent .container-fluid-custom-mobile-padding {
    padding-right: 20px;
    padding-left: 20px; }
  .container-fluid-custom-mobile-padding-02 {
    padding-right: 10px;
    padding-left: 10px; } }

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

/* tt-block-title */
.tt-block-title {
  text-align: center;
  padding-bottom: 33px; }

.tt-block-title .tt-title {
  font-size: 24px;
  line-height: 31px;
  font-weight:  500;
  letter-spacing: 0.03em;
  margin: 0;
  padding: 0; }

.tt-block-title .tt-title a.title-hover-underline {
  color:  #191919;
  text-decoration: none;
  display: inline-block; }

.tt-block-title .tt-title a.title-hover-underline:hover {
  color:  #0b4b58; }

.tt-block-title .tt-title a:not(.title-hover-underline) {
  color:  #0b4b58;
  text-decoration: underline;
  display: inline-block;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear; }

.tt-block-title .tt-title a:not(.title-hover-underline):hover {
  text-decoration: none; }

.tt-block-title .tt-title-small {
  font-size: 16px;
  line-height: 26px;
  font-weight:  500;
  margin: 0;
  padding: 0; }

.tt-block-title .tt-title-small a {
  color:  #0b4b58;
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid #0b4b58;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear; }

.tt-block-title .tt-title-small a:hover {
  border-color: transparent; }

.tt-block-title .tt-description {
  font-size: 16px;
  line-height: 24px;
  font-weight:  500;
  letter-spacing: 0.03em;
  color:  #191919;
  margin: 2px 0 0 0;
  padding: 0; }

@media (max-width: 575px) {
  .tt-block-title {
    padding-bottom: 23px; } }

/* tt-title-sub */
.tt-title-sub {
  font-size: 16px;
  padding-bottom: 34px;
  margin-top: 4px;
  font-weight:  500;
  letter-spacing: 0.01em; }

@media (max-width: 575px) {
  .tt-title-sub {
    padding-bottom: 22px; } }

/* box-faq */
.tt-box-faq-listing {
  margin-top: -26px; }

.tt-box-faq-listing .tt-title {
  font-size: 16px;
  line-height: 26px;
  font-weight:  500;
  letter-spacing: 0.03em;
  padding-bottom: 15px; }

.tt-box-faq-listing .tt-box-faq {
  margin-top: 47px;
  letter-spacing: 0.0063em; }

.tt-box-faq-listing .tt-box-faq .tt-title {
  color:  #191919; }

.tt-box-faq-listing .tt-box-faq .tt-title a {
  color:  #191919; }

.tt-box-faq-listing .tt-box-faq .tt-title a:hover {
  color:  #0b4b58; }

.tt-box-faq-listing .tt-box-faq p {
  margin-top: 16px; }

@media (min-width: 790px) {
  .tt-box-faq-listing .tt-box-faq {
    padding-right: 35px; } }

.tt-box-faq-listing .tt-box-faq:last-child {
  margin-bottom: 0; }

@media (max-width: 1024px) {
  .tt-box-faq-listing {
    margin-top: -19px; }
  .tt-box-faq-listing .tt-box-faq {
    margin-top: 24px; } }

/* demo-typography */
.demo-typography {
  padding-top: 7px; }

.demo-typography h1 {
  margin-top: 38px; }

@media (max-width: 1024px) {
  .demo-typography h1 {
    margin-top: 23px; } }

@media (max-width: 575px) {
  .demo-typography h1 {
    margin-top: 19px; } }

.demo-typography .tt-box-text {
  margin-top: 43px; }

@media (max-width: 1024px) {
  .demo-typography .tt-box-text {
    margin-top: 25px; } }

@media (max-width: 575px) {
  .demo-typography .tt-box-text {
    margin-top: 23px; } }

.demo-typography .tt-blockquote {
  margin-top: 33px;
  margin-bottom: 33px; }

@media (max-width: 1024px) {
  .demo-typography .tt-blockquote {
    margin-top: 28px;
    margin-bottom: 28px; } }

@media (max-width: 575px) {
  .demo-typography .tt-blockquote {
    margin-top: 24px;
    margin-bottom: 24px; } }

/* .tt-about-box */
@media (min-width: 791px) {
  .tt-about-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    padding: 208px 0 216px 0;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .tt-about-box .img-mobile {
    display: none; }
  .tt-about-box .tt-title {
    color: #ffffff;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0.02em;
    font-weight:  500;
    padding-bottom: 0; }
  .tt-about-box p {
    margin-top: 23px;
    max-width: 75%; }
  .tt-about-box .tt-blockquote-02 {
    margin-top: 44px; }
  .tt-about-box .tt-blockquote-02 .tt-title {
    font-size: 28px;
    line-height: 40px;
    font-weight:  500;
    letter-spacing: 0.02em; } }

@media (min-width: 791px) and (max-width: 1229px) {
  .tt-about-box {
    padding: 110px 0 118px 0; }
  .tt-about-box .tt-title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.02em; }
  .tt-about-box p {
    max-width: 100%; }
  .tt-about-box .tt-blockquote-02 .tt-title {
    font-size: 22px;
    line-height: 27px; } }

@media (max-width: 790px) {
  .tt-about-box {
    background: none !important; }
  .tt-about-box > .container {
    padding-left: 20px;
    padding-right: 20px; }
  .tt-about-box .img-mobile {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 32px; }
  .tt-about-box .tt-title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 32px;
    letter-spacing: 0.02em;
    padding-bottom: 4px; }
  .tt-about-box .tt-blockquote-02 {
    margin-top: 25px;
    color:  #191919; }
  .tt-about-box .tt-blockquote-02 .tt-icon {
    color:  #0b4b58; }
  .tt-about-box .tt-blockquote-02 .tt-title {
    margin-top: 0px;
    padding-bottom: 0;
    font-size: 23px; } }

.tt-about-box div[class^="col-"] > *:nth-child(1) {
  margin-top: 0; }

.tt-about-col-list {
  margin-top: -52px; }

.tt-about-col-list .tt-title {
  font-size: 20px;
  line-height: 30px;
  font-weight:  500;
  letter-spacing: 0.03em;
  padding-bottom: 15px; }

.tt-about-col-list div[class^="col"] {
  margin-top: 52px; }

@media (max-width: 1024px) {
  .tt-about-col-list div[class^="col"] {
    margin-top: 42px; } }

@media (max-width: 575px) {
  .tt-about-col-list div[class^="col"] {
    margin-top: 25px; } }

@media (max-width: 1024px) {
  .tt-about-col-list {
    margin-top: -42px; } }

@media (max-width: 790px) {
  .tt-about-col-list {
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 575px) {
  .tt-about-col-list {
    margin-top: -25px; } }

.tt-about02-col-list {
  margin-top: -52px; }

.tt-about02-col-list .tt-title {
  font-size: 20px;
  line-height: 30px;
  font-weight:  500;
  letter-spacing: 0.03em;
  padding-bottom: 15px; }

.tt-about02-col-list div[class^="col"] {
  margin-top: 52px; }

@media (max-width: 1024px) {
  .tt-about02-col-list div[class^="col"] {
    margin-top: 42px; } }

@media (max-width: 575px) {
  .tt-about02-col-list div[class^="col"] {
    margin-top: 25px; } }

@media (max-width: 1024px) {
  .tt-about02-col-list {
    margin-top: -42px; } }

@media (max-width: 575px) {
  .tt-about02-col-list {
    margin-top: -25px; } }

/* tt-about-box-02 */
.tt-about-box-02 .tt-title {
  font-size: 30px;
  line-height: 40px;
  font-weight:  500;
  letter-spacing: 0em;
  margin-top: -4px; }

@media (max-width: 1229px) {
  .tt-about-box-02 .tt-title {
    font-size: 25px;
    line-height: 35px; } }

@media (max-width: 789px) {
  .tt-about-box-02 .tt-title {
    font-size: 22px;
    line-height: 32px; } }

/* tt-col-img */
.tt-col-img {
  margin-top: -20px; }

.tt-col-img img {
  width: 100%;
  height: auto;
  margin-top: 20px; }

/* tt-contact-box */
@media (min-width: 791px) {
  .tt-contact-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 302px 15px 320px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .tt-contact-box a {
    color: #ffffff; }
  .tt-contact-box .tt-title {
    color: #ffffff;
    font-size: 34px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    font-weight:  500;
    letter-spacing: 0.03em; }
  .tt-contact-box address {
    color: #ffffff;
    margin: 24px 0 0 0; } }

@media (min-width: 791px) and (max-width: 1229px) {
  .tt-contact-box {
    padding-top: 202px;
    padding-bottom: 220px; }
  .tt-contact-box .tt-title {
    font-size: 30px;
    line-height: 40px; } }

@media (min-width: 791px) {
  .tt-contact-box .img-mobile {
    display: none; } }

@media (max-width: 790px) {
  .tt-contact-box {
    background: none !important; }
  .tt-contact-box .img-mobile {
    width: 100%;
    height: auto;
    margin-bottom: 32px; }
  .tt-contact-box .tt-title {
    font-size: 24px;
    line-height: 34px; }
  .tt-contact-box address {
    margin-top: 14px; }
  .tt-contact-box .container > *:nth-child(1) {
    margin-top: 0; } }

.tt-contact-box div[class^="col-"] > *:nth-child(1) {
  margin-top: 0; }

.tt-contact-col-list {
  margin-top: -51px; }

.tt-contact-col-list .tt-title {
  font-size: 20px;
  line-height: 30px;
  font-weight:  500;
  letter-spacing: 0.03em;
  padding-bottom: 15px; }

.tt-contact-col-list div[class^="col"] {
  margin-top: 51px; }

@media (max-width: 1024px) {
  .tt-contact-col-list div[class^="col"] {
    margin-top: 42px; } }

@media (max-width: 790px) {
  .tt-contact-col-list div[class^="col"] {
    margin-top: 24px; } }

@media (max-width: 1024px) {
  .tt-contact-col-list {
    margin-top: -42px; } }

@media (max-width: 575px) {
  .tt-contact-col-list {
    margin-top: -25px; } }

.tt-contact02-col-list {
  margin-top: -51px; }

.tt-contact02-col-list div[class^="col"] {
  margin-top: 51px; }

@media (max-width: 1024px) {
  .tt-contact02-col-list div[class^="col"] {
    margin-top: 42px; } }

@media (max-width: 575px) {
  .tt-contact02-col-list div[class^="col"] {
    margin-top: 25px; } }

@media (max-width: 1024px) {
  .tt-contact02-col-list {
    margin-top: -42px; } }

@media (max-width: 575px) {
  .tt-contact02-col-list {
    margin-top: -25px; } }

/* tt-contact-info */
.tt-contact-info:not(.text-left):not(.text-right) {
  text-align: center; }

.tt-contact-info .tt-icon {
  font-size: 55px;
  line-height: 1.1;
  color:  #0b4b58; }

.tt-contact-info .tt-title {
  font-size: 20px;
  line-height: 30px;
  font-weight:  500;
  letter-spacing: 0.03em;
  color:  #191919;
  margin: 15px 0 0 0;
  padding-bottom: 0; }

.tt-contact-info address {
  margin: 15px 0 0 0;
  letter-spacing: 0.01em; }

@media (max-width: 1229px) {
  .tt-contact-info .tt-icon {
    font-size: 55px; }
  .tt-contact-info .tt-title {
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0 0 0;
    padding-bottom: 0; } }

@media (max-width: 575px) {
  .tt-contact-info {
    padding-bottom: 0px; }
  .tt-contact-info .tt-icon {
    font-size: 48px; }
  .tt-contact-info .tt-title {
    font-size: 18px;
    line-height: 28px;
    margin: 5px 0 0 0; }
  .tt-contact-info address {
    margin-top: 8px; } }

.tt-contact-info > *:nth-child(1) {
  margin-top: 0; }

/* map */
.contact-map {
  width: 100%; }

.contact-map #map {
  height: 450px;
  width: 100%; }

/* form */
::-webkit-input-placeholder {
  color:  #777777; }

::-moz-placeholder {
  color:  #777777; }

:-moz-placeholder {
  color:  #777777; }

:-ms-input-placeholder {
  color:  #777777; }

input:not(.tt-search-input):focus::-webkit-input-placeholder {
  color: transparent; }

input:not(.tt-search-input):focus:-moz-placeholder {
  color: transparent; }

input:not(.tt-search-input):focus::-moz-placeholder {
  color: transparent; }

input:not(.tt-search-input):focus:-ms-input-placeholder {
  color: transparent; }

textarea:focus::-webkit-input-placeholder {
  color: transparent; }

textarea:focus:-moz-placeholder {
  color: transparent; }

textarea:focus::-moz-placeholder {
  color: transparent; }

textarea:focus:-ms-input-placeholder {
  color: transparent; }

/* form-default */
.form-default .form-group {
  margin-bottom: 20px; }

.form-default .form-group label {
  font-size: 14px;
  color:  #191919;
  font-weight:  500;
  padding-bottom: 4px;
  letter-spacing: 0.02em; }

.form-default .form-control {
  background:  #f7f8fa;
  font-size: 16px;
  border: 1px solid  #f7f8fa;
  padding: 11px 12px 10px 15px;
  box-shadow: none;
  outline: none;
  color:  #777777;
  border-radius: 0;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.form-default .form-control:not(textarea) {
  height: 40px; }

@media (max-width: 575px) {
  .form-default .form-control:not(textarea) {
    height: 39px; } }

.form-default input.form-control,
.form-default textarea.form-control {
  -webkit-appearance: none; }

.form-default select.form-control {
  padding: 10px 12px 11px 15px;
  cursor: pointer; }

.form-default select.form-control:not([size]):not([multiple]) {
  height: auto; }

.form-default .form-control.error {
  border-color: red; }

.form-default .form-control:focus {
  border-color:  #0b4b58;
  background: #ffffff; }

.form-default .tt-required {
  display: inline-block;
  float: right;
  color:  #777777;
  padding-left: 5px; }

.mac .form-default .form-control,
.ie .form-default .form-control {
  padding: 10px 12px 11px 15px; }

.list-form-inline {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -15px; }

.list-form-inline li {
  margin-left: 15px; }

.list-form-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -15px; }

.list-form-column li {
  margin-left: 15px; }

/* checkbox-group */
.checkbox-group {
  position: relative;
  display: inline-block;
  margin-bottom: 20px; }

.checkbox-group input[type=checkbox] {
  display: none; }

.checkbox-group label {
  padding-left: 25px;
  cursor: pointer;
  font-size: 14px;
  color:  #191919;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.checkbox-group label span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.12s;
  -moz-transition-duration: 0.12s;
  transition-duration: 0.12s; }

.checkbox-group label .box {
  background:  #f7f8fa;
  height: 17px;
  width: 17px;
  z-index: 9;
  margin-top: 2px;
  border: 1px solid  #e9e7e7; }

.checkbox-group label .check {
  top: 2px;
  left: 0px;
  opacity: 0;
  z-index: 10;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background:  #0b4b58;
  width: 17px;
  height: 17px;
  line-height: 1; }

.checkbox-group label .check:before {
  content: "\ea11";
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  position: relative;
  left: 1px;
  top: 1px;
  font-family: 'wokiee_icons';
  font-style: normal;
  font-weight: 400; }

.checkbox-group:hover label {
  color: #000; }

input[type=checkbox]:checked ~ label .check {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.tt-modal-addtocart input[type=checkbox]:checked ~ label .check {
  text-align: left; }

/* radio-group */
.radio {
  display: block;
  cursor: pointer;
  margin: 0 0 8px;
  transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear; }

.radio input {
  width: 1px;
  height: 1px;
  opacity: 0; }

.radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color:  #0b4b58; }

.radio .outer {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  margin: 3px 9px 0 0;
  background-color:  #f7f8fa;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.radio .inner {
  width: 10px;
  height: 10px;
  top: 2px;
  left: 2px;
  display: block;
  background-color:  #0b4b58;
  opacity: 0;
  position: relative;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.radio:hover {
  color:  #0b4b58; }

.radio:hover .inner {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* contact-form */
.contact-form textarea {
  height: 160px; }

.contact-form .btn {
  margin-top: 20px; }

@media (max-width: 575px) {
  .contact-form {
    margin-top: 33px; } }

.contact-form p {
  padding-bottom: 20px; }

/* tt-box-thumb */
.tt-box-thumb-listing {
  margin-top: -53px; }

@media (max-width: 1024px) {
  .tt-box-thumb-listing {
    margin-top: -35px; } }

@media (max-width: 1024px) {
  .tt-box-thumb-listing {
    margin-top: -28px; } }

.tt-box-thumb {
  margin-top: 53px;
  text-align: center; }

.tt-box-thumb .tt-img {
  overflow: hidden;
  display: block;
  backface-visibility: hidden; }

.tt-box-thumb .tt-img img {
  width: 100%;
  height: auto; }

.tt-box-thumb .tt-title {
  margin-top: 22px;
  font-weight:  500;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 30px;
  padding: 0;
  color:  #191919; }

.tt-box-thumb .tt-title a {
  color:  #191919; }

.tt-box-thumb .tt-title a:hover {
  color:  #0b4b58; }

.tt-box-thumb p {
  margin-top: 15px;
  padding-left: 5px;
  padding-right: 5px; }

@media (max-width: 1024px) {
  .tt-box-thumb {
    margin-top: 35px; }
  .tt-box-thumb .tt-title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 19px; }
  .tt-box-thumb p {
    margin-top: 11px; } }

@media (max-width: 575px) {
  .tt-box-thumb {
    margin-top: 23px; }
  .tt-box-thumb .tt-title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 16px; }
  .tt-box-thumb p {
    margin-top: 7px; } }

.tt-box-thumb > *:nth-child(1) {
  margin-top: 0; }

.tt-page404 {
  background:  #0b4b58;
  color: #ffffff;
  text-align: center;
  padding: 79px 20px 103px; }

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

.tt-page404 .tt-title {
  color: #ffffff;
  padding: 0;
  margin: 42px 0 0 0;
  font-size: 34px;
  font-weight:  500;
  letter-spacing: 0.03em;
  line-height: 44px; }

.tt-page404 p {
  margin-top: 2px;
  font-size: 15px; }

.tt-page404 .btn {
  margin-top: 34px; }

@media (max-width: 1024px) {
  .tt-page404 img {
    max-width: 400px; }
  .tt-page404 .tt-title {
    font-size: 28px;
    line-height: 40px; } }

@media (max-width: 789px) {
  .tt-page404 {
    padding: 35px 20px 59px; }
  .tt-page404 img {
    width: 350px;
    max-width: 70%; }
  .tt-page404 .tt-title {
    font-size: 25px;
    line-height: 34px; } }

@media (max-width: 575px) {
  .tt-page404 .tt-title {
    font-size: 23px;
    line-height: 32px;
    margin: 28px 0 0 0; }
  .tt-page404 .btn {
    margin-top: 25px; } }

.tt-page404 > *:nth-child(1) {
  margin-top: 0; }

/* .tt-empty-cart*/
.tt-empty-cart {
  text-align: center;
  padding: 102px 20px 102px; }

.tt-empty-cart img {
  max-width: 100%;
  height: auto; }

.tt-empty-cart .tt-icon {
  font-size: 150px;
  line-height: 1.1;
  color: #ebecee; }

.tt-empty-cart .tt-title {
  color:  #191919;
  padding: 0;
  margin: 13px 0 0 0;
  font-size: 34px;
  font-weight:  500;
  letter-spacing: 0.03em;
  line-height: 44px; }

.tt-empty-cart p {
  margin-top: 2px;
  font-size: 15px; }

.tt-empty-cart .btn {
  margin-top: 34px; }

@media (max-width: 1024px) {
  .tt-empty-cart {
    padding: 71px 20px 82px; }
  .tt-empty-cart .tt-icon {
    font-size: 130px; }
  .tt-empty-cart .tt-title {
    font-size: 28px;
    line-height: 38px; } }

@media (max-width: 575px) {
  .tt-empty-cart {
    padding: 51px 15px 62px; }
  .tt-empty-cart .tt-icon {
    font-size: 120px; }
  .tt-empty-cart .tt-title {
    font-size: 24px;
    line-height: 34px; } }

.tt-empty-cart > *:nth-child(1) {
  margin-top: 0; }

/* .tt-empty-search*/
.tt-empty-search {
  text-align: center;
  padding: 106px 20px 102px; }

.tt-empty-search img {
  max-width: 100%;
  height: auto; }

.tt-empty-search .tt-icon {
  font-size: 150px;
  line-height: 1.1;
  color: #ebecee; }

.tt-empty-search .tt-title {
  color:  #191919;
  padding: 0;
  margin: 9px 0 0 0;
  font-size: 34px;
  font-weight:  500;
  line-height: 44px; }

.tt-empty-search p {
  margin-top: 2px;
  font-size: 15px; }

.tt-empty-search .btn {
  margin-top: 34px; }

@media (max-width: 1024px) {
  .tt-empty-search {
    padding: 71px 20px 82px; }
  .tt-empty-search .tt-icon {
    font-size: 130px; }
  .tt-empty-search .tt-title {
    font-size: 28px;
    line-height: 38px; } }

@media (max-width: 575px) {
  .tt-empty-search {
    padding: 51px 15px 62px; }
  .tt-empty-search .tt-icon {
    font-size: 120px; }
  .tt-empty-search .tt-title {
    font-size: 24px;
    line-height: 34px; } }

.tt-empty-search > *:nth-child(1) {
  margin-top: 0; }

/* tt-coming-soon */
.tt-coming-soon {
  padding: 27px 0 90px 0;
  overflow: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

@media (min-width: 734px) {
  .tt-coming-soon {
    height: 100vh; } }

.tt-coming-soon form .form-group {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex; }

.tt-coming-soon form .form-control {
  min-width: 254px;
  margin-top: 20px; }

.tt-coming-soon form .btn {
  margin-top: 20px; }

.tt-coming-soon h1.tt-title {
  font-size: 34px;
  line-height: 47px;
  margin: 54px 0 0 0;
  padding: 0;
  font-weight:  500;
  letter-spacing: 0.03em;
  color:  #191919; }

.tt-coming-soon h2.tt-title {
  font-size: 16px;
  line-height: 26px;
  margin: 31px 0 0 0;
  padding: 0 0 2px 0;
  font-weight:  500;
  color:  #191919;
  width: 100%; }

.tt-coming-soon .description {
  max-width: 584px;
  margin: 21px auto 47px; }

.tt-coming-soon .tt-coming-soon-content > *:nth-child(1) {
  margin-top: 0; }

@media (max-width: 1229px) {
  .tt-coming-soon {
    padding-top: 17px; }
  .tt-coming-soon h1.tt-title {
    font-size: 30px;
    line-height: 40px; }
  .tt-coming-soon .description {
    margin-bottom: 37px; }
  .tt-coming-soon form {
    margin-top: 0px; }
  .tt-coming-soon h2.tt-title {
    margin-top: 21px; } }

@media (min-width: 1025px) {
  .tt-coming-soon {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; } }

@media (max-width: 1024px) {
  .tt-coming-soon {
    padding-top: 15px;
    padding-bottom: 27px; }
  .tt-coming-soon h1.tt-title {
    font-size: 29px;
    line-height: 39px;
    margin-top: 35px; }
  .tt-coming-soon .description {
    margin-bottom: 27px; }
  .tt-coming-soon form .form-control,
  .tt-coming-soon form .btn {
    margin-top: 13px; }
  .tt-coming-soon form .form-group {
    margin-bottom: 13px; } }

@media (max-width: 575px) {
  .tt-coming-soon {
    padding-bottom: 10px; }
  .tt-coming-soon h1.tt-title {
    font-size: 23px;
    line-height: 33px;
    margin-top: 15px; }
  .tt-coming-soon .description {
    margin-top: 10px;
    margin-bottom: 0px; }
  .tt-coming-soon form .form-group {
    display: block; }
  .tt-coming-soon form .form-control {
    margin-top: 13px; }
  .tt-coming-soon form .btn {
    margin-top: 13px; }
  .tt-coming-soon form .form-group {
    margin-bottom: 7px; } }

.coming-soon-bottom {
  position: fixed;
  bottom: 72px;
  width: 100%;
  left: 0; }

.coming-soon-bottom p {
  font-size: 12px; }

.coming-soon-bottom .tt-social-icon {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 11px; }

@media (max-width: 1229px) {
  .coming-soon-bottom {
    bottom: 52px; } }

@media (max-width: 1024px) {
  .coming-soon-bottom {
    bottom: 22px; }
  .coming-soon-bottom .tt-social-icon {
    margin-top: 5px; } }

@media (max-width: 789px) {
  .coming-soon-bottom {
    position: inherit;
    bottom: inherit;
    margin-top: 25px; } }

/* social-icon */
.tt-social-icon li a {
  font-size: 18px;
  line-height: 26px;
  color: #d8d8d8;
  padding: 4px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-social-icon li a:hover {
  color:  #191919; }

.tt-social-icon li:first-child {
  margin-right: 5px; }

.tt-social-icon li:last-child {
  margin-left: 5px; }

.tt-social-icon li:not(:last-child):not(:first-child) {
  margin: 0 5px; }

/* login-form-box */
.tt-login-form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.tt-login-form .tt-item {
  border: 1px solid #e9e7e7;
  padding: 32px 39px 20px;
  height: 100%; }

.tt-login-form .tt-item .tt-title {
  font-size: 20px;
  line-height: 30px;
  padding: 0 0 14px 0;
  font-weight:  500; }

.tt-login-form .tt-item p {
  margin-top: 0; }

.tt-login-form .tt-item .form-top {
  margin-top: 17px; }

.tt-login-form .tt-item .btn:not(.btn-top) {
  margin-top: 4px;
  margin-bottom: 5px; }

.tt-login-form .tt-item .btn-top {
  margin-top: 25px; }

.tt-login-form .tt-item .btn {
  margin-right: 12px; }

.tt-login-form .tt-item .additional-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative; }

.tt-login-form .tt-item .additional-links a {
  color:  #0b4b58;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-login-form .tt-item .additional-links a:hover {
  color:  #191919; }

@media (max-width: 789px) {
  .tt-login-form {
    display: block;
    align-items: flex-start;
    margin-top: -20px; }
  .tt-login-form .tt-item:first-child {
    margin-top: 20px;
    height: auto; } }

@media (max-width: 440px) {
  .tt-login-form .tt-item {
    padding: 20px 20px 10px; } }

/* slick */
.slick-track {
  margin: auto; }

.tt-slick-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.tt-slick-button {
  font-size: 0;
  line-height: 0; }

.tt-slick-button .slick-arrow {
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  background:  #f7f8fa;
  font-weight:  500;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-slick-button .slick-arrow:hover {
  background:  #0b4b58;
  color: #ffffff; }

.tt-slick-button .slick-arrow:before {
  font-family: 'wokiee_icons';
  font-size: 20px;
  line-height: 1; }

.tt-slick-button .slick-prev:before {
  content: "\e90d"; }

.tt-slick-button .slick-next {
  margin-left: 4px; }

.tt-slick-button .slick-next:before {
  content: "\e90e"; }

.slick-prev:before {
  position: relative;
  right: 1px; }

.slick-next:before {
  position: relative;
  left: 1px; }

.tt-slick-button-vertical {
  font-size: 0;
  line-height: 0; }

.tt-slick-button-vertical .slick-arrow {
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  background:  #f7f8fa;
  font-weight:  500;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-slick-button-vertical .slick-arrow:hover {
  background:  #0b4b58;
  color: #ffffff; }

.tt-slick-button-vertical .slick-arrow:before {
  font-family: 'wokiee_icons';
  font-size: 20px;
  line-height: 1; }

.tt-slick-button-vertical .slick-prev:before {
  content: "\e90f"; }

.tt-slick-button-vertical .slick-next {
  left: 42px; }

.tt-slick-button-vertical .slick-next:before {
  content: "\e90c"; }

.tt-slick-quantity {
  font-size: 14px;
  line-height: 1;
  color: #989898; }

.tt-slick-quantity .account-number {
  font-size: 20px;
  color:  #191919; }

/* arrow-location-01 */
.arrow-location-01 .slick-arrow {
  position: absolute;
  bottom: 10px;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  background:  #ffffff;
  font-weight:  500;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.arrow-location-01 .slick-arrow:hover {
  background:  #0b4b58;
  color: #ffffff; }

.arrow-location-01 .slick-arrow:before {
  font-family: 'wokiee_icons';
  font-size: 20px;
  line-height: 1; }

.arrow-location-01 .slick-prev {
  right: 57px; }

.arrow-location-01 .slick-prev:before {
  content: "\e90d"; }

.arrow-location-01 .slick-next {
  right: 10px; }

.arrow-location-01 .slick-next:before {
  content: "\e90e"; }

/* arrow-location-02 */
.arrow-location-02 .slick-arrow {
  position: absolute;
  bottom: -58px;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  background:  #f7f8fa;
  font-weight:  500;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.arrow-location-02 .slick-arrow:hover {
  background:  #0b4b58;
  color: #ffffff; }

.arrow-location-02 .slick-arrow:before {
  font-family: 'wokiee_icons';
  font-size: 20px;
  line-height: 1; }

.arrow-location-02 .slick-prev {
  left: 0px; }

.arrow-location-02 .slick-prev:before {
  content: "\e90d"; }

.arrow-location-02 .slick-next {
  left: 47px; }

.arrow-location-02 .slick-next:before {
  content: "\e90e"; }

/* arrow-location-03 */
.arrow-location-03 .slick-arrow {
  position: absolute;
  top: -46px;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  font-weight:  500;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.arrow-location-03 .slick-arrow:hover {
  color:  #0b4b58; }

.arrow-location-03 .slick-arrow:before {
  font-family: 'wokiee_icons';
  font-size: 20px;
  line-height: 1; }

.arrow-location-03 .slick-prev {
  right: 20px; }

.arrow-location-03 .slick-prev:before {
  content: "\e90d"; }

.arrow-location-03 .slick-next {
  right: -4px; }

.arrow-location-03 .slick-next:before {
  content: "\e90e"; }

/* arrow-location-tab */
.arrow-location-tab .slick-arrow {
  position: absolute;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  background:  #f7f8fa;
  font-weight:  500;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.arrow-location-tab .slick-arrow:hover {
  background:  #0b4b58;
  color: #ffffff; }

.arrow-location-tab .slick-arrow:before {
  font-family: 'wokiee_icons';
  font-size: 20px;
  line-height: 1; }

.arrow-location-tab .slick-prev:before {
  content: "\e90d"; }

.arrow-location-tab .slick-next:before {
  content: "\e90e"; }

@media (min-width: 1025px) {
  .arrow-location-tab .slick-arrow {
    top: -30px; }
  .arrow-location-tab.no-title .slick-arrow {
    top: -15px; }
  .arrow-location-tab .slick-prev {
    right: 57px; }
  .arrow-location-tab .slick-next {
    right: 10px; } }

@media (max-width: 1024px) {
  .arrow-location-tab .slick-arrow {
    top: 50%; }
  .arrow-location-tab .slick-prev {
    left: 0px; }
  .arrow-location-tab .slick-next {
    right: 0px; } }

/* arrow-location-right-top */
.arrow-location-right-top .slick-arrow {
  position: absolute;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  background:  #f7f8fa;
  font-weight:  500;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.arrow-location-right-top .slick-arrow:hover {
  background:  #0b4b58;
  color: #ffffff; }

.arrow-location-right-top .slick-arrow:before {
  font-family: 'wokiee_icons';
  font-size: 20px;
  line-height: 1; }

.arrow-location-right-top .slick-prev:before {
  content: "\e90d"; }

.arrow-location-right-top .slick-next:before {
  content: "\e90e"; }

@media (min-width: 1025px) {
  .arrow-location-right-top .slick-arrow {
    top: -15px; }
  .arrow-location-right-top .slick-prev {
    right: 57px; }
  .arrow-location-right-top .slick-next {
    right: 10px; } }

@media (max-width: 1024px) {
  .arrow-location-right-top .slick-arrow {
    top: 50%; }
  .arrow-location-right-top .slick-prev {
    left: 0px; }
  .arrow-location-right-top .slick-next {
    right: 0px; } }

/* arrow-location-center */
.arrow-location-center .slick-arrow,
.arrow-location-center .slick-arrow:active {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  color: #dadada;
  font-weight:  500;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.arrow-location-center .slick-arrow:hover {
  color:  #191919; }

.arrow-location-center .slick-arrow:before {
  font-family: 'wokiee_icons';
  font-size: 20px;
  line-height: 1; }

.arrow-location-center .slick-prev {
  left: 0px; }

.arrow-location-center .slick-prev:before {
  content: "\e90d"; }

.arrow-location-center .slick-next {
  right: 0px; }

.arrow-location-center .slick-next:before {
  content: "\e90e"; }

/* arrow-location-center-02 */
.arrow-location-center-02 .slick-arrow,
.arrow-location-center-02 .slick-arrow:active {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  background:  #f7f8fa;
  color:  #191919;
  font-weight:  500;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.arrow-location-center-02 .slick-arrow:hover {
  color: #ffffff;
  background:  #0b4b58; }

.arrow-location-center-02 .slick-arrow:before {
  font-family: 'wokiee_icons';
  font-size: 20px;
  line-height: 1; }

.arrow-location-center-02 .slick-prev {
  left: 0px; }

.arrow-location-center-02 .slick-prev:before {
  content: "\e90d"; }

.arrow-location-center-02 .slick-next {
  right: 0px; }

.arrow-location-center-02 .slick-next:before {
  content: "\e90e"; }

body:not(.touch-device) .arrow-location-center-02.tt-arrow-hover .slick-arrow {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0; }

body:not(.touch-device) .arrow-location-center-02.tt-arrow-hover:hover .slick-arrow {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

/* slick - style */
.slick-slider .slick-dots {
  margin-top: 22px;
  position: absolute;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.slick-slider .slick-dots li {
  margin: 0 3px;
  padding: 0 2px;
  cursor: pointer; }

.slick-slider .slick-dots li button {
  width: 14px;
  height: 14px;
  background: #dadada;
  border: none;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  cursor: pointer; }

.slick-slider .slick-dots li:hover button {
  background:  #191919; }

.slick-slider .slick-dots .slick-active button {
  background:  #191919; }

.tt-arrow-type-02.slick-slider .slick-arrow {
  background:  #f7f8fa;
  color: #dadada; }

.tt-arrow-type-02.slick-slider .slick-arrow:hover {
  background:  #f7f8fa;
  color:  #191919; }

.tt-arrow-type-02.slick-slider .slick-next {
  right: 20px; }

.tt-arrow-type-02.slick-slider .slick-prev {
  left: 20px; }

/* tt-slider-functionality */
/* wrapper-social-icon */
.wrapper-social-icon {
  background:  #f7f8fa;
  padding: 12px 5px 10px; }

.touch-device .wrapper-social-icon {
  background:  #e9e7e7;
  width: 100%;
  height: 1px;
  padding: 0; }

.touch-device .wrapper-social-icon .container {
  display: none; }

.at-share-tbx-element .at-share-btn:focus, .at-share-tbx-element .at-share-btn:hover,
.at-resp-share-element .at-share-btn:focus, .at-resp-share-element .at-share-btn:hover {
  transform: none !important; }

/* tt-gift-layout (gift-cart.html)*/
.tt-gift-layout {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 82px 0; }

.tt-gift-layout .tt-title {
  margin-top: 81px;
  font-size: 34px;
  line-height: 1.1; }

.tt-gift-layout .tt-gift-box {
  margin-top: 53px;
  max-width: 434px;
  overflow: hidden;
  position: relative;
  border-radius: 9px; }

.tt-gift-layout .tt-gift-box img {
  max-width: 100%;
  height: auto; }

.tt-gift-layout .tt-gift-box .tt-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.tt-gift-layout .tt-gift-box .tt-description .tt-sum {
  color: #ffffff;
  font-size: 32px;
  position: absolute;
  top: 17px;
  right: 15px;
  font-weight:  500;
  letter-spacing: 0.02em; }

@media (max-width: 575px) {
  .tt-gift-layout .tt-gift-box .tt-description .tt-sum {
    font-size: 27px; } }

.tt-gift-layout .tt-gift-box .tt-description .tt-code {
  background-color:  #ffffff;
  border: 7px solid  #ffffff;
  margin: 20px;
  position: relative;
  border-radius: 3px; }

.tt-gift-layout .tt-gift-box .tt-description .tt-code span {
  display: block;
  position: relative;
  padding: 13px 14px 11px;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.06em;
  color:  #191919; }

.tt-gift-layout .tt-gift-box .tt-description .tt-code span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: url("tt-gift-box-border2.png") left top repeat-y; }

.tt-gift-layout .tt-gift-box .tt-description .tt-code span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: url("tt-gift-box-border2.png") right top repeat-y; }

.tt-gift-layout .tt-gift-box .tt-description .tt-code:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url("tt-gift-box-border1.png") left top repeat-x; }

.tt-gift-layout .tt-gift-box .tt-description .tt-code:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url("tt-gift-box-border1.png") left top repeat-x; }

.tt-gift-layout p {
  margin-top: 33px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center; }

.tt-gift-layout .tt-gift-dissembled {
  margin-top: 35px; }

.tt-gift-layout .tt-gift-dissembled img {
  max-width: 100%;
  height: auto; }

.tt-gift-layout .btn-border {
  margin-top: 62px; }

.tt-gift-layout .btn-link {
  margin-top: 32px; }

@media (max-width: 1024px) {
  .tt-gift-layout {
    padding: 42px 0; }
  .tt-gift-layout .tt-title {
    margin-top: 41px;
    font-size: 31px; }
  .tt-gift-layout .tt-gift-box {
    margin-top: 44px;
    max-width: 380px; }
  .tt-gift-layout .tt-gift-box .tt-description .tt-code span {
    font-size: 22px;
    letter-spacing: 0.04em; }
  .tt-gift-layout .tt-gift-dissembled {
    margin-top: 31px; }
  .tt-gift-layout .btn-border {
    margin-top: 40px; }
  .tt-gift-layout .btn-link {
    margin-top: 23px; } }

@media (max-width: 575px) {
  .tt-gift-layout {
    padding: 22px 0; }
  .tt-gift-layout .tt-title {
    margin-top: 35px;
    font-size: 26px; }
  .tt-gift-layout .tt-gift-box {
    margin-top: 36px;
    max-width: 290px; }
  .tt-gift-layout .tt-gift-box .tt-description .tt-code {
    margin: 15px; }
  .tt-gift-layout .tt-gift-box .tt-description .tt-code span {
    font-size: 18px;
    letter-spacing: 0.02em; }
  .tt-gift-layout p {
    margin-top: 25px;
    line-height: 19px; }
  .tt-gift-layout .tt-gift-dissembled {
    margin-top: 24px; }
  .tt-gift-layout .btn-border {
    margin-top: 31px; }
  .tt-gift-layout .btn-link {
    margin-top: 18px; } }

.tt-gift-layout > *:nth-child(1) {
  margin-top: 0; }

/* tt-back-to-top */
@media (min-width: 790px) {
  .tt-back-to-top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    width: 62px;
    height: 62px;
    /*  */
    background-color:  Liquid error: Cannot extract '', valid components are: alpha, red, green, blue, hue, saturation, lightness;
    color:  #ffffff;
    font-size: 0;
    line-height: 0;
    position: fixed;
    bottom: -64px;
    right: 0%;
    z-index: 20; }
  .tt-back-to-top:before {
    font-family: 'wokiee_icons' !important;
    content: "\e9c9";
    display: block;
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: 0;
    -moz-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    -webkit-transition: top 0.2s linear;
    transition: top 0.2s linear; }
  .tt-back-to-top:hover {
    /*  */
    background-color:  Liquid error: Cannot extract '', valid components are: alpha, red, green, blue, hue, saturation, lightness;
    color:  #ffffff; }
  .tt-back-to-top:hover:before {
    top: -4px; }
  .tt-back-to-top.tt-show {
    bottom: 50px; } }

@media (max-width: 789px) {
  .tt-back-to-top {
    background:  #222222;
    color:  #0b4b58;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight:  500;
    padding: 5px 0 33px 0;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
  .tt-back-to-top:before {
    font-family: 'wokiee_icons' !important;
    content: "\e9c9";
    display: block;
    font-size: 20px;
    line-height: 1; }
  .tt-back-to-top:hover {
    color: #ffffff; } }

/* tt-breadcrumb */
.tt-breadcrumb {
  background:  #f7f8fa; }

.tt-breadcrumb ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.tt-breadcrumb ul li {
  font-size: 12px;
  padding: 4px 6px 4px 11px;
  position: relative; }

.tt-breadcrumb ul li a {
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-breadcrumb ul li a:hover {
  color:  #0b4b58; }

.tt-breadcrumb ul li:not(:first-child):before {
  content: '/';
  position: absolute;
  display: inline-block;
  left: 0;
  top: 4px; }

.tt-breadcrumb ul li:first-child {
  padding-left: 0; }

/* tt-services-block */
.tt-services-listing.tt-layout-02 .tt-services-block {
  margin-top: 16px;
  padding-bottom: 14px; }

.tt-services-listing:not(.tt-layout-02) {
  margin-top: -30px; }

.tt-services-listing:not(.tt-layout-02) .tt-services-block {
  margin-top: 30px; }

@media (max-width: 575px) {
  .tt-services-listing:not(.tt-layout-02) {
    margin-top: -35px; }
  .tt-services-listing:not(.tt-layout-02) .tt-services-block {
    margin-top: 37px; } }

.tt-services-block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.tt-services-block .tt-col-icon {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 50px;
  color:  #0b4b58; }

.tt-services-block .tt-col-icon [class^="icon-"] {
  position: relative;
  top: -5px; }

@media (min-width: 576px) {
  .tt-services-block .tt-col-icon + .tt-col-description {
    padding-left: 21px; } }

@media (max-width: 575px) {
  .tt-services-block .tt-col-icon + .tt-col-description {
    padding-left: 11px; } }

.tt-services-block .tt-col-description {
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  line-height: 1.3; }

.tt-services-block .tt-col-description .tt-title {
  padding: 0;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight:  500;
  color:  #191919;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-services-block .tt-col-description p {
  margin-top: 7px;
  color:  #777777;
  font-size: 14px;
  line-height: 22px; }

.tt-services-block .tt-col-description > *:nth-child(1) {
  margin-top: 0; }

.tt-services-block:hover {
  text-decoration: none; }

.tt-services-block:hover .tt-title {
  color:  #0b4b58;
  letter-spacing: 0.02em; }

/* instafeed-fluid */
._instafeed-default, .instafeed-fluid, .instafeed-col {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

._instafeed-default a, .instafeed-fluid a, .instafeed-col a {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

._instafeed-default a:before, .instafeed-fluid a:before, .instafeed-col a:before {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  content: "\e9a8";
  font-family: "wokiee_icons";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  top: 50%;
  opacity: 0;
  z-index: 7;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

._instafeed-default a:after, .instafeed-fluid a:after, .instafeed-col a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

._instafeed-default img, .instafeed-fluid img, .instafeed-col img {
  display: block;
  width: 100%;
  height: auto; }

._instafeed-default a:hover:before, .instafeed-fluid a:hover:before, .instafeed-col a:hover:before {
  opacity: 1; }

._instafeed-default a:hover:after, .instafeed-fluid a:hover:after, .instafeed-col a:hover:after {
  opacity: 0.88; }

.instafeed-fluid > * {
  width: 16.666%; }

@media (max-width: 1024px) {
  .instafeed-fluid > * {
    width: 33.333%; } }

@media (max-width: 575px) {
  .instafeed-fluid > * {
    width: 50%; } }

@media (min-width: 576px) {
  .instafeed-col {
    margin-top: -20px;
    margin-left: -20px; }
  .instafeed-col > * {
    width: calc(25% - 20px);
    margin-top: 20px;
    margin-left: 20px; } }

@media (min-width: 576px) and (max-width: 1024px) {
  .instafeed-col > * {
    width: calc(33.333% - 20px); } }

@media (max-width: 575px) {
  .instafeed-col {
    margin-top: -10px;
    margin-left: -10px; }
  .instafeed-col > * {
    width: calc(50% - 10px);
    margin-top: 10px;
    margin-left: 10px; } }

/* tt-img-box */
.tt-img-box-listing {
  margin-top: -20px; }

.tt-img-box-listing .tt-img-box {
  margin-top: 20px; }

.tt-img-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e9e7e7;
  text-decoration: none;
  position: relative;
  text-align: center;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear; }

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

@media (min-width: 1025px) {
  .tt-img-box {
    padding: 69px;
    height: 138px; } }

@media (max-width: 1024px) and (min-width: 576px) {
  .tt-img-box {
    padding: 20px;
    height: 118px; } }

@media (max-width: 575px) and (min-width: 421px) {
  .tt-img-box {
    padding: 25px;
    height: 100px; } }

@media (max-width: 420px) {
  .tt-img-box {
    padding: 15px;
    height: 100px; } }

.tt-img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-color: inherit;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0; }

.tt-img-box:hover {
  border-color:  #0b4b58; }

.tt-img-box:hover:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

/* tt-layout-vertical-listing */
.tt-layout-vertical-listing .tt-item:not(:first-child) {
  margin-top: 18px; }

.tt-layout-vertical {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.tt-layout-vertical .tt-img {
  max-width: 100%;
  margin-top: 2px;
  position: relative; }

.tt-layout-vertical .tt-img img {
  width: 100%;
  max-width: 100px;
  height: auto; }

.tt-layout-vertical .tt-img .tt-img-default {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  overflow: hidden;
  top: 0;
  left: 0; }

.tt-layout-vertical .tt-img .tt-img-roll-over {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.tt-layout-vertical .tt-img + .tt-description {
  padding-left: 20px; }

.tt-layout-vertical .tt-title {
  font-size: 14px;
  font-weight: 400;
  color:  #191919; }

.tt-layout-vertical .tt-description .tt-rating {
  margin-left: -1px; }

.tt-layout-vertical .tt-description .tt-add-info {
  margin-top: 3px; }

.tt-layout-vertical .tt-description .tt-add-info li {
  font-size: 12px;
  color:  #999999; }

.tt-layout-vertical .tt-description .tt-add-info li a {
  color:  #999999; }

.tt-layout-vertical .tt-description .tt-add-info li a:hover {
  color:  #0b4b58; }

.tt-layout-vertical .tt-description .tt-price {
  font-size: 16px;
  line-height: 20px;
  font-weight:  500;
  color:  #191919; }

.tt-layout-vertical .tt-description .tt-price .new-price {
  color:  #f8353e;
  margin-right: 7px; }

.tt-layout-vertical .tt-description .tt-price .old-price {
  color:  #191919;
  text-decoration: line-through; }

.tt-layout-vertical .tt-description .tt-price span {
  display: inline-block; }

.tt-layout-vertical .tt-description > *:nth-child(1) {
  margin-top: 0; }

.tt-layout-vertical ul.tt-options-swatch {
  margin: 12px 0px 0 -2px;
  width: calc(100% - 2px); }

.tt-layout-vertical ul.tt-options-swatch li {
  margin: 4px 2px 0; }

.tt-layout-vertical:hover .tt-img .tt-img-default + .tt-roll-over {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0; }

.tt-layout-vertical:hover .tt-img .tt-img-roll-over,
.tt-layout-vertical:hover .tt-img [class^="tt-img"]:last-child {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

/* tt-tabs-default */
.tt-block-title + .tt-tab-wrapper {
  position: relative; }

@media (min-width: 1025px) {
  .tt-block-title + .tt-tab-wrapper {
    margin-top: -65px; } }

.tt-tab-wrapper {
  position: relative; }

@media (min-width: 1025px) {
  .tt-tab-wrapper {
    margin-top: -1px; } }

@media (min-width: 1025px) {
  .arrow-location-tab {
    margin-top: 90px; }
  .tt-block-title + .arrow-location-tab.tt-carousel-products-js,
  .tt-block-title + .arrow-location-tab.tt-carousel-products {
    margin-top: -52px; }
  .tab-content .arrow-location-tab {
    margin-top: -51px; }
  .tt-block-title + .tab-content .arrow-location-tab.tt-carousel-products {
    margin-top: -52px; } }

.tt-tabs-default {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 3;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.tt-tabs-default li > a {
  color:  #999999;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight:  500;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  padding: 5px 13px;
  display: inline-block; }

.tt-tabs-default li > a:hover,
.tt-tabs-default li > a.active {
  color:  #191919; }

@media (min-width: 1025px) {
  .tt-tabs-default {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 130px;
    padding-right: 130px;
    padding-bottom: 29px; } }

@media (max-width: 1024px) {
  .tt-tabs-default {
    margin-left: -14px;
    padding-bottom: 29px; } }

@media (max-width: 575px) {
  .tt-tabs-default {
    padding-bottom: 19px;
    margin-top: -5px; } }

.tt-tabs-default + .tab-content .tab-pane:not(.active) {
  display: none; }

@media (min-width: 1025px) {
  .tt-tab-wrapper .tt-tabs-default {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 130px;
    padding-right: 130px;
    padding-bottom: 49px; } }

@media (max-width: 1024px) {
  .tt-tab-wrapper .tt-tabs-default {
    margin-left: -14px;
    padding-bottom: 31px; } }

@media (max-width: 575px) {
  .tt-tab-wrapper .tt-tabs-default {
    padding-bottom: 20px;
    margin-top: -5px; } }

/* tt-text-box01 */
.tt-text-box01 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 862px;
  margin: 0 auto; }

.tt-text-box01 > *:nth-child(1) {
  margin-top: 0; }

/* tt-content-info */
.tt-content-info {
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative; }

.tt-content-info .tt-title {
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 23px;
  color:  #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-content-info .tt-title a {
  color:  #191919; }

.tt-content-info p {
  margin-top: 0;
  color:  #777777; }

.tt-content-info .tt-subscription {
  margin-top: 20px; }

.tt-content-info .tt-subscription .tt-text-lage {
  font-size: 16px;
  color:  #191919;
  font-weight:  500; }

.tt-content-info .tt-subscription .tt-text-small {
  color:  #999999;
  font-size: 12px; }

@media (min-width: 1230px) {
  .tt-content-info {
    padding-left: 20%;
    padding-right: 20%; } }

@media (max-width: 1229px) {
  .tt-content-info {
    padding-left: 15%;
    padding-right: 15%; } }

.tt-slider-fullwidth {
  position: relative; }

.tt-slider-fullwidth.arrow-location-center-02:after,
.tt-slider-fullwidth.arrow-location-center-02:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1; }

@media (min-width: 401px) {
  .tt-slider-fullwidth.arrow-location-center-02:after,
  .tt-slider-fullwidth.arrow-location-center-02:before {
    width: 70px; } }

@media (max-width: 400px) {
  .tt-slider-fullwidth.arrow-location-center-02:after,
  .tt-slider-fullwidth.arrow-location-center-02:before {
    width: 55px; } }

.tt-slider-fullwidth.arrow-location-center-02:after {
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), white 50%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0), white 50%);
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), white 50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
  right: 0; }

.tt-slider-fullwidth.arrow-location-center-02:before {
  content: '';
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white 50%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white 50%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white 50%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white 50%);
  left: 0; }

.tt-content-info:hover .tt-title {
  color:  #0b4b58; }

/* tt-carousel-brands */
.tt-carousel-brands {
  margin: 4px 0px -4px; }

.tt-carousel-brands .slick-slide {
  text-align: center; }

.tt-carousel-brands a {
  display: inline-block;
  padding: 0 20px; }

.tt-carousel-brands a img {
  height: auto;
  width: 100%;
  max-width: 131px;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2; }

.tt-carousel-brands a:hover img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

html:not(.mac):not(.touch-device) .tt-carousel-brands .slick-track {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* tt-items-categories */
.tt-categories-listing {
  margin-top: -50px; }

.tt-categories-listing .tt-items-categories {
  margin-top: 50px; }

.tt-items-categories .tt-title-block .tt-title {
  font-size: 24px;
  font-weight:  500;
  letter-spacing: 0.03em;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.tt-items-categories .tt-title-block img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 17px; }

.tt-items-categories .tt-title-block > *:nth-child(1) {
  margin-top: 0; }

.tt-items-categories .tt-title-block:hover .tt-title {
  color:  #0b4b58; }

.tt-items-categories ul {
  margin-top: 11px;
  padding-bottom: 3px; }

.tt-items-categories ul li a {
  color:  #777777;
  padding: 3px 0 3px 0;
  display: inline-block;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-items-categories ul li a:hover {
  color:  #0b4b58; }

.tt-items-categories ul li.active a {
  color:  #0b4b58; }

.tt-items-categories .tt-title-block + [class^="btn"] {
  margin-top: 14px; }

.tt-items-categories > *:nth-child(1) {
  margin-top: 0; }

.tt-items-categories.active .tt-title {
  color:  #0b4b58; }

/* tt-loader */
.tt-loader {
  height: 100%;
  width: 100%;
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0; }

.tt-loader svg path,
.tt-loader svg rect {
  fill:  #0b4b58; }

.tt-offset-35 {
  margin-top: 35px; }

@media (max-width: 575px) {
  .tt-offset-35 {
    margin-top: 24px; } }

.tt-offset-20 {
  margin-top: 20px; }

.tt-offset-16 {
  margin-top: 16px; }

.tt-offset-7 {
  margin-top: 7px; }

@media (min-width: 1025px) {
  #tt-pageContent .shopify-challenge__container {
    margin-top: 52px; } }

@media (max-width: 1024px) and (min-width: 576px) {
  #tt-pageContent .shopify-challenge__container {
    margin-top: 43px; } }

@media (max-width: 575px) {
  #tt-pageContent .shopify-challenge__container {
    margin-top: 33px; } }

.shopify-challenge__container {
  padding: 53px 15px 59px; }

.shopify-challenge__container .shopify-challenge__message {
  color:  #191919;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0; }

#tt-pageContent .shopify-challenge__container .g-recaptcha {
  margin: 26px 0; }

#tt-pageContent .shopify-challenge__container .shopify-challenge__button {
  text-transform: uppercase; }

@media (min-width: 601px) {
  .shopify-challenge__container {
    border: 1px solid #eae8e8; } }

@media (max-width: 600px) {
  #tt-pageContent .shopify-challenge__container {
    max-width: 320px; } }

/*clear-gap*/
@media (min-width: 1025px) {
  #tt-pageContent .clear-gap {
    margin-top: -60px; } }

@media (max-width: 1024px) {
  #tt-pageContent .clear-gap {
    margin-top: -50px; } }

@media (max-width: 575px) {
  #tt-pageContent .clear-gap {
    margin-top: -40px; } }

/* visibility of elements */
/* hidden */
@media (min-width: 1230px) {
  .hidden-lg-up {
    display: none; } }

@media (max-width: 1230px) and (min-width: 1025px) {
  .hidden-md-up {
    display: none; } }

@media (max-width: 1025px) and (min-width: 790px) {
  .hidden-sm-up {
    display: none; } }

@media (max-width: 789px) and (min-width: 575px) {
  .hidden-sm {
    display: none; } }

@media (max-width: 575px) {
  .hidden-xs {
    display: none; } }

/* visibility */
.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xl {
  display: none; }

@media (min-width: 1230px) {
  .visible-xl {
    display: block; } }

@media (max-width: 1230px) and (min-width: 1025px) {
  .visible-lg {
    display: block; } }

@media (max-width: 1025px) and (min-width: 789px) {
  .visible-md {
    display: block; } }

@media (max-width: 789px) and (min-width: 575px) {
  .visible-sm {
    display: block; } }

@media (max-width: 575px) {
  .visible-xs {
    display: block; } }

.hide {
  display: none !important; }

@media (max-width: 1024px) {
  .tt-hidden-mobile {
    display: none !important; } }

@media (min-width: 1025px) {
  .tt-hidden-desctope {
    display: none !important; } }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

/* color text */
.tt-base-color {
  color:  #0b4b58; }

.tt-white-color {
  color: #ffffff; }

#tt-pageContent .tt-offset-small {
  margin-top: 20px; }

#tt-pageContent .shopify-section > .container-indent0:not(.nomargin):not([class^="tt-offset"]) {
  margin-top: 42px; }

@media (max-width: 1024px) {
  #tt-pageContent .shopify-section > .container-indent0:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 43px; } }

@media (max-width: 575px) {
  #tt-pageContent .shopify-section > .container-indent0:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 33px; } }

#tt-pageContent .shopify-section > .container-indent:not(.nomargin):not([class^="tt-offset"]) {
  margin-top: 52px; }

@media (max-width: 1024px) {
  #tt-pageContent .shopify-section > .container-indent:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 43px; } }

@media (max-width: 575px) {
  #tt-pageContent .shopify-section > .container-indent:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 33px; } }

#tt-pageContent .shopify-section > .container-indent1:not(.nomargin):not([class^="tt-offset"]) {
  margin-top: 63px; }

@media (max-width: 1024px) {
  #tt-pageContent .shopify-section > .container-indent1:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 43px; } }

@media (max-width: 575px) {
  #tt-pageContent .shopify-section > .container-indent1:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 33px; } }

.current_option_name {
  color:  #0b4b58; }

#template404 footer {
  margin-top: 0; }

.modal-xs {
  width: 280px; }

.modal-xs .modal-header .close {
  right: -42px;
  top: 10px; }

.modal-xs .modal-body {
  padding: 10px 10px 23px !important; }

.tt-modal-subsribe-good {
  color:  #191919;
  font-size: 14px;
  font-weight:  500; }

.tt-modal-subsribe-good i {
  font-size: 30px;
  color:  #0b4b58;
  position: relative;
  top: 5px;
  margin-right: 1px; }

.errors {
  color: #ff0000; }

/* product single - social icon */
.addthis_toolbox {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.addthis_toolbox > a {
  float: inherit; }

.addthis_toolbox > a:first-child {
  padding-left: 0 !important; }

.addthis_toolbox > a:last-child {
  padding-right: 0 !important; }

/* More shemes */
/* footer */
footer .tt-color-scheme-03 .tt-newsletter .form-inline #contact_form {
  width: 100%; }

@media (min-width: 790px) {
  footer .tt-color-scheme-03 .tt-newsletter .form-inline #contact_form button {
    margin: 0; }
  footer .tt-color-scheme-02 {
    background:  #0b4b58;
    color:  #ffffff; }
  footer .tt-color-scheme-02 .tt-social-icon li a {
    color:  #ffffff; }
  footer .tt-color-scheme-02 .tt-social-icon li a:hover {
    color:  #303030; }
  footer .tt-color-scheme-02 .tt-collapse-title {
    color:  #ffffff;
    padding-bottom: 0; }
  footer .tt-color-scheme-02 .form-default .form-group {
    margin-bottom: 0; }
  footer .tt-color-scheme-02 .tt-newsletter .form-control:not(:active):not(:focus):not(:hover) {
    background:  #ffffff;
    border-color:  #ffffff;
    color:  #777777; }
  footer .tt-color-scheme-02 .tt-newsletter .btn {
    color:  #ffffff;
    background:  #303030; }
  footer .tt-color-scheme-02 .tt-newsletter .btn:hover {
    color:  #ffffff;
    background:  #000000; }
  footer .tt-color-scheme-02 .tt-newsletter .form-control:focus {
    border-color:  #191919;
    background:  #ffffff; }
  footer .tt-color-scheme-02 .tt-newsletter ::-webkit-input-placeholder {
    color:  #777777; }
  footer .tt-color-scheme-02 .tt-newsletter ::-moz-placeholder {
    color:  #777777; }
  footer .tt-color-scheme-02 .tt-newsletter :-moz-placeholder {
    color:  #777777; }
  footer .tt-color-scheme-02 .tt-newsletter :-ms-input-placeholder {
    color:  #777777; }
  footer .tt-color-scheme-03 {
    background:  #f7f8fa; }
  footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-title {
    color:  #191919; }
  footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content {
    color:  #888888; }
  footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content a {
    color:  #0b4b58; }
  footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content a:hover {
    color:  #0b4b58; }
  footer .tt-color-scheme-03 .tt-list li a,
  footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content .tt-list li a {
    color:  #888888; }
  footer .tt-color-scheme-03 .tt-list li a:hover,
  footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content .tt-list li a:hover {
    color:  #0b4b58; }
  footer .tt-color-scheme-03 .tt-list li.active a,
  footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content .tt-list li.active a {
    color:  #888888; }
  footer .tt-color-scheme-03 .tt-collapse-content span {
    color:  #ffffff; }
  footer .tt-color-scheme-03 .form-default .form-control:focus {
    color:  #888888; }
  footer .tt-color-scheme-03 .tt-social-icon li a {
    color:  #d6d6d6; }
  footer .tt-color-scheme-03 .tt-social-icon li a:hover {
    color:  #191919; }
  footer .tt-color-scheme-03 .tt-newsletter .form-control:not(:active):not(:focus):not(:hover) {
    background:  #ffffff;
    border-color:  #ffffff; }
  footer .tt-color-scheme-03 .tt-newsletter .btn {
    color:  #ffffff;
    background:  #0b4b58; }
  footer .tt-color-scheme-03 .tt-newsletter .btn:hover {
    color:  #ffffff;
    background:  #191919; }
  footer .tt-color-scheme-03 .tt-newsletter .form-control:focus {
    border-color:  #0b4b58;
    background:  #ffffff;
    color:  #888888; }
  footer .tt-color-scheme-03 .tt-newsletter ::-webkit-input-placeholder {
    color:  #777777; }
  footer .tt-color-scheme-03 .tt-newsletter ::-moz-placeholder {
    color:  #777777; }
  footer .tt-color-scheme-03 .tt-newsletter :-moz-placeholder {
    color:  #777777; }
  footer .tt-color-scheme-03 .tt-newsletter :-ms-input-placeholder {
    color:  #777777; }
  footer .tt-color-scheme-04 {
    background:  #222222;
    color:  #888888; }
  footer .tt-color-scheme-04 .tt-box-copyright {
    color:  #888888; }
  footer .tt-color-scheme-04 .tt-logo .tt-title {
    color:  #ffffff; } }

/* desktop header */
header .tt-color-scheme-01 {
  background:  #303030;
  color:  #888888; }

header .tt-color-scheme-01 .tt-box-info ul li a {
  color:  #777777; }

header .tt-color-scheme-01 .tt-box-info ul li [class^="icon-"] {
  color:  #ffffff; }

header .tt-color-scheme-01 .tt-social-icon li a {
  color:  #777777; }

header .tt-color-scheme-01 .tt-social-icon li a:hover {
  color:  #ffffff; }

header .tt-desktop-header .tt-color-scheme-01.menubackground {
  background:  #191919; }

header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-01 nav > ul > li > a,
header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav > ul > li > a {
  color:  #ffffff; }

header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-01 nav > ul > li > a:hover,
header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-01 nav > ul > li.active > a,
header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-01 nav > ul > li.selected > a {
  color:  #0b4b58; }

header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav > ul > li > a:hover,
header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav > ul > li.active > a,
header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav > ul > li.selected > a {
  color:  #ffffff;
  background:  #0b4b58; }

header .tt-search-container[class^="tt-color-scheme-"] {
  background: #ffffff; }

/* spr */
#shopify-product-reviews {
  margin: 0 !important; }

#shopify-product-reviews .spr-container {
  padding: 0 !important;
  border: none !important; }

#shopify-product-reviews .spr-review,
#shopify-product-reviews .spr-form {
  border: none !important;
  padding-top: 0 !important; }

#shopify-product-reviews .spr-review:first-child,
#shopify-product-reviews .spr-review {
  margin-top: 11px !important; }

#shopify-product-reviews .spr-reviews {
  margin-top: 16px !important; }

#shopify-product-reviews .spr-reviews .spr-review {
  margin-top: 22px !important; }

#shopify-product-reviews .spr-reviews .spr-review:not(:last-child) {
  border-bottom: 1px solid #e9e7e7 !important; }

#shopify-product-reviews .spr-reviews .spr-review-content {
  margin: 0 0 15px 0; }

/* rating global */
.spr-starrating .spr-icon,
.spr-starrating .spr-icon:before,
.spr-starratings .spr-icon,
.spr-starratings .spr-icon:before {
  font-family: 'wokiee_icons';
  font-size: 16px;
  line-height: 22px; }

.spr-starrating .spr-icon-star:before,
.spr-starratings .spr-icon-star:before {
  content: "\ea2d";
  color:  #ffb503; }

.spr-starrating .spr-icon-star-empty:before,
.spr-starratings .spr-icon-star-empty:before {
  content: "\ea5f";
  color: #d4d4d4; }

.spr-starrating .spr-icon-star-hover:before,
.spr-starratings .spr-icon-star-hover:before {
  content: "\ea2d" !important;
  color:  #ffb503; }

.spr-icon-star-half-alt:before {
  content: "\ea60" !important;
  color:  #ffb503; }

/* product pages tabs*/
#shopify-product-reviews .spr-header-title {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0 0 1px 0;
  text-transform: uppercase; }

#shopify-product-reviews .spr-summary .spr-summary-actions a {
  color:  #0b4b58;
  font-size: 14px;
  text-decoration: underline; }

#shopify-product-reviews .spr-summary .spr-summary-actions a:hover {
  text-decoration: none; }

#shopify-product-reviews h3 {
  font-size: 16px !important;
  line-height: 26px !important;
  letter-spacing: 0.04em  !important;
  margin: 0 !important;
  padding: 0 0 1px 0  !important;
  text-transform: uppercase; }

#shopify-product-reviews .spr-form h3 {
  padding: 0 0 12px 0  !important; }

#shopify-product-reviews [class^="spr-form-"] .spr-form-label {
  font-size: 14px;
  color:  #191919;
  font-weight:  500;
  padding-bottom: 5px;
  text-transform: uppercase; }

#shopify-product-reviews [class^="spr-form-"] input:not(.btn),
#shopify-product-reviews [class^="spr-form-"] textarea {
  background: #f7f8fa;
  font-size: 14px;
  border: 1px solid #f7f8fa;
  padding: 11px 12px 10px 15px;
  box-shadow: none;
  outline: none;
  color:  #777777;
  border-radius: 0;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

#shopify-product-reviews [class^="spr-form-"] input:not(.btn) {
  height: 45px; }

#shopify-product-reviews [class^="spr-form-"] input:not(.btn):focus,
#shopify-product-reviews [class^="spr-form-"] textarea:focus {
  border-color:  #0b4b58;
  background: transparent; }

#shopify-product-reviews [class^="spr-form-"] input.btn {
  text-transform: uppercase;
  float: inherit;
  margin-top: -2px; }

#shopify-product-reviews .spr-container .spr-review-footer a {
  color:  #0b4b58;
  font-size: 14px;
  text-decoration: underline; }

#shopify-product-reviews .spr-container .spr-review-footer a:hover {
  text-decoration: none; }

#shopify-product-reviews .spr-reviews h3 {
  padding-bottom: 0 !important; }

#shopify-product-reviews .spr-review-header-starratings {
  margin: 0 0 2px 0; }

#shopify-product-reviews .spr-review-header-byline {
  font-size: 12px;
  font-style: normal;
  opacity: 1; }

#shopify-product-reviews .spr-review-header-byline strong {
  font-weight: normal;
  color:  #191919; }

#shopify-product-reviews .spr-review-content-body {
  font-size: 14px;
  line-height: 22px; }

#shopify-product-reviews .spr-form-contact-name,
#shopify-product-reviews .spr-form-contact-email,
#shopify-product-reviews .spr-form-contact-location,
#shopify-product-reviews .spr-form-review-rating,
#shopify-product-reviews .spr-form-review-title,
#shopify-product-reviews .spr-form-review-body {
  margin: 0 0 20px 0; }

.tt-product-single-info .spr-badge-caption {
  color:  #0b4b58;
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: -1px; }

.tt-product-single-info .spr-badge-starrating {
  margin: 0 8px 0 0; }

@media (max-width: 480px) {
  #shopify-product-reviews .spr-header-title {
    text-align: left; }
  #shopify-product-reviews .spr-summary {
    text-align: left; } }

.spr-icon.spr-icon-star-empty {
  opacity: 1 !important;
  color:  #d6d6d6; }

.tt-rating {
  top: -3px;
  position: relative; }

.element-item .tt-rating .spr-badge-caption,
.tt-layout-vertical .tt-rating .spr-badge-caption,
.tt-product .tt-rating .spr-badge-caption {
  display: none; }

.tt-rating, .tt-review {
  cursor: pointer; }

/*  */
#modalAddToCartError .modal-body {
  color: #ffffff;
  background-color: #FF8F8F; }

.modal-add-cart i {
  font-size: 34px;
  line-height: 34px; }

.viewfullinfo {
  color:  #0b4b58; }

.viewfullinfo:hover {
  color:  #191919; }

/*  */
.addthis_toolbox {
  display: inline-block;
  padding: 4px 0 2px; }

.addthis_toolbox a {
  margin-bottom: 0 !important; }

.addthis_toolbox .at-icon-wrapper {
  line-height: 25px !important;
  height: 25px !important;
  width: 25px !important; }

.addthis_toolbox .at-icon-wrapper .at-icon {
  width: 25px !important;
  height: 25px !important; }

.addthis_counter.addthis_bubble_style {
  margin-left: 4px !important;
  margin-top: -3px !important; }

.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
  padding: 0 5px !important; }

.shipping-form-offset {
  margin-top: 17px; }

button {
  cursor: pointer; }

/* Cart Page. Button Update */
a.blink-border {
  -webkit-animation: pulsate .7s linear infinite;
  animation: pulsate .7s linear infinite; }

a.blink-border:hover {
  -webkit-animation: none;
  animation: none; }

@-webkit-keyframes pulsate {
  50% {
    opacity: .2; } }

@keyframes pulsate {
  50% {
    opacity: .2; } }

/*Ajax Preloader*/
#custom-preloader {
  position: fixed;
  z-index: 100000;
  top: 50%;
  width: 100%;
  margin-top: -20px; }

#custom-preloader .custom-loader {
  position: absolute;
  left: 50%;
  margin-left: -28px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center; }

#custom-preloader .custom-loader img {
  opacity: 0.9; }

/* Quick view */
.quickview-error {
  background: red !important; }

.quickview-added {
  background: green !important; }

.product-main-image img {
  width: 100%; }

/*  */
.flex-align-center {
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px; }

li[data-availability=false] a {
  opacity: 1; }

/*  */
.tt-post-single .tt-title,
.tt-block-title .tt-title,
.tt-title-subpages {
  text-transform: uppercase; }

/*  */
/* Admin panel */
.svg_admin {
  position: relative;
  background: #f0f0f0;
  color: #000;
  font-weight:  500;
  line-height: 0;
  text-align: center; }

.svg_admin span {
  position: absolute;
  top: 20px;
  font-size: 16px;
  left: 0;
  width: 100%;
  text-align: center; }

.svg_admin span:last-child {
  font-size: 12px;
  font-weight:  500;
  line-height: 12px;
  top: auto;
  bottom: 10px; }

.svg_admin svg {
  width: 100%;
  height: 100%; }

.customimage img {
  max-width: 100%; }

/*tt-options-swatch*/
.tt-options-swatch li[data-availability="false"] {
  position: relative;
  border-radius: 50%; }

.tt-options-swatch li[data-availability="false"] span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  backface-visibility: hidden;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  overflow: hidden; }

.tt-options-swatch:not(.options-large):not(.options-middle) li[data-availability="false"] span:not(.options-color-image) {
  background: url( //stoblecoffee.com/cdn/shop/t/16/assets/cross_20.png?v=9648473165182455971765929423 ) 0 0 no-repeat;
  width: 20px;
  height: 20px; }

.tt-options-swatch:not(.options-large):not(.options-middle) li[data-availability="false"]:hover span:not(.options-color-image),
.tt-options-swatch:not(.options-large):not(.options-middle) li.active[data-availability="false"] span:not(.options-color-image) {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  border-radius: 50%;
  overflow: hidden;
  webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.tt-options-swatch:not(.options-large):not(.options-middle) li[data-availability="false"] span.options-color-image {
  background: url( //stoblecoffee.com/cdn/shop/t/16/assets/cross_40.png?v=92905605766750580471765929423 ) 0 0 no-repeat;
  width: 40px;
  height: 40px; }

.tt-options-swatch:not(.options-large):not(.options-middle) li[data-availability="false"]:hover span.options-color-image,
.tt-options-swatch:not(.options-large):not(.options-middle) li.active[data-availability="false"] span.options-color-image {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
  border-radius: 50%;
  overflow: hidden;
  webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.tt-options-swatch li[data-availability=false] a:not(.options-color) {
  text-decoration: line-through; }

/*tt-options-swatch - product single*/
.tt-options-swatch.options-large li[data-availability="false"] span:not(.options-color-image) {
  background: url( //stoblecoffee.com/cdn/shop/t/16/assets/cross_30.png?v=55783826382955458961765929423 ) 0 0 no-repeat;
  width: 30px;
  height: 30px; }

.tt-options-swatch.options-large li[data-availability="false"] span.options-color-image {
  background: url( //stoblecoffee.com/cdn/shop/t/16/assets/cross_60.png?v=154273214565330162391765929423 ) 0 0 no-repeat;
  width: 60px;
  height: 60px; }

.tt-options-swatch.options-large li[data-availability="false"]:hover span.options-color-image,
.tt-options-swatch.options-large li.active[data-availability="false"] span.options-color-image {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  border-radius: 50%;
  overflow: hidden;
  webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.tt-options-swatch.options-large li[data-availability="false"]:hover span:not(.options-color-image),
.tt-options-swatch.options-large li.active[data-availability="false"] span:not(.options-color-image) {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  border-radius: 50%;
  overflow: hidden;
  webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.tt-options-swatch li[data-availability="false"]:hover .options-color-image:after,
.tt-options-swatch li.active[data-availability="false"] .options-color-image:after,
.tt-options-swatch li[data-availability="false"]:hover .options-color:after,
.tt-options-swatch li.active[data-availability="false"] .options-color:after {
  border-color:  #191919; }

ul.tt-options-swatch li[data-availability="false"]:hover a:not(.options-color),
ul.tt-options-swatch li.active[data-availability="false"] a:not(.options-color) {
  background:  #191919; }

img.lazyload:not([src]) {
  visibility: hidden; }

.tt-option-block a.lazyload:not([style]) {
  visibility: hidden; }

.gift_btn {
  background: none;
  border: none;
  cursor: pointer;
  outline: inherit; }

/* buy in one click */
.tt-product-single-info .shopify-payment-button__button {
  margin-top: 20px;
  font-family:  CeraPro , sans-serif;
  line-height: 1.1;
  font-weight:  500;
  letter-spacing: 0.03em;
  outline: none;
  border-radius: 0;
  text-transform: uppercase;
  background:  #f8dc68;
  color:  #191919; }

.tt-product-single-info .shopify-payment-button__button:not(.shopify-payment-button__button--branded) {
  padding: 18px 7px; }

.tt-loading-text {
  margin-top: 20px;
  padding: 18px 7px;
  font-weight:  500;
  font-size: 1em;
  line-height: 1.1;
  text-align: center; }

.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color:  #dfc65d  !important; }

.tt-product-single-info .shopify-payment-button__button:hover {
  background-color:  #dfc65d;
  color:  #191919; }

.tt-product-single-info .shopify-payment-button__more-options {
  display: none; }

.product_tabs .tt-collapse-content img {
  max-width: 100%; }

.prpage-tabs .tab-content .tab-pane > *:first-child,
.tt-collapse-content.prpage-tabs > *:first-child {
  margin-top: 0; }

/*Center Product thembnails options, for thumbnail design 1*/
*:not(.tt-col-one) > * > .tt-product.product-information-center .tt-description .tt-row {
  display: block; }

*:not(.tt-col-one) > * > .tt-product.product-information-center .tt-description .tt-add-info {
  align-items: center; }

*:not(.tt-col-one) > * > .tt-product.product-information-center .tt-rating {
  justify-content: center;
  margin-top: 10px; }

*:not(.tt-col-one) > * > .tt-product.product-information-center .tt-description .tt-title {
  text-align: center; }

*:not(.tt-col-one) > * > .tt-product.product-information-center .tt-description .tt-price {
  justify-content: center; }

*:not(.tt-col-one) > * > .tt-product.product-information-center .tt-options-swatch {
  justify-content: center; }

*:not(.tt-col-one) > * > .tt-product.product-information-center .tt-description .tt-product-inside-hover {
  justify-content: center; }

@media (max-width: 1024px) {
  *:not(.tt-col-one) > * > .tt-product.product-information-center .tt-description .tt-product-inside-hover {
    display: block;
    text-align: center; } }

/* Product in on row in the listing page */
.tt-product-listing.tt-col-one > .tt-col-item {
  flex: 0 0 100%;
  max-width: 100%; }

.tt-product-listing.tt-col-one .tt-product,
.tt-product-listing.tt-col-one .tt-product-design02 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.tt-product-listing.tt-col-one .tt-product .tt-image-box,
.tt-product-listing.tt-col-one .tt-product-design02 .tt-image-box {
  position: relative;
  width: 20%; }

@media (min-width: 421px) {
  .tt-product-listing.tt-col-one .tt-product .tt-description,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description {
    padding-left: 30px; } }

@media (max-width: 420px) {
  .tt-product-listing.tt-col-one .tt-product .tt-description,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description {
    padding-left: 20px; } }

.tt-product-listing.tt-col-one .tt-product .tt-description,
.tt-product-listing.tt-col-one .tt-product-design02 .tt-description {
  width: 60%;
  position: relative;
  z-index: 2; }

.tt-product-listing.tt-col-one .tt-product .tt-description .tt-product-inside-hover,
.tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-product-inside-hover {
  display: block;
  position: relative; }

.tt-product-listing.tt-col-one .tt-product > *:first-child,
.tt-product-listing.tt-col-one .tt-product-design02 > *:first-child,
.tt-product-listing.tt-col-one .tt-product .tt-row > *:first-child,
.tt-product-listing.tt-col-one .tt-product-design02 .tt-row > *:first-child {
  margin-top: 0; }

@media (min-width: 1025px) {
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-row {
    display: block; }
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-rating {
    top: 0;
    margin: 5px 0;
    display: inline-block; }
  .tt-product-listing.tt-col-one .tt-product,
  .tt-product-listing.tt-col-one .tt-product-design02 {
    overflow: visible; }
  .tt-product-listing.tt-col-one .tt-product .tt-description,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description {
    padding-top: 0; }
  .tt-product-listing.tt-col-one .tt-product .tt-description .tt-product-inside-hover,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-product-inside-hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    overflow: visible; }
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description {
    bottom: 0%;
    opacity: 1;
    visibility: visible;
    padding-top: 0;
    padding-bottom: 0; }
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-title,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-title a {
    color:  #191919; }
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-price {
    color:  #191919; }
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-price .new-price {
    color:  #f8353e; }
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-price .old-price {
    color:  #191919; }
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-add-info li,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-add-info li a {
    color:  #999999; }
  .tt-product-listing.tt-col-one .tt-product .tt-description .tt-btn-addtocart,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-btn-addtocart {
    margin-top: 7px;
    line-height: 1;
    font-weight: 400;
    font-family: " CeraPro ", sans-serif;
    display: inline-block;
    position: relative;
    letter-spacing: 0.04em;
    color:  #ffffff;
    font-size: 14px;
    padding: 13px 19px;
    background:  #0b4b58;
    border:  0px solid #0b4b58;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear; }
  .tt-product-listing.tt-col-one .tt-product .tt-description .tt-btn-addtocart:hover,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-btn-addtocart:hover {
    color:  #ffffff;
    background:  #103941;
    border-color:  #191919; }
  .tt-product-listing.tt-col-one .tt-product .tt-description .tt-btn-addtocart .icon,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-btn-addtocart .icon {
    display: none; }
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-btn-quickview {
    color:  #191919;
    opacity: 1;
    visibility: visible;
    right: 0; }
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-image-box:before {
    content: none; } }

@media (max-width: 1024px) {
  .tt-product-listing.tt-col-one .tt-product .tt-description .tt-row,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-row {
    display: block; }
  .tt-product-listing.tt-col-one .tt-rating {
    top: 0;
    margin: 5px 0; }
  .tt-product-listing.tt-col-one .tt-product .tt-description,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description {
    margin: 0; } }

.tt-product-listing.tt-col-one .tt-product:hover .tt-image-box .tt-btn-quickview,
.tt-product-listing.tt-col-one .tt-product-design02 .tt-btn-link,
.tt-product-listing.tt-col-one .tt-product-design02 .tt-btn-quickview {
  display: none; }

.tt-product-listing.tt-col-one .tt-product .tt-description .tt-btn-quickview,
.tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-btn-quickview {
  display: inline-block;
  position: relative;
  padding: 6px 0; }

.tt-product-listing.tt-col-one .tt-product .description,
.tt-product-listing.tt-col-one .tt-product-design02 .description {
  margin-top: 13px;
  margin-bottom: 2px;
  display: block !important; }

#same_product_height #tt-pageContent .tt-product-listing.tt-col-one .tt-product .tt-image-box,
#same_product_height #tt-pageContent .tt-product-listing.tt-col-one .tt-product-design02 .tt-image-box {
  height: auto; }

#same_product_height #tt-pageContent .tt-product-listing.tt-col-one .tt-product .tt-image-box img,
#same_product_height #tt-pageContent .tt-product-listing.tt-col-one .tt-product-design02 .tt-image-box .tt-img img {
  max-height: none; }

@media (min-width: 1025px) {
  .tt-product.thumbprod-center {
    text-align: center; }
  .tt-product.thumbprod-center .tt-description .tt-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .tt-product.thumbprod-center .tt-description .tt-row .tt-add-info {
    width: 100%; }
  .tt-product.thumbprod-center .tt-description .tt-rating {
    width: 100%;
    display: block;
    text-align: center; }
  .tt-col-one .tt-product.thumbprod-center .tt-description .tt-rating {
    width: auto; }
  .tt-product.thumbprod-center .tt-description .tt-price {
    display: block; }
  .tt-product.thumbprod-center .tt-description .tt-options-swatch {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .tt-product.thumbprod-center .tt-description .tt-product-inside-hover {
    display: block;
    text-align: center; } }

@media (max-width: 1024px) {
  .tt-product.thumbprod-center {
    text-align: center; }
  .tt-product.thumbprod-center .tt-description .tt-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .tt-product.thumbprod-center .tt-description .tt-row .tt-add-info {
    width: 100%; }
  .tt-product.thumbprod-center .tt-description .tt-rating {
    width: 100%;
    display: block;
    text-align: center; }
  .tt-product.thumbprod-center .tt-description .tt-price {
    display: block; }
  .tt-product.thumbprod-center .tt-description .tt-options-swatch {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .tt-product.thumbprod-center .tt-product-inside-hover, .tt-product-design02 .tt-description .tt-product-inside-hover {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

.tt-col-one .tt-product.thumbprod-center,
.tt-col-one .tt-product.thumbprod-center .tt-description .tt-product-inside-hover,
.tt-col-one .tt-product.thumbprod-center .tt-description .tt-rating {
  text-align: left; }

.tt-col-one .tt-product.thumbprod-center .tt-description .tt-options-swatch {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

@media (min-width: 1025px) {
  .tt-product-design02.thumbprod-center .tt-description {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .tt-product-design02.thumbprod-center .tt-description .tt-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .tt-product-design02.thumbprod-center .tt-description .tt-row .tt-add-info {
    width: 100%;
    display: block;
    text-align: center; }
  .tt-product-design02.thumbprod-center .tt-description .tt-product-inside-hover {
    display: block;
    text-align: center; }
  .tt-product-design02.thumbprod-center .tt-description .tt-btn-link {
    position: absolute;
    bottom: 8px;
    right: 20px; }
  .tt-product-design02.thumbprod-center:hover .tt-description {
    height: 100%; }
  .tt-product-design02.thumbprod-center .tt-description.ps-container {
    height: 100%; }
  .tt-product-design02.thumbprod-center .tt-options-swatch {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .tt-product-design02.thumbprod-center .ps-scrollbar-x-rail {
    display: none !important; }
  .tt-product-design02.thumbprod-center .tt-description.ps-active-y,
  .tt-product-design02.thumbprod-center .tt-description.ps-active-x,
  .tt-product-design02.thumbprod-center .tt-description.ps-active-x .tt-rating,
  .tt-product-design02.thumbprod-center .tt-description.ps-active-y .tt-rating,
  .tt-product-design02.thumbprod-center .tt-description.ps-active-y > *,
  .tt-product-design02.thumbprod-center .tt-description.ps-active-x > * {
    display: block;
    width: 100%;
    text-align: center; }
  .tt-product-design02.thumbprod-center .tt-description.ps-active-y .tt-product-inside-hover .tt-btn-link,
  .tt-product-design02.thumbprod-center .tt-description.ps-active-x .tt-product-inside-hover .tt-btn-link {
    bottom: -5px;
    right: 9px; }
  .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail,
  .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail,
  .ps-container.ps-in-scrolling.ps-x:hover > .ps-scrollbar-x-rail,
  .ps-container.ps-in-scrolling.ps-y:hover > .ps-scrollbar-y-rail,
  .ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail,
  .ps-container:hover > .ps-scrollbar-x-rail:hover,
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background: transparent !important; }
  .tt-product-design02.thumbprod-center .tt-description.ps-active-y .tt-product-inside-hover,
  .tt-product-design02.thumbprod-center .tt-description.ps-active-x .tt-product-inside-hover,
  .tt-product-design02 .tt-description .tt-option-block,
  .tt-product-design02 .tt-description .description,
  .tt-product-design02 .tt-description .tt-price,
  .tt-product-design02 .tt-description .tt-title,
  .tt-product-design02 .tt-description .tt-row {
    position: relative;
    z-index: 31; }
  .tt-col-one .tt-product-design02.thumbprod-center .tt-description {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .tt-col-one .tt-product-design02.thumbprod-center .tt-options-swatch {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .tt-col-one .tt-product-design02.thumbprod-center .tt-description .tt-row .tt-add-info {
    text-align: left; }
  .tt-col-one .tt-product-design02.thumbprod-center .tt-description .tt-product-inside-hover {
    text-align: left; } }

@media (min-width: 1025px) {
  .tt-product .tt-description .tt-btn-addtocart.thumbprod-button-bg {
    background-color:  #0b4b58;
    border:  0px solid #0b4b58;
    color:  #ffffff;
    padding: 3px 16px 9px;
    -webkit-border-radius:  6 px;
    -moz-border-radius:  6 px;
    border-radius:  6 px;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }
  .tt-product .tt-description .tt-btn-addtocart.thumbprod-button-bg span:first-child {
    top: 6px; }
  .tt-product .tt-description .tt-btn-addtocart.thumbprod-button-bg:hover {
    background-color:  #103941;
    color:  #ffffff;
    border-color:  #191919; } }

@media (max-width: 1024px) {
  .tt-product .tt-description .tt-btn-addtocart.thumbprod-button-bg,
  .tt-product-design02 .tt-description .tt-btn-addtocart.thumbprod-button-bg {
    font-size: 14px;
    padding: 2px 18px 10px;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }
  .tt-product .tt-description .tt-btn-addtocart .icon-shopping_basket:before,
  .tt-product-design02 .tt-description .tt-btn-addtocart .icon-shopping_basket:before {
    top: 3px;
    margin-right: 2px; } }

.tt-product-single-info .shopify-payment-button__button:not(.shopify-payment-button__button--branded) {
  padding: 19px 7px 17px; }

/* Product Page Horizontal Tabs */
.tt-tabs-default.tt-tabs-left {
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding-left: inherit;
  padding-right: inherit;
  margin-left: -24px; }

.tt-tabs-default.tt-tabs-left .nav-link {
  text-align: left; }

@media (min-width: 1025px) {
  .tt-tabs-default.tt-tabs-left {
    padding-bottom: 24px; } }

@media (max-width: 575px) {
  .tt-tabs-default.tt-tabs-left {
    margin-left: -33px; } }

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

/* Two lines */
.desctop-menu-large .tt-desktop-header .tt-obj-menu {
  width: 20%; }

.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu {
  margin-left: -12px; }

.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu nav > ul {
  display: inline-flex; }

.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu nav > ul > li.dropdown > a {
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  z-index: 1; }

.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu nav > ul > li.dropdown:first-child > a {
  padding-left: 8px; }

@media (min-width: 1230px) {
  .desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu nav > ul > li.dropdown:first-child > a {
    padding-left: 12px; } }

.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu nav > ul > li.dropdown .dropdown-menu {
  z-index: 2; }

.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01):not(.tt-menu-small) {
  padding-top: 20px;
  padding-bottom: 20px; }

.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu.tt-menu-small {
  padding-bottom: 14px; }

.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu.tt-menu-small nav > ul > li.dropdown > a {
  padding-top: 0; }

@media (max-width: 1735px) {
  .desctop-menu-large .tt-desktop-header.tt-header-static .tt-position-absolute + .tt-obj-menu .tt-desctop-menu {
    padding-left: 225px;
    padding-right: 225px; } }

@media (min-width: 1230px) {
  .desctop-menu-large .tt-desktop-header.tt-header-static .tt-obj-menu.obj-aligment-center {
    position: inherit; } }

.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu {
  width: 20%; }

.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01) {
  padding-top: 8px;
  padding-bottom: 9px; }

.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu {
  margin-left: -12px; }

.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu nav > ul {
  display: inline-flex; }

.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu nav > ul > li.dropdown > a {
  position: relative;
  z-index: 1; }

.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu nav > ul > li.dropdown:first-child > a {
  padding-left: 12px; }

.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu nav > ul > li.dropdown .dropdown-menu {
  z-index: 2; }

.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01) {
  margin-left: -12px; }

.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01) nav > ul > li.dropdown > a {
  padding-top: 8px;
  padding-bottom: 8px; }

.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01) nav > ul li.dropdown:first-child > a {
  padding-left: 12px; }

.tt-obj-menu.obj-aligment-center .tt-desctop-menu nav > ul,
.justify-content-md-center .tt-desctop-menu nav > ul {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

html.ie .desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu nav > ul {
  display: inline-block; }

html.ie .desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu nav > ul {
  display: inline-block; }

.small-header .tt-desktop-header .tt-header-holder .tt-obj-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01):not(.tt-menu-small) {
  padding-top: 0;
  padding-bottom: 0; }

.small-header .tt-desktop-header .tt-header-holder .tt-dropdown-obj {
  margin-top: 9px;
  padding-bottom: 7px; }

.small-header .tt-desktop-header .tt-header-holder .tt-logo {
  margin-top: 13px;
  margin-bottom: 17px; }

.small-header .tt-desktop-header .tt-header-holder .tt-obj-menu .tt-desctop-menu.tt-menu-small nav > ul > li.dropdown > a {
  padding-top: 10px;
  padding-bottom: 15px; }

.small-header .tt-desktop-header .tt-header-holder .tt-obj-menu .tt-desctop-menu.tt-menu-small {
  padding-bottom: 0px; }

.desctop-menu-large .tt-desktop-header .tt-header-holder .obj-move-right.tt-position-absolute:not(:first-child),
.small-header .tt-desktop-header .tt-header-holder .obj-move-right.tt-position-absolute:not(:first-child) {
  position: absolute; }

.tt-mobile-header .tt-dropdown-obj {
  margin-top: 11px;
  padding-bottom: 7px; }

.tt-mobile-header .tt-logo-container {
  padding: 15px 0 20px; }

@media (max-width: 480px) {
  .tt-stuck-nav .tt-header-row {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; } }

@media (max-width: 480px) {
  .desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu {
    width: auto; } }

.tt-layout-promo-box > img,
.tt-layout-promo-box > .row > *:not([class^="col-"]) img {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin-right: 10px;
  margin-left: 10px; }

.tt-layout-promo-box > .row > *:not([class^="col-"]) {
  margin-right: 10px;
  margin-left: 10px; }

.tt-product .tt-select {
  background-color: #f7f8fa;
  color:  #777777;
  border: none;
  height: 30px;
  width: 100%;
  max-width: 170px;
  padding: 2px 5px;
  cursor: pointer;
  outline: none;
  display: block; }

.tt-promo-fullwidth {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover; }

body:not(.touch-device) .tt-promo-fullwidth {
  background-attachment: fixed;
  background-position: center center; }

@media (max-width: 1024px) {
  body:not(.touch-device) .tt-promo-fullwidth {
    background-attachment: inherit;
    background-position: inherit !important; } }

.term-conditions-checkbox {
  margin-top: 9px;
  margin-bottom: 31px; }

.m-term-conditions-checkbox.checkbox-group {
  margin-top: 22px;
  margin-bottom: 13px; }

.pdm-term-conditions-checkbox.checkbox-group {
  margin-top: 21px;
  margin-bottom: 0; }

.pm-term-conditions-checkbox.checkbox-group {
  margin-top: 13px;
  margin-bottom: 12px; }

.pdm-term-conditions-checkbox.checkbox-group label,
.pm-term-conditions-checkbox.checkbox-group label,
.m-term-conditions-checkbox.checkbox-group label {
  font-size: 12px; }

.prpage-term-conditions-checkbox.checkbox-group {
  margin-top: 21px;
  margin-bottom: 0; }

button:disabled,
.btn-link.disabled,
button.btn:disabled {
  cursor: default;
  pointer-events: none; }

/* 
	Round 
*/
/* btn */
.btn {
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px; }

.tt-product-single-info .shopify-payment-button__button {
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px; }

.at-resp-share-element .at-share-btn {
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px; }

/* newsletter */
@media (min-width: 790px) {
  footer .tt-footer-custom .tt-newsletter .tt-collapse-content .form-control {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  footer .tt-footer-custom .tt-newsletter .tt-collapse-content .btn {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; } }

@media (max-width: 789px) {
  footer .tt-footer-custom .tt-newsletter .tt-collapse-content .form-control {
    -webkit-border-radius:  6 px;
    -moz-border-radius:  6 px;
    border-radius:  6 px; } }

.tt-aside-subscribe-box form .form-control {
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px; }

/*tt-back-to-top*/
@media (min-width: 790px) {
  .tt-back-to-top {
    -webkit-border-radius:  6 px;
    -moz-border-radius:  6 px;
    border-radius:  6 px; } }

/*product item*/
.tt-product .tt-description .tt-btn-addtocart,
.tt-product-design02 .tt-description .tt-btn-addtocart {
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px; }

@media (min-width: 1025px) {
  .tt-product .tt-image-box .tt-label-location [class^="tt-label-"] {
    -webkit-border-radius:  2 px;
    -moz-border-radius:  2 px;
    border-radius:  2 px; } }

@media (max-width: 1024px) {
  .tt-product .tt-image-box .tt-label-location [class^="tt-label-"] {
    -webkit-border-radius:  2 px;
    -moz-border-radius:  2 px;
    border-radius:  2 px; } }

.tt-product-single-info .tt-label [class^="tt-label"] {
  -webkit-border-radius:  2 px;
  -moz-border-radius:  2 px;
  border-radius:  2 px; }

/* menu */
.tt-badge {
  -webkit-border-radius:  2 px;
  -moz-border-radius:  2 px;
  border-radius:  2 px; }

/* form */
.form-default .form-control {
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px; }

.checkbox-group label .box {
  -webkit-border-radius:  2 px;
  -moz-border-radius:  2 px;
  border-radius:  2 px; }

.checkbox-group label .check {
  -webkit-border-radius:  2 px;
  -moz-border-radius:  2 px;
  border-radius:  2 px; }

.tt-input-counter.style-01 input {
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px; }

#shopify-product-reviews [class^="spr-form-"] input:not(.btn),
#shopify-product-reviews [class^="spr-form-"] textarea {
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px; }

/* typography */
.tt-blockquote {
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px; }

mark {
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px; }

/* modal */
.modal .modal-body:not(.no-background) {
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px; }

/* tt-promo-fixed  */
.tt-promo-fixed {
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px; }

/* filter */
.tt-options-swatch li a {
  -webkit-border-radius:  2 px;
  -moz-border-radius:  2 px;
  border-radius:  2 px; }

.tt-filter-detach-option .filters-mobile .filters-row-select select {
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px; }

.tt-options-swatch:not(.options-large):not(.options-middle) li a:not(.options-color) {
  -webkit-border-radius:  2 px;
  -moz-border-radius:  2 px;
  border-radius:  2 px; }

.tt-promo-box:not(.tt-one-child) .tt-description .tt-description-wrapper .tt-background {
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px; }

.tt-product-design02 .tt-image-box .tt-label-location [class^="tt-label-"] {
  -webkit-border-radius:  2 px;
  -moz-border-radius:  2 px;
  border-radius:  2 px; }

/* Countdown  */
.tt-countdown_box_02 .countdown-row .countdown-section,
.tt-countdown_box.tt-type-02 .countdown-row .countdown-section {
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px; }

/* Modal (newsletter) */
@media (min-width: 501px) {
  .tt-modal-newsletter .input-group input[type="email"] {
    -webkit-border-top-left-radius:  6 px;
    -webkit-border-bottom-left-radius:  6 px;
    -moz-border-radius-topleft:  6 px;
    -moz-border-radius-bottomleft:  6 px;
    border-top-left-radius:  6 px;
    border-bottom-left-radius:  6 px; }
  .tt-modal-newsletter .input-group .btn {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; } }

@media (max-width: 500px) {
  .tt-modal-newsletter .input-group input[type="email"] {
    -webkit-border-radius:  6 px;
    -moz-border-radius:  6 px;
    border-radius:  6 px; }
  .tt-modal-newsletter .input-group .btn {
    margin-top: 15px; } }

/* add to cart - checkBox align icon */
.tt-modal-addtocart input[type=checkbox]:checked ~ label .check {
  text-align: left; }

@media (min-width: 651px) {
  .modal-discount {
    width: 600px; } }

@media (max-width: 650px) {
  .modal-discount {
    width: 420px; } }

/* Modal newsletter */
#Modalnewsletter .tt-background {
  /*  */
  background:  #ffffff  url(' //stoblecoffee.com/cdn/shop/t/16/assets/popup_newsletter_image.png?20470 ') 0 0 no-repeat;
  /*  */
  background-size: 50% auto; }

#Modalnewsletter .modal-body {
  padding: 52px 0; }

#Modalnewsletter .tt-modal-discount [class^="col"] {
  padding-left: 30px;
  padding-right: 30px; }

#Modalnewsletter .tt-modal-discount [class^="btn"] {
  width: 100%; }

#Modalnewsletter .tt-modal-discount .tt-promo-title {
  padding-bottom: 51px; }

#Modalnewsletter .tt-modal-discount .tt-promo-title .text-01 {
  color:  #191919;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600; }

#Modalnewsletter .tt-modal-discount .tt-promo-title .text-02 {
  color:  #191919;
  font-size: 24px;
  line-height: 34px;
  font-weight:  500;
  margin-top: 33px; }

#Modalnewsletter .tt-modal-discount .tt-promo-title .text-03 {
  color:  #191919;
  font-size: 40px;
  line-height: 34px;
  font-weight: 700;
  margin-top: 5px; }

#Modalnewsletter .checkbox-group label {
  color:  #191919; }

#Modalnewsletter .tt-modal-discount .tt-link-underline {
  color:  #0b4b58;
  text-decoration: underline; }

#Modalnewsletter .tt-modal-discount .tt-link-underline:hover {
  text-decoration: none; }

#Modalnewsletter .tt-modal-discount .checkbox-group {
  margin-top: 34px;
  margin-bottom: 0; }

#Modalnewsletter .input-group input {
  margin-bottom: 10px; }

#Modalnewsletter .form-default .form-control {
  text-align: center; }

#Modalnewsletter .tt-background-fullwidth {
  background-size: 100% auto; }

#Modalnewsletter .tt-layout-center [class^="col"] {
  flex: 0 0 100%;
  max-width: 100%; }

#Modalnewsletter .tt-layout-center .tt-modal-discount .form-group {
  text-align: center; }

#Modalnewsletter .tt-layout-center .tt-modal-discount .form-group .form-control {
  max-width: 300px;
  display: inline-block; }

#Modalnewsletter .tt-layout-center .tt-modal-discount [class^="btn"] {
  max-width: 300px; }

#Modalnewsletter .tt-layout-center .input-group {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

#Modalnewsletter .tt-layout-center .form-control {
  max-width: 300px;
  width: 100%; }

@media (max-width: 650px) {
  #Modalnewsletter .modal-body:not(.tt-layout-center) {
    background:  #ffffff; }
  #Modalnewsletter .modal-body:not(.tt-layout-center) [class^="col"] {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 650px) {
  #Modalnewsletter .modal-body {
    padding: 30px 0; }
  #Modalnewsletter .modal-body .tt-modal-discount .tt-promo-title {
    padding-bottom: 18px; }
  #Modalnewsletter .modal-body .tt-modal-discount .tt-promo-title .text-01 {
    font-size: 24px;
    line-height: 32px; }
  #Modalnewsletter .modal-body .tt-modal-discount .tt-promo-title .text-02 {
    margin-top: 8px;
    font-size: 20px;
    line-height: 32px; }
  #Modalnewsletter .modal-body .tt-modal-discount .tt-promo-title .text-03 {
    font-size: 36px;
    line-height: 32px;
    margin-top: 5px; }
  #Modalnewsletter .tt-modal-discount .checkbox-group {
    margin-top: 20px; } }

@media (max-width: 500px) {
  .modal-discount {
    width: 320px; } }

@media (max-width: 370px) {
  .modal-discount {
    width: 280px; } }

.modal-small {
  width: 400px; }

@media (max-width: 450px) {
  .modal-small {
    width: 280px; } }

#Modalnewsletter .input-group input[type="email"],
#Modalnewsletter .input-group .btn {
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px; }

/* lookbook */
.tt-hotspot-content {
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px; }

/* lookbook (BRANDS)*/
.tt-img-box {
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px; }

.tt-layout-01-post .tt-post .tt-post-content .tt-background,
.tt-blog-thumb .tt-title-description .tt-background {
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px; }

/* End Round  */
/* svg icons */
.tt-menu-toggle svg {
  fill:  #191919;
  width: 19px;
  height: 20px; }

body:not(.touch-device) .tt-menu-toggle:hover svg {
  fill:  #0b4b58; }

.svg-icon-delete svg {
  width: 15px;
  height: 15px;
  fill:  #191919;
  -moz-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear; }

.tt-cart-layout .svg-icon-delete svg {
  position: relative;
  top: 2px; }

.svg-icon-pencil-inline svg,
.svg-icon-delete-inline svg {
  fill:  #0b4b58;
  width: 17px;
  height: 17px;
  margin-right: 12px;
  position: relative;
  top: 2px;
  -moz-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear; }

.svg-icon-pencil-inline:hover svg,
.svg-icon-delete-inline:hover svg {
  fill:  #191919; }

.svg-icon-delete:hover svg {
  fill:  #0b4b58; }

/**/
/* header cart badge */
header .tt-cart .tt-dropdown-toggle .tt-badge-cart {
  padding-top: 2px; }

@media (min-width: 1025px) {
  .tt-product .tt-image-box .tt-label-location [class^="tt-label-"] {
    padding: 3px 4px 2px; } }

@media (max-width: 1024px) {
  .tt-product .tt-image-box .tt-label-location [class^="tt-label-"] {
    padding: 3px 4px 2px; } }

.tt-product-single-info .tt-label [class^="tt-label"] {
  padding: 4px 10px 2px; }

.tt-desctop-menu .tt-badge {
  padding: 4px 4px 2px;
  position: relativel;
  top: -1px; }

.panel-menu .mmpanel .tt-badge {
  top: 2px; }

@media (min-width: 790px) {
  footer .tt-footer-custom .tt-newsletter .tt-collapse-content .btn {
    padding-top: 5px;
    padding-bottom: 3px; } }

.panel-menu #mm0.mmpanel .mm-next-level:after {
  top: 10px; }

.tt-desctop-menu .tt-megamenu-submenu li a:not(:only-child) span:after {
  margin-top: 5px; }

/* max oc */
@media (min-width: 576px) {
  .tt-modal-newsletter .input-group input[type="email"] {
    padding-top: 2px;
    padding-bottom: 1px;
    line-height: 2.9; }
  footer .tt-footer-default .tt-newsletter .form-default .form-group .form-control {
    padding-top: 2px;
    padding-bottom: 1px;
    line-height: 2.9; }
  .form-default .form-control[type="text"],
  .form-default .form-control[type="email"],
  .form-default .form-control[type="password"] {
    padding-top: 2px;
    padding-bottom: 1px;
    line-height: 2.9; } }

@media (max-width: 575px) {
  .tt-modal-newsletter .input-group input[type="email"] {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 2.4; }
  footer .tt-footer-default .tt-newsletter .form-default .form-group .form-control {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 2.4; }
  .form-default .form-control[type="text"],
  .form-default .form-control[type="email"],
  .form-default .form-control[type="password"] {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 2.4; } }

/* ie */
@media (min-width: 576px) {
  html.ie.win .tt-modal-newsletter .input-group input[type="email"] {
    padding-top: 2px;
    padding-bottom: 1px;
    line-height: 2.6; }
  html.ie.win footer .tt-footer-default .tt-newsletter .form-default .form-group .form-control {
    padding-top: 2px;
    padding-bottom: 1px;
    line-height: 2.6; }
  html.ie.win .form-default .form-control[type="text"],
  html.ie.win .form-default .form-control[type="email"],
  html.ie.win .form-default .form-control[type="password"] {
    padding-top: 2px;
    padding-bottom: 1px;
    line-height: 2.6; } }

@media (max-width: 575px) {
  html.ie.win .tt-modal-newsletter .input-group input[type="email"] {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 2.6; }
  html.ie.win footer .tt-footer-default .tt-newsletter .form-default .form-group .form-control {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 2.6; }
  .form-default .form-control[type="text"],
  .form-default .form-control[type="email"],
  .form-default .form-control[type="password"] {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 2.6; } }

/* Banners type 2 with external texts */
@media (min-width: 576px) {
  .tt-layout-promo02 {
    margin-top: -20px; } }

@media (max-width: 575px) {
  .tt-layout-promo02 {
    margin-top: -10px; } }

.tt-promo02 {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 20px; }

.tt-promo02 .image-box {
  display: inline-block;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0); }

.tt-promo02 img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform .5s;
  transition: transform 1s; }

.tt-promo02:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1); }

.tt-promo02 .tt-description {
  color: #777777; }

.tt-promo02 .tt-description:not(:empty) {
  padding-top: 14px; }

.tt-promo02 .tt-description .tt-title-small {
  font-family: " CeraPro ", sans-serif;
  color: #191919;
  font-size: 16px;
  line-height: 26px;
  font-weight:  500;
  letter-spacing: 0.03em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-promo02 .tt-description .tt-title-large {
  font-family: " CeraPro ", sans-serif;
  color: #191919;
  font-size: 26px;
  line-height: 34px;
  font-weight:  500;
  letter-spacing: 0.03em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-promo02 .tt-description a.tt-title {
  display: inline-block; }

.tt-promo02:hover .tt-description a.tt-title > * {
  color: #2879fe; }

.tt-promo02 .tt-description p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 4px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-promo02 .tt-description p a {
  color: #2879fe;
  text-decoration: underline; }

.tt-promo02:hover .tt-description p a {
  text-decoration: none; }

.tt-promo02 .tt-description p:first-child {
  margin-top: 1px; }

.tt-promo02 .tt-description [class^="btn"] {
  margin-top: 20px; }

.tt-promo02 .tt-description p + [class^="btn"] {
  margin-top: 12px; }

.tt-promo02 .tt-description img {
  max-width: 100%;
  height: auto; }

@media (max-width: 1024px) {
  .tt-promo02 .tt-description .tt-title-small {
    font-size: 15px;
    line-height: 22px; }
  .tt-promo02 .tt-description .tt-title-large {
    font-size: 23px;
    line-height: 30px; } }

@media (max-width: 575px) {
  .tt-promo02 .tt-description .tt-title-small {
    font-size: 15px;
    line-height: 22px; }
  .tt-promo02 .tt-description .tt-title-large {
    font-size: 20px;
    line-height: 29px; }
  .tt-promo02 .tt-description p {
    margin-top: 0;
    line-height: 20px; }
  .tt-promo02 .tt-description [class^="btn"] {
    margin-top: 10px; } }

.tt-promo02 .tt-description *:nth-child(1) {
  margin-top: 0; }

.tt-promo02 .tt-description [class^="btn"]:nth-child(1) {
  margin-top: 6px !important; }

.tt-promo02.tt-no-btn:hover .tt-description .tt-title > * {
  color: #2879fe; }

.tt-promo02 .tt-description:first-child {
  padding-top: 0; }

@media (max-width: 575px) {
  .tt-promo02 {
    margin-top: 10px; } }

/* Tooltips */
#tt-tooltip-popup {
  display: none;
  pointer-events: none; }

@media (min-width: 1025px) {
  #tt-tooltip-popup {
    color: #191919;
    font-size: 14px;
    line-height: 21px;
    padding: 1px 8px 0;
    position: absolute;
    z-index: 100;
    white-space: nowrap;
    display: inline-block;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0; }
  #tt-tooltip-popup span {
    position: relative;
    z-index: 7;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #tt-tooltip-popup:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.13);
    z-index: 2;
    border-radius: 4px; }
  #tt-tooltip-popup:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.13);
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg); }
  #tt-tooltip-popup i {
    display: block;
    position: absolute;
    top: 50%;
    height: 100%;
    z-index: 3;
    margin-top: -3px; }
  #tt-tooltip-popup i:after {
    content: '';
    display: block;
    z-index: 3;
    border: 3px solid transparent; }
  /*left*/
  #tt-tooltip-popup.tooltip-left:after {
    right: -6px; }
  #tt-tooltip-popup.tooltip-left i {
    right: -6px; }
  #tt-tooltip-popup.tooltip-left i:after {
    border-left: 3px solid #ffffff; }
  /*right*/
  #tt-tooltip-popup.tooltip-right:after {
    left: -0px; }
  #tt-tooltip-popup.tooltip-right i {
    left: -6px; }
  #tt-tooltip-popup.tooltip-right i:after {
    border-right: 3px solid #ffffff; }
  /*top*/
  #tt-tooltip-popup.tooltip-top:after {
    top: 100%;
    left: 50%; }
  #tt-tooltip-popup.tooltip-top i {
    left: -6px; }
  #tt-tooltip-popup.tooltip-top i {
    bottom: -3px;
    left: 50%;
    margin-top: 0; }
  #tt-tooltip-popup.tooltip-top i:after {
    border-top: 3px solid #ffffff;
    top: inherit;
    bottom: 0%;
    left: 50%;
    margin-left: -3px;
    position: absolute; }
  /*bottom*/
  #tt-tooltip-popup.tooltip-bottom:after {
    top: 0px;
    left: 50%; }
  #tt-tooltip-popup.tooltip-bottom i {
    left: -6px; }
  #tt-tooltip-popup.tooltip-bottom i {
    top: -3px;
    left: 50%; }
  #tt-tooltip-popup.tooltip-bottom i:after {
    border-bottom: 3px solid #ffffff;
    top: 0px;
    left: 50%;
    margin-left: -3px; } }

/* Wishlist */
.product-parent.tt-view .tt-image-box .tt-btn-quickview,
.product-parent.tt-view .tt-image-box .wk-app-btn {
  display: none; }

.product-parent.tt-view .tt-description .wk-app-btn {
  padding: 4px 4px 4px 0;
  margin-top: 4px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: inline-block;
  position: relative; }

.product-parent.tt-view .tt-description .tt-btn-wishlist svg {
  width: 16px;
  height: 14px; }

.product-parent.tt-view .tt-description .tt-btn-compare svg {
  width: 16px;
  height: 15px; }

.wkapp_load:before {
  font-family: 'wokiee_icons';
  font-size: 20px;
  line-height: 1;
  content: '\e910'; }

.wkapp_load:not(.inline-wk-link) svg {
  display: none; }

@media (min-width: 1025px) {
  .tt-product:not(.tt-view) .tt-image-box .wk-app-btn.wkapp_load:before {
    margin-top: 0px; }
  .tt-product:not(.tt-view) .tt-image-box .wk-app-btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    border-radius: 50%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    z-index: 6; }
  .tt-product:not(.tt-view) .tt-image-box .tt-btn-wishlist svg {
    width: 16px;
    height: 14px;
    position: relative;
    top: 1px; }
  .tt-product:not(.tt-view) .tt-image-box .tt-btn-compare svg {
    width: 16px;
    height: 15px; }
  .tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview + .tt-btn-wishlist {
    top: 66px; }
  .tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview + .tt-btn-compare {
    top: 66px; }
  .tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview + .tt-btn-wishlist + .tt-btn-compare {
    top: 122px; }
  .tt-product-design02:not(.tt-view) .tt-btn-quickview {
    right: 19px; }
  .tt-product-design02:not(.tt-view) .wk-app-btn svg {
    position: relative;
    top: 4px; }
  .tt-product-design02:not(.tt-view) .wk-app-btn.wkapp_load:before {
    height: 14px; }
  .tt-product-design02.thumbprod-center .tt-description .tt-title {
    padding-left: 25px;
    padding-right: 25px;
    text-align: center; }
  .tt-product-design02.thumbprod-center.tt-small .tt-description .tt-title {
    padding-left: 32px;
    padding-right: 32px; }
  .tt-product-design02.thumbprod-center .tt-description .tt-option-block {
    padding-left: 25px;
    padding-right: 25px; }
  .tt-product-design02.thumbprod-center.tt-small .tt-description .tt-option-block {
    padding-left: 32px;
    padding-right: 32px; } }

@media (min-width: 1025px) {
  .tt-product:not(.tt-view) .tt-description .wk-app-btn {
    display: none; } }

@media (max-width: 1024px) {
  .tt-product:not(.tt-view) .tt-image-box .wk-app-btn {
    display: none; } }

@media (min-width: 1025px) {
  .tt-product:not(.tt-view):hover .tt-image-box .wk-app-btn {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; } }

@media (min-width: 1025px) {
  .tt-product-design02:not(.tt-view) .wk-app-btn {
    padding: 4px 6px 4px 6px;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 15px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    visibility: hidden; }
  .tt-product-design02:not(.tt-view) .wk-app-btn svg path {
    -moz-transition: fill 0.2s linear;
    -o-transition: fill 0.2s linear;
    -webkit-transition: fill 0.2s linear;
    transition: fill 0.2s linear; }
  .tt-product-design02:not(.tt-view) .tt-btn-wishlist svg {
    width: 16px;
    height: 14px; }
  .tt-product-design02:not(.tt-view) .tt-btn-compare svg {
    width: 16px;
    height: 15px; }
  .tt-product-design02:not(.tt-view) .tt-btn-quickview + .tt-btn-wishlist {
    top: 52px; }
  .tt-product-design02:not(.tt-view) .tt-btn-quickview + .tt-btn-compare {
    top: 52px; }
  .tt-product-design02:not(.tt-view) .tt-btn-quickview + .tt-btn-wishlist + .tt-btn-compare {
    top: 96px; } }

@media (max-width: 1024px) {
  .tt-product-design02:not(.tt-view) .wk-app-btn {
    display: none; } }

@media (min-width: 1025px) {
  .tt-product-design02:not(.tt-view):hover > .wk-app-btn {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    visibility: visible;
    z-index: 7; } }

@media (max-width: 1024px) {
  .product-parent:not(.tt-view) .tt-description .tt-btn-quickview {
    padding-left: 6px;
    padding-right: 6px; }
  .product-parent:not(.tt-view):not(.thumbprod-center) .tt-description .tt-btn-quickview {
    margin-left: 0;
    padding-left: 0; }
  .product-parent:not(.tt-view) .tt-description .wk-app-btn {
    padding: 4px 6px;
    margin-left: 9px;
    margin-right: 9px;
    top: 4px;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    display: inline-block;
    position: relative; }
  .product-parent:not(.tt-view) .tt-description .tt-btn-wishlist svg {
    width: 16px;
    height: 14px; }
  .product-parent:not(.tt-view) .tt-description .tt-btn-compare svg {
    width: 16px;
    height: 15px; } }

@media (max-width: 1024px) {
  .product-parent .tt-description .tt-product-inside-hover {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .product-parent:not(.tt-view) .tt-description .tt-btn-quickview {
    margin-left: 9px;
    margin-right: 9px; }
  .product-parent:not(.tt-view) .tt-description .tt-product-inside-hover .tt-row-btn:not(:first-child) {
    margin-top: 10px; }
  .product-parent.tt-small .tt-btn-quickview {
    top: 5px; } }

@media (max-width: 370px) {
  .tt-product.thumbprod-center:not(.tt-view) .tt-description .tt-btn-quickview,
  .product-parent.thumbprod-center:not(.tt-view) .tt-description .wk-app-btn {
    margin-left: 4px;
    margin-right: 4px; } }

.tt-product-listing.tt-col-one .product-parent:not(.tt-view) .tt-description .wk-app-btn {
  display: inline-block;
  opacity: 1;
  top: 0px;
  right: inherit;
  padding: 4px 6px;
  margin-left: 8px;
  margin-right: 8px;
  visibility: visible;
  position: relative; }

.wk-app-btn svg path {
  -moz-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear; }

.tt-product-listing.tt-col-one .product-parent:not(.tt-view) .wk-app-btn.wkapp_load:before {
  top: 4px;
  position: absolute;
  left: 3px; }

@media (min-width: 1025px) {
  .tt-product-listing.tt-col-one .tt-product-design02:not(.tt-view) .wk-app-btn.wkapp_load:before {
    top: 8px; }
  .tt-product-listing.tt-col-one .tt-product-design02:not(.tt-view) .tt-description .tt-title,
  .tt-product-listing.tt-col-one .tt-product-design02:not(.tt-view) .tt-description .tt-option-block {
    padding-left: 0px;
    padding-right: 0px; } }

.tt-product-listing.tt-col-one .product-parent:not(.tt-view) .wk-app-btn.wkapp_load svg {
  display: block;
  opacity: 0; }

.product-parent .tt-description .tt-product-inside-hover > :not(:first-child) {
  margin-top: 12px; }

.tt-product-listing.tt-col-one .product-parent:not(.tt-view) .tt-description .wk-app-btn svg {
  width: 16px;
  height: 15px; }

.tt-product-listing.tt-col-one .product-parent:not(.tt-view) .tt-description .tt-btn-quickview {
  display: inline-block;
  opacity: 1;
  top: 1px;
  right: inherit;
  padding: 4px 6px;
  margin-left: 8px;
  margin-right: 8px; }

.tt-product-listing.tt-col-one .product-parent:not(.tt-view) .tt-product-inside-hover .tt-row-btn [class^="tt-btn-"]:not(.tt-btn-addtocart) {
  margin-left: 0;
  padding-left: 0; }

.tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-product-inside-hover {
  margin-top: 12px; }

.tt-product-listing.tt-col-one .product-parent .tt-image-box .tt-btn-quickview,
.tt-product-listing.tt-col-one .product-parent .tt-image-box .wk-app-btn {
  display: none; }

.tt-product-listing.tt-col-one .tt-product-design02:not(.tt-view) .wk-app-btn {
  display: none; }

.tt-product-listing.tt-col-one .tt-product-design02:hover .tt-label-location {
  opacity: 1;
  visibility: visible; }

.tt-product-listing.tt-col-one .tt-product-design02:hover .tt-countdown_box {
  opacity: 1;
  visibility: visible; }

@media (max-width: 370px) {
  .tt-product-listing.tt-col-one .product-parent:not(.tt-view) .tt-description .tt-btn-quickview,
  .tt-product-listing.tt-col-one .product-parent:not(.tt-view) .tt-description .wk-app-btn {
    margin-left: 5px;
    margin-right: 5px; } }

@media (min-width: 1025px) {
  .tt-product-design02:not(.tt-view) .wk-app-btn.wkapp_load:before {
    position: relative;
    left: 1px; }
  .tt-product-listing.tt-col-one .tt-product-design02:not(.tt-view) .tt-description .tt-btn-quickview {
    top: 5px; } }

@media (max-width: 1024px) {
  .product-parent:not(.tt-view) .tt-description .wk-app-btn:before {
    position: absolute;
    left: 3px;
    top: 4px; }
  .product-parent:not(.tt-view) .tt-description .wk-app-btn.wkapp_load svg {
    display: block;
    opacity: 0; } }

.tt-product:not(.tt-view) .tt-image-box .wk-delete-icon svg {
  width: 18px;
  height: 19px;
  top: 0; }

.tt-product-design02:not(.tt-view) .wk-delete-icon svg {
  width: 19px;
  height: 15px; }

.product-parent:not(.tt-view) .tt-description .wk-delete-icon svg {
  width: 19px;
  height: 15px; }

.product-parent:not(.tt-view):not(.thumbprod-center) .tt-description .wk-delete-icon {
  padding: 4px 6px 4px 0;
  margin-left: 0px;
  margin-right: 0px; }

/* header acount */
header .tt-account ul li a svg {
  width: 17px;
  height: 15px;
  position: relative;
  top: 4px;
  margin-left: 2px;
  margin-right: 10px;
  margin-top: 4px; }

/* inline-wk-link */
.inline-wk-link {
  position: relative;
  color:  #0b4b58; }

.inline-wk-link svg {
  width: 17px;
  height: 15px;
  position: relative;
  top: 3px;
  margin-right: 7px; }

.inline-wk-link svg path {
  fill:  #0b4b58;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.inline-wk-link.wkapp_load svg,
.inline-wk-link.wkapp_load:focus svg {
  opacity: 0; }

.inline-wk-link.wkapp_load:before,
.inline-wk-link.wkapp_load:focus:before {
  font-family: 'wokiee_icons' !important;
  display: inline-block;
  margin-right: 7px;
  font-size: 19px;
  position: absolute;
  top: 0px;
  left: -1px;
  margin-top: 0; }

.inline-wk-link:hover,
.inline-wk-link.wkapp_load,
.inline-wk-link[data-action="wk-remove"] {
  color:  #191919; }

.inline-wk-link:hover svg path,
.inline-wk-link[data-action="wk-remove"] svg path {
  fill:  #191919; }

/* product single pages */
.tt-product-single-info .tt-list-btn {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  list-style: none;
  padding: 0;
  margin: -10px 0 0 -20px; }

.tt-product-single-info .tt-list-btn li {
  margin-left: 20px;
  margin-top: 10px; }

/* wishlist page */
/* tt-empty-wishlist*/
.tt-empty-wishlist {
  text-align: center;
  padding: 102px 20px 102px;
  color:  #777777; }

.tt-empty-wishlist img {
  max-width: 100%;
  height: auto; }

.tt-empty-wishlist .icon-svg {
  margin: 17px 0 0 0; }

.tt-empty-wishlist .icon-svg svg {
  width: 58px;
  height: 58px; }

.tt-empty-wishlist .tt-title {
  color:  #191919;
  padding: 0;
  margin: 13px 0 0 0;
  font-size: 34px;
  font-weight:  500;
  letter-spacing: 0.03em;
  line-height: 44px; }

.tt-empty-wishlist p {
  color:  #777777;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 400; }

.tt-empty-wishlist .btn {
  margin-top: 34px; }

@media (max-width: 1024px) {
  .tt-empty-wishlist {
    padding: 71px 20px 82px; }
  .tt-empty-wishlist .tt-title {
    font-size: 28px;
    line-height: 38px; } }

@media (max-width: 575px) {
  .tt-empty-wishlist {
    padding: 51px 15px 62px; }
  .tt-empty-wishlist .tt-title {
    font-size: 24px;
    line-height: 34px; }
  .tt-empty-wishlist p {
    font-size: 22px; } }

.tt-empty-wishlist > *:nth-child(1) {
  margin-top: 0; }

/* wishlist page */
/* tt-empty-wishlist*/
.tt-empty-wishlist {
  text-align: center;
  padding: 102px 20px 102px;
  color:  #777777; }

.tt-empty-wishlist img {
  max-width: 100%;
  height: auto; }

.tt-empty-wishlist .icon-svg {
  margin: 17px 0 0 0; }

.tt-empty-wishlist .icon-svg svg {
  width: 58px;
  height: 58px; }

.tt-empty-wishlist .tt-title {
  color:  #191919;
  padding: 0;
  margin: 13px 0 0 0;
  font-size: 34px;
  font-weight:  500;
  letter-spacing: 0.03em;
  line-height: 44px; }

.tt-empty-wishlist p {
  color:  #777777;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 400; }

.tt-empty-wishlist .btn {
  margin-top: 34px; }

@media (max-width: 1024px) {
  .tt-empty-wishlist {
    padding: 71px 20px 82px; }
  .tt-empty-wishlist .tt-title {
    font-size: 28px;
    line-height: 38px; } }

@media (max-width: 575px) {
  .tt-empty-wishlist {
    padding: 51px 15px 62px; }
  .tt-empty-wishlist .tt-title {
    font-size: 24px;
    line-height: 34px; }
  .tt-empty-wishlist p {
    font-size: 22px; } }

.tt-empty-wishlist > *:nth-child(1) {
  margin-top: 0; }

/* buttons colors */
@media (min-width: 1025px) {
  .tt-product:not(.tt-view) .tt-image-box .wk-app-btn {
    /*  */
    background:  Liquid error: Cannot extract '', valid components are: alpha, red, green, blue, hue, saturation, lightness;
    color:  #191919; }
  .tt-product:not(.tt-view) .tt-image-box .wk-app-btn svg path {
    fill:  #191919; }
  .tt-product:not(.tt-view) .tt-image-box .wk-app-btn.wkapp_load,
  .tt-product:not(.tt-view) .tt-image-box .wk-app-btn:hover,
  .tt-product:not(.tt-view) .tt-image-box .wk-app-btn[data-action="wk-remove"] {
    /*  */
    background:  Liquid error: Cannot extract '', valid components are: alpha, red, green, blue, hue, saturation, lightness;
    color:  #ffffff; }
  .tt-product:not(.tt-view) .tt-image-box .wk-app-btn:hover svg path,
  .tt-product:not(.tt-view) .tt-image-box .wk-app-btn[data-action="wk-remove"] svg path {
    fill:  #ffffff; }
  .tt-product-design02:not(.tt-view) .wk-app-btn {
    color:  #0b4b58; }
  .tt-product-design02:not(.tt-view) .wk-app-btn svg path {
    fill:  #0b4b58; }
  .tt-product-design02:not(.tt-view) .wk-app-btn[data-action="wk-remove"] svg path,
  .tt-product-design02:not(.tt-view) .wk-app-btn:hover svg path {
    fill:  #000000; }
  .tt-product-design02:not(.tt-view) .wk-app-btn.wkapp_load {
    color:  #000000; } }

@media (max-width: 1024px) {
  .product-parent:not(.tt-view) .tt-description .wk-app-btn svg path {
    fill:  #191919; }
  .product-parent:not(.tt-view) .tt-description .wk-app-btn.wkapp_load {
    color:  #0b4b58; }
  .product-parent:not(.tt-view) .wk-app-btn:hover svg path,
  .product-parent:not(.tt-view) .wk-app-btn[data-action="wk-remove"] svg path {
    fill:  #0b4b58; } }

.tt-product-listing.tt-col-one .product-parent:not(.tt-view) .wk-app-btn svg path {
  fill:  #191919; }

.tt-product-listing.tt-col-one .product-parent:not(.tt-view) .wk-app-btn:hover svg path,
.tt-product-listing.tt-col-one .product-parent:not(.tt-view) .wk-app-btn[data-action="wk-remove"] svg path {
  fill:  #0b4b58; }

.tt-product-listing.tt-col-one .product-parent:not(.tt-view) .wk-app-btn.wkapp_load:before {
  color:  #0b4b58; }

header .tt-account ul li a svg path {
  fill:  #191919;
  -moz-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear; }

header .tt-account ul li a:hover svg path {
  fill:  #0b4b58; }

/* Modal wishlist */
#ModalMessage .modal-header {
  height: 0; }

#ModalMessage .modal-header .close {
  top: 23px;
  right: 2px;
  width: 27px;
  height: 27px;
  line-height: 1em; }

#ModalMessage .modal-header .close:not(:hover) {
  color: #999999; }

#ModalMessage .modal-header .close:before {
  font-size: 14px;
  line-height: 1;
  position: relative;
  top: -3px; }

@media (min-width: 515px) {
  #ModalMessage .modal-dialog {
    width: 452px; } }

@media (max-width: 514px) {
  #ModalMessage .modal-dialog {
    width: 370px; } }

@media (max-width: 417px) {
  #ModalMessage .modal-dialog {
    width: 320px; } }

@media (max-width: 370px) {
  #ModalMessage .modal-dialog {
    width: 280px; } }

.tt-login-wishlist p {
  color:  #191919;
  font-size: 16px;
  font-weight:  500; }

.tt-login-wishlist .row-btn {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media (min-width: 418px) {
  .tt-login-wishlist .row-btn {
    margin-left: -15px; }
  .tt-login-wishlist .row-btn [class^="btn"] {
    margin-top: 15px;
    margin-left: 15px; } }

@media (max-width: 417px) {
  .tt-login-wishlist .row-btn {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .tt-login-wishlist .row-btn [class^="btn"] {
    margin-top: 10px;
    width: 100%; } }

/* compare pages */
.tt-compare-table {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  vertical-align: top;
  border: 1px solid  #e9e7e7; }

.tt-compare-table .tt-col-title > *:nth-child(even),
.tt-compare-table .tt-item > *:nth-child(even) {
  background-color:  #f7f8fa; }

.tt-compare-table .tt-col-title > *:not(:first-child),
.tt-compare-table .tt-item > *:not(:first-child) {
  border-top: 1px solid  #e9e7e7; }

.tt-compare-table .tt-col-title {
  position: relative;
  width: 199px; }

.tt-compare-table .tt-col-title:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 1;
  background-color:  #e9e7e7; }

.tt-compare-table .tt-col-title .title-item {
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color:  #191919; }

@media (min-width: 451px) {
  .tt-compare-table .tt-col-item {
    width: calc(100% - 199px); } }

@media (max-width: 450px) {
  .tt-compare-table .tt-col-item {
    width: calc(100% - 110px); } }

.tt-compare-table .tt-col-item .compare-init-slider {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.tt-compare-table .tt-col-item .compare-init-slider .tt-item {
  border-left: 1px solid  #e9e7e7; }

.tt-compare-table .tt-col-item .tt-item {
  width: 33.333%; }

.tt-compare-table .tt-col-title .maininfo,
.tt-compare-table .tt-col-item .tt-image-box {
  padding: 0 20px; }

.tt-compare-table .tt-col-title .title-item:not(.maininfo),
.tt-compare-table .tt-col-item .tt-value:not(.tt-image-box) {
  padding: 6px 20px 5px; }

.tt-compare-table .tt-col-item .tt-image-box .tt-remove-item {
  display: block;
  margin-left: -4px;
  padding: 4px;
  position: relative;
  background: none;
  border: none;
  font-size: 21px;
  line-height: 1; }

.tt-compare-table .tt-col-item .tt-image-box .tt-remove-item svg {
  width: 17px;
  -moz-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
  fill:  #191919; }

.tt-compare-table .tt-col-item .tt-image-box .tt-remove-item:hover svg {
  fill:  #0b4b58; }

.tt-compare-table .tt-col-item .tt-image-box .tt-img img {
  width: 100%;
  max-width: 156px;
  height: auto; }

.tt-compare-table .tt-col-item .tt-image-box .tt-label-location {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  margin-top: 6px;
  margin-left: -3px; }

.tt-compare-table .tt-col-item .tt-image-box .tt-label-location [class^="tt-label-"] {
  margin-left: 3px;
  margin-top: 3px;
  font-size: 12px;
  line-height: 1;
  font-weight:  500;
  padding: 3px 4px 1px;
  display: inline-block;
  color: #ffffff; }

.tt-compare-table .tt-col-item .tt-image-box .tt-label-location .tt-label-new {
  background:  #03a9f5;
  color:  #ffffff; }

.tt-compare-table .tt-col-item .tt-image-box .tt-label-location .tt-label-sale {
  background:  #f8353e;
  color:  #ffffff; }

.tt-compare-table .tt-col-item .tt-image-box .tt-label-location .tt-label-in-stock {
  background: #0ec482;
  color: #ffffff; }

.tt-compare-table .tt-col-item .tt-image-box .tt-label-location .tt-label-our-stock {
  background:  #191919;
  color:  #ffffff; }

.tt-compare-table .tt-col-item .tt-image-box .tt-title {
  font-family: " CeraPro ", sans-serif;
  font-size: 14px;
  font-weight:  500;
  margin-top: 5px;
  color:  #191919; }

.tt-compare-table .tt-col-item .tt-image-box .tt-title a {
  color:  #191919; }

.tt-compare-table .tt-col-item .tt-image-box .tt-title a:hover {
  color:  #0b4b58; }

.tt-compare-table .tt-col-item .tt-image-box .tt-price {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 20px;
  font-weight:  500;
  font-family: " CeraPro ", sans-serif;
  margin-top: 2px;
  color:  #191919; }

.tt-compare-table .tt-col-item .tt-image-box .tt-price .new-price {
  color:  #f8353e;
  margin-right: 7px; }

.tt-compare-table .tt-col-item .tt-image-box .tt-price .old-price {
  color:  #191919;
  text-decoration: line-through; }

.tt-compare-table .tt-col-item .tt-image-box .tt-price .old-price .money {
  text-decoration: line-through; }

.tt-compare-table .tt-col-item .tt-image-box .tt-price span {
  display: inline-block; }

.tt-compare-table .tt-col-item .tt-image-box .tt-btn-addtocart {
  margin-top: 15px; }

.tt-compare-table .tt-col-item .tt-value {
  font-size: 14px;
  line-height: 22px;
  text-align: left; }

.tt-compare-table .tt-col-item .tt-btn-addtocart {
  height: 35px; }

@media (max-width: 575px) {
  .tt-compare-table .tt-col-item .tt-btn-addtocart {
    font-size: 12px;
    padding-left: 13px;
    padding-right: 13px; } }

.tt-compare-table .tt-col-item .tt-btn-addtocart i {
  font-size: 20px;
  margin-right: 4px;
  position: relative;
  top: -2px; }

.tt-compare-table.slick-init {
  position: relative;
  margin-top: 37px; }

.tt-compare-table .slick-arrow {
  position: absolute;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  font-weight:  500;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  display: none !important;
  background:  #f7f8fa;
  color:  #191919; }

.tt-compare-table .slick-arrow.showarr {
  display: block !important; }

.tt-compare-table .slick-track {
  margin: 0; }

.tt-compare-table .slick-arrow:hover {
  background:  #0b4b58;
  color: #ffffff; }

.tt-compare-table .slick-arrow:before {
  font-family: "wokiee_icons";
  font-size: 20px;
  line-height: 1; }

.tt-compare-table .slick-prev:before {
  content: "\e90d"; }

.tt-compare-table .slick-next:before {
  content: "\e90e"; }

.tt-compare-table .slick-arrow {
  top: 50px; }

.tt-compare-table .slick-prev {
  left: -19px; }

.tt-compare-table .slick-next {
  right: -19px; }

.tt-image-box {
  position: relative; }

.tt-compare-table .tt-col-item .tt-image-box,
.tt-compare-table .maininfo {
  background-color: transparent !important;
  border-top-color: transparent; }

.tt-compare-table .tt-col-item .tt-image-box:not(.tt-image-box-last) + *,
.tt-compare-table .maininfo:not(.maininfolast) + * {
  border-top-color: transparent; }

.tt-compare-table .tt-image-box:first-child,
.tt-compare-table .maininfo:first-child {
  padding-top: 15px; }

.tt-compare-table .tt-col-title .maininfo.maininfolast,
.tt-compare-table .tt-col-item .tt-image-box.tt-image-box-last {
  padding-top: 18px; }

/*img center*/
.tt-compare-table .tt-col-item .tt-image-box .tt-img {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

/*btn icon*/
.tt-compare-table .tt-col-item .tt-btn-addtocart {
  padding-left: 15px;
  padding-right: 15px; }

.tt-compare-table .tt-col-item .tt-btn-addtocart .icon::before {
  content: '\e986';
  font-size: 20px;
  top: -3px;
  margin-right: 4px;
  font-weight: normal;
  position: relative; }

.tt-compare-table .tt-btn-addtocart.disable {
  background:  #191919;
  color: #ffffff; }

.tt-compare-table .tt-col-item .tt-image-box .tt-label-location [class^="tt-label-"]:nth-child(2) {
  display: none; }

@media (min-width: 1025px) {
  .tt-compare-table .tt-col-item[data-grid="3"] .slick-slider .slick-track,
  .tt-compare-table .tt-col-item[data-grid="3"] .slick-slider .slick-list {
    width: 100% !important; }
  .tt-compare-table .tt-col-item[data-grid="3"] .tt-item {
    width: 33.333% !important; } }

@media (min-width: 790px) {
  .tt-compare-table .tt-col-item[data-grid="2"] .slick-slider .slick-track,
  .tt-compare-table .tt-col-item[data-grid="2"] .slick-slider .slick-list {
    width: 100% !important; }
  .tt-compare-table .tt-col-item[data-grid="2"] .tt-item {
    width: 50% !important; } }

.tt-compare-table .tt-col-item[data-grid="0"] .slick-slider .slick-track,
.tt-compare-table .tt-col-item[data-grid="1"] .slick-slider .slick-track,
.tt-compare-table .tt-col-item[data-grid="0"] .slick-slider .slick-list,
.tt-compare-table .tt-col-item[data-grid="1"] .slick-slider .slick-list {
  width: 100% !important; }

.comparebtn[data-action="delete"] {
  color: red; }

.tt-compare-table .tt-col-item[data-grid="0"] .tt-item,
.tt-compare-table .tt-col-item[data-grid="1"] .tt-item {
  width: 100% !important; }

.tt-info {
  position: relative; }

[data-val="maintable"] {
  text-transform: capitalize; }

@media (min-width: 1025px) {
  .tt-product.product-nohover:not(.tt-view) .tt-description .tt-product-inside-hover {
    position: relative;
    display: block;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; } }

#same_product_height[data-type="not_same_width"] #tt-pageContent .tt-product .tt-image-box img,
#same_product_height[data-type="not_same_width"] #tt-pageContent .tt-product-design02 .tt-image-box .tt-img img {
  height:  200 px;
  max-width: inherit;
  display: inline-block; }

@media (max-width: 1024px) {
  .container-mobile-airSticky,
  .container-fluid-mobile {
    width: 100%;
    max-width: inherit;
    padding-left: 10px;
    padding-right: 10px; }
  .tt-product-single-info .tt-title {
    font-size: 24px;
    line-height: 34px; }
  .tt-product-single-info .tt-price {
    font-size: 24px; } }

@media (max-width: 767px) {
  .container-fluid-mobile .row:first-child *[class^="col-"] {
    max-width: 100%;
    flex: 0 0 100%; }
  .container-mobile-airSticky .tt-product-single-info {
    padding-top: 0; }
  .container-mobile-airSticky .tt-row-custom-01 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .container-mobile-airSticky .tt-row-custom-01 .col-item {
    width: 100%; }
  .container-mobile-airSticky .tt-row-custom-01 .col-item .tt-input-counter.style-01 {
    max-width: 100%; }
  .container-mobile-airSticky .tt-row-custom-01 .col-item:not(:last-child) {
    margin-right: 0; }
  .container-mobile-airSticky .tt-row-custom-01 .col-item:not(:first-child) {
    margin-top: 31px; } }

@media (max-width: 575px) {
  .container-mobile-airSticky .row:first-child *[class^="col-"] {
    max-width: 100%;
    flex: 0 0 100%; }
  .container-mobile-airSticky {
    padding-top: 25px; } }

@media (max-width: 1024px) {
  .tt-product-single-info .tt-title {
    font-size: 24px;
    line-height: 34px; }
  .tt-product-single-info .tt-price {
    font-size: 24px; } }

.categories-btn {
  display: inline-block;
  position: relative;
  z-index: 4; }

.categories-btn > button {
  display: inline-block;
  font-size: 14px;
  font-family: " CeraPro ", sans-serif;
  font-weight:  500;
  letter-spacing: 0.05em;
  color:  #ffffff;
  background:  #0b4b58;
  -webkit-border-top-left-radius:  6 px;
  -webkit-border-top-right-radius:  6 px;
  -moz-border-radius-topleft:  6 px;
  -moz-border-radius-topright:  6 px;
  border-top-left-radius:  6 px;
  border-top-right-radius:  6 px;
  padding: 10px 20px 7px 20px;
  min-width: 200px;
  text-align: left;
  border: none;
  transition: border-radius 0.2s linear;
  -ms-transition: border-radius 0.2s linear;
  -webkit-transition: border-radius 0.2s linear;
  -o-transition: border-radius 0.2s linear; }

.categories-btn > button:hover {
  color:  #ffffff;
  background:  #103941; }

.categories-btn > button i {
  float: right;
  top: 3px;
  right: -2px;
  position: relative; }

.categories-btn:not(.opened) > button i:not(:first-child) {
  display: none; }

.categories-btn.opened > button i:not(:last-child) {
  display: none; }

.headertype2.small-header .tt-desktop-header .tt-header-holder .tt-dropdown-obj {
  margin-top: -2px;
  padding-bottom: 2px; }

.headertype2 .tt-header-holder .tt-desctop-menu.tt-menu-small {
  margin-top: 0; }

.headertype2.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu {
  margin-left: 0; }

.headertype2.small-header .tt-desktop-header .tt-header-holder .tt-obj-menu .tt-desctop-menu.tt-menu-small nav > ul > li.dropdown > a {
  padding-top: 13px;
  padding-bottom: 11px; }

.headertype2.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu nav > ul > li.dropdown:first-child > a {
  padding-left: 0; }

header.headertype2 .tt-color-scheme-01 .tt-box-info ul li a {
  color:  #0b4b58;
  text-decoration: underline; }

header.headertype2 .tt-color-scheme-01 .tt-box-info ul li a:hover {
  text-decoration: none; }

.header-tel-info {
  font-size: 16px;
  color:  #777777; }

.header-tel-info i {
  color:  #0b4b58; }

.search-type2 form {
  position: relative; }

.search-type2.obj-move-right form {
  right: -4px; }

.search-type2 form i {
  position: absolute;
  font-size: 18px;
  top: 5px;
  left: 10px;
  color:  #191919; }

.search-type2 input {
  border: 1px solid  #e9e7e7;
  outline: 0;
  padding: 4px 10px 2px 34px;
  -moz-appearance: none;
  -webkit-appearance: none;
  color:  #777777;
  background:  #f7f8fa;
  outline: none;
  width: 350px;
  -webkit-border-bottom-left-radius:  6 px;
  -webkit-border-top-left-radius:  6 px;
  -moz-border-radius-bottomleft:  6 px;
  -moz-border-radius-topleft:  6 px;
  border-bottom-left-radius:  6 px;
  border-top-left-radius:  6 px; }

.search-type2 button {
  position: relative;
  padding: 5px 20px 3px;
  border: none;
  outline: none;
  color:  #ffffff;
  background:  #0b4b58;
  font-size: 14px;
  font-weight:  500;
  letter-spacing: 0.05em;
  left: -4px;
  -webkit-border-bottom-right-radius:  6 px;
  -webkit-border-top-right-radius:  6 px;
  -moz-border-radius-bottomright:  6 px;
  -moz-border-radius-topright:  6 px;
  border-bottom-right-radius:  6 px;
  border-top-right-radius:  6 px; }

.search-type2 button:hover {
  color:  #ffffff;
  background:  #103941; }

.tt-stuck-nav .categories-btn > button {
  position: relative;
  top: -1px;
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px; }

.tt-stuck-nav .categories-btn.opened > button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius:  6 px;
  -webkit-border-top-right-radius:  6 px;
  -moz-border-radius-topleft:  6 px;
  -moz-border-radius-topright:  6 px;
  border-top-left-radius:  6 px;
  border-top-right-radius:  6 px; }

.headertype2 .search-type2 .search-results {
  position: absolute;
  top: 100%;
  margin-top: 8px;
  z-index: 2;
  background:  #ffffff;
  width: 350px;
  padding: 0 20px 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); }

.headertype2 .search-type2 .search-results ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.headertype2 .search-type2 .search-results li {
  margin-top: 20px; }

.headertype2 .search-type2 .search-results li:nth-child(2) ~ li {
  display: none; }

.headertype2 .search-type2 .search-results img {
  width: 30%; }

.headertype2 .search-type2 .search-results .thumbnail {
  display: inline; }

.headertype2 .search-type2 .search-results .tt-description {
  margin-left: 20px;
  color:  #191919;
  width: 61%; }

.headertype2 .search-type2 .search-results .tt-description,
.headertype2 .search-type2 .search-results .tt-title {
  display: inline-block; }

.headertype2 .search-type2 .search-results a:hover .tt-title {
  color:  #0b4b58; }

.headertype2 .search-type2 .search-results .tt-view-all {
  margin-top: 18px; }

/*Mobile*/
.headertype2 .tt-menu-toggle,
.headertype3 .tt-menu-toggle {
  background:  #0b4b58;
  padding: 10px 11px 3px;
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px; }

.headertype2 .tt-menu-toggle svg,
.headertype3 .tt-menu-toggle svg {
  fill:  #ffffff;
  width: 18px;
  height: 19px; }

.headertype2 .tt-menu-toggle:hover,
.headertype3 .tt-menu-toggle:hover {
  background:  #103941; }

body:not(.touch-device) .headertype2 .tt-menu-toggle:hover svg,
body:not(.touch-device) .headertype3 .tt-menu-toggle:hover svg {
  fill:  #ffffff; }

.headertype2 .tt-stuck-nav .tt-menu-toggle,
.headertype3 .tt-stuck-nav .tt-menu-toggle {
  margin-top: 5px; }

.headertype2.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01),
.headertype3.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01) {
  padding-top: 8px;
  padding-bottom: 8px; }

.headertype2 .tt-stuck-nav .catmobbtn {
  display: none; }

.headertype2 .catmobbtn svg path {
  fill:  #191919; }

.headertype2 .catmobbtn:hover svg path {
  fill:  #0b4b58; }

@media (max-width: 1024px) {
  .headertype2 .tt-stuck-nav .catmobbtn {
    display: block; }
  .tt-stuck-nav .categories-btn > button {
    display: none; }
  .header-tel-info {
    padding-top: 14px;
    text-align: center;
    display: block; } }

.catmobbtn {
  padding: 5px 8px; }

.headertype2 .tt-stuck-nav .catmobbtn {
  padding: 5px 8px 9px; }

@media (max-width: 870px) {
  .headertype2 .tt-header-row.tt-top-row .tt-box-info {
    text-align: center; } }

@media (max-width: 480px) {
  .headertype3 .tt-mobile-header .tt-header-row .tt-menu-toggle,
  .headertype2 .tt-mobile-header .tt-header-row .tt-menu-toggle {
    margin-top: 6px;
    padding: 10px 11px 3px; }
  .catmobbtn {
    margin-top: 10px; }
  .headertype3 .tt-stuck-nav .catmobbtn,
  .headertype2 .tt-stuck-nav .catmobbtn {
    margin-top: 6px; }
  .headertype3 .tt-stuck-nav .tt-header-row .tt-menu-toggle,
  .headertype2 .tt-stuck-nav .tt-header-row .tt-menu-toggle {
    margin-top: 7px;
    padding: 10px 11px 3px; } }

/* categories menu */
#shopify-section-categorie-button {
  display: none; }

.tt-stuck-parent-categories,
.categories-btn-box {
  display: inline-block; }

@media (min-width: 1025px) {
  .tt-stuck-parent-categories + *,
  .categories-btn-box + * {
    margin-left: 26px; } }

.categories-btn .tt-dropdown-toggle [class^="icon"] {
  position: absolute;
  right: 18px;
  top: 12px;
  font-size: 16px;
  line-height: 1; }

.categories-btn .dropdown > a .tt-badge {
  position: absolute;
  top: 9px;
  right: 0; }

.categories-btn .tt-badge {
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  padding: 2px 4px 2px; }

.categories-btn .tt-new {
  background:  #03a9f5;
  color:  #ffffff; }

.categories-btn .tt-fatured {
  background:  #fdbc20;
  color:  #ffffff; }

.categories-btn .tt-sale {
  background:  #f8353e;
  color:  #ffffff; }

.categories-btn .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  display: none;
  background-color:  #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  -webkit-border-bottom-right-radius:  6 px;
  -webkit-border-bottom-left-radius:  6 px;
  -moz-border-radius-bottomright:  6 px;
  -moz-border-radius-bottomleft:  6 px;
  border-bottom-right-radius:  6 px;
  border-bottom-left-radius:  6 px; }

@media (max-width: 1024px) {
  .categories-btn {
    display: none; } }

.categories-btn .tt-dropdown-menu nav > ul {
  list-style: none;
  margin: 0;
  padding: 8px 0 7px 0; }

.categories-btn .tt-dropdown-menu nav > ul > li > a {
  display: block;
  position: relative;
  padding: 10px 20px 9px;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.1;
  color:  #777777;
  font-weight: 400;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.categories-btn .tt-dropdown-menu nav > ul > li > a img {
  position: absolute;
  top: 9px;
  left: 20px;
  width: 13px;
  height: auto;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.categories-btn .tt-dropdown-menu nav > ul > li > a svg {
  position: absolute;
  top: 9px;
  left: 20px;
  width: 13px;
  height: auto; }

.categories-btn .tt-dropdown-menu nav > ul > li > a svg path {
  fill:  #777777;
  -moz-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear; }

.categories-btn .tt-dropdown-menu nav > ul > li > a img + span,
.categories-btn .tt-dropdown-menu nav > ul > li > a svg + span,
.categories-btn .tt-dropdown-menu nav > ul > li > a [class^="icon"] + span {
  margin-left: 24px; }

.categories-btn .tt-dropdown-menu nav > ul > li > a span {
  display: inline-block; }

.categories-btn .tt-dropdown-menu nav > ul > li > a:hover {
  color:  #191919; }

.categories-btn .tt-dropdown-menu nav > ul > li > a:hover img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.categories-btn .tt-dropdown-menu nav > ul > li > a:hover path {
  fill:  #191919; }

.categories-btn .tt-dropdown-menu nav > ul > li:not(:last-child) > a:before {
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  background-color:  #e9e7e7; }

.categories-btn .tt-dropdown-menu nav > ul > li.tt-submenu > a:after {
  content: '\e90e';
  font-family: "wokiee_icons";
  speak: none;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 16px;
  top: 9px;
  pointer-events: none;
  color:  #e9e7e7; }

.categories-btn .tt-dropdown-menu nav > ul > li:hover > a {
  color:  #191919; }

.categories-btn .tt-dropdown-menu nav > ul > li:hover > a > img {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5; }

.categories-btn .tt-dropdown-menu nav > ul > li:hover .dropdown-menu {
  visibility: visible;
  z-index: 6;
  left: 100%;
  pointer-events: inherit;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.categories-btn .tt-dropdown-menu nav > ul .dropdown-menu {
  position: absolute;
  top: 0;
  left: 105%;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  transition: left 0.2s linear;
  -ms-transition: left 0.2s linear;
  -webkit-transition: left 0.2s linear;
  -o-transition: left 0.2s linear; }

.categories-btn .tt-dropdown-menu nav > ul .dropdown-menu .dropdown-menu-wrapper {
  background-color:  #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  margin-left: 4px;
  padding: 20px 40px 31px; }

.categories-btn .col {
  margin-top: 20px; }

.categories-btn .col-cust {
  flex: 0 0 50%;
  max-width: 50%; }

.categories-btn .tt-dropdown-menu nav > ul .dropdown-menu.size-xs .dropdown-menu-wrapper {
  padding: 15px 40px 31px; }

@media (min-width: 1230px) {
  .categories-btn .tt-dropdown-menu nav > ul .dropdown-menu.size-lg {
    width: 897px; } }

@media (max-width: 1229px) {
  .categories-btn .tt-dropdown-menu nav > ul .dropdown-menu.size-lg {
    width: 780px; } }

.categories-btn .tt-dropdown-menu nav > ul .dropdown-menu.size-md {
  width: 622px; }

.categories-btn .tt-dropdown-menu nav > ul .dropdown-menu.size-sm {
  width: 422px; }

.categories-btn .tt-dropdown-menu nav > ul .dropdown-menu.size-xs {
  width: 260px; }

.categories-btn .tt-dropdown-menu nav > ul .dropdown-menu .row:not(:first-child) {
  margin-top: 26px; }

.categories-btn .tt-dropdown-menu nav > ul .tt-title-submenu {
  font-size: 14px;
  display: block;
  line-height: 24px;
  margin-top: -6px;
  font-weight:  500;
  letter-spacing: 0.03em;
  padding-bottom: 8px;
  font-weight:  500;
  font-family: " CeraPro ", sans-serif;
  color:  #191919;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.categories-btn .tt-dropdown-menu nav > ul .tt-title-submenu img {
  width: 100%;
  height: auto;
  margin-top: 13px;
  margin-bottom: 7px; }

.categories-btn .tt-dropdown-menu nav > ul .tt-title-submenu a {
  color:  #191919;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.categories-btn .tt-dropdown-menu nav > ul .tt-title-submenu:hover {
  color:  #0b4b58; }

.categories-btn .tt-dropdown-menu nav > ul .tt-title-submenu:hover a {
  color:  #0b4b58; }

.categories-btn .tt-dropdown-menu nav > ul .tt-title-submenu.active {
  color:  #0b4b58; }

.categories-btn .tt-dropdown-menu nav > ul .tt-title-submenu.active a {
  color:  #0b4b58; }

.categories-btn .tt-dropdown-menu nav > ul .tt-title-submenu + .slick-slider,
.categories-btn .tt-dropdown-menu nav > ul .tt-title-submenu + .tt-menu-slider {
  margin-top: 4px; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu {
  margin-top: -3px;
  display: inline-block;
  padding: 0;
  margin: 0; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li {
  display: block;
  position: relative; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li > a {
  color:  #777777;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  position: relative;
  padding-top: 1px;
  padding-right: 23px;
  padding-bottom: 1px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li > a img {
  width: auto;
  position: absolute;
  right: -8px;
  top: 0px;
  visibility: hidden;
  z-index: 3;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li > a:hover {
  color:  #0b4b58; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li > a:hover img {
  visibility: visible;
  right: -34px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li > a:hover:before {
  left: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li.active > a {
  color:  #0b4b58; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu li a:not(:only-child):after {
  content: "";
  speak: none;
  right: 13px;
  margin-top: 6px;
  position: absolute;
  border-top: 4px solid transparent;
  border-left: 4px solid #191919;
  border-bottom: 4px solid transparent;
  position: relative;
  display: inline-block;
  float: right;
  -webkit-font-smoothing: antialiased;
  pointer-events: none;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu li a:not(:only-child):after .tt-badge {
  position: relative;
  top: 1px; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li > a:not(:only-child):after {
  right: -13px; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li ul {
  display: none;
  margin-top: 0px;
  background:  #ffffff;
  position: absolute;
  z-index: 13;
  left: 100%;
  top: -13px;
  padding: 13px 0px 10px 0px;
  min-width: 210px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08); }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li ul ul.right,
.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li ul ul.right ul {
  left: auto;
  right: 100%; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li ul ul.right .left,
.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li ul ul.right .left ul {
  left: 100%;
  right: auto; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li ul li {
  margin-bottom: 0;
  display: block;
  position: relative; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li ul li a {
  padding: 1px 7px 1px 20px;
  font-size: 14px;
  display: block;
  color:  #777777;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li ul li a:hover {
  color:  #0b4b58; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li ul li.active > a {
  color:  #0b4b58; }

.categories-btn .tt-dropdown-menu nav > ul [class^="tt-promo"] {
  margin-bottom: 9px; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li ul {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu li:hover > ul {
  visibility: visible;
  opacity: 1; }

.mobile-caterorie-menu .panel-menu ul li a {
  position: relative; }

.mobile-caterorie-menu ul li a svg {
  position: absolute;
  top: 11px;
  left: 30px;
  width: 13px;
  height: auto; }

.mobile-caterorie-menu ul li a svg path {
  fill: #999999;
  -moz-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear; }

.mobile-caterorie-menu ul li a:hover svg path {
  fill:  #191919; }

.mobile-caterorie-menu ul li a span {
  display: inline-block; }

.mobile-caterorie-menu .mmpanel:not(:first-child) svg {
  display: none; }

.mobile-caterorie-menu .mmpanel:first-child ul li a > svg + span {
  margin-left: 24px; }

@media (min-width: 1025px) {
  .headerunderline {
    border-bottom: 1px solid  #e9e7e7; } }

.stickprcol-js {
  position: relative; }

@media (max-width: 767px) {
  .stickprcol-js {
    position: inherit; } }

.tt-col-one .tt-col-item:not(:first-child) {
  margin-top: 40px; }

.tt-col-one .tt-col-item:before {
  content: "";
  position: absolute;
  top: -20px;
  border-top: 1px solid #e9e7e7;
  width: calc(100% - 20px); }

.onerowactions {
  display: none; }

.tt-col-one .onerowactions {
  display: block; }

@media (min-width: 1201px) {
  .tt-product-listing.tt-col-one .tt-product .tt-description:not(.onerowactions),
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description:not(.onerowactions) {
    width: 60%; }
  .tt-product-listing.tt-col-one .tt-product .tt-description.onerowactions,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description.onerowactions {
    width: 20%; } }

@media (min-width: 791px) and (max-width: 1200px) {
  .tt-product-listing.tt-col-one .tt-product .tt-description:not(.onerowactions),
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description:not(.onerowactions) {
    width: 55%; }
  .tt-product-listing.tt-col-one .tt-product .tt-description.onerowactions,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description.onerowactions {
    width: 25%; } }

@media (min-width: 791px) {
  .tt-product-listing.tt-col-one .tt-product .tt-image-box,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-image-box {
    position: relative;
    width: 20%; }
  .tt-col-one .tt-description:not(.onerowactions) .tt-price,
  .tt-col-one .tt-description:not(.onerowactions) .tt-product-inside-hover {
    display: none !important; }
  .onerowactions > * {
    text-align: right !important; }
  .tt-product .onerowactions .tt-price {
    font-size: 20px; }
  .tt-product-listing.tt-col-one .product-parent:not(.tt-view) .tt-description .tt-row-btn:nth-child(2) > *:last-child {
    padding-right: 0; } }

@media (max-width: 790px) {
  .tt-col-one .onerowactions {
    display: none; } }

@media (max-width: 1024px) {
  .tt-product-listing.tt-col-one .tt-product .tt-description .tt-btn-addtocart.thumbprod-button-bg,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-btn-addtocart.thumbprod-button-bg {
    padding: 2px 10px 10px; } }

#modalProductInfo-03 h6 {
  margin-bottom: 17px; }

#modalProductInfo-03 .btn {
  margin-top: 10px; }

.videomodalbox {
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

img.videomodalbox-main {
  width: 100%; }

.videomodalbox-icon {
  position: absolute; }

.custom-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 6px; }

.custom-buttons > *:not(:first-child) {
  margin-left: 20px; }

.custom-buttons .btn {
  margin-top: 0px !important;
  display: inline-flex;
  min-width: 150px; }

.testimonials-bg-pad {
  padding: 55px 0; }

.testimonials-bg-pad .tt-slider-fullwidth.arrow-location-center-02:after,
.testimonials-bg-pad .tt-slider-fullwidth.arrow-location-center-02:before {
  background: none; }

@media (max-width: 1024px) {
  .testimonials-mob-pad {
    margin-bottom: 50px; } }

#modalAddToCartProduct .tt-modal-slider {
  margin-top: 35px;
  margin-bottom: -5px; }

#modalAddToCartProduct .tt-modal-slider hr:not([class]) {
  margin-top: 40px;
  margin-bottom: 37px; }

#modalAddToCartProduct .tt-modal-slider > .tt-title {
  font-size: 20px;
  display: block;
  line-height: 22px;
  font-weight: 500;
  padding-bottom: 17px;
  font-weight:  500;
  text-align: left;
  color:  #191919;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

#modalAddToCartProduct .tt-modal-slider .header-menu-product .tt-title {
  font-size: 14px;
  display: block;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-bottom: 8px;
  font-weight:  500;
  text-align: left;
  color:  #191919;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

#modalAddToCartProduct .tt-modal-slider .header-menu-product .col-item {
  padding-left: 10px;
  padding-right: 10px; }

#modalAddToCartProduct .tt-modal-slider .header-menu-product a {
  display: block; }

#modalAddToCartProduct .tt-modal-slider .header-menu-product a .tt-title {
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  padding-bottom: 0; }

#modalAddToCartProduct .tt-modal-slider .header-menu-product a:hover .tt-title {
  color:  #0b4b58; }

#modalAddToCartProduct .tt-modal-slider .header-menu-product .tt-product .tt-description {
  padding-top: 6px; }

#modalAddToCartProduct .tt-modal-slider .header-menu-product .slick-track {
  margin: 0 auto; }

#modalAddToCartProduct .tt-modal-slider-js {
  display: none !important; }

#modalAddToCartProduct .tt-modal-slider-js.slick-initialized {
  display: block !important; }

@media (max-width: 576px) {
  #modalAddToCartProduct .tt-modal-slider .arrow-location-03 .slick-arrow {
    top: 50%;
    margin-top: -51px; }
  #modalAddToCartProduct .tt-modal-slider .arrow-location-03 .slick-prev {
    left: 0; }
  #modalAddToCartProduct .tt-modal-slider .arrow-location-03 .slick-next {
    right: 0; } }

#tt-pageContent .shopify-section > .container-indent2 {
  margin-top: 112px; }

@media (max-width: 1024px) {
  #tt-pageContent .shopify-section > .container-indent2 {
    margin-top: 83px; } }

header .tt-desktop-header.tt-header-static .tt-logo .tt-title,
header .tt-desktop-header.tt-header-static .tt-dropdown-obj .tt-dropdown-toggle,
.tt-desktop-header.tt-header-static .tt-desctop-menu nav > ul > li.dropdown > a {
  color:  #ffffff; }

header .tt-desktop-header.tt-header-static .tt-dropdown-obj.active .tt-dropdown-toggle,
header .tt-desktop-header.tt-header-static .tt-dropdown-obj .tt-dropdown-toggle:hover,
.tt-desktop-header.tt-header-static .tt-desctop-menu nav > ul > li.dropdown > a:hover,
.tt-desktop-header.tt-header-static .tt-desctop-menu nav > ul > li.dropdown.selected > a {
  color:  #0b4b58; }

.small-info-bn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  font-size: 22px;
  width: 100%;
  font-weight: bold;
  height: 100px;
  background: #2879fe;
  color: #ffffff;
  border-radius: 6px;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

@media (max-width: 1024px) {
  .small-info-bn {
    font-size: 16px; } }

.small-info-bn > * {
  text-align: center;
  z-index: 1; }

.small-info-bn:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #2879fe;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.small-info-bn-img:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

@media (min-width: 1025px) {
  .col-5-inrow-lg {
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1025px) {
  .col-5_end-inrow-lg {
    flex: 0 0 80%;
    max-width: 80%; } }

@media (min-width: 576px) {
  .col-5-inrow-sm {
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1025px) {
  .col-7-inrow-md {
    flex: 0 0 14.285%;
    max-width: 14.285%; } }

@media (min-width: 1440px) {
  .col-8-inrow-lg {
    flex: 0 0 12.5%;
    max-width: 12.5%; } }

@media (min-width: 1440px) {
  .col-9-inrow-lg {
    flex: 0 0 11.11%;
    max-width: 11.11%; } }

/* Product fixed */
.tt-fixed-product-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color:  #0f0f0f;
  padding: 10px 0 30px;
  z-index: 8; }

@media (max-width: 1024px) {
  .tt-fixed-product-wrapper {
    padding: 10px 0 10px; } }

.tt-fixed-product-wrapper .tt-input-counter.style-01 span {
  width: 28px; }

.tt-fixed-product-wrapper .tt-fixed-product {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-img {
  max-width: 32px;
  min-width: 32px;
  top: 4px;
  position: relative; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-img img {
  width: 100%;
  height: auto; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-img + .tt-description {
  margin-left: 14px; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-title {
  font-size: 14px;
  line-height: 20px;
  color:  #ffffff;
  font-weight: 400; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-title a {
  color:  #ffffff;
  text-decoration: none; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-title a:hover {
  color:  #0b4b58; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-price {
  font-size: 16px;
  line-height: 22px;
  color:  #f8353e; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-price .new-price {
  color:  #ffffff;
  margin-right: 7px; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-price .old-price {
  color:  #ffffff;
  text-decoration: line-through; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-price .old-price .money {
  text-decoration: line-through; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-price span {
  display: inline-block; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-description > *:nth-child(1) {
  margin-top: 0; }

.tt-fixed-product-wrapper .tt-row-custom01 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.tt-fixed-product-wrapper .tt-row-custom01 .col-item:not(:first-child) {
  margin-left: 15px; }

.tt-fixed-product-wrapper .form-default select.form-control.tt-obj-dark {
  background:  #414141;
  border-color:  #414141;
  color:  #ffffff;
  height: 40px !important;
  padding: 7px 12px 9px 15px;
  max-width: 380px;
  -webkit-appearance: none;
  -moz-appearance: none; }

.tt-fixed-product-wrapper .form-default select.form-control.tt-obj-dark option {
  color:  #ffffff; }

.tt-fixed-product-wrapper .form-default select.form-control.tt-obj-dark option.disabled {
  color:  #888888;
  text-decoration: line-through; }

.tt-fixed-product-wrapper .form-default select.form-control.tt-obj-dark.disabled {
  color:  #888888;
  text-decoration: line-through; }

.tt-fixed-product-wrapper form:before {
  content: "\e90c";
  font-family: 'wokiee_icons';
  font-size: 14px;
  line-height: 1;
  color:  #ffffff;
  position: absolute;
  top: 13px;
  right: 25px;
  pointer-events: none; }

.tt-fixed-product-wrapper form.formactive:before {
  content: "\e90f"; }

.tt-fixed-product-wrapper .tt-input-counter.style-01 {
  max-width: 100px;
  min-width: 100px; }

.tt-fixed-product-wrapper .tt-input-counter.style-01 input {
  background:  #414141;
  color:  #ffffff;
  height: 40px; }

.tt-fixed-product-wrapper .tt-input-counter.style-01 span {
  color:  #ffffff;
  height: 40px;
  line-height: 40px; }

.tt-fixed-product-wrapper .tt-input-counter.style-01 span:before {
  line-height: 40px; }

.tt-fixed-product-wrapper .btn {
  color:  #ffffff;
  background:  #0b4b58; }

.tt-fixed-product-wrapper .btn:hover {
  color:  #ffffff;
  background:  #2267d8; }

.tt-fixed-product-wrapper .btn.disable {
  color:  #ffffff;
  background:  #191919; }

@media (max-width: 1024px) {
  .tt-fixed-product-wrapper .col-select {
    display: none; } }

@media (min-width: 1025px) {
  .tt-fixed-product-wrapper .tt-row-custom01 .btn {
    padding: 6px 0 4px;
    min-width: 170px; } }

@media (max-width: 790px) {
  .tt-fixed-product-wrapper .tt-row-custom01 .btn {
    padding-left: 10px;
    padding-right: 10px; }
  .tt-fixed-product-wrapper .tt-input-counter.style-01 {
    max-width: 90px;
    min-width: 90px; }
  .tt-fixed-product-wrapper .tt-input-counter.style-01 input {
    max-width: 90px; }
  .tt-fixed-product-wrapper .tt-input-counter.style-01 span {
    width: 40px; }
  .tt-fixed-product-wrapper .tt-row-custom01 .col-item:not(:first-child) {
    margin-left: 10px; } }

@media (max-width: 520px) {
  .tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-title {
    display: none; }
  .tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-price span {
    display: block; } }

/* For revolution slider */
.grid-slider .btn {
  padding: 6px 27px 4px; }

.grid-slider .slider-revolution .tp-caption1-wd-1,
.grid-slider .slider-revolution .tp-caption1-wd-2 {
  letter-spacing: 0.6px; }

@media (min-width: 1230px) {
  .grid-slider .slider-revolution .tp-caption1-wd-1 {
    line-height: 38px;
    font-size: 16px; }
  .grid-slider .slider-revolution .tp-caption1-wd-2 {
    line-height: 40px;
    font-size: 36px; }
  .grid-slider .slider-revolution .tp-caption1-wd-4 {
    margin-top: 19px; } }

@media (min-width: 1025px) and (max-width: 1229px) {
  .grid-slider .slider-revolution .tp-caption1-wd-1 {
    line-height: 38px;
    font-size: 16px; }
  .grid-slider .slider-revolution .tp-caption1-wd-2 {
    line-height: 40px;
    font-size: 36px; }
  .grid-slider .slider-revolution .tp-caption1-wd-4 {
    margin-top: 19px; } }

@media (min-width: 790px) and (max-width: 1024px) {
  .grid-slider .slider-revolution .tp-caption1-wd-1 {
    line-height: 22px;
    font-size: 16px; }
  .grid-slider .slider-revolution .tp-caption1-wd-2 {
    line-height: 40px;
    font-size: 36px; }
  .grid-slider .slider-revolution .tp-caption1-wd-4 {
    margin-top: 19px; } }

@media (min-width: 791px) {
  .grid-slider .tt-promo-box {
    margin: 0; } }

/* -           -------------------            - */
header:not(.headertype3) .tt-cart button .tt-text {
  display: none; }

.headertype3 .tt-wrapper-light {
  background-color:  #ffffff; }

.headertype3 {
  color:  #777777; }

.headertype3-bottom {
  padding-bottom: 20px; }

.tt-offset-15 {
  margin-top: 15px; }

/* headertype3  tt-desctop-menu*/
.headertype3 .tt-zindex5 {
  position: relative;
  z-index: 5; }

.headertype3 .tt-desctop-menu nav > ul > li.dropdown > a {
  letter-spacing: 0;
  padding: 19px 8px 18px; }

.headertype3 .tt-desktop-header .categories-btn .tt-dropdown-menu {
  top: calc(100% + 10px);
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px; }

/* header-inline-options-box */
.headertype3 .header-inline-options-box > * {
  display: inline-block;
  position: relative; }

.headertype3 .header-inline-options-box > *:not(:first-child) {
  margin-left: 28px; }

.headertype3 .header-inline-options-box > *:not(:first-child):after {
  content: '';
  display: block;
  background:  #e9e7e7;
  width: 1px;
  height: 20px;
  position: absolute;
  left: -13px;
  top: 0; }

.headertype3 .header-inline-options-box .h-account-details a {
  font-weight:  300;
  line-height: 15px;
  font-size: 14px;
  padding: 0 4px; }

.headertype3 .header-inline-options-box .h-account-details a {
  color:  #191919; }

.headertype3 .header-inline-options-box .h-account-details a:hover {
  color:  #0b4b58; }

.headertype3 .tt-desktop-header > .container:first-child {
  margin-top: 25px; }

.headertype3 .tt-desktop-header .tt-multi-obj .tt-dropdown-toggle .tt-arrow {
  font-size: 12px;
  position: relative;
  top: 2px;
  margin-left: 1px; }

.headertype3 .tt-desktop-header .tt-multi-obj.active .tt-dropdown-toggle .tt-arrow:before {
  content: "\e90f"; }

.headertype3 .header-inline-options-box .tt-dropdown-obj .tt-dropdown-menu {
  width: 280px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 22;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); }

.headertype3 .header-inline-options-box .tt-dropdown-obj .tt-dropdown-menu a {
  color:  #777777; }

.headertype3 .header-inline-options-box .tt-dropdown-obj .tt-dropdown-toggle {
  font-weight:  300;
  line-height: 15px;
  font-size: 14px;
  padding: 1px 8px 3px;
  color:  #191919; }

.headertype3 .header-inline-options-box .tt-dropdown-obj.active .tt-dropdown-toggle,
.headertype3 .header-inline-options-box .tt-dropdown-obj .tt-dropdown-toggle:hover {
  color:  #0b4b58; }

.headertype3 .header-inline-options-box .tt-dropdown-obj .tt-dropdown-toggle .tt-arrow {
  position: relative;
  top: 1px;
  font-size: 12px;
  margin-left: 1px; }

.headertype3 .header-inline-options-box .tt-dropdown-obj .tt-dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0px; }

.headertype3 .header-inline-options-box .tt-dropdown-obj .tt-dropdown-menu ul li {
  font-size: 14px; }

.headertype3 .header-inline-options-box .tt-dropdown-obj .tt-dropdown-menu ul li a {
  display: block;
  padding: 3px 0; }

.headertype3 .header-inline-options-box .tt-dropdown-obj .tt-dropdown-menu ul li a:hover,
.headertype3 .header-inline-options-box .tt-dropdown-obj .tt-dropdown-menu ul li.active a {
  color:  #0b4b58; }

.headertype3 .header-inline-options-box .tt-dropdown-menu .tt-dropdown-inner {
  padding: 35px 20px 30px 41px; }

.headertype3 .tt-desktop-header .header-inline-options-box .tt-dropdown-obj {
  margin-top: 0;
  padding-bottom: 0; }

.headertype3 .tt-header-holder .tt-desctop-menu.tt-menu-small {
  margin-top: 0; }

.headertype3 .header-inline-options-box .tt-dropdown-obj .tt-dropdown-menu {
  top: 30px; }

.headertype3 .header-inline-options-box .single-currency-box .tt-dropdown-obj:last-child .tt-dropdown-toggle {
  padding-right: 0 !important; }

/* hidden object desktop */
@media (min-width: 1025px) {
  .headertype3 .tt-desktop-header .tt-desctop-parent-account,
  .headertype3 .tt-desktop-header .tt-desctop-parent-multi {
    display: none; } }

.headertype3 .tt-mobile-header .tt-dropdown-obj .tt-dropdown-toggle .tt-text {
  display: none; }

/* stuck-nav */
.headertype3 .stuck.tt-stuck-nav .tt-dropdown-obj .tt-dropdown-toggle .tt-text {
  display: none; }

.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu nav > ul > li.dropdown .dropdown-menu {
  z-index: 4; }

.headertype3 .tt-stuck-nav .tt-dropdown-obj {
  margin-top: 8px;
  padding-bottom: 6px; }

/* header-tel-info */
.headertype3 .tt-desktop-header .header-tel-info {
  font-weight:  300;
  line-height: 15px;
  font-size: 14px;
  text-align: right;
  color:  #191919;
  display: inline-block; }

.headertype3 .tt-desktop-header .header-tel-info p {
  margin: 0; }

.headertype3 .tt-desktop-header .header-tel-info br {
  line-height: 18px; }

.headertype3 .tt-mobile-header .header-tel-info .title,
.headertype3 .tt-desktop-header .header-tel-info .title {
  font-weight:  500;
  line-height: 24px;
  font-size: 18px; }

/* header icons */
.headertype3 .header-icon-with-text {
  display: inline-block;
  position: relative; }

.headertype3 .header-icon-with-text a {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 15px;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.headertype3 .header-icon-with-text .tt-icon {
  margin-top: 3px; }

.headertype3 .header-icon-with-text .tt-icon svg path {
  -moz-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear; }

.headertype3 .header-icon-with-text .tt-icon + .tt-text {
  margin-left: 7px; }

.headertype3 .header-icon-with-text .tt-text {
  font-size: 14px;
  line-height: 15px;
  font-weight:  400; }

.headertype3 .header-icon-with-text .tt-badge {
  display: inline-block;
  position: absolute;
  font-size: 14px;
  line-height: 20px;
  top: 0;
  left: 18px;
  width: 21px;
  height: 21px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center; }

.headertype3 .header-icon-with-text.tt-wishlist .tt-badge {
  top: -2px; }

.headertype3 .header-icon-with-text.tt-compare .tt-badge {
  left: 25px; }

/* cart Button */
.headertype3 .tt-desktop-header .tt-dropdown-obj {
  margin-top: 0;
  padding-bottom: 0; }

.headertype3 .tt-desktop-header .tt-cart .tt-dropdown-toggle {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.headertype3 .tt-desktop-header .tt-cart .tt-dropdown-toggle .tt-text {
  font-weight:  400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 1px; }

.headertype3 .tt-desktop-header .tt-cart .tt-dropdown-toggle [class^="icon-"] {
  font-size: 37px; }

.headertype3 .tt-desktop-header .tt-cart .tt-dropdown-toggle [class^="icon-"] + .tt-text {
  margin-left: 5px; }

.headertype3 .tt-desktop-header .tt-cart .tt-dropdown-toggle .tt-badge-cart {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 26px;
  width: 21px;
  height: 21px;
  font-size: 14px;
  line-height: 20px; }

.headertype3 .tt-desktop-header .tt-cart .tt-dropdown-toggle .tt-text {
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.headertype3 .header-icon-with-text.tt-compare a .tt-icon svg path {
  fill:  #0b4b58; }

.headertype3 .header-icon-with-text.tt-compare a:hover .tt-icon svg path {
  fill:  #191919; }

.headertype3 .header-icon-with-text.tt-compare a .tt-text {
  color:  #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.headertype3 .header-icon-with-text.tt-compare a:hover .tt-text {
  color:  #191919; }

.headertype3 .header-icon-with-text.tt-compare .tt-badge {
  background:  #0b4b58;
  color:  #ffffff; }

.headertype3 .header-icon-with-text.tt-wishlist a .tt-icon svg path {
  fill:  #0b4b58; }

.headertype3 .header-icon-with-text.tt-wishlist a:hover .tt-icon svg path {
  fill:  #191919; }

.headertype3 .header-icon-with-text.tt-wishlist a .tt-text {
  color:  #191919; }

.headertype3 .header-icon-with-text.tt-wishlist a:hover .tt-text {
  color:  #191919; }

.headertype3 .header-icon-with-text.tt-wishlist .tt-badge {
  background:  #0b4b58;
  color:  #ffffff; }

.headertype3 .tt-header-holder .tt-cart > button {
  color:  #0b4b58; }

.headertype3 .tt-header-holder .tt-cart > button:hover {
  color:  #191919; }

.headertype3 .tt-header-holder .tt-cart > button .tt-text {
  color:  #191919; }

.headertype3 .tt-header-holder .tt-cart > button:hover .tt-text {
  color:  #191919; }

.headertype3 .tt-header-holder .tt-cart > button .tt-badge-cart {
  background:  #0b4b58;
  color:  #ffffff; }

/* logo */
.headertype3 .tt-desktop-header .tt-logo {
  margin-bottom: 6px; }

.headertype3 .tt-desktop-header .tt-logo .tt-title {
  margin-top: -1px;
  font-weight: 900;
  color:  #0b4b58;
  font-size: 38px; }

/* tt-obj-options indent */
.headertype3 .tt-desktop-header .tt-obj-options > * {
  margin-left: 19px; }

.headertype3 .tt-desktop-header .tt-obj-options > .tt-desctop-parent-cart {
  margin-left: 10px; }

.headertype3 .tt-desktop-header .tt-obj-options .header-tel-info + .header-icon-with-text {
  margin-left: 48px; }

.headertype3 .tt-desktop-header .tt-obj-options {
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: -6px; }

/* Categorie Button */
.headertype3 .tt-desktop-header .categories-btn-box,
.headertype3 .tt-desktop-header .categories-btn,
.headertype3 .tt-desktop-header .categories-btn > button {
  width: 100%; }

.headertype3 .tt-desktop-header .categories-btn > button {
  font-weight:  500;
  line-height: 15px;
  font-size: 18px;
  letter-spacing: 0;
  padding: 16px 20px 14px 20px;
  height: 50px; }

.headertype3 .tt-desktop-header .categories-btn-box:not(.categories-btn-noclick) .categories-btn:not(.opened) > button {
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px; }

.headertype3 .tt-desktop-header .categories-btn .tt-dropdown-menu nav > ul > li > a {
  padding-top: 18px;
  padding-bottom: 17px; }

.headertype3 .tt-desktop-header .categories-btn .tt-dropdown-menu nav > ul > li > a img + span,
.headertype3 .tt-desktop-header .categories-btn .tt-dropdown-menu nav > ul > li > a svg + span,
.headertype3 .tt-desktop-header .categories-btn .tt-dropdown-menu nav > ul > li > a [class^="icon"] + span {
  padding-left: 16px; }

.headertype3 .tt-desktop-header .categories-btn .tt-dropdown-menu nav > ul > li > a svg {
  width: 24px; }

.headertype3 .tt-desktop-header .categories-btn .tt-dropdown-menu nav > ul > li.tt-submenu > a:after {
  top: 17px; }

.headertype3 .categories-btn > button i {
  display: none; }

/* headertype3  search-type2*/
.headertype3 .tt-desktop-header .search-type2 input {
  width: 100%;
  height: 50px;
  border-radius:  6 px;
  padding: 3px 10px 2px 50px;
  letter-spacing: -0.01em; }

.headertype3 .tt-desktop-header .search-type2 form .tt-btn-submit {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  width: 45px;
  height: 50px; }

.headertype3 .tt-desktop-header .search-type2 form .tt-btn-submit i {
  font-size: 22px;
  color:  #ffffff;
  position: absolute;
  top: 13px;
  left: 19px; }

.headertype3 .tt-desktop-header .search-type2 form .tt-btn-submit:hover i {
  color:  #ffffff; }

.headertype3 .tt-desktop-header .search-type2 input::-webkit-input-placeholder {
  color:  #777777; }

.headertype3 .tt-desktop-header .search-type2 input::-moz-placeholder {
  color:  #777777; }

.headertype3 .tt-desktop-header .search-type2 input:-moz-placeholder {
  color:  #777777; }

.headertype3 .tt-desktop-header .search-type2 input:-ms-input-placeholder {
  color:  #777777; }

.headertype3 .tt-desktop-header .search-type2 input:focus::-webkit-input-placeholder {
  color: transparent; }

.headertype3 .tt-desktop-header .search-type2 input:focus:-moz-placeholder {
  color: transparent; }

.headertype3 .tt-desktop-header .search-type2 input:focus::-moz-placeholder {
  color: transparent; }

.headertype3 .tt-desktop-header .search-type2 input:focus:-ms-input-placeholder {
  color: transparent; }

.headertype3 .tt-mobile-header .header-tel-info > p {
  margin-top: 0; }

.headertype3 .tt-mobile-header .header-tel-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 15px;
  font-size: 14px;
  margin: 0;
  min-height: 50px;
  padding-top: 14px;
  padding-bottom: 14px; }

/*
categories btn content
*/
.headertype3 .tt-desktop-header .categories-btn-noclick .categories-btn {
  pointer-events: none; }

.headertype3 .tt-desktop-header .categories-btn-noclick > button {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.categories-btn-noclick .tt-dropdown-menu {
  display: none !important; }

/* categories-btn-content */
#tt-pageContent .categories-btn-align {
  margin-top: -20px; }

.headertype3 .categories-btn nav > ul .dropdown-menu,
#tt-pageContent .categories-btn nav > ul .dropdown-menu {
  margin-top: 20px;
  z-index: 10; }

#tt-pageContent .categories-btn-box {
  display: block; }

#tt-pageContent .categories-btn.categories-btn-content {
  display: block; }

#tt-pageContent .categories-btn.categories-btn-content > button {
  display: block;
  min-width: inherit;
  width: 100%; }

#tt-pageContent .categories-btn.categories-btn-content .tt-dropdown-menu nav > ul {
  padding: 8px 0 6px 0; }

/* categories nobuttons */
#tt-pageContent .categories-btn.nobutton > button {
  display: none; }

#tt-pageContent .categories-btn.nobutton > .tt-dropdown-menu {
  position: relative;
  top: inherit;
  display: block;
  border: 1px solid  #e9e7e7;
  border-top: none;
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px;
  box-shadow: none;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

/* categories-size-large */
.categories-btn-box.categories-size-large .categories-btn > button {
  line-height: 15px;
  font-size: 18px;
  letter-spacing: 0;
  padding: 16px 20px 14px 20px;
  height: 50px; }

.categories-btn-box.categories-size-large:not(.categories-btn-noclick) .categories-btn > button {
  border-radius:  6 px; }

.categories-btn.categories-size-large .tt-dropdown-menu nav > ul > li > a,
.categories-btn-box.categories-size-large .tt-dropdown-menu nav > ul > li > a {
  font-size: 16px;
  font-weight:  300; }

.categories-btn.categories-size-large .tt-dropdown-menu nav > ul > li > a,
.categories-btn-box.categories-size-large .tt-dropdown-menu nav > ul > li > a {
  padding-top: 16px;
  padding-bottom: 16px;
  letter-spacing: 0em; }

.categories-btn.categories-size-large .tt-dropdown-menu nav > ul > li > a svg,
.categories-btn-box.categories-size-large .tt-dropdown-menu nav > ul > li > a svg {
  top: 12px !important;
  left: 19px !important; }

.categories-btn.categories-size-large .tt-dropdown-menu nav > ul > li > a img + span,
.categories-btn.categories-size-large .tt-dropdown-menu nav > ul > li > a svg + span,
.categories-btn.categories-size-large .tt-dropdown-menu nav > ul > li > a [class^="icon"] + span,
.categories-btn-box.categories-size-large .tt-dropdown-menu nav > ul > li > a img + span,
.categories-btn-box.categories-size-large .tt-dropdown-menu nav > ul > li > a svg + span,
.categories-btn-box.categories-size-large .tt-dropdown-menu nav > ul > li > a [class^="icon"] + span {
  padding-left: 16px; }

.categories-btn.categories-size-large .tt-dropdown-menu nav > ul > li > a svg,
.categories-btn-box.categories-size-large .tt-dropdown-menu nav > ul > li > a svg {
  width: 24px; }

.categories-btn.categories-size-large .tt-dropdown-menu nav > ul > li.tt-submenu > a:after,
.categories-btn-box.categories-size-large .tt-dropdown-menu nav > ul > li.tt-submenu > a:after {
  top: 18px; }

.categories-btn.categories-size-large .tt-dropdown-menu nav > ul > li > a img + span,
.categories-btn.categories-size-large .tt-dropdown-menu nav > ul > li > a svg + span,
.categories-btn.categories-size-large .tt-dropdown-menu nav > ul > li > a [class^="icon"] + span,
.categories-btn-box.categories-size-large .tt-dropdown-menu nav > ul > li > a img + span,
.categories-btn-box.categories-size-large .tt-dropdown-menu nav > ul > li > a svg + span,
.categories-btn-box.categories-size-large .tt-dropdown-menu nav > ul > li > a [class^="icon"] + span {
  padding-left: 12px; }

.categories-btn .tt-dropdown-menu nav > ul li:not(:hover) ul li {
  display: none; }

#tt-pageContent .categories-btn .tt-dropdown-menu {
  background-color:  #ffffff; }

#tt-pageContent .categories-btn .tt-dropdown-menu nav > ul > li > a {
  color:  #777777; }

#tt-pageContent .categories-btn .tt-dropdown-menu nav > ul > li > a svg path {
  fill:  #777777; }

#tt-pageContent .categories-btn .tt-dropdown-menu nav > ul > li > a:hover {
  color:  #191919; }

#tt-pageContent .categories-btn .tt-dropdown-menu nav > ul > li > a:hover path {
  fill:  #191919; }

#tt-pageContent .categories-btn .tt-dropdown-menu nav > ul > li:not(:last-child) > a:before {
  background-color:  #e9e7e7; }

#tt-pageContent .categories-btn .tt-dropdown-menu nav > ul > li.tt-submenu > a:after {
  color:  #e9e7e7; }

#tt-pageContent .categories-btn .tt-dropdown-menu nav > ul > li:hover > a {
  color:  #191919; }

/* headertype3 search-results */
.headertype3 .tt-desktop-header .search-type2 .search-results {
  position: absolute;
  padding: 20px;
  width: 100%;
  background:  #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  display: block;
  border-radius:  6 px; }

@media (max-width: 1024px) {
  .headertype3 .tt-desktop-header .search-type2 .search-results {
    background:  #ffffff; }
  .headertype3 .tt-desktop-header .search-type2 .search-results {
    margin-top: 22px; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li {
    display: none;
    width: 100%;
    margin: 0;
    overflow: hidden; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color:  #191919;
    padding: 0;
    position: relative;
    background-color: transparent;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .thumbnail {
    width: 50px;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    border-right: 2px solid #ffffff00; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .thumbnail img {
    width: 100%;
    height: auto; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description {
    padding: 5px 15px 5px 16px;
    white-space: normal;
    font-size: 14px;
    line-height: 24px; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description .tt-title {
    font-size: 14px;
    line-height: 24px;
    color:  #191919; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description .tt-price {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight:  500;
    color:  #191919; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description .tt-price .new-price {
    color:  #f8353e;
    margin-right: 7px; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description .tt-price .old-price {
    color:  #191919;
    text-decoration: line-through; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description .tt-price .old-price .money {
    text-decoration: line-through; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description .tt-price span {
    display: inline-block; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li:not(:first-child) {
    margin-top: 10px; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul li:nth-child(-n+3) {
    display: block; } }

@media (min-width: 1024px) {
  .headertype3 .tt-desktop-header .search-type2 .search-results {
    margin-top: 10px; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li {
    display: block;
    width: 20%;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a {
    display: block; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .thumbnail img {
    width: 100%;
    height: auto; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description {
    padding: 14px 0px 5px 0px;
    white-space: normal;
    font-size: 14px;
    line-height: 24px; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description .tt-title {
    font-size: 14px;
    line-height: 24px;
    color:  #191919;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description .tt-price {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight:  500;
    color:  #191919; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description .tt-price .new-price {
    color:  #f8353e;
    margin-right: 7px; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description .tt-price .old-price {
    color:  #191919;
    text-decoration: line-through; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description .tt-price .old-price .money {
    text-decoration: line-through; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description .tt-price span {
    display: inline-block; }
  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a:hover .tt-title {
    color:  #0b4b58; } }

.headertype3 .tt-desktop-header .search-type2 .tt-view-all {
  padding: 0;
  margin-top: 15px; }

.headertype3 .tt-desktop-header .search-type2 .tt-view-all a {
  color:  #0b4b58;
  text-decoration: none;
  -webkit-transition: color 300ms linear 0s;
  -moz-transition: color 300ms linear 0s;
  -ms-transition: color 300ms linear 0s;
  -o-transition: color 300ms linear 0s;
  transition: color 300ms linear 0s; }

.headertype3 .tt-desktop-header .search-type2 .tt-view-all a:hover {
  text-decoration: none;
  color:  #191919; }

.minus20marg {
  margin-top: -20px; }

/* Vertical tabs */
.v-tabs-img-box {
  position: relative; }

.v-tabs-img-box img {
  width: 100%; }

.v-tabs-img-box-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 15px; }

.v-tabs-img-box-text p {
  padding: 0 15px;
  margin: 0;
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.48px; }

.v-tabs-img-box-text h2:not(.small):not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
  padding: 0 15px;
  margin: 0;
  font-weight: 500;
  line-height: 35px;
  font-size: 28px;
  letter-spacing: 0.72px; }

.v-tabs-img-box-text ul {
  display: block;
  text-align: left;
  list-style: none;
  padding: 0;
  margin-top: 8px;
  -webkit-justify-content: unset;
  -ms-flex-pack: unset;
  justify-content: unset; }

.v-tabs-img-box-text ul a {
  display: block;
  font-weight: 300;
  line-height: 29px;
  font-size: 14px;
  width: 100%;
  padding: 1px 18px 0; }

.v-tabs-img-box-text ul a.active,
.v-tabs-img-box-text ul a:hover {
  -webkit-border-radius:  6 px;
  -moz-border-radius:  6 px;
  border-radius:  6 px; }

.v-tabs-content .tab-content .arrow-location-tab,
.v-tabs-content .tt-layout-product-item .tt-product {
  margin-top: 0; }

.v-tabs-content .arrow-location-tab .slick-arrow {
  background: #ffffff; }

.v-tabs-content .arrow-location-tab .slick-arrow:hover {
  background:  #0b4b58; }

@media (min-width: 1025px) {
  .v-tabs-content .arrow-location-tab.no-title .slick-arrow {
    opacity: 0;
    top: 124px; }
  .v-tabs-content:hover .arrow-location-tab.no-title .slick-arrow {
    opacity: 1; }
  [data-sectionname="index_verticaltabs"] .arrow-location-tab .slick-next {
    right: 16px; }
  [data-sectionname="index_verticaltabs"] .arrow-location-tab .slick-prev {
    left: 16px; } }

.categories-btn .tt-dropdown-menu nav > ul .dropdown-menu:not(.catsimplesubmenu) {
  overflow: hidden; }

.cat-me-b {
  position: absolute;
  top: 0;
  right: 0;
  width: 231px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden; }

.cat-me-b p {
  font-weight:  500;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.48px;
  margin-top: 0;
  margin-bottom: 6px; }

.cat-me-b .tt-title {
  font-weight:  500;
  line-height: 29px;
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.6px; }

.cat-me-b:hover .tt-title {
  text-decoration: underline; }

.tt-services-block-vertical {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.tt-services-block-vertical .tt-col-icon {
  -webkit-align-self: unset;
  -ms-flex-item-align: unset;
  align-self: unset; }

.tt-services-block-vertical .tt-col-description {
  margin-top: 18px; }

.tt-services-block-vertical .tt-col-icon + .tt-col-description {
  padding-left: 0 !important; }

@media (max-width: 1024px) {
  header.headertype3 {
    background:  #ffffff; } }

.tt-desktop-header .tt-search-opened-headtype1 {
  padding-top: 8px;
  padding-bottom: 7px; }

.tt-desktop-header .tt-desctop-parent-headtype1:not(:last-child) {
  margin-right: 9px; }

header:not(.small-header) .tt-search-opened-headtype1 {
  margin-top: 10px; }

.tt-search-opened-headtype1 form {
  display: block;
  position: relative; }

.tt-search-opened-headtype1 .tt-search-input {
  border: 1px solid  #e9e7e7;
  outline: 0;
  padding: 6px 10px 4px 34px;
  -moz-appearance: none;
  -webkit-appearance: none;
  color:  #777777;
  background:  #f7f8fa;
  outline: none;
  width: 240px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.tt-search-opened-headtype1 .tt-btn-search {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  border: none;
  outline: none;
  width: 32px;
  height: 34px;
  font-size: 21px;
  line-height: 1;
  z-index: 2;
  cursor: pointer;
  color:  #0b4b58;
  transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear; }

.tt-search-opened-headtype1 .tt-btn-search i {
  position: absolute;
  top: 6px;
  left: 8px; }

.tt-search-opened-headtype1 .tt-btn-search:hover {
  color:  #103941; }

.tt-search-opened-headtype1 .tt-search-input:focus::-webkit-input-placeholder {
  color: transparent; }

.tt-search-opened-headtype1 .tt-search-input:focus:-moz-placeholder {
  color: transparent; }

.tt-search-opened-headtype1 .tt-search-input:focus::-moz-placeholder {
  color: transparent; }

.tt-search-opened-headtype1 .tt-search-input:focus:-ms-input-placeholder {
  color: transparent; }

header .tt-desktop-header .serchisopen {
  display: none; }

.tt-search-opened-headtype1 .search-results {
  position: absolute;
  top: 100%;
  margin-top: 8px;
  z-index: 2;
  background:  #ffffff;
  width: 240px;
  padding: 0 20px 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); }

.tt-search-opened-headtype1 .search-results ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.tt-search-opened-headtype1 .search-results li {
  margin-top: 20px; }

.tt-search-opened-headtype1 .search-results li:nth-child(2) ~ li {
  display: none; }

.tt-search-opened-headtype1 .search-results img {
  width: 20%;
  vertical-align: top; }

.tt-search-opened-headtype1 .search-results .thumbnail {
  display: inline; }

.tt-search-opened-headtype1 .search-results .tt-description {
  margin-left: 20px;
  color:  #191919;
  width: 61%; }

.tt-search-opened-headtype1 .search-results .tt-description,
.tt-search-opened-headtype1 .search-results .tt-title {
  display: inline-block; }

.tt-search-opened-headtype1 .search-results a:hover .tt-title {
  color:  #0b4b58; }

.tt-search-opened-headtype1 .search-results .tt-view-all {
  margin-top: 18px; }

.forsliders-margins {
  margin: 0 10px; }

.v-tabs-content .slick-slider .slick-track {
  margin: 0 !important; }

.tt-extralink:hover span {
  width: 0% !important; }

.tt-extralink-btn {
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.tt-extralink-btn:hover {
  background-color: #224BA3 !important; }

/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
#sampler-hero img.d-block {
  max-width: 100%; }

img {
  max-width: 100%; }

.stoble-blocked-banner .tt-description .tt-description-wrapper {
  background: #fff;
  padding: 3rem;
  border-radius: 0.3rem; }

.stoble-blocked-banner .tt-description .blocked-banner-main-text {
  font-size: 2rem;
  font-weight: bold;
  color: #0A3F49;
  line-height: 2.2rem; }

.block {
  padding: calc(3rem + 3vw) 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .block h1, .block h2, .block h3, .block h4, .block h5, .block h6 {
    font-weight: bold;
    margin-bottom: 0.33em; }
  .block h1 {
    font-size: calc(1.5rem + 1.5vw); }
  .block h2 {
    font-size: calc(1.36rem + 1.36vw); }
  .block .block-image.block-image-right {
    left: 50%;
    margin-left: -2rem; }
  .block .block-image.block-image-shadow {
    border-radius: 0.6rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0 18px 25px; }
  .block .block-image.block-image-bg {
    position: relative;
    margin: calc(-4rem - 4vw) 0 2rem; }
    @media (min-width: 768px) {
      .block .block-image.block-image-bg {
        position: absolute;
        height: calc(100% + 8rem + 8vw);
        margin-top: calc(-4rem - 4vw);
        margin-left: 0;
        margin-bottom: 0;
        max-width: none; } }
  .block .block-spacer-l {
    height: 70vw; }
    @media (min-width: 768px) {
      .block .block-spacer-l {
        height: 35vw; } }
  .block.block-dark {
    background-color: #0A3F49;
    color: #fff; }
    .block.block-dark h1, .block.block-dark h2, .block.block-dark h3, .block.block-dark h4, .block.block-dark h5, .block.block-dark h6 {
      color: #fff; }
  .block.block-hero {
    padding: calc(4rem + 4vw) 0;
    color: #0A3F49;
    background-color: #D2DBD8; }
    .block.block-hero h1 {
      font-size: calc(1.8rem + 1.8vw);
      color: #0A3F49; }
  .block.block-parallax {
    overflow: hidden; }

.btn-lg, .btn-group-lg > .btn {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.0625em;
  padding: .9em 1.5em;
  font-size: 1.125rem;
  box-shadow: rgba(10, 63, 73, 0.1) 0 10px 30px; }

.btn.btn-messenger {
  background-color: #0084ff;
  border-radius: 10px;
  border: none; }

.btn.btn-secondary {
  background-color: #fff;
  color: #0A3F49; }

.btn-addtocart {
  color: #fff;
  background-color: #0A3F49;
  border-color: #0A3F49; }
  .btn-addtocart:hover {
    color: #fff;
    background-color: #052227;
    border-color: #04181c; }
  .btn-addtocart:focus, .btn-addtocart.focus {
    box-shadow: 0 0 0 0.2rem rgba(47, 92, 100, 0.5); }
  .btn-addtocart.disabled, .btn-addtocart:disabled {
    color: #fff;
    background-color: #0A3F49;
    border-color: #0A3F49; }
  .btn-addtocart:not(:disabled):not(.disabled):active, .btn-addtocart.active:not(:disabled):not(.disabled), .show > .btn-addtocart.dropdown-toggle {
    color: #fff;
    background-color: #04181c;
    border-color: #020f11; }
    .btn-addtocart:not(:disabled):not(.disabled):active:focus, .btn-addtocart.active:not(:disabled):not(.disabled):focus, .show > .btn-addtocart.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(47, 92, 100, 0.5); }

.conversation-cards {
  position: relative;
  height: 85px;
  margin: 0 auto;
  bottom: calc(-2rem - 2vw); }
  .conversation-cards .conversation-card-l, .conversation-cards .conversation-card-r {
    position: absolute;
    z-index: 0;
    top: 0;
    transform: scale(0.8);
    margin: 0; }
  .conversation-cards .conversation-card-l {
    left: 0;
    transform-origin: left; }
  .conversation-cards .conversation-card-r {
    right: 0;
    left: auto;
    transform-origin: right; }

.conversation-card {
  z-index: 1;
  position: relative;
  height: 165px;
  width: 412px;
  padding: 19px;
  background: #EAEEEE;
  box-shadow: #C6D3D3 0 1px 0, rgba(0, 0, 0, 0.06) 0 10px 30px;
  color: #0A3F49;
  text-align: center;
  left: 50%;
  margin-left: -206px; }
  @media (max-width: 767.98px) {
    .conversation-card {
      transform: scale(0.65);
      transform-origin: center; }
      .conversation-card.conversation-card-l, .conversation-card.conversation-card-r {
        transform: scale(0.6); } }
  .conversation-card .conversation-card-logo {
    position: relative;
    height: 24px;
    width: 23px;
    top: -11px;
    padding: 5px;
    margin: 0 auto;
    background: #EAEEEE url(/cdn/shop/files/Stoble_S.svg?9061) no-repeat 5px 5px;
    border-radius: 50%; }
  .conversation-card .conversation-card-question {
    display: table;
    padding: 0 19px;
    height: 82px;
    width: 374px;
    margin: -5px 0 5px; }
    .conversation-card .conversation-card-question > p {
      display: table-cell;
      vertical-align: middle;
      height: 89px;
      font-weight: 500;
      font-style: italic; }
  .conversation-card .question-card-number {
    position: relative;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background: #EAEEEE;
    display: inline-block;
    padding: 0 5px; }
  .conversation-card:before {
    content: '';
    display: block;
    position: absolute;
    top: 19px;
    left: 19px;
    right: 19px;
    bottom: 19px;
    border: 1px solid #0A3F49; }

.form-message {
  text-align: center;
  margin-bottom: 1em;
  display: none;
  opacity: 0;
  transition: 1s linear opacity; }
  .form-message.form-message-success {
    color: #28a745; }
    .form-success .form-message.form-message-success {
      display: block;
      opacity: 1; }
  .form-message.form-message-error {
    color: #ffc107; }
    .form-error .form-message.form-message-error {
      display: block;
      opacity: 1; }

.email-subscribe {
  display: block; }

.jumbotron {
  border-radius: 0;
  background-color: #D2DBD8; }

.fb-messenger-widget-inline .fb-root {
  text-align: right; }

.fb-messenger-widget-inline .fb-customerchat {
  overflow: inherit;
  overflow-x: inherit;
  height: auto;
  width: auto; }
  .fb-messenger-widget-inline .fb-customerchat > span {
    width: auto !important;
    height: auto !important;
    display: block !important;
    text-align: right !important; }
    .fb-messenger-widget-inline .fb-customerchat > span iframe {
      position: inherit !important;
      top: auto !important;
      right: auto !important;
      bottom: auto !important;
      z-index: auto !important; }

.fb-messenger-widget-inline .fb_dialog {
  display: inherit !important;
  position: inherit !important;
  float: right;
  top: auto !important;
  right: auto !important;
  bottom: auto !important; }

.card-chat {
  border-radius: 1.25rem; }
  .card-chat .chat-container {
    border-radius: 1.25rem 1.25rem 0 0;
    position: relative;
    padding: 12px 14px;
    box-shadow: 0 -5px 20px 1px rgba(0, 0, 0, 0.03) inset; }
    .card-chat .chat-container .chat-message {
      position: relative; }
      .card-chat .chat-container .chat-message .chat-sender {
        display: block;
        float: left;
        width: 20pt;
        height: 20pt;
        border-radius: 50%;
        margin-right: 10px;
        position: absolute;
        bottom: 0; }
      .card-chat .chat-container .chat-message .message {
        margin: 0 38px;
        background-color: #f1f0f0;
        border-radius: 1.3em;
        color: #000;
        font-size: 11pt;
        padding: 8px 12px;
        text-align: left;
        width: fit-content;
        word-wrap: break-word; }
  .card-chat .chat-cta-container {
    text-align: center;
    padding: 12px 14px; }
    .card-chat .chat-cta-container .icon-messenger {
      background-image: url("https://static.xx.fbcdn.net/rsrc.php/v3/ym/r/iOY7vnFQNGO.png");
      background-size: 45px 368px;
      background-repeat: no-repeat;
      display: inline-block;
      width: 20px;
      height: 20px;
      background-position: -21px -177px;
      vertical-align: middle;
      margin-right: .2em; }
    .card-chat .chat-cta-container .chat-cta-info {
      color: #0006;
      line-height: 20px;
      padding-top: 4px;
      font-size: 11px; }

.modal .modal-dialog .modal-content {
  border-radius: 0.3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }

.modal-branded .modal-dialog .modal-content {
  background: #D2DBD8; }

.modal-branded .modal-dialog .modal-body {
  background: transparent; }

.modal-branded .modal-dialog .modal-footer {
  display: block; }

.parallax {
  position: relative;
  overflow: hidden;
  height: 500px; }
  .parallax .parallax-image {
    position: absolute; }

div.rc_popup__block {
  box-shadow: rgba(0, 0, 0, 0.15) 0 10px 30px; }

.mb-6 {
  margin-bottom: calc(3rem + 3vw) !important; }

.mt-6 {
  margin-top: calc(3rem + 3vw) !important; }

.my-6 {
  margin-bottom: calc(3rem + 3vw) !important;
  margin-top: calc(3rem + 3vw) !important; }

.pb-6 {
  padding-bottom: calc(3rem + 3vw) !important; }

.pt-6 {
  padding-top: calc(3rem + 3vw) !important; }

.py-6 {
  padding-bottom: calc(3rem + 3vw) !important;
  padding-top: calc(3rem + 3vw) !important; }

.testimonial {
  background: #F1F4F3; }
  .testimonial .blockquote {
    text-align: center; }
    .testimonial .blockquote > p {
      color: #0A3F49;
      font-size: calc(.85rem + .85vw);
      font-weight: bold;
      font-style: italic;
      line-height: 1.5; }
    .testimonial .blockquote .blockquote-footer {
      color: #8D9FA2;
      font-size: calc(.5rem + .5vw); }

/* tt-top-panel */
.tt-top-panel {
  background:  #0a3f49; }

.tt-top-panel .tt-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
  padding: 10px 15px 0;
  font-size: 13px;
  line-height: 23px;
  color:  #ffffff;
  font-weight:  500;
  letter-spacing: 0.06em;
  word-spacing: 0.03em;
  position: relative; }

.tt-top-panel .tt-row a:not([class]) {
  color:  #c4dade;
  border-bottom: 1px solid  #c4dade;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear; }

.tt-top-panel .tt-row a:hover {
  border-bottom-color: transparent; }

.tt-top-panel .tt-row .tt-description {
  text-align: center; }

.tt-top-panel .tt-row .tt-btn-close {
  text-decoration: none;
  margin-left: 27px;
  padding: 2px;
  font-weight: normal;
  cursor: pointer;
  background: none;
  border: none;
  position: relative;
  top: -2px; }

.tt-top-panel .tt-row .tt-btn-close:before {
  font-family: "wokiee_icons";
  content: "\ea0f";
  color:  #ffffff;
  font-size: 20px;
  line-height: 1;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-top-panel .tt-row .tt-btn-close:hover:before {
  color:  #c4dade; }

b, strong {
  color: #000; }

.blockquote:last-child {
  margin-bottom: 0; }

.discount {
  text-align: center; }
  .discount .discount-value {
    font-size: 9.6rem;
    font-weight: bold;
    line-height: 1em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); }
  .discount .discount-percent-symbol {
    font-size: 3.75em;
    font-weight: 400;
    line-height: 1.5em;
    vertical-align: top;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); }
  .discount .discount-off {
    display: block;
    font-size: 2.5em;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); }
  .discount.discount-light {
    color: #fff; }

.hr-wiggle {
  background: url(/cdn/shop/files/wiggle.png?7900) no-repeat top center/72px 11px;
  height: 11px;
  border: none;
  margin: 2.5rem 0; }

p:last-child {
  margin-bottom: 0; }

/* Product Page CSS */
.block.product-hero {
  color: #0A3F49;
  background-color: #D2DBD8;
  padding: 0 15px;
  z-index: 1; }
  .block.product-hero.product-africa {
    background-color: #E7E4D9; }
  .block.product-hero.product-decaf {
    background-color: #DDD8D0; }
  .block.product-hero.product-latam {
    background-color: #E3D7CE; }
  .block.product-hero.product-dark {
    background-color: #CEBBA9; }
  .block.product-hero.product-experiment {
    background-color: #D7DEE0; }
    .block.product-hero.product-experiment h1 {
      font-size: calc(1rem + 1.6vw); }

.product-img-box {
  max-width: 650px;
  margin-left: auto; }
  .product-img-box .product-img {
    margin: -50px 0 -70px;
    pointer-events: none; }

.product-details {
  max-width: 530px;
  color: #0A3F49;
  font-size: 18px;
  font-weight: 400;
  padding: 40px 0 30px; }
  .product-details .select_frequency {
    transition: .3s all ease-in-out; }
  .product-details.product-details-subscription .product-price-subscription-info {
    opacity: 0;
    transition-timing-function: ease-out; }
  .product-details.product-details-subscription .select_frequency {
    opacity: 0; }

.product-title {
  letter-spacing: 0.30em;
  font-size: 21px;
  color: #0A3F49;
  font-weight: 400;
  margin-bottom: 18px;
  text-transform: uppercase; }
  .product-title h1 {
    font-size: calc(1.8rem + 2.4vw);
    letter-spacing: 0.24em;
    color: #0A3F49;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 8px !important; }

.product-price-section {
  margin-bottom: 20px;
  font-size: 0; }
  .product-price-section .product-price {
    display: inline-block;
    vertical-align: middle; }
  .product-price-section .product-price-message {
    font-size: 15px;
    font-weight: normal; }
  .product-price-section span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
    font-size: 24px;
    color: #0A3F49;
    font-weight: 700;
    line-height: 1; }
    .product-price-section span.old-price {
      color: #6E8D90;
      font-size: 18px;
      font-weight: 500;
      text-decoration: line-through;
      margin-top: 3px;
      display: inline-block;
      vertical-align: middle; }
      .product-price-section span.old-price span {
        color: #6E8D90;
        font-size: 18px;
        font-weight: 500;
        text-decoration: line-through;
        margin-top: 3px;
        display: inline-block;
        vertical-align: middle; }
  .product-price-section .product-price-subscription-info {
    opacity: 1;
    transition: .5s ease-in opacity; }

.product-africa .product-price-section span.old-price {
  color: #98968C; }
  .product-africa .product-price-section span.old-price span {
    color: #98968C; }

.product-decaf .product-price-section span.old-price {
  color: #A39F97; }
  .product-decaf .product-price-section span.old-price span {
    color: #A39F97; }

.product-latam .product-price-section span.old-price {
  color: #A69384; }
  .product-latam .product-price-section span.old-price span {
    color: #A69384; }

.product-latam .product-price-section span.old-price {
  color: #8B7C6E; }
  .product-latam .product-price-section span.old-price span {
    color: #8B7C6E; }

.price {
  color: #0A3F49; }
  .price .price-secondary {
    font-size: 1rem;
    font-weight: normal; }

.product-subscribe-row {
  margin-top: 50px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px; }

.subscribe-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center; }

.switch-box {
  width: 74px;
  height: 36px;
  line-height: 36px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  margin-right: 10px; }
  .switch-box input[type="checkbox"] {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3; }
  .switch-box .onoffswitch {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #D2DBD8;
    text-align: center;
    font-size: 0; }

.product-africa .switch-box .onoffswitch {
  background: #d7d5d0; }

.product-decaf .switch-box .onoffswitch {
  background: #CFCAC2; }

.product-latam .switch-box .onoffswitch {
  background: #D6C9BF; }

.product-dark .switch-box .onoffswitch {
  background: #C4B3A2; }

.onoffswitch span {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #6E8D90;
  padding: 0 8px;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
  position: relative;
  transition: 0.3s all; }

.product-africa .onoffswitch span {
  color: #82817d; }

.product-decaf .onoffswitch span {
  color: #A39F97; }

.product-latam .onoffswitch span {
  color: #A69384; }

.onoffswitch span.switch-off {
  color: #fff; }

.onoffswitch:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 20px;
  height: 32px;
  width: 38px;
  background: #0A3F49;
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15); }

.switch-box input[type="checkbox"]:checked + .onoffswitch .switch-on {
  color: #fff; }

.switch-box input[type="checkbox"]:checked + .onoffswitch .switch-off {
  color: #000;
  opacity: .5; }

.product-africa .switch-box input[type="checkbox"]:checked + .onoffswitch .switch-off {
  color: #82817d; }

.product-decaf .switch-box input[type="checkbox"]:checked + .onoffswitch .switch-off {
  color: #A39F97; }

.product-latam .switch-box input[type="checkbox"]:checked + .onoffswitch .switch-off {
  color: #A69384; }

.switch-box input[type="checkbox"]:checked + .onoffswitch:before {
  left: 40px;
  width: 32px; }

.switch-box input[type="checkbox"]:active + .onoffswitch:before {
  width: 53px; }

.switch-box input[type="checkbox"]:checked:active + .onoffswitch:before {
  left: 25px;
  width: 47px; }

.subscribe-discount {
  width: calc(100% - 84px);
  line-height: 1;
  color: #6E8D90;
  font-size: 14px; }

.product-africa .subscribe-discount, .product-decaf .subscribe-discount {
  color: #908f8c; }

.product-latam .subscribe-discount {
  color: #8f8a87; }

.subscribe-discount h6 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 1px;
  color: #0A3F49; }

.custom-select-box {
  display: block;
  margin: 0;
  position: relative;
  background: #fff;
  border-radius: 6px; }
  .custom-select-box:after {
    content: '';
    border-top: solid 4px rgba(0, 0, 0, 0.3);
    border-right: solid 4px transparent;
    border-left: solid 4px transparent;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -1px; }
  .custom-select-box select {
    height: 40px;
    padding: 6px 42px 6px 20px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    background: none;
    line-height: 1.25;
    border: solid 2px rgba(0, 0, 0, 0.2) !important;
    transition: border-color 200ms ease-in;
    width: 100%;
    border-radius: 6px;
    font-size: 15px;
    color: #454D4E;
    font-weight: 700; }

.product-info .custom-select-box {
  background: transparent; }

.add-card-row .custom-select-box select {
  height: 60px;
  text-overflow: ellipsis; }

.add-card-row .btn {
  width: 100%;
  min-height: 60px; }

.btn-lg, .btn-group-lg > .btn {
  font-weight: 700;
  border-radius: 0.5rem; }

.block.product-highlighted {
  padding: calc(3rem + 3vw) 0 calc(3rem + 2vw); }

.product-highlighted {
  background: #F1F4F3; }

.title-block {
  margin-bottom: 50px; }
  .title-block h2 {
    font-size: calc(1.5rem + 1.36vw); }

.product-info figure {
  max-width: 87px;
  margin: 0 auto 15px; }
  .product-info figure img {
    width: 100%; }

.product-info h4:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
  font-size: 22px;
  margin: 0;
  padding: 0; }

.manufacture-section .title-block {
  margin-bottom: 80px; }

.manufacture-row {
  position: relative; }

/*.double-origin-img {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  max-width: 206px;
  width: 20%;
  z-index: 1;
  pointer-events: none;
}*/
.double-origin-img {
  display: none; }

.manufacture-row > .row {
  margin: 0 -12px; }
  .manufacture-row > .row > div {
    padding: 0 12px; }

.manufacture-info {
  color: #808080;
  font-size: 14px; }
  .manufacture-info figure {
    position: relative; }
    .manufacture-info figure:before {
      content: "";
      background: url(/cdn/shop/t/3/assets/double-origin.png?12370);
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(calc(50% + 15px), -50%);
      height: 240px;
      width: 206px;
      z-index: 11;
      pointer-events: none;
      background-size: 100%;
      background-repeat: no-repeat; }

.manufacture-row > .row > div:last-child .manufacture-info figure:before, .manufacture-slider .slick-track > div:last-child .manufacture-info figure:before {
  display: none; }

.manufacture-info figure img {
  width: 100%; }

.manufacture-info h6 {
  font-size: 17px;
  margin-bottom: 10px; }

.more-link {
  color: #0A3F49;
  font-size: 14px;
  padding-left: 28px;
  position: relative; }
  .more-link .link-dots {
    position: absolute;
    top: 9px;
    left: 8px;
    height: 3px;
    width: 3px;
    border-radius: 10px;
    background: #0A3F49; }
    .more-link .link-dots:before, .more-link .link-dots:after {
      height: 3px;
      width: 3px;
      border-radius: 10px;
      background: #0A3F49; }
    .more-link .link-dots:before, .more-link .link-dots:after {
      content: "";
      position: absolute; }
    .more-link .link-dots:before {
      left: -5px; }
    .more-link .link-dots:after {
      left: 5px; }

.testimonial .blockquote .blockquote-footer {
  padding-bottom: 0 !important; }

p.lead a {
  color: #0A3F49;
  text-decoration: underline; }

.block.subscribe-section {
  padding: calc(3rem + 2vw) 0; }

.subscribe-section .title-block {
  margin-bottom: 20px; }

.subscribe-price {
  margin-bottom: 15px; }
  .subscribe-price span {
    font-size: calc(1.5rem + 0.84vw);
    font-weight: 700;
    color: #0A3F49;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px; }
    .subscribe-price span.old-price {
      font-size: calc(1.5rem + 0.44vw);
      color: #859fa4;
      font-weight: 500;
      text-decoration: line-through; }
      .subscribe-price span.old-price span {
        font-size: calc(1.5rem + 0.44vw);
        color: #859fa4;
        font-weight: 500;
        text-decoration: line-through; }

.subscribe-btns a {
  display: table;
  margin: 0 auto 25px; }

.subscribe-btns .buy-link {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline; }

.slick-slider .slick-dots li button {
  padding: 0;
  height: 8px;
  width: 8px;
  display: block; }

.manufacture-single-row > .row {
  margin: 0 -50px; }
  .manufacture-single-row > .row > div {
    padding: 0 50px; }

.manufacture-single .product-info-list {
  margin-top: 30px; }

.close-icon {
  position: absolute;
  right: 40px;
  top: 50px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  z-index: 2; }
  .close-icon:before, .close-icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    margin: auto;
    transform: rotate(45deg); }
  .close-icon:before {
    height: 100%;
    width: 4px; }
  .close-icon:after {
    width: 100%;
    height: 4px; }

body.overflowhidden {
  overflow: hidden;
  padding-right: 17px; }

.popouterbox {
  bottom: 0;
  display: none;
  left: 0;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999999; }
  .popouterbox .popup-block {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
    max-width: 985px;
    width: 100%;
    padding: 30px 20px; }
    .popouterbox .popup-block.taller {
      top: 0; }

.pop-contentbox {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }

body.overflowhidden #header {
  padding-right: 17px; }

body.overflowhidden .main-bannerbox {
  left: -17px; }

.product-popup {
  background: #fff;
  border-radius: 16px;
  overflow: hidden; }

.popup-img-block {
  padding-top: 44.50%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1; }
  .popup-img-block:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
    background: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.5; }
  .popup-img-block h2 {
    position: absolute;
    left: 50px;
    right: 50px;
    color: #fff;
    bottom: 30px;
    line-height: 1.2;
    margin: 0;
    padding: 0 !important;
    font-size: calc(1.5rem + 1.36vw);
    font-weight: 700; }

.popup-data {
  padding: 45px 50px 25px;
  position: relative; }
  .popup-data > .row {
    margin: 0 -30px; }
    .popup-data > .row > div {
      padding: 0 30px; }

.product-info-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .product-info-list li {
    padding: 5px 0;
    text-transform: uppercase;
    color: #999;
    font-weight: 700;
    font-size: 12px;
    border-bottom: 1px solid #D8D8D8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center; }
    .product-info-list li .product-info {
      display: block;
      font-size: 14px;
      color: #333;
      text-transform: none;
      width: 50%;
      text-align: right;
      font-weight: 400;
      margin-left: auto; }
    .product-info-list li:last-child {
      border: 0; }

.popup-data .close-btn {
  margin-left: auto;
  display: table;
  background: #EDEDED;
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 45px;
  border-radius: 4px;
  padding: 12px 72px; }
  .popup-data .close-btn:hover {
    background: #D8D8D8;
    color: #787878; }

.tt-swatches-container.defaulthidden {
  display: none; }

.product-hero .product-details #rc_container {
  display: none !important; }

.tt-row-custom-01.defaulthidden {
  display: none; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item a:not([class]) {
  text-decoration: none; }

.form-default .tt-required {
  font-size: 14px; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-btn .btn {
  font-size: 1rem; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-price, header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-total-row .tt-cart-total-price {
  font-weight: 600; }

header .tt-cart .tt-dropdown-toggle .tt-badge-cart {
  padding-top: 0;
  padding-bottom: 2px; }

footer .tt-color-scheme-03 .tt-social-icon li a {
  text-decoration: none; }

.contact-form .btn, #tt-pageContent .shopify-challenge__container .shopify-challenge__button, .btn {
  color: #fff;
  background-color: #0A3F49;
  border-color: #0A3F49;
  padding: 10px 38px 12px;
  font-size: 1rem; }

.contact-form .btn:hover, #tt-pageContent .shopify-challenge__container .shopify-challenge__button:hover, .btn:hover {
  color: #fff;
  background-color: #052227;
  border-color: #04181c; }

#ModalSubsribeGood.modal .modal-header {
  padding: 0;
  height: 0; }
  #ModalSubsribeGood.modal .modal-header .close {
    color: #191919;
    line-height: 1;
    right: -29px;
    padding: 0; }

#ModalSubsribeGood .modal-xs, #ModalSubsribeGood.modal .modal-dialog {
  width: 800px; }

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

.tt-filters-options .tt-quantity > a.tt-col-one, .tt-filters-options .tt-quantity > a.tt-col-two, .tt-filters-options .tt-quantity > a.tt-col-three {
  text-decoration: none; }

.default-page-container h1 {
  margin-bottom: 10px; }

.default-page-container h2, .default-page-container h3, .default-page-container h4, .default-page-container h5, .default-page-container h6 {
  margin-bottom: 30px; }

.tt-shopcart-table-02 .tt-title a {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  display: table;
  text-decoration: none; }

.tt-shopcart-table-02 .tt-price {
  font-weight: 600; }

.svg-icon-pencil-inline svg, .svg-icon-delete-inline svg {
  top: -1px; }

.btn-link i {
  padding-right: 10px; }

.tt-shopcart-table-02 .tt-shopcart-btn [class^="btn"] {
  text-decoration: none; }

.form-default select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border-radius: 6px; }
  .form-default select.form-control:focus, .form-default select.form-control:active {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px; }

.form-default .form-control[type="text"], .form-default .form-control[type="email"], .form-default .form-control[type="password"] {
  border-radius: 6px; }

.form-default input.form-control, .form-default textarea.form-control {
  border-radius: 6px; }

.tt-shopcart-table01 tfoot tr td, .tt-shopcart-table01 tbody tr td {
  font-weight: 600; }

.tt-about-box-02 .tt-title {
  margin-bottom: 20px; }

footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group .btn {
  font-size: 0.7rem;
  max-height: 40px; }

.show_unavailable_variants h1 {
  margin-bottom: 8px; }

header .tt-account ul li a {
  text-decoration: none; }

.tt-product .tt-description .tt-title {
  font-size: 22px;
  font-weight: 500; }

@media only screen and (max-width: 1199px) {
  .product-title {
    font-size: 18px; }
  .manufacture-section .title-block {
    margin-bottom: 50px; }
  .product-info h4:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
    font-size: 20px; }
  /*.double-origin-img {
    max-width: 166px;
  }*/
  .manufacture-single-row > .row {
    margin: 0 -30px; }
    .manufacture-single-row > .row > div {
      padding: 0 30px; }
  .manufacture-info figure:before {
    height: 196px;
    width: 166px; } }

@media only screen and (max-width: 1024px) {
  .tt-filters-options .tt-sort.custom-select-box {
    display: none; }
  .tt-filters-options .tt-quantity {
    margin-left: auto; } }

@media only screen and (max-width: 991px) {
  .popup-img-block h2 {
    left: 30px;
    right: 30px;
    bottom: 20px; }
  .popup-data {
    padding: 35px 30px 25px; }
    .popup-data > .row {
      margin: 0 -15px; }
      .popup-data > .row > div {
        padding: 0 15px; }
    .popup-data .close-btn {
      margin-top: 15px; }
  #ModalSubsribeGood .modal-xs, #ModalSubsribeGood.modal .modal-dialog {
    width: 540px; } }

@media only screen and (max-width: 991px) {
  .product-subscribe-row {
    margin-top: 30px; }
    .product-subscribe-row > .row > div:not(:last-child) {
      margin-bottom: 10px; }
  .add-card-row > .row > div:not(:last-child) {
    margin-bottom: 10px; }
  /*.double-origin-img {
    max-width: 126px;
  }*/
  .manufacture-info figure:before {
    height: 150px;
    width: 126px; }
  .tt-shopcart-col .tt-shopcart-box {
    padding: 22px 25px 25px; } }

@media only screen and (max-width: 789px) {
  .tt-shopcart-table-02 .tt-shopcart-btn .col-left {
    margin-top: 15px; } }

@media only screen and (max-width: 775px) {
  .product-info figure {
    max-width: 57px; }
  .product-title {
    font-size: 15px; }
  .product-details {
    font-size: 16px; }
  .product-info h4:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
    font-size: 18px; }
  .title-block {
    margin-bottom: 40px; }
  .product-img-box {
    margin: auto; }
    .product-img-box .product-img {
      min-width: 120%;
      margin: -30px -40px -30px; }
  .product-info figure {
    max-width: 37px; }
  .product-info h4:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
    font-size: 16px; }
  .subscribe-section .title-block {
    margin-bottom: 10px; }
  /*.double-origin-img {
    top: 6%;
  }*/
  .manufacture-info figure:before {
    height: 120px;
    width: 101px; }
  .popup-data {
    padding: 15px 25px 20px; }
  .product-information {
    margin-top: 15px; }
  .popup-data .close-btn {
    width: 100%; }
  .product-info-list li .product-info {
    width: 60%; }
  .manufacture-single-row > .row {
    margin: 0 -15px;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .manufacture-single-row > .row > div {
      padding: 0 15px; }
  .manufacture-single {
    margin-top: 10px; }
  #ModalSubsribeGood .modal-xs, #ModalSubsribeGood.modal .modal-dialog {
    width: 300px; } }

@media only screen and (max-width: 767px) {
  .product-details {
    max-width: 100%; } }

@media only screen and (max-width: 575px) {
  .manufacture-section:not(.manufacture-single-section) {
    margin-left: 20px;
    overflow: hidden;
    padding-bottom: calc(3rem + 6vw); }
  .manufacture-row > .row {
    margin: 0; }
    .manufacture-row > .row > div {
      padding: 0; }
    .manufacture-row > .row .item {
      padding: 0 15px 0 0 !important; }
  .manufacture-section:not(.manufacture-single-section) .container {
    padding: 0; }
  .manufacture-slider {
    width: calc(100% - 40px); }
    .manufacture-slider.slick-slider .slick-list {
      overflow: visible; }
  /*.double-origin-img {
    top: 15%;
    left: inherit;
	right: -80px;
    width: inherit;
  }*/
  .manufacture-info figure:before {
    height: 156px;
    width: 131px;
    transform: translate(calc(50% + 10px), -50%); }
  .block.manufacture-section .block-image.block-image-shadow {
    box-shadow: none; }
  .manufacture-slider.slick-slider .slick-dots {
    margin-top: 13px; }
  .popup-img-block {
    padding-top: 64.5%; } }

@media only screen and (max-width: 479px) {
  .product-info h4:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
    font-size: 12px; }
  /*.double-origin-img {
    top: 8%;
  }*/
  .manufacture-info figure:before {
    height: 132px;
    width: 111px; } }

/*# sourceMappingURL=theme.scss.liquid.map */

/*Customer Portal Subscription*/
.rc_menu__item {

  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}



ul#rc_navigation {
  display:block;
}

h2.rc_customer__name {
  color:#0A3F49;
  border-bottom: 1px solid #0A3F49;
  text-align:center;
  padding-top:20px;
  padding-bottom:20px;

}

div#customer_tab_nav {
  margin-top:50px;
}

div#customer_tab_content {
  margin-top:50px;
}

.rc_header-settings__title.rc_title-bar__title h2 {
  text-align:center;
  padding-top:20px;
}

.rc_title-bar__description {
  padding-top:20px;
}

.table-responsive {
  padding-top:20px;  
}

div#customer_tab_nav {
  border: 1px solid #0A3F49;
  padding-bottom:20px;
}

/*End Customer Portal Subscription*/

/*Footer newsletter mobile*/
@media (max-width: 789px){
.form-inline{
  display:block;
}}
    
/* Yotpo centering the star widget on collections page - */    

div.yotpo.bottomLine .pull-left {
    float: none;
    text-align: center;
}
 
.yotpo a.text-m {
    display: inline-block;
}

/*yotpo stars and clean up*/
.yotpo .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
  color: #bc8231  !important;
}
    
.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars .yotpo-icon {
  color: #bc8231  !important;
}

.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-star, .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-half-star, .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-icon-empty-star {
  color: #bc8231  !important;
}

.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .yotpo-icon-star {
  color: #bc8231  !important;
}

.yotpo .write-review .yotpo-header .yotpo-icon {
  color: #bc8231  !important;  
}

.yotpo-reviews-carousel .yotpo-icon-star, .yotpo-reviews-carousel .yotpo-icon-empty-star, .yotpo-reviews-carousel .yotpo-icon-full-star, .yotpo-reviews-carousel .yotpo-icon-half-star {
  color: #bc8231  !important;
}

.yotpo a.text-m{
  font-family: "CeraPro", sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  font-size: 15px;
  padding-left: 5px;
}

.block.product-highlighted.sub-valueprop {
  padding: calc(1.3rem + 1.5vw) 0;
}


@media (max-width: 991px) {
  .sub-product-info{
    padding-top: 60px;
  }

  .sub-product-info p{
    padding-top: 0;
  }

  .sub-choose-col {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .sub-details p {
    margin-top:0;
    margin-bottom: 1rem;
  }

}

.sub-product-info figure img{
  border-radius: 6px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.sub-product-info h4{
  padding-top: 20px;
  letter-spacing: 0 !important;
  font-weight: bold !important;
  line-height: auto !important;
}

.sub-product-info p{
  padding-top: 10px;
}

.sub-product-hero{
  background: url('/cdn/shop/files/Kitchen_with_Bags_c373da5a-8699-478b-8361-3e1be13c6777.jpg?v=1645487292');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 55%;
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
}

.sub-details,.sub-details p b, .sub-title h1{
  color: #fff !important;
}

.sub-details .build-your-sub-btn {
  margin-top: 20px;
}

.block.block-hero.sub-product-hero {
  padding: calc(1.5rem + 9.6vw) 0;
}

.circle {
  border-radius: 50%;
  border: 2px solid  #0A3F49;
  color: #0A3F49;
  text-align: center;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 0.33em;
}

.sub-choose-container {
  border-radius: 15px;
  border: 2px solid  #D8D8D8;
  padding: 15px 15px 30px 15px;
  cursor: pointer; 
  box-shadow: none;
  transition: 0.20s ease-in-out;
}

.sub-choose-img {
  padding: 15px 50px 0px 50px;
}

.sub-choose-text {
  padding-bottom: 30px;
}

.sub-choose-text h4 {
  font-weight: bold;
}

.sub-choose-text p {
  font-size: 0.9rem;
}

.sub-choose-text p.sub-choose-note {
  font-size: 1rem;
  font-weight: bold;
  color: #191919;
  margin-bottom: 0;
}

.sub-choose-container .sub-choose-btn {
  background-color: transparent;
  color: #0A3F49;
  width: 80%;
  box-shadow: none;
}

.sub-choose-container.selected, .sub-choose-container:hover {
  border: 2px solid #0A3F49;
  box-shadow: rgba(0, 0, 0, 0.2) -1px 1px 12px 0px;
}

.sub-choose-container.selected .sub-choose-btn {
  background-color: #0A3F49;
  color: #fff;
}

.sub-choose-container:hover button.sub-choose-btn {
  background-color: #0A3F49;
  color: #fff;
}

.sub-choose-container .sub-choose-btn:before {
  content:"SELECT";
}

.sub-choose-container.selected .sub-choose-btn:before {
  content:"SELECTED";
}

.sub-order-summary-table {
  border: 2px solid #0A3F49;
  width: 100%;
  color: #191919;
}

.sub-order-summary-table th{
height: 50px;
border: 2px solid #0A3F49;
font-size: 1.3rem;
font-weight: bold;
color: #191919;
padding-left: 20px;
}

td.tbPriceSummary{
  padding-left: 30px;
  border-left: 2px solid #0A3F49;
}

.sub-table-spacer {
  padding: 15px;
}

.sub-table-fs {
  font-style: italic;
  padding-top: 15px;
}

html {
  scroll-behavior: smooth;
}
.build-your-sub-btn {
  padding: .9em 1.5em;
}

#sub-choose2,#sub-choose3,#sub-choose4,#subOrderSummary,#sub-choose-col-samplepack {
  display: none;
}
.sub-samplepack-img {
  padding: 50px 30px 30px 30px;
}

.sub-sched-img {
  padding: 30px;
}

#variantSelector {
  padding: 16px 55px 16px 55px;
}