@charset "UTF-8";
/*---------------------------------------*/
/*--------   Table of contents   --------*/
/*
1. Variable
2. Mixin
3. External module
	3.1 Bootstrap
	3.3 Slider Slick
	3.3 Magnific popup
	3.4 Slider price
	3.5 datepicker
	3.6 perfect scrollbar
3. Fonts icons
4. Typography
5. Header
6. Content layout
7. Modal
8. Back To Top
9. breadcrumbs
10. Blog
11. Footer
12. Section
13. Parallax
---------------------------------------*/
/*---------------------------------------*/
/*--------     1. Variable       ------*/
/*---------------------------------------*/
/*
    Font
*/
/*
	Default variables
*/
/* Colors */
/* button */
/* back-to-top */
/* modal */
/* mainSlide */
/* tooltip */
/*
	Breadcrumb
*/
/*
	magnific popup (portfolio pages)
*/
/*
	form
*/
/* radio */
/* checkbox */
/*
Slick
*/
/*
Header
*/
/*
    Mobile menu
*/
/*---------------------------------------*/
/*--------     2. Mixin          --------*/
/*---------------------------------------*/
/*---------------------------------------*/
/*--------   3. External module  --------*/
/*---------------------------------------*/
/*-------  3.1 Bootstrap  --------*/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }

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

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

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

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

p {
  margin-top: 0; }

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

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

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

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

dt {
  font-weight: 700; }

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

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

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

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

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

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

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 797px) {
    .container {
      max-width: 767px; } }
  @media (min-width: 1025px) {
    .container {
      max-width: 990px; } }
  @media (min-width: 1230px) {
    .container {
      max-width: 1200px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

.form-control-file,
.form-control-range {
  display: block;
  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;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

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

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

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

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  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; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

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

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

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

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

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

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

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

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

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

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 25;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (10px * 2)); }

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 24;
  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: 0;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .modal-header .close {
    padding: 0;
    margin: 0 0 0 auto; }

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (30px * 2)); }
  .modal-sm {
    max-width: 300px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 797px) {
  .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: 1025px) {
  .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: 1230px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.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; }
  .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: 797px) {
  .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; }
  .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: 1025px) {
  .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; }
  .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: 1230px) {
  .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; }
  .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: 797px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 1025px !important; }
  .container {
    min-width: 1025px !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 #ddd !important; } }

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
  width: 100%; }

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

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

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

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/*-------  3.3 Magnific popup  --------*/
/* 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;
  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 {
    font-family: "carleader";
    content: "\e933";
    font-size: 18px;
    line-height: 1; }
  .mfp-close:hover {
    color: #D80E0E; }

.mfp-counter {
  top: 0;
  right: 0;
  color: #ffffff;
  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: "carleader";
  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: #D80E0E; }

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

button.mfp-arrow-right,
button.mfp-arrow-left {
  position: absolute;
  top: 50%;
  background: none;
  border: none;
  outline: none;
  display: inline-block;
  text-align: center;
  width: 49px;
  height: 49px;
  border: 1px solid #ffffff;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  margin-top: -44px;
  color: #ffffff;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }
  button.mfp-arrow-right:before,
  button.mfp-arrow-left:before {
    font-family: "carleader";
    font-size: 15px;
    line-height: 2.75;
    margin-left: 13px; }
  button.mfp-arrow-right:hover,
  button.mfp-arrow-left:hover {
    border-color: #D80E0E;
    color: #D80E0E; }

.mfp-arrow-right {
  left: 20px; }
  .mfp-arrow-right:before {
    content: '\e916'; }

.mfp-arrow-left {
  right: 20px; }
  .mfp-arrow-left:before {
    content: '\e917'; }

.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.3);
  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: "Poppins", 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; }

body.mfp-zoom-out-cur #tt-stuck.stuck {
  padding-right: 17px; }

/*-------  3.4 Slider price  --------*/
/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin-left: 2px;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: transform 0.2s ease; }

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  position: absolute; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 3px;
  cursor: pointer; }

.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  left: -9px;
  top: -6px;
  outline: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer; }
  .noUi-horizontal .noUi-handle:before {
    content: '';
    position: absolute;
    display: block;
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    background-color: #D80E0E;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #ebebeb; }

.noUi-connect {
  background: #D80E0E; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  background: #ffffff;
  cursor: default; }

/* Handle stripes;
 */
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(-50%, 0);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.tt-slider-price {
  position: relative; }
  .tt-slider-price .slider-value-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;
    margin-top: 22px; }
    .tt-slider-price .slider-value-row .slider-value {
      width: calc(50% - 3px);
      height: 44px;
      padding: 3px 4px 1px;
      line-height: 35px;
      text-align: center;
      background-color: #f7f7f7;
      border: none;
      color: #707070;
      font-size: 16px; }
      .tt-slider-price .slider-value-row .slider-value:not(:first-child) {
        margin-left: 6px; }

/*-------  3.5 datepicker  --------*/
/*!
 * 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 th {
  font-weight: 400; }

.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 {
  cursor: pointer; }

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

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #222222;
  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:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  color: #D80E0E; }

.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:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  color: #D80E0E \9; }

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

.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:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  color: #D80E0E; }

.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:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  color: #D80E0E \9; }

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

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #222222;
  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: #D80E0E;
  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: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.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #D80E0E; }

.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:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9; }

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

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

.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;
  line-height: 1.2;
  border: none;
  padding: 9px 3px 10px;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear; }

.datepicker td.day {
  background-color: #f9f9f9;
  color: #707070; }

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

.datepicker thead tr:first-child {
  color: #222222; }

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

.datepicker thead th.dow {
  color: #222222;
  background-color: #f1f1f1;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize; }

.datepicker thead .icon-arrow-right,
.datepicker thead .icon-arrow-left {
  display: block;
  font-family: "carleader";
  font-size: 15px;
  line-height: 1;
  color: #222222;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

.datepicker table {
  border-spacing: 1px;
  border-collapse: separate; }

.datepicker th.prev {
  text-align: left; }

.datepicker th.next {
  text-align: right; }

.datepicker td {
  border: 1px solid #f9f9f9; }

.datepicker td.day.active {
  background-color: #D80E0E;
  color: #ffffff !important;
  border-color: #D80E0E; }

/*-------  3.6 perfect scrollbar  --------*/
/* 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:hover.ps-in-scrolling {
  pointer-events: none; }

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

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

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

.ps-container:hover.ps-in-scrolling.ps-y > .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; }

/*-------  3.7 sumoselect  --------*/
.SumoSelect p {
  margin: 0; }

.SumoSelect {
  width: 100%; }

.SelectBox {
  padding: 5px 8px; }

.sumoStopScroll {
  overflow: hidden; }

/* Filtering style */
.SumoSelect .hidden {
  display: none; }

.SumoSelect .search-txt {
  display: none;
  outline: none; }

.SumoSelect .no-match {
  display: none;
  padding: 6px; }

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px; }

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
  visibility: hidden; }

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.SelectClass {
  z-index: 1; }

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none; }

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0; }

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0; }

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default; }

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic; }

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px; }

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8; }

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden; }

.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block; }

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px; }

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto; }

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/ }

.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0; }

.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px; }

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0; }

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5; }

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px; }

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px; }

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959; }

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5; }

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0; }

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0; }

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none; }

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0; }

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4; }

.SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel {
  background-color: #a1c0e4; }

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer; }

.SumoSelect > .optWrapper > .options li span {
  display: none; }

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold; }

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%; }

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none; }

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5; }

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer; }

.SumoSelect > .optWrapper.multiple > .options li.opt span, .SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px; }

.SumoSelect > .optWrapper.multiple > .options li.opt span i, .SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px; }

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0; }

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px; }

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px; }

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px; }

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center; }

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed; }

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none; }

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer; }

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer; }

.SumoSelect .select-all.partial > span i {
  background-color: #ccc; }

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline; }

/*---------------------------------------*/
/*--------     3. Fonts icons    --------*/
/*---------------------------------------*/
@font-face {
  font-family: 'carleader';
  src: url("../font/fonts/carleader.eot?73wycj");
  src: url("../font/fonts/carleader.eot?73wycj#iefix") format("embedded-opentype"), url("../font/fonts/carleader.ttf?73wycj") format("truetype"), url("../font/fonts/carleader.woff?73wycj") format("woff"), url("../font/fonts/carleader.svg?73wycj#carleader") 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: 'carleader' !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-trophy:before {
  content: "\e948"; }

.icon-inventory:before {
  content: "\e944"; }

.icon-financing1:before {
  content: "\e945"; }

.icon-tradein1:before {
  content: "\e946"; }

.icon-payment1:before {
  content: "\e947"; }

.icon-5:before {
  content: "\e938"; }

.icon-618867:before {
  content: "\e939"; }

.icon-tools:before {
  content: "\e93a"; }

.icon-y1:before {
  content: "\e93b"; }

.icon-y2:before {
  content: "\e93c"; }

.icon-y3:before {
  content: "\e93d"; }

.icon-y4:before {
  content: "\e93e"; }

.icon-y5:before {
  content: "\e93f"; }

.icon-1:before {
  content: "\e940"; }

.icon-2:before {
  content: "\e941"; }

.icon-3:before {
  content: "\e942"; }

.icon-4:before {
  content: "\e943"; }

.icon-handsshake:before {
  content: "\e900"; }

.icon-icon:before {
  content: "\e901"; }

.icon-mail:before {
  content: "\e902"; }

.icon-15874:before {
  content: "\e903"; }

.icon-user:before {
  content: "\e904"; }

.icon-cart:before {
  content: "\e905"; }

.icon-addcar:before {
  content: "\e906"; }

.icon-mail1:before {
  content: "\e907"; }

.icon-menu:before {
  content: "\e908"; }

.icon-musica-searcher:before {
  content: "\e909"; }

.icon-car-washing-machine:before {
  content: "\e90a"; }

.icon-financing:before {
  content: "\e90b"; }

.icon-carsearch2:before {
  content: "\e90c"; }

.icon-payment:before {
  content: "\e90d"; }

.icon-tradein:before {
  content: "\e90e"; }

.icon-tradein2:before {
  content: "\e90f"; }

.icon-testdrive:before {
  content: "\e910"; }

.icon-photo-camera:before {
  content: "\e911"; }

.icon-compare:before {
  content: "\e912"; }

.icon-play:before {
  content: "\e913"; }

.icon-price-tag1:before {
  content: "\e914"; }

.icon-refresh-button:before {
  content: "\e915"; }

.icon-left-arrow:before {
  content: "\e916"; }

.icon-right-arrow:before {
  content: "\e917"; }

.icon-right-arrow1:before {
  content: "\e918"; }

.icon-road:before {
  content: "\e919"; }

.icon-soldout:before {
  content: "\e91a"; }

.icon-star:before {
  content: "\e91b"; }

.icon-user1:before {
  content: "\e91c"; }

.icon-vehicles:before {
  content: "\e91d"; }

.icon-report:before {
  content: "\e91e"; }

.icon-price-tag:before {
  content: "\e91f"; }

.icon-awards:before {
  content: "\e920"; }

.icon-customers:before {
  content: "\e921"; }

.icon-staff:before {
  content: "\e922"; }

.icon-3665:before {
  content: "\e923"; }

.icon-8800:before {
  content: "\e924"; }

.icon-226234:before {
  content: "\e925"; }

.icon-733613:before {
  content: "\e926"; }

.icon-84466:before {
  content: "\e927"; }

.icon-546419:before {
  content: "\e928"; }

.icon-130415:before {
  content: "\e929"; }

.icon-149984:before {
  content: "\e92a"; }

.icon-arrowdown:before {
  content: "\e92b"; }

.icon-arrowup:before {
  content: "\e92c"; }

.icon-arrowsdown:before {
  content: "\e92d"; }

.icon-arrowsup:before {
  content: "\e92e"; }

.icon-attachment:before {
  content: "\e92f"; }

.icon-calculator:before {
  content: "\e930"; }

.icon-carsearch:before {
  content: "\e931"; }

.icon-check-mark:before {
  content: "\e932"; }

.icon-close:before {
  content: "\e933"; }

.icon-done-tick:before {
  content: "\e934"; }

.icon-filer:before {
  content: "\e935"; }

.icon-grid:before {
  content: "\e936"; }

.icon-listing:before {
  content: "\e937"; }

.icon-2087677:before {
  content: "\e94a"; }

.icon-565374:before {
  content: "\e94b"; }

.icon-118669:before {
  content: "\e949"; }

.icon-pause:before {
  content: "\ea16"; }

/*---------------------------------------*/
/*-------      4. Typography        -----*/
/*---------------------------------------*/
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }

@-moz-keyframes fade-in {
  0% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }

@-o-keyframes fade-in {
  0% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }

body {
  font-family: "Roboto", sans-serif;
  color: #707070;
  background: #ffffff;
  margin: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 24px;
  -webkit-animation: fade-in 1s linear;
  -moz-animation: fade-in 1s linear;
  -o-animation: fade-in 1s linear;
  animation: fade-in 1s linear; }
  @media (max-width: 575px) {
    body {
      font-size: 14px;
      line-height: 20px; } }

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

a {
  text-decoration: none;
  outline: none;
  color: #707070; }

a:hover {
  outline: none;
  text-decoration: none;
  outline: none;
  color: #707070; }

a:active,
a:visited,
a:focus {
  text-decoration: none;
  outline: none; }

.container-fluid.no-gutters {
  padding-left: 0;
  padding-right: 0; }

.btn {
  background: #D80E0E;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  border: none;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 600;
  position: relative;
  outline: none;
  padding: 4px 24px 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 54px;
  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; }
  .btn:hover {
    background: #222222;
    color: #ffffff;
    outline: none; }
  .btn:active, .btn:visited, .btn:focus, .btnbutton:focus {
    outline: none;
    box-shadow: none; }
  .btn:not(.tt-icon-right) [class^="icon-"] {
    font-size: 18px;
    line-height: 1.2;
    margin-right: 6px; }
  .btn.btn-wide {
    padding-left: 38px;
    padding-right: 38px; }
  .btn.btn-color02 {
    background: #ffffff;
    color: #222222;
    box-shadow: none;
    border: 1px solid #b7b7b7; }
    .btn.btn-color02:hover {
      background: #222222;
      color: #ffffff;
      border: 1px solid #222222; }
  .btn.btn-fullwidth {
    width: 100%; }
  .btn.btn-xl {
    height: 54px;
    font-size: 15px;
    padding-left: 26px;
    padding-right: 26px; }
    .btn.btn-xl [class^="icon-"] {
      font-size: 20px;
      line-height: 1.2;
      margin-right: 11px;
      position: relative;
      top: -1px; }
    @media (max-width: 1024px) {
      .btn.btn-xl {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .btn.btn-xl {
        padding-left: 30px;
        padding-right: 30px; }
        .btn.btn-xl [class^="icon-"] {
          font-size: 18px; } }
    @media (max-width: 575px) {
      .btn.btn-xl {
        padding-left: 25px;
        padding-right: 25px; }
        .btn.btn-xl [class^="icon-"] {
          font-size: 18px; } }
  .btn.btn-icon-small [class^="icon-"] {
    font-size: 13px; }

.btn-border {
  background: transparent;
  color: #D80E0E;
  font-family: "Poppins", sans-serif;
  border: 1px solid #D80E0E;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 600;
  position: relative;
  outline: none;
  padding: 4px 21px 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 54px;
  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; }
  .btn-border:hover {
    background: #D80E0E;
    color: #ffffff;
    outline: none; }
  .btn-border:active, .btn-border:visited, .btn-border:focus, .btn-borderbutton:focus {
    outline: none;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); }
  .btn-border .icon-arrowdown {
    position: relative;
    display: inline-block;
    top: 0px;
    margin-right: 8px;
    font-family: "carleader";
    content: "\e92b";
    font-size: 8px;
    line-height: 1.1;
    font-weight: 600;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .btn-border .icon-right {
    margin-left: 8px;
    margin-right: -2px; }

.btn-top {
  margin-top: 28px; }

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

p {
  padding: 0 0 24px 0;
  margin-bottom: 0; }

hr {
  border: none;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #dfdfdf;
  padding: 0; }
  @media (min-width: 1025px) {
    hr {
      margin: 60px 0 53px 0; } }
  @media (max-width: 1024px) {
    hr {
      margin: 40px 0 33px 0; } }

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

/*
	tt-block-title
*/
.tt-block-title {
  font-family: "Poppins", sans-serif;
  position: relative; }
  .tt-block-title:not(.text-left):not(.text-right) {
    text-align: center; }
  .tt-block-title .tt-title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 1.1;
    margin: 0;
    padding: 0px;
    color: #222222; }
    .tt-block-title .tt-title:first-child {
      margin-top: -4px; }
  .tt-block-title .tt-description {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #D80E0E;
    margin-top: 7px; }
  .tt-block-title:not(.tt-block-title-border) {
    padding-bottom: 35px; }
  .tt-block-title.tt-block-title-border {
    padding-bottom: 21px;
    margin-bottom: 40px; }
    .tt-block-title.tt-block-title-border:before, .tt-block-title.tt-block-title-border:after {
      content: '';
      display: inline-block;
      position: absolute;
      z-index: 1;
      bottom: 0;
      height: 1px; }
    .tt-block-title.tt-block-title-border:before {
      left: 0;
      width: 35px;
      background-color: #555555; }
    .tt-block-title.tt-block-title-border:after {
      left: 35px;
      width: 78px;
      background-color: #D80E0E; }
  @media (max-width: 1024px) and (min-width: 576px) {
    .tt-block-title .tt-title {
      font-size: 36px; } }
  @media (max-width: 575px) {
    .tt-block-title .tt-title {
      font-size: 24px; } }

.tt-title-light .tt-block-title .tt-title {
  color: #ffffff; }

.tt-title-subpages {
  font-size: 21px;
  line-height: 1.2;
  color: #222222;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0 0 20px 0; }

p + .tt-block-title {
  margin-top: 12px; }

.tt-title-subpages + .tt-form-default {
  margin-top: 6px; }

.tt-typography-02 {
  font-size: 16px;
  line-height: 26px; }

/*
	Subpages-Title
*/
.tt-subpages-wrapper {
  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: url("../images/custom/subpages-wrapper-01.jpg") 0 0 no-repeat;
  width: 100%;
  height: 165px; }
  .tt-subpages-wrapper .tt-title {
    color: #ffffff;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    text-align: center; }
  @media (max-width: 798px) {
    .tt-subpages-wrapper .tt-title {
      font-size: 34px; } }

.tt-indent-btn {
  margin-top: -19px; }

p + .tt-title-subpages {
  margin-top: 33px; }
  @media (max-width: 1024px) {
    p + .tt-title-subpages {
      margin-top: 20px; } }

.img-bottom {
  margin-bottom: 7px; }

/* tt-conent-layout */
.tt-conent-layout p {
  margin: 16px 0 0 0; }
  .tt-conent-layout p:first-child {
    margin-top: 0; }

.tt-text-center {
  text-align: center;
  max-width: 996px;
  margin: 0 auto !important; }

.tt-block-title + .tt-text-center {
  margin-top: 4px !important; }

.tt-text-center + *[class^="js-carousel"] {
  margin-top: 39px; }
  @media (max-width: 1024px) {
    .tt-text-center + *[class^="js-carousel"] {
      margin-top: 27px; } }
  @media (max-width: 575px) {
    .tt-text-center + *[class^="js-carousel"] {
      margin-top: 17px; } }

@media (max-width: 767px) {
  .tt-mobile-hidden {
    display: none; } }

/*
	tt-form-default
*/
/* form */
::-webkit-input-placeholder {
  color: #222222; }

::-moz-placeholder {
  color: #222222; }

:-moz-placeholder {
  color: #222222; }

:-ms-input-placeholder {
  color: #222222; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

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

.tt-form-default .form-group {
  margin-bottom: 12px; }

.tt-form-default label:not(.radio) {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #222222;
  font-size: 15px;
  line-height: 1.2;
  padding-right: 4px;
  padding-bottom: 7px;
  display: block; }

.tt-form-default input[type=text],
.tt-form-default input[type=email],
.tt-form-default input[type=number],
.tt-form-default textarea {
  background: #f7f7f7;
  font-size: 15px;
  border: 1px solid transparent;
  padding: 3px 12px 4px 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  box-shadow: none;
  outline: none;
  color: #707070;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

.tt-form-default input[type=text]:not(textarea),
.tt-form-default input[type=email]:not(textarea),
.tt-form-default input[type=number]:not(textarea) {
  height: 56px; }

@media (max-width: 575px) {
  .tt-form-default input[type=text]:not(textarea),
  .tt-form-default input[type=email]:not(textarea),
  .tt-form-default input[type=number]:not(textarea) {
    height: 39px; } }

.tt-form-default input.form-control,
.tt-form-default textarea.form-control {
  -webkit-appearance: none; }

.tt-form-default select.form-control {
  padding: 10px 12px 11px 15px;
  cursor: pointer; }

.tt-form-default select.form-control:not([size]):not([multiple]) {
  height: auto; }

.tt-form-default input[type=text]:focus,
.tt-form-default input[type=email]:focus,
.tt-form-default input[type=number]:focus,
.tt-form-default textarea:focus {
  border-color: #D80E0E;
  outline: none;
  box-shadow: none;
  background: #f7f7f7; }

.tt-form-default select {
  background: transparent;
  font-size: 12px;
  border: 1px solid #dfdfdf;
  padding: 3px 12px 4px 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  box-shadow: none;
  outline: none;
  color: #222222;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  width: 100%;
  -webkit-box-shadow: 0px 0px 1px #dfdfdf;
  -moz-box-shadow: 0px 0px 1px #dfdfdf;
  box-shadow: 0px 0px 1px #dfdfdf;
  height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

.tt-form-default select:focus {
  border-color: #D80E0E;
  -webkit-box-shadow: 0px 0px 1px #D80E0E;
  -moz-box-shadow: 0px 0px 1px #D80E0E;
  box-shadow: 0px 0px 1px #D80E0E; }

.tt-form-default textarea.form-control {
  padding-top: 16px; }

/*
	tt-form-default02
*/
.tt-form-default02 .form-group {
  margin-bottom: 15px; }

.tt-form-default02 input[type=text].form-control,
.tt-form-default02 input[type=email].form-control,
.tt-form-default02 textarea {
  font-size: 15px;
  line-height: 28px;
  border: none;
  outline: none;
  border-bottom: 1px solid #c8c8ca;
  padding: 5px 12px 11px 4px;
  font-family: "Roboto", sans-serif;
  box-shadow: none;
  outline: none;
  color: #707070;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  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-form-default02 input[type=text]:not(textarea),
.tt-form-default02 input[type=email]:not(textarea) {
  height: 40px; }

@media (max-width: 575px) {
  .tt-form-default02 input[type=text]:not(textarea),
  .tt-form-default02 input[type=email]:not(textarea) {
    height: 39px; } }

.tt-form-default02 input.form-control,
.tt-form-default02 textarea.form-control {
  -webkit-appearance: none; }

.tt-form-default02 select.form-control {
  padding: 10px 12px 11px 15px;
  cursor: pointer; }

.tt-form-default02 select.form-control:not([size]):not([multiple]) {
  height: auto; }

.tt-form-default02 input[type=text]:focus,
.tt-form-default02 input[type=email]:focus,
.tt-form-default02 textarea:focus {
  border-color: #D80E0E;
  box-shadow: none;
  color: #707070; }

.tt-form-default02 .nice-select.tt-skin-01 {
  height: 39px;
  padding: 8px 33px 3px 14px; }

.tt-form-default02 .tt-rating i {
  cursor: pointer; }

/* radio-group */
.radio {
  display: block;
  cursor: pointer;
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 24px;
  transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  color: #222222; }
  .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: #7f7f7f; }
  .radio {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #222222;
    font-size: 15px;
    line-height: 1.2;
    padding-right: 4px;
    padding-bottom: 7px;
    display: block; }
  .radio .outer {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 1px 4px 0 0;
    background-color: #f7f8fa;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 1px #dfdfdf;
    -moz-box-shadow: 0px 0px 1px #dfdfdf;
    box-shadow: 0px 0px 1px #dfdfdf; }
  .radio .inner {
    width: 8px;
    height: 8px;
    top: 3px;
    left: 3px;
    display: block;
    background-color: #7f7f7f;
    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: #D80E0E; }
  .radio:hover .inner {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

/* checkbox-group */
.checkbox-group {
  position: relative;
  display: inline-block;
  margin-bottom: 28px;
  font-size: 11px;
  line-height: 19px; }
  .checkbox-group input[type=checkbox] {
    display: none; }
  .checkbox-group label {
    padding-left: 34px;
    cursor: pointer;
    font-size: 15px;
    line-height: 19px;
    color: #707070;
    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.03s;
      -moz-transition-duration: 0.03s;
      transition-duration: 0.03s; }
    .checkbox-group label .box {
      background: #ffffff;
      height: 20px;
      width: 20px;
      z-index: 9;
      margin-top: -2px;
      border: 1px solid #d1d1d1; }
    .checkbox-group label .check {
      top: 1px;
      left: 4px;
      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: transparent;
      width: 10px;
      height: 10px;
      line-height: 1;
      position: absolute; }
    .checkbox-group label .check:before {
      content: "\e934";
      color: #222222;
      font-size: 10px;
      line-height: 1;
      position: absolute;
      left: 1px;
      top: 3px;
      font-family: "carleader";
      font-style: normal;
      font-weight: 400; }

.checkbox-group:hover label {
  color: #D80E0E; }

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

.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:not(:first-child) {
    margin-top: 19px; }

.list-form-column li {
  margin-left: 15px; }

/* input type file*/
.tt-input-file {
  width: 285px;
  padding-bottom: 15px;
  position: relative; }
  .tt-input-file .input-group-btn:before {
    font-family: "carleader";
    content: '\e92f';
    display: block;
    position: absolute;
    top: 13px;
    left: 15px;
    font-size: 13px;
    line-height: 1.2;
    z-index: 2; }
  .tt-input-file input[type=text] {
    width: 232px;
    height: 40px !important;
    font-family: "Roboto", sans-serif;
    outline: none;
    padding: 0 0 0 35px;
    box-shadow: none;
    border: 1px solid #dfdfdf;
    color: #222222;
    font-size: 12px;
    background-color: transparent;
    position: absolute;
    left: 0;
    -webkit-appearance: none;
    pointer-events: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 1px #dfdfdf;
    -moz-box-shadow: 0px 0px 1px #dfdfdf;
    box-shadow: 0px 0px 1px #dfdfdf; }
  .tt-input-file input[type=file] {
    padding: 0 0 0 25px; }
  .tt-input-file:before {
    content: '+';
    display: block;
    position: absolute;
    right: 0;
    width: 43px;
    height: 40px;
    font-size: 28px;
    line-height: 1.3;
    border: 1px solid #dfdfdf;
    color: #888888;
    font-weight: 400;
    text-align: center;
    pointer-events: none;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-box-shadow: 0px 0px 1px #dfdfdf;
    -moz-box-shadow: 0px 0px 1px #dfdfdf;
    box-shadow: 0px 0px 1px #dfdfdf; }
    .tt-input-file:before:before {
      content: '+';
      display: inline-block;
      font-size: 28px;
      line-height: 1.2; }
  .tt-input-file .tt-btn-icon {
    padding: 13px 0 0 12px;
    width: 292px;
    height: 42px;
    color: #222222;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    display: block;
    padding: 14px 0 0 38px;
    cursor: pointer; }
  .tt-input-file.tt-upload input[type=text] {
    background-color: #ffffff; }
  .tt-input-file:hover:before {
    color: #D80E0E;
    border-color: #D80E0E;
    -webkit-box-shadow: 0px 0px 1px #D80E0E;
    -moz-box-shadow: 0px 0px 1px #D80E0E;
    box-shadow: 0px 0px 1px #D80E0E; }
  @media (max-width: 480px) {
    .tt-input-file {
      width: 200px; }
      .tt-input-file .tt-btn-icon {
        width: 200px; }
      .tt-input-file:before {
        display: none; }
      .tt-input-file input[type=text] {
        width: 200px; } }

/*
	Custom select
*/
.tt-select {
  opacity: 0; }

.tt-skinSelect-01 .SumoSelect {
  cursor: pointer;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500; }
  .tt-skinSelect-01 .SumoSelect > .CaptionCont {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    height: 40px;
    padding: 8px 33px 3px 14px; }
    .tt-skinSelect-01 .SumoSelect > .CaptionCont > span.placeholder,
    .tt-skinSelect-01 .SumoSelect > .CaptionCont > span {
      font-style: normal;
      color: #707070;
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      transition: all 0.2s ease-in-out;
      cursor: pointer;
      text-transform: inherit;
      padding-right: 0px;
      font-size: 16px; }
    .tt-skinSelect-01 .SumoSelect > .CaptionCont > label {
      cursor: pointer; }
      .tt-skinSelect-01 .SumoSelect > .CaptionCont > label > i {
        display: none; }
      .tt-skinSelect-01 .SumoSelect > .CaptionCont > label:after {
        content: '';
        display: block;
        height: 5px;
        margin-top: -1px;
        pointer-events: none;
        position: absolute;
        right: 17px;
        top: 50%;
        transition: all 0.15s ease-in-out;
        border: 4px solid transparent;
        border-top: 4px solid #000000; }
  .tt-skinSelect-01 .SumoSelect > .optWrapper > .options li.opt label {
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    padding: 0;
    margin: 0; }
    .tt-skinSelect-01 .SumoSelect > .optWrapper > .options li.opt label:hover {
      color: #ffffff; }
  .tt-skinSelect-01 .SumoSelect > .CaptionCont,
  .tt-skinSelect-01 .SumoSelect:focus > .CaptionCont {
    border: solid 1px #dfdfdf;
    -webkit-box-shadow: 0px 0px 1px #dfdfdf;
    -moz-box-shadow: 0px 0px 1px #dfdfdf;
    box-shadow: 0px 0px 1px #dfdfdf;
    -moz-transition: border 0.2s linear;
    -o-transition: border 0.2s linear;
    -webkit-transition: border 0.2s linear;
    transition: border 0.2s linear; }
  .tt-skinSelect-01 .SumoSelect:hover > .CaptionCont,
  .tt-skinSelect-01 .SumoSelect.open > .CaptionCont {
    border-color: #D80E0E;
    -webkit-box-shadow: 0px 0px 1px #D80E0E;
    -moz-box-shadow: 0px 0px 1px #D80E0E;
    box-shadow: 0px 0px 1px #D80E0E; }
  .tt-skinSelect-01 .SumoSelect .optWrapper {
    top: 100% !important;
    margin-top: 4px;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    color: #707070;
    -webkit-box-shadow: 0px 0px 1px #dfdfdf;
    -moz-box-shadow: 0px 0px 1px #dfdfdf;
    box-shadow: 0px 0px 1px #dfdfdf;
    border-radius: 0; }
    .tt-skinSelect-01 .SumoSelect .optWrapper > .options {
      padding-top: 11px;
      padding-bottom: 10px; }
    .tt-skinSelect-01 .SumoSelect .optWrapper > .options li.opt.disabled {
      font-weight: bold;
      color: #707070;
      display: none; }
      .tt-skinSelect-01 .SumoSelect .optWrapper > .options li.opt.disabled * {
        opacity: 1; }
    .tt-skinSelect-01 .SumoSelect .optWrapper > .options li.opt {
      text-align: left;
      padding: 2px 14px;
      line-height: 24px;
      border-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; }
    .tt-skinSelect-01 .SumoSelect .optWrapper > .options li.opt:hover {
      background-color: #D80E0E;
      color: #ffffff; }

.tt-skinSelect-02 .SumoSelect {
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  width: 38px; }
  .tt-skinSelect-02 .SumoSelect > .CaptionCont {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    height: 30px;
    padding: 3px 12px 4px 2px;
    background: transparent;
    display: inline-flex; }
    .tt-skinSelect-02 .SumoSelect > .CaptionCont > span.placeholder,
    .tt-skinSelect-02 .SumoSelect > .CaptionCont > span {
      font-style: normal;
      color: #D80E0E;
      transition: all 0.2s ease-in-out;
      cursor: pointer;
      text-transform: uppercase;
      padding-right: 16px; }
    .tt-skinSelect-02 .SumoSelect > .CaptionCont > label {
      cursor: pointer; }
      .tt-skinSelect-02 .SumoSelect > .CaptionCont > label > i {
        display: none; }
      .tt-skinSelect-02 .SumoSelect > .CaptionCont > label:after {
        content: '';
        display: block;
        height: 5px;
        pointer-events: none;
        position: absolute;
        right: 17px;
        top: 50%;
        transition: all 0.15s ease-in-out;
        border: 3px solid transparent;
        border-top: 3px solid #ffffff; }
  .tt-skinSelect-02 .SumoSelect > .CaptionCont,
  .tt-skinSelect-02 .SumoSelect:focus > .CaptionCont {
    border: solid 1px transparent;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    -moz-transition: border 0.2s linear;
    -o-transition: border 0.2s linear;
    -webkit-transition: border 0.2s linear;
    transition: border 0.2s linear; }
  .tt-skinSelect-02 .SumoSelect:hover > .CaptionCont,
  .tt-skinSelect-02 .SumoSelect.open > .CaptionCont {
    border-color: transparent;
    -webkit-box-shadow: 0px 0px 1px transparent;
    -moz-box-shadow: 0px 0px 1px transparent;
    box-shadow: 0px 0px 1px transparent; }
  .tt-skinSelect-02 .SumoSelect .optWrapper {
    top: 100% !important;
    margin-top: 4px;
    min-width: 70px;
    background-color: #ffffff;
    border: 1px solid transparent;
    color: #222222;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); }
    .tt-skinSelect-02 .SumoSelect .optWrapper > .options li.opt.disabled {
      font-weight: bold;
      color: #D80E0E; }
      .tt-skinSelect-02 .SumoSelect .optWrapper > .options li.opt.disabled * {
        opacity: 1; }
    .tt-skinSelect-02 .SumoSelect .optWrapper > .options li.opt {
      text-align: left;
      padding: 2px 14px;
      border-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; }
    .tt-skinSelect-02 .SumoSelect .optWrapper > .options li.opt:hover {
      background-color: #D80E0E;
      color: #ffffff; }

.tt-form-default.tt-skinSelect-01 .SumoSelect .optWrapper > .options li.opt {
  line-height: 24px; }
  .tt-form-default.tt-skinSelect-01 .SumoSelect .optWrapper > .options li.opt label {
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    padding: 0; }
  .tt-form-default.tt-skinSelect-01 .SumoSelect .optWrapper > .options li.opt:hover label {
    color: #ffffff; }

.tt-default-color {
  color: #D80E0E; }

.tt-default-color02 {
  color: #222222; }

@media (max-width: 575px) {
  .hidden-mobile {
    display: none !important; } }

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

/*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: 1;
    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: #ffffff;
    font-size: 56px;
    line-height: 1;
    float: left;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
  .tt-video-block .link-video:hover:before {
    color: #D80E0E; }
  .tt-video-block .link-video:before {
    content: '\e913';
    font-family: "carleader";
    display: inline-block;
    z-index: 3; }

.tt-video-block.play .link-video:before {
  content: '\ea16'; }

.tt-wrapper-01 {
  background: #fafafa;
  padding: 97px 0 101px 0; }
  @media (max-width: 1024px) {
    .tt-wrapper-01 {
      padding: 67px 0 70px 0; } }
  @media (max-width: 575px) {
    .tt-wrapper-01 {
      padding: 57px 0 60px 0; } }

h6:not([class^="tt-title"]) {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #222222;
  margin: 0;
  padding: 0 0 21px 0;
  font-family: "Poppins", sans-serif; }
  @media (max-width: 1024px) {
    h6:not([class^="tt-title"]) {
      font-size: 16px; } }

.tt-title-default {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  color: #222222;
  margin: 0;
  padding: 0 0 21px 0;
  font-family: "Poppins", sans-serif; }
  @media (max-width: 1024px) {
    .tt-title-default {
      font-size: 18px; } }
  @media (max-width: 575px) {
    .tt-title-default {
      font-size: 16px;
      padding: 0 0 9px 0; } }

.tt-list01 {
  list-style: none;
  padding: 0;
  margin: 0; }
  .tt-list01 li {
    padding: 0 0 0px 29px;
    position: relative;
    font-size: 16px; }
    .tt-list01 li strong {
      color: #222222; }
    .tt-list01 li:before {
      content: '\e932';
      font-family: "carleader";
      display: block;
      position: absolute;
      top: 5px;
      left: 0;
      font-size: 13px;
      line-height: 1;
      color: #D80E0E; }
    .tt-list01 li a {
      color: #222222;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      .tt-list01 li a:hover {
        color: #D80E0E; }
    .tt-list01 li:not(:first-child) {
      margin-top: 12px; }
    .tt-list01 li:last-child {
      padding-bottom: 0; }
  @media (min-width: 576px) {
    .tt-list01 {
      padding: 0 0 0 9px; } }

.tt-list02 {
  list-style: none;
  padding: 0 0 0 0px;
  margin: 0; }
  .tt-list02 li {
    padding: 0 0 5px 25px;
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    font-size: 11px;
    line-height: 1.4;
    font-family: "Poppins", sans-serif; }
    .tt-list02 li:before {
      content: '\e917';
      font-family: "carleader";
      display: block;
      position: absolute;
      top: 0px;
      left: 0;
      font-size: 13px;
      line-height: 1;
      color: #D80E0E; }
    .tt-list02 li a {
      color: #222222;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      .tt-list02 li a:hover {
        color: #D80E0E; }
    .tt-list02 li:not(:last-child) {
      margin-bottom: 10px; }
    .tt-list02 li:last-child {
      padding-bottom: 0; }

.tt-list03 {
  list-style: none;
  padding: 0 0 0 0px;
  margin: 0; }
  .tt-list03 li {
    padding: 0 0 4px 27px;
    margin-bottom: 10px;
    color: #222222;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    line-height: 1.4;
    font-family: "Poppins", sans-serif; }
    .tt-list03 li:before {
      content: '\e934';
      font-family: "carleader";
      display: block;
      position: absolute;
      top: 3px;
      left: 8px;
      font-size: 8px;
      line-height: 1;
      color: #D80E0E; }
    .tt-list03 li a {
      color: #222222;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      .tt-list03 li a:hover {
        color: #D80E0E; }
  @media (max-width: 1024px) {
    .tt-list03 li {
      font-size: 11px; } }

.tt-link {
  color: #D80E0E;
  -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: bold; }
  .tt-link:hover {
    color: #222222; }

.tt-link-back {
  font-size: 11px;
  text-transform: uppercase;
  color: #D80E0E;
  -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: bold;
  margin-bottom: 18px;
  display: inline-block;
  font-family: "Poppins", sans-serif; }
  .tt-link-back:hover {
    color: #222222; }
  .tt-link-back:before {
    position: relative;
    display: inline-block;
    top: -1px;
    margin-right: 8px;
    font-family: "carleader";
    content: "\e92b";
    font-size: 8px;
    line-height: 1.1;
    font-weight: 600;
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg); }
  @media (max-width: 1024px) {
    .tt-link-back {
      margin-bottom: 4px; } }
  @media (max-width: 575px) {
    .tt-link-back {
      margin-bottom: 8px; } }

/*
tooltip
*/
.tooltip {
  display: inline;
  position: relative;
  font-family: "Roboto", sans-serif; }
  .tooltip:after {
    background: #222222;
    border-radius: 0px;
    top: -38px;
    color: #ffffff;
    content: attr(title);
    left: 50%;
    margin-left: -39px;
    padding: 4px 5px 5px;
    position: absolute;
    font-weight: 500;
    z-index: 1;
    width: 88px;
    font-size: 14px;
    line-height: 1.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; }
  .tooltip:before {
    border: solid;
    border-color: #222222 transparent;
    border-width: 5px 5px 0 5px;
    top: -11px;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    font-weight: 500;
    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; }
  .tooltip:hover:after, .tooltip:hover:before {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; }

/*
	blockquote
*/
.tt-blockquote {
  position: relative;
  padding: 0 0 0 37px;
  margin: 0px 0 0 0;
  color: #707070;
  font-style: italic;
  font-size: 16px;
  line-height: 26px; }
  .tt-blockquote:after {
    content: '“';
    display: block;
    position: absolute;
    top: -14px;
    left: 0px;
    font-size: 75px;
    line-height: 1.2;
    color: #D80E0E;
    font-family: "Poppins", sans-serif;
    font-style: normal; }
  .tt-blockquote p {
    font-style: italic;
    margin: 0;
    padding: 0; }
  @media (max-width: 1024px) {
    .tt-blockquote {
      padding: 0 0 0 30px; }
      .tt-blockquote:before {
        display: none; }
      .tt-blockquote:after {
        left: 0; } }
  @media (max-width: 575px) {
    .tt-blockquote {
      font-size: 14px;
      line-height: 20px; } }

.tt-blockquote-02 {
  position: relative;
  padding: 0;
  margin: 0;
  font-style: inherit;
  font-size: 18px;
  line-height: 29px;
  color: #707070;
  font-weight: 400;
  font-style: normal;
  text-align: justify; }
  .tt-blockquote-02:after {
    content: '”';
    display: block;
    position: absolute;
    top: -4px;
    left: 0px;
    font-size: 84px;
    line-height: 1;
    color: #b4b4b4;
    font-style: normal;
    font-family: "Poppins", sans-serif; }
  .tt-blockquote-02 p {
    margin: 0;
    padding: 0 0 0 44px; }
  @media (max-width: 1024px) {
    .tt-blockquote-02 {
      padding: 0 0 0 30px; }
      .tt-blockquote-02:before {
        display: none; }
      .tt-blockquote-02:after {
        left: 0; } }
  @media (max-width: 575px) {
    .tt-blockquote-02 {
      font-size: 14px;
      line-height: 20px;
      padding: 35px 0 0 0; }
      .tt-blockquote-02 p {
        padding: 0; } }
  .tt-blockquote-02 .tt-caption {
    margin-top: 29px;
    font-size: 16px; }
    .tt-blockquote-02 .tt-caption span {
      color: #222222;
      font-weight: 500; }

/*
	Tabs 02
*/
/*nav-tabs (tabs)*/
/* tabs(custom) */
.tt-tabs-02 {
  margin-top: -15px; }
  .tt-tabs-02 .tt-tabs__head > ul {
    list-style: none;
    padding: 0; }
  .tt-tabs-02 .tt-tabs__head .tt-tabs__btn-prev,
  .tt-tabs-02 .tt-tabs__head .tt-tabs__btn-next {
    display: none; }
  .tt-tabs-02 .tt-tabs__body > div {
    display: block; }
    .tt-tabs-02 .tt-tabs__body > div > div {
      display: none; }
  @media only screen and (max-width: 796px) {
    .tt-tabs-02 .tt-tabs__head {
      display: none; }
    .tt-tabs-02 .tt-tabs__head.slider .tt-tabs__btn-prev,
    .tt-tabs-02 .tt-tabs__head.slider .tt-tabs__btn-next {
      display: none; }
    .tt-tabs-02 .tt-tabs__border {
      display: none; }
    .tt-tabs-02 .tt-tabs__body > div {
      margin-top: 10px; }
      .tt-tabs-02 .tt-tabs__body > div > span {
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
        position: relative;
        display: block;
        padding: 12px 0px 11px 25px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        color: #222222;
        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-tabs-02 .tt-tabs__body > div > div {
        padding: 30px 0px 27px; }
    .tt-tabs-02 .tt-tabs__body > div:hover > span {
      color: #D80E0E; }
    .tt-tabs-02 .tt-tabs__body > div.active > span {
      color: #ffffff;
      background-color: #D80E0E; }
    .tt-tabs-02 .tt-tabs__content-head {
      display: none; } }
  @media only screen and (min-width: 797px) {
    .tt-tabs-02 .tt-tabs__head {
      position: relative;
      visibility: hidden; }
      .tt-tabs-02 .tt-tabs__head > ul {
        position: relative;
        margin: 0 -10px;
        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-tabs-02 .tt-tabs__head > ul > li {
          padding: 0 10px 4px; }
          .tt-tabs-02 .tt-tabs__head > ul > li > span {
            position: relative;
            display: block;
            padding: 17px 15px 10px;
            font-size: 15px;
            line-height: 18px;
            letter-spacing: 0.1em;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            color: #222222;
            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-tabs-02 .tt-tabs__head > ul > li > span:hover {
            display: block;
            color: #D80E0E; }
        .tt-tabs-02 .tt-tabs__head > ul > li.active > span {
          color: #D80E0E;
          border-color: #D80E0E; }
    .tt-tabs-02 .tt-tabs__head.text-center ul {
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .tt-tabs-02 .tt-tabs__head.slider {
      margin-left: 30px;
      margin-right: 30px; }
      .tt-tabs-02 .tt-tabs__head.slider .tt-tabs__btn-prev,
      .tt-tabs-02 .tt-tabs__head.slider .tt-tabs__btn-next {
        display: block;
        position: absolute;
        width: 20px;
        height: 100%;
        top: 0;
        cursor: pointer;
        z-index: 2; }
      .tt-tabs-02 .tt-tabs__head.slider .tt-tabs__btn-prev::before,
      .tt-tabs-02 .tt-tabs__head.slider .tt-tabs__btn-next::before {
        position: absolute;
        display: block;
        content: '';
        top: 50%;
        left: 50%;
        margin-top: -15px;
        border-top: solid 3px #222222;
        border-left: solid 3px #222222;
        width: 12px;
        height: 12px;
        transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear; }
      .tt-tabs-02 .tt-tabs__head.slider .tt-tabs__btn-prev.disabled,
      .tt-tabs-02 .tt-tabs__head.slider .tt-tabs__btn-next.disabled {
        pointer-events: none; }
      .tt-tabs-02 .tt-tabs__head.slider .tt-tabs__btn-prev.disabled::before,
      .tt-tabs-02 .tt-tabs__head.slider .tt-tabs__btn-next.disabled::before {
        border-top-color: #222222;
        border-left-color: #222222; }
      .tt-tabs-02 .tt-tabs__head.slider .tt-tabs__btn-prev {
        left: -30px; }
      .tt-tabs-02 .tt-tabs__head.slider .tt-tabs__btn-next {
        right: -30px; }
      .tt-tabs-02 .tt-tabs__head.slider .tt-tabs__btn-prev::before {
        margin-left: -4px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .tt-tabs-02 .tt-tabs__head.slider .tt-tabs__btn-next::before {
        margin-left: -8px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg); }
    .tt-tabs-02 .tt-tabs__head.slider::before,
    .tt-tabs-02 .tt-tabs__head.slider::after {
      position: absolute;
      display: block;
      content: '';
      height: 100%;
      width: 30px;
      top: 0;
      cursor: default;
      z-index: 1; }
    .tt-tabs-02 .tt-tabs__head.slider::before {
      left: -30px;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white 20%);
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white 20%);
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white 20%);
      background: linear-gradient(to left, rgba(255, 255, 255, 0), white 20%); }
    .tt-tabs-02 .tt-tabs__head.slider::after {
      right: -30px;
      background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), white 20%);
      background: -o-linear-gradient(right, rgba(255, 255, 255, 0), white 20%);
      background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), white 20%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0), white 20%); }
    .tt-tabs-02 .tt-tabs__border {
      display: none; }
    .tt-tabs-02 .tt-tabs__body > div > span {
      display: none; }
    .tt-tabs-02 .tt-tabs__body > div > div {
      padding: 28px 0 0px; } }

.tt-tabs-02 .tt-list01 li {
  color: #707070;
  padding-bottom: 12px; }
  @media (max-width: 796px) {
    .tt-tabs-02 .tt-list01 li {
      line-height: 24px; } }

.tt-base-color {
  color: #D80E0E; }

/*---------------------------------------*/
/*--------     5. Header         --------*/
/*---------------------------------------*/
.panel-menu,
.mmpanels,
.mmpanels > .mmpanel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: inherit; }

.panel-menu {
  width: 320px;
  background: #484848;
  position: fixed;
  z-index: 50; }
  .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: 15px;
        line-height: 22px;
        text-decoration: none;
        color: #ffffff;
        background: transparent;
        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: #D80E0E;
        background: transparent; }
  .panel-menu #mm0.mmpanel a:not(.mm-close) {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #ffffff;
    background-color: transparent; }
    .panel-menu #mm0.mmpanel a:not(.mm-close):after {
      color: #ffffff; }
  .panel-menu #mm0.mmpanel a:not(.mm-close):hover {
    color: #D80E0E;
    background-color: transparent; }
    .panel-menu #mm0.mmpanel a:not(.mm-close):hover:after {
      color: #D80E0E; }
  .panel-menu #mm0.mmpanel .mm-next-level:after {
    top: 18px; }
  .panel-menu .mmpanel:not(#mm0) a:not(.mm-original-link) {
    font-family: "Roboto", sans-serif;
    font-weight: 400; }
  .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;
    color: #ffffff;
    background-color: transparent;
    background-color: transparent;
    text-transform: uppercase; }
  .panel-menu .mm-close:before,
  .panel-menu .mm-prev-level:before,
  .panel-menu .mm-next-level:after {
    font-family: "carleader";
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    color: #ffffff; }
  .panel-menu .mm-close:hover,
  .panel-menu .mm-prev-level:hover,
  .panel-menu .mm-next-level:hover {
    color: #D80E0E;
    background-color: transparent; }
  .panel-menu .mm-close:hover:before .mm-prev-level:hover:before,
  .panel-menu .mm-next-level:hover:after {
    color: #D80E0E; }
  .panel-menu li.mm-close-parent {
    margin-bottom: 32px; }
    .panel-menu li.mm-close-parent .mm-close {
      padding: 14px 16px 15px 29px;
      color: #ffffff;
      border-bottom: 1px solid #dfdfdf;
      background-color: transparent; }
    .panel-menu li.mm-close-parent .mm-close:before {
      content: "\e933";
      padding-right: 10px;
      position: relative;
      top: 0px;
      color: #ffffff; }
    .panel-menu li.mm-close-parent .mm-close:hover {
      color: #D80E0E;
      background-color: transparent; }
      .panel-menu li.mm-close-parent .mm-close:hover:before {
        color: #D80E0E; }
  .panel-menu .mm-prev-level {
    padding: 14px 16px 15px 29px;
    color: #ffffff;
    background-color: transparent;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 15px; }
  .panel-menu .mm-prev-level:before {
    content: "\e92b";
    padding-right: 10px;
    position: relative;
    top: 5px;
    color: #ffffff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block; }
  .panel-menu .mm-prev-level:hover {
    color: #D80E0E;
    background-color: transparent; }
    .panel-menu .mm-prev-level:hover:before {
      color: #D80E0E; }
  .panel-menu .mm-next-level {
    color: #222222;
    background-color: transparent; }
  .panel-menu .mm-next-level:after {
    content: "\e92b";
    padding-left: 10px;
    top: 12px;
    right: 30px;
    position: absolute;
    color: #ffffff;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  .panel-menu .mm-next-level:hover {
    color: #D80E0E;
    background-color: transparent; }
    .panel-menu .mm-next-level:hover:after {
      color: #D80E0E; }
  .panel-menu .mm-original-link {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #ffffff;
    background-color: transparent; }
  .panel-menu .mm-original-link:before {
    padding-right: 10px;
    color: #ffffff; }
  .panel-menu .mm-original-link:hover {
    color: #D80E0E;
    background-color: transparent; }
    .panel-menu .mm-original-link:hover:before {
      color: #D80E0E; }

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

.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-01(CarLeader)
*/
#tt-header.tt-header-01 {
  position: relative;
  z-index: 3;
  /*
		panel-info(desctope top line)
	*/
  /*
		quickLinks(mobile top line)
	*/
  /*
		header-holder layout
	*/
  /*
		header-obj
	*/
  /* desctop-menu */ }
  @media (min-width: 1025px) {
    #tt-header.tt-header-01.tt-on-top {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 10;
      pointer-events: none; }
      #tt-header.tt-header-01.tt-on-top > * {
        pointer-events: auto; } }
  #tt-header.tt-header-01:not(.tt-on-top) {
    background: #ffffff; }
  #tt-header.tt-header-01 .tt-panel-info {
    background-color: #333333; }
    @media (max-width: 1024px) {
      #tt-header.tt-header-01 .tt-panel-info {
        display: none; } }
    @media (min-width: 1025px) {
      #tt-header.tt-header-01 .tt-panel-info .row {
        height: 43px; }
      #tt-header.tt-header-01 .tt-panel-info .nice-select.tt-skin-02 {
        height: 30px; } }
    @media (max-width: 1024px) {
      #tt-header.tt-header-01 .tt-panel-info .row {
        height: 28px;
        position: relative;
        top: -1px; }
      #tt-header.tt-header-01 .tt-panel-info .nice-select.tt-skin-02 {
        height: 27px; } }
  #tt-header.tt-header-01 .tt-box-info {
    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;
    font-size: 14px;
    font-weight: 500; }
    #tt-header.tt-header-01 .tt-box-info li {
      color: #a9a9a9; }
      #tt-header.tt-header-01 .tt-box-info li a {
        color: #a9a9a9;
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
        #tt-header.tt-header-01 .tt-box-info li a:hover {
          color: #ffffff; }
      #tt-header.tt-header-01 .tt-box-info li i {
        font-size: 18px;
        line-height: 1;
        color: #D80E0E;
        margin-right: 6px;
        position: relative;
        top: 3px; }
      @media (min-width: 1230px) {
        #tt-header.tt-header-01 .tt-box-info li:not(:last-child) {
          margin-right: 40px; } }
      @media (max-width: 1229px) {
        #tt-header.tt-header-01 .tt-box-info li:not(:last-child) {
          margin-right: 22px; } }
      @media (max-width: 1024px) {
        #tt-header.tt-header-01 .tt-box-info li:not(:last-child) {
          margin-right: 10px; } }
    @media (max-width: 1024px) {
      #tt-header.tt-header-01 .tt-box-info {
        font-size: 10px; }
        #tt-header.tt-header-01 .tt-box-info li strong {
          display: none; }
        #tt-header.tt-header-01 .tt-box-info li i {
          font-size: 16px;
          margin-right: 7px; }
          #tt-header.tt-header-01 .tt-box-info li i.icon-15874 {
            margin-right: 3px; } }
    @media (max-width: 1024px) {
      #tt-header.tt-header-01 .tt-box-info .tt-text {
        display: none; } }
  #tt-header.tt-header-01 .tt-dropdown-obj {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin: 0 20px 0 0px;
    position: relative;
    top: 3px; }
    #tt-header.tt-header-01 .tt-dropdown-obj:last-child {
      margin-right: 0; }
    #tt-header.tt-header-01 .tt-dropdown-obj .tt-dropdown-toggle {
      font-size: 18px;
      line-height: 1;
      color: #D80E0E;
      display: inline-block;
      padding: 6px 3px 4px 3px;
      position: relative;
      -moz-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      #tt-header.tt-header-01 .tt-dropdown-obj .tt-dropdown-toggle:hover {
        color: #ffffff; }
      #tt-header.tt-header-01 .tt-dropdown-obj .tt-dropdown-toggle:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0; }
    @media (max-width: 1024px) {
      #tt-header.tt-header-01 .tt-dropdown-obj {
        margin: 0 5px 0 0px; }
        #tt-header.tt-header-01 .tt-dropdown-obj .tt-dropdown-toggle {
          font-size: 16px; } }
    #tt-header.tt-header-01 .tt-dropdown-obj.active .tt-dropdown-toggle {
      color: #ffffff; }
  #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu {
    position: fixed;
    opacity: 0;
    width: 100%;
    text-align: left;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.2s ease 0s;
    transition: 0.2s ease 0s;
    background: #ffffff;
    right: 0;
    left: 0;
    z-index: 22;
    -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #D80E0E; }
    @media (min-width: 1025px) {
      #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu {
        top: 43px; } }
    @media (max-width: 1024px) {
      #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu {
        top: 28px; } }
    #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu form {
      position: relative;
      display: block; }
    #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-row-search {
      height: 70px; }
    #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-search-input {
      font-family: "Roboto", sans-serif;
      background: transparent;
      font-size: 20px;
      font-weight: 500;
      border: none;
      padding: 24px 12px 10px 0px;
      margin-left: 38px;
      box-shadow: none;
      outline: none;
      width: calc(100% - 71px);
      color: #5f5f5f;
      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-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-search-input:not(focus)::-webkit-input-placeholder {
        color: #5f5f5f; }
      #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-search-input:not(focus)::-moz-placeholder {
        color: #5f5f5f; }
      #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-search-input:not(focus):-moz-placeholder {
        color: #5f5f5f; }
      #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-search-input:not(focus):-ms-input-placeholder {
        color: #5f5f5f; }
    #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-btn-search {
      color: #5f5f5f;
      font-size: 20px;
      line-height: 1;
      font-family: "carleader";
      position: absolute;
      cursor: pointer;
      top: 22px;
      padding: 4px 0 4px 4px;
      left: 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; }
      #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-btn-search:before {
        content: "\e909"; }
      #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-btn-search:hover {
        color: #ffffff; }
    #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-btn-close {
      display: -ms-inline-flexbox;
      display: -webkit-inline-flex;
      display: inline-flex;
      position: absolute;
      top: 20px;
      right: 0;
      color: #5f5f5f;
      font-size: 20px;
      line-height: 1;
      font-family: "carleader";
      padding: 5px 0px 5px 5px;
      background: none;
      border: none;
      cursor: pointer;
      outline: 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-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-btn-close:before {
        font-family: "carleader";
        content: "\e933";
        line-height: 1; }
      #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-btn-close:hover {
        color: #ffffff; }
    @media (max-width: 765px) {
      #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-row-search {
        height: 60px; }
      #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-search-input {
        font-size: 18px;
        padding-top: 18px; }
      #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-btn-close {
        top: 15px; }
      #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-btn-search {
        top: 17px; } }
  #tt-header.tt-header-01 .tt-searcher:not(.active) .tt-dropdown-menu {
    pointer-events: none; }
  @media (max-width: 1024px) {
    #tt-header.tt-header-01 .tt-searcher .tt-dropdown-toggle {
      font-size: 16px; } }
  #tt-header.tt-header-01 .tt-searcher.active .tt-dropdown-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s ease 0.15s;
    transition: 0.3s ease 0.15s; }
  @media (max-width: 765px) {
    #tt-header.tt-header-01 .tt-searcher .container {
      max-width: 100%; } }
  #tt-header.tt-header-01 .tt-language {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-right: 20px; }
    #tt-header.tt-header-01 .tt-language select {
      opacity: 0; }
    @media (max-width: 1229px) {
      #tt-header.tt-header-01 .tt-language {
        margin-right: 17px; } }
    @media (max-width: 1024px) {
      #tt-header.tt-header-01 .tt-language {
        margin-right: 12px; } }
  #tt-header.tt-header-01 .tt-cart {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative; }
    @media (min-width: 1025px) {
      #tt-header.tt-header-01 .tt-cart {
        top: 3px; } }
    #tt-header.tt-header-01 .tt-cart .tt-dropdown-toggle {
      font-size: 18px;
      line-height: 1;
      color: #D80E0E;
      display: inline-block;
      padding: 6px 0 9px 5px;
      position: relative;
      -moz-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      #tt-header.tt-header-01 .tt-cart .tt-dropdown-toggle i {
        pointer-events: none; }
      #tt-header.tt-header-01 .tt-cart .tt-dropdown-toggle:hover {
        color: #ffffff; }
    #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu {
      position: absolute;
      opacity: 0;
      width: 299px;
      margin: 15px 0 0 0;
      text-align: left;
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
      -webkit-transition: 0.2s ease 0s;
      transition: 0.2s ease 0s;
      background: #ffffff;
      right: 0;
      top: 100%;
      z-index: 22;
      -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
      border-bottom: 3px solid #D80E0E;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
      #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu:before {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 23px;
        top: -7px;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        border: 7px solid transparent;
        border-bottom: 7px solid #ffffff;
        z-index: 1; }
      #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu:after {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 23px;
        top: -7px;
        z-index: 0;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        border: 7px solid transparent;
        border-bottom: 7px solid rgba(0, 0, 0, 0.2); }
      #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-dropdown-title {
        font-family: "Poppins", sans-serif;
        color: #222222;
        font-weight: 600;
        position: relative;
        padding: 24px 7px 24px 28px;
        margin: 0;
        font-size: 21px;
        line-height: 26px; }
        #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-dropdown-title .tt-btn-close {
          font-size: 12px;
          display: inline-block;
          padding: 5px;
          color: #D80E0E;
          position: absolute;
          right: 23px;
          top: 17px;
          cursor: pointer; }
          #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-dropdown-title .tt-btn-close:hover {
            color: #222222; }
      #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results {
        padding: 0 28px 0 28px; }
        #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results li {
          position: relative; }
          #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results li:not(:first-child) {
            margin: 24px 0 0 0; }
          #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results 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: stretch;
            -ms-flex-line-pack: stretch;
            align-content: stretch;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            margin-right: 18px; }
            #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results li a .thumbnail {
              width: 85px;
              min-width: 85px; }
            #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results li a .tt-description {
              padding: 0 5px 0 12px; }
              #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results li a .tt-description .tt-title {
                font-size: 15px;
                line-height: 20px;
                color: #707070;
                -moz-transition: color 0.2s linear;
                -o-transition: color 0.2s linear;
                -webkit-transition: color 0.2s linear;
                transition: color 0.2s linear; }
              #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results li a .tt-description .tt-rating {
                margin-top: 5px; }
              #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results li a .tt-description .tt-price {
                font-size: 15px;
                line-height: 26px;
                font-weight: 600;
                color: #D80E0E;
                font-family: "Roboto", sans-serif;
                display: inline-block;
                margin-top: 9px; }
            #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results li a:hover .tt-description .tt-title {
              color: #D80E0E; }
          #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results li .tt-close-item {
            color: #222222;
            font-size: 12px;
            padding: 5px 0px 5px 5px;
            position: absolute;
            top: 0;
            right: 0;
            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-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results li .tt-close-item:hover {
              color: #D80E0E; }
      #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-bottom {
        border-top: 1px solid #e8e8e8;
        margin-top: 24px;
        padding: 23px 28px 35px; }
        #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-bottom .price-total {
          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;
          font-size: 21px;
          line-height: 1.5;
          padding-bottom: 6px;
          color: #222222;
          font-weight: 600;
          font-family: "Poppins", sans-serif; }
          #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-bottom .price-total label {
            padding-right: 10px; }
          #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-bottom .price-total .tt-price {
            padding-left: 10px;
            font-size: 21px;
            line-height: 1.4;
            color: #D80E0E; }
        #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-bottom .btn {
          width: 100%;
          margin-top: 9px; }
    #tt-header.tt-header-01 .tt-cart:not(.active) .tt-dropdown-menu {
      pointer-events: none; }
    @media (max-width: 1024px) {
      #tt-header.tt-header-01 .tt-cart .tt-dropdown-toggle {
        font-size: 16px; } }
    #tt-header.tt-header-01 .tt-cart.active .tt-dropdown-menu {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: 0.3s ease 0.15s;
      transition: 0.3s ease 0.15s; }
  #tt-header.tt-header-01 .tt-account {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative; }
    @media (min-width: 1025px) {
      #tt-header.tt-header-01 .tt-account {
        top: 3px; } }
    #tt-header.tt-header-01 .tt-account .tt-dropdown-toggle {
      font-size: 18px;
      line-height: 1;
      color: #D80E0E;
      display: inline-block;
      padding: 6px 0 9px 5px;
      position: relative;
      -moz-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      #tt-header.tt-header-01 .tt-account .tt-dropdown-toggle i {
        pointer-events: none; }
      #tt-header.tt-header-01 .tt-account .tt-dropdown-toggle:hover {
        color: #ffffff; }
    #tt-header.tt-header-01 .tt-account .tt-dropdown-menu {
      position: absolute;
      opacity: 0;
      width: 230px;
      margin: 15px 0 0 0;
      padding: 0 20px 20px;
      text-align: left;
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
      -webkit-transition: 0.2s ease 0s;
      transition: 0.2s ease 0s;
      background: #ffffff;
      right: -23px;
      top: 100%;
      z-index: 22;
      -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
      border-bottom: 3px solid #D80E0E;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
      #tt-header.tt-header-01 .tt-account .tt-dropdown-menu:before {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 23px;
        top: -7px;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        border: 7px solid transparent;
        border-bottom: 7px solid #ffffff;
        z-index: 1; }
      #tt-header.tt-header-01 .tt-account .tt-dropdown-menu:after {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 23px;
        top: -7px;
        z-index: 0;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        border: 7px solid transparent;
        border-bottom: 7px solid rgba(0, 0, 0, 0.2); }
      #tt-header.tt-header-01 .tt-account .tt-dropdown-menu .tt-row-close {
        position: relative;
        padding: 15px 0px 14px 22px; }
        #tt-header.tt-header-01 .tt-account .tt-dropdown-menu .tt-row-close .tt-btn-close {
          font-size: 12px;
          display: inline-block;
          padding: 5px;
          color: #222222;
          position: absolute;
          right: -4px;
          top: 17px;
          cursor: pointer; }
          #tt-header.tt-header-01 .tt-account .tt-dropdown-menu .tt-row-close .tt-btn-close:hover {
            color: #D80E0E; }
      #tt-header.tt-header-01 .tt-account .tt-dropdown-menu ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        #tt-header.tt-header-01 .tt-account .tt-dropdown-menu ul li {
          color: #222222;
          font-size: 16px; }
          #tt-header.tt-header-01 .tt-account .tt-dropdown-menu ul li a {
            color: #222222;
            display: block;
            padding: 4px 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-header.tt-header-01 .tt-account .tt-dropdown-menu ul li a:hover {
              color: #D80E0E; }
    #tt-header.tt-header-01 .tt-account:not(.active) .tt-dropdown-menu {
      pointer-events: none; }
    @media (max-width: 1024px) {
      #tt-header.tt-header-01 .tt-account .tt-dropdown-toggle {
        font-size: 16px; } }
    #tt-header.tt-header-01 .tt-account.active .tt-dropdown-menu {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: 0.3s ease 0.15s;
      transition: 0.3s ease 0.15s; }
  #tt-header.tt-header-01 .tt-quickLinks-popup {
    position: relative; }
    @media (min-width: 1025px) {
      #tt-header.tt-header-01 .tt-quickLinks-popup {
        display: none; } }
  @media (min-width: 1025px) {
    #tt-header.tt-header-01 .tt-mobile-quickLinks {
      display: none; } }
  @media (max-width: 1024px) {
    #tt-header.tt-header-01 .tt-mobile-quickLinks {
      display: block;
      background-color: #222222; }
      #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col {
        text-align: center;
        line-height: 24px;
        display: inline-block; }
        #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col:not(:last-child) {
          border-right: 1px solid #3a3a3a; }
        #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col:not(:first-child) {
          border-left: 1px solid #181818; }
        #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col.tt-cart {
          display: block; }
        #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col a.btn-toggle {
          color: #D80E0E;
          display: block;
          height: 28px;
          text-align: center;
          font-size: 18px;
          line-height: 24px;
          -moz-transition: color 0.2s linear;
          -o-transition: color 0.2s linear;
          -webkit-transition: color 0.2s linear;
          transition: color 0.2s linear; }
          #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col a.btn-toggle i {
            position: relative;
            top: 3px; }
          #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col a.btn-toggle:hover {
            color: #ffffff; }
          #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col a.btn-toggle.active {
            color: #ffffff; }
        #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col .nice-select.tt-skin-02 {
          display: inline-block;
          float: inherit;
          height: 25px;
          padding: 5px 12px 2px 2px;
          color: #ffffff;
          min-width: 37px; }
          #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col .nice-select.tt-skin-02:after {
            border-top-color: #ffffff;
            margin-top: -1px; }
          #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col .nice-select.tt-skin-02 .list {
            background: #ffffff;
            color: #222222;
            -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1); }
      #tt-header.tt-header-01 .tt-mobile-quickLinks .row .quickLinks-layout {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        background-color: #f5f5f5;
        color: #424242;
        padding: 30px;
        top: 100%;
        left: 0;
        transform: translateY(-20px);
        z-index: -1;
        transition: opacity 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
        pointer-events: none;
        text-align: left;
        text-transform: none;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); } }
  #tt-header.tt-header-01 .quickLinks-map address {
    font-size: 12px;
    line-height: 1.1;
    margin: 0;
    padding: 4px 10px 9px 13px;
    color: #707070;
    text-transform: uppercase; }
    #tt-header.tt-header-01 .quickLinks-map address i {
      color: #D80E0E;
      font-size: 18px;
      line-height: 1.1;
      margin: 0 10px 0 0;
      position: relative;
      top: 3px; }
  #tt-header.tt-header-01 .quickLinks-address {
    padding: 13px 10px 13px 13px; }
    #tt-header.tt-header-01 .quickLinks-address i {
      color: #D80E0E;
      font-size: 18px;
      line-height: 1.1;
      margin: 0 10px 0 0;
      position: relative;
      top: 3px; }
    #tt-header.tt-header-01 .quickLinks-address .tt-title {
      font-size: 19px;
      line-height: 1.2;
      font-family: "Poppins", sans-serif;
      color: #222222;
      font-weight: 600;
      margin: 0;
      padding: 0 0 8px 0; }
    #tt-header.tt-header-01 .quickLinks-address ul li {
      color: #707070; }
      #tt-header.tt-header-01 .quickLinks-address ul li a {
        color: #707070;
        text-decoration: none; }
      #tt-header.tt-header-01 .quickLinks-address ul li:not(:first-child) {
        margin-top: 6px; }
  #tt-header.tt-header-01 .header-holder {
    position: relative;
    z-index: 7;
    min-height: 104px; }
    #tt-header.tt-header-01 .header-holder .container {
      position: relative; }
    #tt-header.tt-header-01 .header-holder .col-logo {
      z-index: 2; }
      #tt-header.tt-header-01 .header-holder .col-logo img {
        width: 220px;
        margin-left: -13px; }
      @media (min-width: 1025px) {
        #tt-header.tt-header-01 .header-holder .col-logo {
          margin-top: 21px;
          margin-bottom: 21px; } }
      @media (max-width: 1024px) {
        #tt-header.tt-header-01 .header-holder .col-logo {
          margin-top: 21px;
          margin-bottom: 11px; } }
      @media (max-width: 1024px) {
        #tt-header.tt-header-01 .header-holder .col-logo {
          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;
          margin-top: 22px;
          margin-bottom: 22px;
          -webkit-flex: 2 1 auto;
          -ms-flex: 2 1 auto;
          flex: 2 1 auto; } }
    #tt-header.tt-header-01 .header-holder .col-menu {
      -webkit-flex: 2 1 auto;
      -ms-flex: 2 1 auto;
      flex: 2 1 auto; }
    @media (min-width: 1025px) {
      #tt-header.tt-header-01 .header-holder .col-btn-toggle-modal {
        margin-top: -1px; } }
    @media (max-width: 1024px) {
      #tt-header.tt-header-01 .header-holder .col-btn-toggle-modal {
        position: absolute;
        right: 0px;
        top: 24px; } }
    @media (min-width: 1025px) {
      #tt-header.tt-header-01 .header-holder .col-menu-toggle {
        display: none; } }
    @media (max-width: 1024px) {
      #tt-header.tt-header-01 .header-holder {
        min-height: 82px; }
        #tt-header.tt-header-01 .header-holder .container {
          max-width: 100%; }
        #tt-header.tt-header-01 .header-holder .col-menu,
        #tt-header.tt-header-01 .header-holder .col-btn-toggle-modal {
          display: none; }
        #tt-header.tt-header-01 .header-holder .col-logo {
          margin-left: 15px; }
        #tt-header.tt-header-01 .header-holder .col-menu-toggle {
          display: inline-block;
          padding-top: 10px;
          padding-bottom: 10px; }
          #tt-header.tt-header-01 .header-holder .col-menu-toggle .tt-menu-toggle {
            padding-top: 15px;
            padding-bottom: 15px;
            display: inline-block; } }
  #tt-header.tt-header-01 .tt-logo {
    max-width: 215px;
    display: inline-block; }
    @media (max-width: 1024px) {
      #tt-header.tt-header-01 .tt-logo {
        max-width: 150px; } }
    #tt-header.tt-header-01 .tt-logo img {
      max-width: 100%;
      height: auto; }
  #tt-header.tt-header-01 .tt-menu-toggle {
    color: #222222;
    font-size: 26px;
    line-height: 1.2em;
    padding: 5px;
    z-index: 3;
    outline: none;
    position: relative;
    top: 2px;
    display: inline-block !important;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    #tt-header.tt-header-01 .tt-menu-toggle:hover {
      color: #D80E0E; }
  #tt-header.tt-header-01 .btn.btn-toggle-modal {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    position: relative;
    z-index: 2;
    font-size: 15px;
    height: 54px; }
    #tt-header.tt-header-01 .btn.btn-toggle-modal i {
      font-size: 22px;
      margin-top: -3px;
      margin-right: 12px; }
    @media (max-width: 1229px) {
      #tt-header.tt-header-01 .btn.btn-toggle-modal .tt-text {
        display: none; }
      #tt-header.tt-header-01 .btn.btn-toggle-modal i {
        margin-right: 0; } }
    @media (max-width: 1024px) {
      #tt-header.tt-header-01 .btn.btn-toggle-modal {
        padding-top: 4px;
        height: 38px; }
        #tt-header.tt-header-01 .btn.btn-toggle-modal i {
          font-size: 18px; } }
  @media (max-width: 1024px) {
    #tt-header.tt-header-01 #tt-desctop-menu {
      display: none; } }
  #tt-header.tt-header-01 #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: 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.tt-header-01 #tt-desctop-menu nav > ul > li {
      display: inline-block;
      position: relative; }
      #tt-header.tt-header-01 #tt-desctop-menu nav > ul > li a {
        color: #222222;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 15px;
        display: inline-block;
        position: relative;
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
        @media (min-width: 1230px) {
          #tt-header.tt-header-01 #tt-desctop-menu nav > ul > li a {
            padding: 17px 14px 14px; } }
        @media (max-width: 1229px) {
          #tt-header.tt-header-01 #tt-desctop-menu nav > ul > li a {
            padding: 17px 7px 14px; } }
        @media (max-width: 1024px) {
          #tt-header.tt-header-01 #tt-desctop-menu nav > ul > li a {
            color: #222222;
            padding: 17px 10px 10px;
            font-size: 14px; } }
        @media (max-width: 1024px) {
          #tt-header.tt-header-01 #tt-desctop-menu nav > ul > li a {
            padding: 17px 10px 14px; } }
        #tt-header.tt-header-01 #tt-desctop-menu nav > ul > li a:hover {
          color: #D80E0E; }
      #tt-header.tt-header-01 #tt-desctop-menu nav > ul > li:first-child ul {
        left: 0; }
      #tt-header.tt-header-01 #tt-desctop-menu nav > ul > li.is-subMenu > a:after {
        content: '';
        display: inline-block;
        width: 3px;
        height: 5px;
        margin-top: 1px;
        margin-left: 9px;
        pointer-events: none;
        transition: all 0.15s ease-in-out;
        border: 3px solid transparent;
        border-top: 3px solid #222222; }
        @media (max-width: 1024px) {
          #tt-header.tt-header-01 #tt-desctop-menu nav > ul > li.is-subMenu > a:after {
            border-top-color: #222222; } }
      #tt-header.tt-header-01 #tt-desctop-menu nav > ul > li.is-active > a {
        color: #D80E0E; }
        #tt-header.tt-header-01 #tt-desctop-menu nav > ul > li.is-active > a:after {
          border-top-color: #D80E0E !important; }
      #tt-header.tt-header-01 #tt-desctop-menu nav > ul > li ul {
        position: absolute;
        z-index: 1;
        opacity: 0;
        min-width: 211px;
        z-index: 1000;
        list-style: none;
        margin: 0;
        text-transform: uppercase;
        text-align: left;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: 0.2s ease 0s;
        transition: 0.2s ease 0s; }
      #tt-header.tt-header-01 #tt-desctop-menu nav > ul > li.is-hover ul {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: 0.3s ease 0.15s;
        transition: 0.3s ease 0.15s; }
    #tt-header.tt-header-01 #tt-desctop-menu nav > ul ul {
      background: #ffffff;
      top: auto;
      left: 28px;
      width: 211px;
      border-bottom: 3px solid #D80E0E;
      padding: 17px 0 19px 0;
      pointer-events: none;
      -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2); }
      #tt-header.tt-header-01 #tt-desctop-menu nav > ul ul:before {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        left: 23px;
        top: -7px;
        transition: all 0.15s ease-in-out;
        border: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        z-index: 1; }
      #tt-header.tt-header-01 #tt-desctop-menu nav > ul ul:after {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        left: 23px;
        top: -7px;
        z-index: 0;
        transition: all 0.15s ease-in-out;
        border: 6px solid transparent;
        border-bottom: 6px solid rgba(0, 0, 0, 0.2); }
      #tt-header.tt-header-01 #tt-desctop-menu nav > ul ul li a {
        color: #707070;
        font-size: 15px;
        line-height: 1.3;
        text-transform: capitalize;
        font-weight: 600;
        padding: 10px 20px 5px 28px; }
        #tt-header.tt-header-01 #tt-desctop-menu nav > ul ul li a:hover {
          color: #D80E0E; }
      #tt-header.tt-header-01 #tt-desctop-menu nav > ul ul li.is-active > a {
        color: #D80E0E; }
      @media (max-width: 1229px) {
        #tt-header.tt-header-01 #tt-desctop-menu nav > ul ul {
          left: 11px; } }

/*
Header stuck
*/
#tt-stuck {
  width: 100%;
  position: fixed;
  backface-visibility: hidden;
  top: -76px;
  z-index: 20;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  -moz-transition: top 0.2s linear;
  -o-transition: top 0.2s linear;
  -webkit-transition: top 0.2s linear;
  transition: top 0.2s linear; }
  @media (min-width: 1025px) {
    #tt-stuck .tt-stuck-row {
      height: 76px; } }
  @media (max-width: 1024px) {
    #tt-stuck .tt-stuck-row {
      height: 56px; } }
  #tt-stuck .tt-stuck-row > [class^="col-"] {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 1025px) {
    #tt-stuck .tt-stuck-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: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (max-width: 1024px) {
    #tt-stuck .tt-stuck-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: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      #tt-stuck .tt-stuck-row .tt-stuck-parent-logo {
        -webkit-flex: 2 1 auto;
        -ms-flex: 2 1 auto;
        flex: 2 1 auto; }
      #tt-stuck .tt-stuck-row .tt-menu-toggle {
        top: 8px; }
      #tt-stuck .tt-stuck-row .tt-logo {
        margin-top: 9px; } }
  #tt-stuck #tt-desctop-menu nav > ul {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #tt-stuck #tt-desctop-menu nav > ul > li > a:not(:hover) {
      color: #222222; }
    #tt-stuck #tt-desctop-menu nav > ul > li.is-active > a {
      color: #D80E0E; }
      #tt-stuck #tt-desctop-menu nav > ul > li.is-active > a:after {
        border-top-color: #D80E0E !important; }
    #tt-stuck #tt-desctop-menu nav > ul > li.is-subMenu > a:after {
      border-top-color: #222222 !important; }
    #tt-stuck #tt-desctop-menu nav > ul ul {
      left: 15px; }
      #tt-stuck #tt-desctop-menu nav > ul ul li.is-active > a {
        color: #D80E0E !important; }
  #tt-stuck.stuck {
    top: 0; }
  @media (max-width: 1024px) {
    #tt-stuck {
      max-height: 56px; } }

@media (max-width: 1024px) {
  body.touch #tt-header .tt-panel-info {
    padding-bottom: 2px; } }

/* stuck tt-header-01*/
#tt-header.tt-header-01 #tt-stuck .col-logo {
  display: inline-block; }
  #tt-header.tt-header-01 #tt-stuck .col-logo .tt-logo {
    max-width: 160px;
    position: relative;
    top: -4px; }
    #tt-header.tt-header-01 #tt-stuck .col-logo .tt-logo img {
      width: 160px; }
  @media (max-width: 1024px) and (min-width: 1025px) {
    #tt-header.tt-header-01 #tt-stuck .col-logo {
      display: none; } }

#tt-header.tt-header-01 #tt-stuck .btn.btn-toggle-modal:hover:hover {
  background: #222222;
  color: #ffffff; }

#tt-header.tt-header-01 #tt-stuck .col-btn-toggle-modal {
  display: none; }

@media (min-width: 1025px) {
  #tt-header.tt-header-01 #tt-stuck .col-menu-toggle {
    display: none; } }

@media (min-width: 1025px) {
  #tt-header.tt-header-01 #tt-stuck .col-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-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -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 (max-width: 1024px) and (min-width: 1025px) {
  #tt-header.tt-header-01 #tt-stuck .col-menu {
    margin-left: 0 !important; } }

@media (max-width: 1024px) {
  #tt-header.tt-header-01 #tt-stuck .col-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: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #tt-header.tt-header-01 #tt-stuck .col-menu .tt-stuck-parent-logo {
      -webkit-flex: 2 1 auto;
      -ms-flex: 2 1 auto;
      flex: 2 1 auto; } }

#tt-header.tt-header-01 #tt-stuck #tt-desctop-menu nav > ul > li > a {
  padding: 20px 10px; }
  @media (max-width: 1024px) {
    #tt-header.tt-header-01 #tt-stuck #tt-desctop-menu nav > ul > li > a {
      padding: 15px 10px; } }
  @media (max-width: 780px) {
    #tt-header.tt-header-01 #tt-stuck #tt-desctop-menu nav > ul > li > a {
      padding: 15px 9px; } }

#tt-header.tt-header-01 #tt-stuck #tt-desctop-menu nav > ul > li:not(.active) a:not(:hover) {
  color: #222222; }

#tt-header.tt-header-01 #tt-stuck #tt-desctop-menu nav > ul > li.is-active > a {
  color: #D80E0E !important; }

@media (max-width: 1024px) {
  #tt-header.tt-header-01 #tt-stuck .tt-menu-toggle {
    top: 8px; }
  #tt-header.tt-header-01 #tt-stuck .col-logo .tt-logo {
    max-width: 120px;
    margin-top: 9px; } }

/*
	tt-header-02(MotoLeader)
*/
#tt-header.tt-header-02 {
  position: relative;
  z-index: 3;
  /*
		panel-info(desctope top line)
	*/
  /*
		quickLinks(mobile top line)
	*/
  /*
		header-holder layout
	*/
  /*
		header-obj
	*/
  /* desctop-menu */ }
  @media (min-width: 1025px) {
    #tt-header.tt-header-02.tt-on-top {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 10;
      pointer-events: none; }
      #tt-header.tt-header-02.tt-on-top > * {
        pointer-events: auto; } }
  #tt-header.tt-header-02:not(.tt-on-top) {
    height: 190px; }
    @media (min-width: 1025px) {
      #tt-header.tt-header-02:not(.tt-on-top) {
        background: url("../images/custom/header-sub-menu.jpg") 0 0 no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; } }
    @media (max-width: 1024px) {
      #tt-header.tt-header-02:not(.tt-on-top) {
        height: 127px; } }
  @media (max-width: 1024px) {
    #tt-header.tt-header-02 .tt-panel-info {
      display: none; } }
  @media (min-width: 1025px) {
    #tt-header.tt-header-02 .tt-panel-info {
      background-color: #ffffff; }
      #tt-header.tt-header-02 .tt-panel-info .nice-select.tt-skin-02 {
        height: 30px; } }
  @media (min-width: 1025px) {
    #tt-header.tt-header-02 .tt-panel-info .col-btn-toggle-modal {
      display: none; } }
  #tt-header.tt-header-02 .tt-panel-info .nice-select.tt-skin-02 {
    color: #222222;
    font-weight: 700; }
    #tt-header.tt-header-02 .tt-panel-info .nice-select.tt-skin-02:after {
      border-top-color: #222222; }
  #tt-header.tt-header-02 .tt-panel-info .tt-wrapper-icon {
    margin-top: 34px;
    margin-bottom: 30px; }
  #tt-header.tt-header-02 .tt-box-info {
    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;
    font-size: 12px; }
    #tt-header.tt-header-02 .tt-box-info li {
      text-transform: uppercase;
      position: relative;
      color: #222222;
      padding: 0 0 6px 39px;
      font-size: 12px;
      line-height: 1.7;
      font-weight: 600; }
      #tt-header.tt-header-02 .tt-box-info 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;
        color: #222222; }
        #tt-header.tt-header-02 .tt-box-info li a:hover {
          color: #D80E0E; }
      #tt-header.tt-header-02 .tt-box-info li i {
        font-size: 16px;
        line-height: 1.9;
        width: 30px;
        height: 30px;
        text-align: center;
        background: #D80E0E;
        color: #ffffff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: -2px;
        left: 0; }
      #tt-header.tt-header-02 .tt-box-info li:not(:first-child) {
        margin-left: 50px; }
    @media (min-width: 1230px) {
      #tt-header.tt-header-02 .tt-box-info {
        margin: 40px 0 40px 57px; } }
    @media (max-width: 1229px) {
      #tt-header.tt-header-02 .tt-box-info {
        margin: 0px 0 16px 0px; } }
    @media (max-width: 1024px) {
      #tt-header.tt-header-02 .tt-box-info li:not(:first-child) {
        margin-left: 20px; } }
  #tt-header.tt-header-02 .tt-dropdown-obj {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin: 0 20px 0 0px;
    position: relative;
    top: 3px; }
    #tt-header.tt-header-02 .tt-dropdown-obj:last-child {
      margin-right: 0 !important; }
    #tt-header.tt-header-02 .tt-dropdown-obj .tt-dropdown-toggle {
      font-size: 18px;
      line-height: 1;
      color: #D80E0E;
      display: inline-block;
      padding: 6px 3px 4px 3px;
      position: relative;
      -moz-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      #tt-header.tt-header-02 .tt-dropdown-obj .tt-dropdown-toggle:hover {
        color: #222222; }
      #tt-header.tt-header-02 .tt-dropdown-obj .tt-dropdown-toggle:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0; }
    @media (max-width: 1229px) {
      #tt-header.tt-header-02 .tt-dropdown-obj {
        margin: 0 17px 0 0px; } }
    @media (max-width: 1024px) {
      #tt-header.tt-header-02 .tt-dropdown-obj {
        margin: 0 5px 0 0px; }
        #tt-header.tt-header-02 .tt-dropdown-obj .tt-dropdown-toggle {
          font-size: 16px; } }
    #tt-header.tt-header-02 .tt-dropdown-obj.active .tt-dropdown-toggle {
      color: #222222; }
  #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu {
    position: fixed;
    opacity: 0;
    width: 100%;
    text-align: left;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.2s ease 0s;
    transition: 0.2s ease 0s;
    background: #ffffff;
    right: 0;
    left: 0;
    z-index: 22;
    -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #D80E0E; }
    @media (min-width: 1025px) {
      #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu {
        top: 80px; } }
    @media (max-width: 1024px) {
      #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu {
        top: 80px; } }
    @media (max-width: 766px) {
      #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu {
        top: 28px; } }
    #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu form {
      position: relative;
      display: block; }
    #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-row-search {
      height: 70px; }
    #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-search-input {
      font-family: "Roboto", sans-serif;
      background: transparent;
      font-size: 20px;
      font-weight: 500;
      border: none;
      padding: 24px 12px 10px 0px;
      margin-left: 38px;
      box-shadow: none;
      outline: none;
      width: calc(100% - 71px);
      color: #5f5f5f;
      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-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-search-input:not(focus)::-webkit-input-placeholder {
        color: #5f5f5f; }
      #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-search-input:not(focus)::-moz-placeholder {
        color: #5f5f5f; }
      #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-search-input:not(focus):-moz-placeholder {
        color: #5f5f5f; }
      #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-search-input:not(focus):-ms-input-placeholder {
        color: #5f5f5f; }
    #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-btn-search {
      color: #5f5f5f;
      font-size: 20px;
      line-height: 1;
      font-family: "carleader";
      position: absolute;
      cursor: pointer;
      top: 22px;
      padding: 4px 0 4px 4px;
      left: 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; }
      #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-btn-search:before {
        content: "\e909"; }
      #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-btn-search:hover {
        color: #D80E0E; }
    #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-btn-close {
      display: -ms-inline-flexbox;
      display: -webkit-inline-flex;
      display: inline-flex;
      position: absolute;
      top: 20px;
      right: 0;
      color: #5f5f5f;
      font-size: 20px;
      line-height: 1;
      font-family: "carleader";
      padding: 5px 0px 5px 5px;
      background: none;
      border: none;
      cursor: pointer;
      outline: 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-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-btn-close:before {
        font-family: "carleader";
        content: "\e933";
        line-height: 1; }
      #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-btn-close:hover {
        color: #D80E0E; }
    @media (max-width: 765px) {
      #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-row-search {
        height: 60px; }
      #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-search-input {
        font-size: 18px;
        padding-top: 18px; }
      #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-btn-close {
        top: 15px; }
      #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-btn-search {
        top: 17px; } }
  #tt-header.tt-header-02 .tt-searcher:not(.active) .tt-dropdown-menu {
    pointer-events: none; }
  @media (max-width: 1024px) {
    #tt-header.tt-header-02 .tt-searcher .tt-dropdown-toggle {
      font-size: 16px; } }
  #tt-header.tt-header-02 .tt-searcher.active .tt-dropdown-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s ease 0.15s;
    transition: 0.3s ease 0.15s; }
  @media (max-width: 765px) {
    #tt-header.tt-header-02 .tt-searcher .container {
      max-width: 100%; } }
  #tt-header.tt-header-02 .tt-language {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-right: 20px; }
    #tt-header.tt-header-02 .tt-language select {
      opacity: 0; }
    @media (max-width: 1229px) {
      #tt-header.tt-header-02 .tt-language {
        margin-right: 17px; } }
    @media (max-width: 1024px) {
      #tt-header.tt-header-02 .tt-language {
        margin-right: 12px; } }
  #tt-header.tt-header-02 .tt-cart {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative; }
    @media (min-width: 1025px) {
      #tt-header.tt-header-02 .tt-cart {
        top: 3px; } }
    #tt-header.tt-header-02 .tt-cart .tt-dropdown-toggle {
      font-size: 18px;
      line-height: 1;
      color: #D80E0E;
      display: inline-block;
      padding: 6px 0 9px 5px;
      position: relative;
      -moz-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      #tt-header.tt-header-02 .tt-cart .tt-dropdown-toggle i {
        pointer-events: none; }
      #tt-header.tt-header-02 .tt-cart .tt-dropdown-toggle:hover {
        color: #222222; }
    #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu {
      position: absolute;
      opacity: 0;
      width: 299px;
      margin: 15px 0 0 0;
      text-align: left;
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
      -webkit-transition: 0.2s ease 0s;
      transition: 0.2s ease 0s;
      background: #ffffff;
      right: 0;
      top: 100%;
      z-index: 22;
      -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
      border-bottom: 3px solid #D80E0E;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
      #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu:before {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 23px;
        top: -7px;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        border: 7px solid transparent;
        border-bottom: 7px solid #ffffff;
        z-index: 1; }
      #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu:after {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 23px;
        top: -7px;
        z-index: 0;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        border: 7px solid transparent;
        border-bottom: 7px solid rgba(0, 0, 0, 0.2); }
      #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-dropdown-title {
        font-family: "Poppins", sans-serif;
        color: #222222;
        font-weight: 600;
        border-bottom: 1px solid #e8e8e8;
        position: relative;
        padding: 15px 7px 14px 22px; }
        #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-dropdown-title .tt-btn-close {
          font-size: 12px;
          display: inline-block;
          padding: 5px;
          color: #D80E0E;
          position: absolute;
          right: 15px;
          top: 17px;
          cursor: pointer; }
          #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-dropdown-title .tt-btn-close:hover {
            color: #222222; }
      #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-results {
        padding: 0 20px 0 20px; }
        #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-results li {
          margin: 24px 0 0 0;
          position: relative; }
          #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-results 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: stretch;
            -ms-flex-line-pack: stretch;
            align-content: stretch;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            margin-right: 18px; }
            #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-results li a .thumbnail {
              width: 89px;
              min-width: 89px; }
            #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-results li a .tt-description {
              padding: 0 5px 0 12px; }
              #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-results li a .tt-description .tt-title {
                font-size: 15px;
                line-height: 22px;
                color: #222222;
                -moz-transition: color 0.2s linear;
                -o-transition: color 0.2s linear;
                -webkit-transition: color 0.2s linear;
                transition: color 0.2s linear; }
              #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-results li a .tt-description .tt-price {
                font-size: 18px;
                line-height: 22px;
                font-weight: 600;
                color: #222222;
                font-family: "Roboto", sans-serif;
                display: inline-block;
                margin-top: 9px; }
            #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-results li a:hover .tt-description .tt-title {
              color: #D80E0E; }
          #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-results li .tt-close-item {
            color: #222222;
            font-size: 12px;
            padding: 5px 0px 5px 5px;
            position: absolute;
            top: 0;
            right: 0;
            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-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-results li .tt-close-item:hover {
              color: #D80E0E; }
      #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-bottom {
        border-top: 1px solid #e8e8e8;
        margin-top: 24px;
        padding: 12px 20px 23px 20px; }
        #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-bottom .price-total {
          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;
          font-size: 18px;
          line-height: 1.5;
          color: #222222;
          font-weight: 600;
          font-family: "Poppins", sans-serif; }
          #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-bottom .price-total label {
            padding-right: 10px; }
          #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-bottom .price-total .tt-price {
            padding-left: 10px;
            font-size: 18px;
            line-height: 1.4;
            color: #222222; }
        #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-bottom .btn {
          width: 100%;
          margin-top: 9px; }
    #tt-header.tt-header-02 .tt-cart:not(.active) .tt-dropdown-menu {
      pointer-events: none; }
    @media (max-width: 1024px) {
      #tt-header.tt-header-02 .tt-cart .tt-dropdown-toggle {
        font-size: 16px; } }
    #tt-header.tt-header-02 .tt-cart.active .tt-dropdown-menu {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: 0.3s ease 0.15s;
      transition: 0.3s ease 0.15s; }
  #tt-header.tt-header-02 .tt-account {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative; }
    @media (min-width: 1025px) {
      #tt-header.tt-header-02 .tt-account {
        top: 3px; } }
    #tt-header.tt-header-02 .tt-account .tt-dropdown-toggle {
      font-size: 18px;
      line-height: 1;
      color: #D80E0E;
      display: inline-block;
      padding: 6px 0 9px 5px;
      position: relative;
      -moz-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      #tt-header.tt-header-02 .tt-account .tt-dropdown-toggle i {
        pointer-events: none; }
      #tt-header.tt-header-02 .tt-account .tt-dropdown-toggle:hover {
        color: #222222; }
    #tt-header.tt-header-02 .tt-account .tt-dropdown-menu {
      position: absolute;
      opacity: 0;
      width: 230px;
      margin: 15px 0 0 0;
      padding: 0 20px 20px;
      text-align: left;
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
      -webkit-transition: 0.2s ease 0s;
      transition: 0.2s ease 0s;
      background: #ffffff;
      right: -23px;
      top: 100%;
      z-index: 22;
      -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
      border-bottom: 3px solid #D80E0E;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
      #tt-header.tt-header-02 .tt-account .tt-dropdown-menu:before {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 23px;
        top: -7px;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        border: 7px solid transparent;
        border-bottom: 7px solid #ffffff;
        z-index: 1; }
      #tt-header.tt-header-02 .tt-account .tt-dropdown-menu:after {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 23px;
        top: -7px;
        z-index: 0;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        border: 7px solid transparent;
        border-bottom: 7px solid rgba(0, 0, 0, 0.2); }
      #tt-header.tt-header-02 .tt-account .tt-dropdown-menu .tt-row-close {
        position: relative;
        padding: 15px 0px 14px 22px; }
        #tt-header.tt-header-02 .tt-account .tt-dropdown-menu .tt-row-close .tt-btn-close {
          font-size: 12px;
          display: inline-block;
          padding: 5px;
          color: #222222;
          position: absolute;
          right: -4px;
          top: 17px;
          cursor: pointer; }
          #tt-header.tt-header-02 .tt-account .tt-dropdown-menu .tt-row-close .tt-btn-close:hover {
            color: #D80E0E; }
      #tt-header.tt-header-02 .tt-account .tt-dropdown-menu ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        #tt-header.tt-header-02 .tt-account .tt-dropdown-menu ul li {
          color: #222222;
          font-size: 16px; }
          #tt-header.tt-header-02 .tt-account .tt-dropdown-menu ul li a {
            color: #222222;
            display: block;
            padding: 4px 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-header.tt-header-02 .tt-account .tt-dropdown-menu ul li a:hover {
              color: #D80E0E; }
    #tt-header.tt-header-02 .tt-account:not(.active) .tt-dropdown-menu {
      pointer-events: none; }
    @media (max-width: 1024px) {
      #tt-header.tt-header-02 .tt-account .tt-dropdown-toggle {
        font-size: 16px; } }
    #tt-header.tt-header-02 .tt-account.active .tt-dropdown-menu {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: 0.3s ease 0.15s;
      transition: 0.3s ease 0.15s; }
  #tt-header.tt-header-02 .tt-quickLinks-popup {
    position: relative; }
    @media (min-width: 1025px) {
      #tt-header.tt-header-02 .tt-quickLinks-popup {
        display: none; } }
  @media (min-width: 1025px) {
    #tt-header.tt-header-02 .tt-mobile-quickLinks {
      display: none; } }
  @media (max-width: 1024px) {
    #tt-header.tt-header-02 .tt-mobile-quickLinks {
      display: block;
      background-color: #222222; }
      #tt-header.tt-header-02 .tt-mobile-quickLinks .row .col {
        text-align: center;
        line-height: 24px;
        display: inline-block; }
        #tt-header.tt-header-02 .tt-mobile-quickLinks .row .col:not(:last-child) {
          border-right: 1px solid #3a3a3a; }
        #tt-header.tt-header-02 .tt-mobile-quickLinks .row .col:not(:first-child) {
          border-left: 1px solid #181818; }
        #tt-header.tt-header-02 .tt-mobile-quickLinks .row .col.tt-cart {
          display: block; }
        #tt-header.tt-header-02 .tt-mobile-quickLinks .row .col a.btn-toggle {
          color: #D80E0E;
          display: block;
          height: 28px;
          text-align: center;
          font-size: 18px;
          line-height: 24px;
          -moz-transition: color 0.2s linear;
          -o-transition: color 0.2s linear;
          -webkit-transition: color 0.2s linear;
          transition: color 0.2s linear; }
          #tt-header.tt-header-02 .tt-mobile-quickLinks .row .col a.btn-toggle i {
            position: relative;
            top: 3px; }
          #tt-header.tt-header-02 .tt-mobile-quickLinks .row .col a.btn-toggle:hover {
            color: #ffffff; }
          #tt-header.tt-header-02 .tt-mobile-quickLinks .row .col a.btn-toggle.active {
            color: #ffffff; }
        #tt-header.tt-header-02 .tt-mobile-quickLinks .row .col .nice-select.tt-skin-02 {
          display: inline-block;
          float: inherit;
          height: 25px;
          padding: 5px 12px 2px 2px;
          color: #ffffff;
          min-width: 37px; }
          #tt-header.tt-header-02 .tt-mobile-quickLinks .row .col .nice-select.tt-skin-02:after {
            border-top-color: #ffffff;
            margin-top: -1px; }
          #tt-header.tt-header-02 .tt-mobile-quickLinks .row .col .nice-select.tt-skin-02 .list {
            background: #ffffff;
            color: #222222;
            -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1); }
      #tt-header.tt-header-02 .tt-mobile-quickLinks .row .quickLinks-layout {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        background-color: #f5f5f5;
        color: #424242;
        padding: 30px;
        top: 100%;
        left: 0;
        transform: translateY(-20px);
        z-index: -1;
        transition: opacity 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
        pointer-events: none;
        text-align: left;
        text-transform: none;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); } }
  #tt-header.tt-header-02 .quickLinks-map address {
    font-size: 12px;
    line-height: 1.1;
    margin: 0;
    padding: 4px 10px 9px 13px;
    color: #707070;
    text-transform: uppercase; }
    #tt-header.tt-header-02 .quickLinks-map address i {
      color: #D80E0E;
      font-size: 18px;
      line-height: 1.1;
      margin: 0 10px 0 0;
      position: relative;
      top: 3px; }
  #tt-header.tt-header-02 .quickLinks-address {
    padding: 13px 10px 13px 13px; }
    #tt-header.tt-header-02 .quickLinks-address i {
      color: #D80E0E;
      font-size: 18px;
      line-height: 1.1;
      margin: 0 10px 0 0;
      position: relative;
      top: 3px; }
    #tt-header.tt-header-02 .quickLinks-address .tt-title {
      font-size: 19px;
      line-height: 1.2;
      font-family: "Poppins", sans-serif;
      color: #222222;
      font-weight: 600;
      margin: 0;
      padding: 0 0 8px 0; }
    #tt-header.tt-header-02 .quickLinks-address ul li {
      color: #707070; }
      #tt-header.tt-header-02 .quickLinks-address ul li a {
        color: #707070;
        text-decoration: none; }
      #tt-header.tt-header-02 .quickLinks-address ul li:not(:first-child) {
        margin-top: 6px; }
  #tt-header.tt-header-02 .header-holder {
    position: relative;
    z-index: 7;
    padding-top: 9px;
    padding-bottom: 8px; }
    #tt-header.tt-header-02 .header-holder .col-logo {
      z-index: 2;
      margin-right: 15px;
      -webkit-flex: 2 1 auto;
      -ms-flex: 2 1 auto;
      flex: 2 1 auto; }
      #tt-header.tt-header-02 .header-holder .col-logo .tt-logo {
        max-width: 131px; }
      @media (min-width: 1025px) {
        #tt-header.tt-header-02 .header-holder .col-logo {
          display: none; } }
    @media (min-width: 1025px) {
      #tt-header.tt-header-02 .header-holder {
        background-color: #1a1a21; }
        #tt-header.tt-header-02 .header-holder .col-menu-toggle {
          display: none; } }
    @media (min-width: 1025px) {
      #tt-header.tt-header-02 .header-holder {
        min-height: 65px; } }
    @media (max-width: 1024px) {
      #tt-header.tt-header-02 .header-holder {
        min-height: 60px; }
        #tt-header.tt-header-02 .header-holder .col-btn-toggle-modal {
          display: none; } }
    @media (max-width: 1024px) {
      #tt-header.tt-header-02 .header-holder {
        min-height: 82px; }
        #tt-header.tt-header-02 .header-holder .container {
          max-width: 100%; }
        #tt-header.tt-header-02 .header-holder .col-menu,
        #tt-header.tt-header-02 .header-holder .col-btn-toggle-modal {
          display: none; }
        #tt-header.tt-header-02 .header-holder .col-logo {
          margin-left: 15px; }
        #tt-header.tt-header-02 .header-holder .col-menu-toggle {
          display: inline-block;
          padding-top: 10px;
          padding-bottom: 10px; }
          #tt-header.tt-header-02 .header-holder .col-menu-toggle .tt-menu-toggle {
            padding-top: 15px;
            padding-bottom: 15px;
            display: inline-block; } }
  #tt-header.tt-header-02 .tt-logo {
    max-width: 224px;
    margin-top: 24px;
    margin-bottom: 24px;
    display: inline-block; }
    #tt-header.tt-header-02 .tt-logo img {
      max-width: 100%;
      height: auto; }
    @media (max-width: 1230px) {
      #tt-header.tt-header-02 .tt-logo {
        max-width: 170px; } }
    @media (max-width: 1024px) {
      #tt-header.tt-header-02 .tt-logo {
        max-width: 160px;
        margin-top: 22px;
        margin-bottom: 22px; } }
  #tt-header.tt-header-02 .tt-menu-toggle {
    color: #222222;
    font-size: 26px;
    line-height: 1.2em;
    padding: 5px;
    z-index: 3;
    outline: none;
    position: relative;
    top: 2px;
    display: inline-block !important;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    #tt-header.tt-header-02 .tt-menu-toggle:hover {
      color: #D80E0E; }
  #tt-header.tt-header-02 .btn.btn-toggle-modal {
    padding-left: 15px;
    padding-right: 18px;
    padding-top: 5px;
    position: relative;
    z-index: 2; }
    #tt-header.tt-header-02 .btn.btn-toggle-modal i {
      font-size: 27px;
      margin-top: -3px;
      margin-right: 7px; }
    @media (max-width: 1024px) {
      #tt-header.tt-header-02 .btn.btn-toggle-modal {
        padding-top: 4px;
        height: 38px; }
        #tt-header.tt-header-02 .btn.btn-toggle-modal i {
          font-size: 18px; } }
    #tt-header.tt-header-02 .btn.btn-toggle-modal:hover {
      background: #ffffff;
      color: #222222; }
  #tt-header.tt-header-02 #tt-desctop-menu {
    position: relative;
    top: 6px; }
    @media (max-width: 1024px) {
      #tt-header.tt-header-02 #tt-desctop-menu {
        display: none; } }
    #tt-header.tt-header-02 #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-header.tt-header-02 #tt-desctop-menu nav > ul > li {
        display: inline-block;
        position: relative; }
        #tt-header.tt-header-02 #tt-desctop-menu nav > ul > li a {
          color: #ffffff;
          font-weight: 700;
          font-size: 15px;
          display: inline-block;
          position: relative;
          -moz-transition: color 0.2s linear;
          -o-transition: color 0.2s linear;
          -webkit-transition: color 0.2s linear;
          transition: color 0.2s linear; }
          @media (min-width: 1230px) {
            #tt-header.tt-header-02 #tt-desctop-menu nav > ul > li a {
              padding: 9px 25px 15px; } }
          @media (max-width: 1229px) {
            #tt-header.tt-header-02 #tt-desctop-menu nav > ul > li a {
              padding: 9px 11px 15px; } }
          @media (max-width: 1024px) {
            #tt-header.tt-header-02 #tt-desctop-menu nav > ul > li a {
              padding: 9px 10px 10px;
              font-size: 14px; } }
          @media (max-width: 1024px) {
            #tt-header.tt-header-02 #tt-desctop-menu nav > ul > li a {
              padding: 9px 10px 15px; } }
          #tt-header.tt-header-02 #tt-desctop-menu nav > ul > li a:hover {
            color: #D80E0E; }
        #tt-header.tt-header-02 #tt-desctop-menu nav > ul > li:first-child > a {
          padding-left: 0; }
        #tt-header.tt-header-02 #tt-desctop-menu nav > ul > li:first-child ul {
          left: 0; }
        #tt-header.tt-header-02 #tt-desctop-menu nav > ul > li:last-child a {
          padding-right: 0; }
        #tt-header.tt-header-02 #tt-desctop-menu nav > ul > li.is-subMenu > a:after {
          content: '';
          display: inline-block;
          width: 3px;
          height: 5px;
          margin-top: 1px;
          margin-left: 9px;
          pointer-events: none;
          transition: all 0.15s ease-in-out;
          border: 3px solid transparent;
          border-top: 3px solid #ffffff; }
        #tt-header.tt-header-02 #tt-desctop-menu nav > ul > li.is-active > a {
          color: #D80E0E; }
          #tt-header.tt-header-02 #tt-desctop-menu nav > ul > li.is-active > a:after {
            border-top-color: #D80E0E !important; }
        #tt-header.tt-header-02 #tt-desctop-menu nav > ul > li ul {
          position: absolute;
          z-index: 1;
          opacity: 0;
          min-width: 211px;
          z-index: 1000;
          list-style: none;
          margin: 0;
          text-transform: uppercase;
          text-align: left;
          -webkit-transform: translateY(20px);
          transform: translateY(20px);
          -webkit-transition: 0.2s ease 0s;
          transition: 0.2s ease 0s; }
        #tt-header.tt-header-02 #tt-desctop-menu nav > ul > li.is-hover ul {
          opacity: 1;
          pointer-events: auto;
          -webkit-transform: translateY(0);
          transform: translateY(0);
          -webkit-transition: 0.3s ease 0.15s;
          transition: 0.3s ease 0.15s; }
      #tt-header.tt-header-02 #tt-desctop-menu nav > ul ul {
        background: #ffffff;
        top: auto;
        left: 28px;
        width: 211px;
        border-bottom: 3px solid #D80E0E;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        padding: 9px 0 11px 0;
        pointer-events: none;
        -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2); }
        #tt-header.tt-header-02 #tt-desctop-menu nav > ul ul:before {
          content: '';
          display: block;
          height: 5px;
          margin-top: -5px;
          pointer-events: none;
          position: absolute;
          left: 23px;
          top: -7px;
          transition: all 0.15s ease-in-out;
          border: 6px solid transparent;
          border-bottom: 6px solid #ffffff;
          z-index: 1; }
        #tt-header.tt-header-02 #tt-desctop-menu nav > ul ul:after {
          content: '';
          display: block;
          height: 5px;
          margin-top: -5px;
          pointer-events: none;
          position: absolute;
          left: 23px;
          top: -7px;
          z-index: 0;
          transition: all 0.15s ease-in-out;
          border: 6px solid transparent;
          border-bottom: 6px solid rgba(0, 0, 0, 0.2); }
        #tt-header.tt-header-02 #tt-desctop-menu nav > ul ul li a {
          color: #0e0e0e;
          font-size: 14px;
          line-height: 1.3;
          text-transform: uppercase;
          font-weight: 700;
          padding: 10px 20px 5px; }
          #tt-header.tt-header-02 #tt-desctop-menu nav > ul ul li a:hover {
            color: #D80E0E; }
        #tt-header.tt-header-02 #tt-desctop-menu nav > ul ul li.is-active > a {
          color: #D80E0E; }
        @media (max-width: 1229px) {
          #tt-header.tt-header-02 #tt-desctop-menu nav > ul ul {
            left: 11px; } }

/* stuck tt-header-02*/
#tt-header.tt-header-02 #tt-stuck .col-logo {
  display: inline-block; }
  #tt-header.tt-header-02 #tt-stuck .col-logo .tt-logo {
    max-width: 140px; }
  @media (max-width: 1229px) and (min-width: 1025px) {
    #tt-header.tt-header-02 #tt-stuck .col-logo {
      display: none; } }
  #tt-header.tt-header-02 #tt-stuck .col-logo .tt-logo-dark {
    display: block; }
  #tt-header.tt-header-02 #tt-stuck .col-logo .tt-logo-light {
    display: none; }

#tt-header.tt-header-02 #tt-stuck .btn.btn-toggle-modal:hover:hover {
  background: #222222;
  color: #ffffff; }

@media (max-width: 1024px) {
  #tt-header.tt-header-02 #tt-stuck .col-btn-toggle-modal {
    display: none; } }

@media (min-width: 1025px) {
  #tt-header.tt-header-02 #tt-stuck .col-menu-toggle {
    display: none; } }

#tt-header.tt-header-02 #tt-stuck .col-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: 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: 1230px) {
    #tt-header.tt-header-02 #tt-stuck .col-menu {
      -webkit-flex: 2 1 auto;
      -ms-flex: 2 1 auto;
      flex: 2 1 auto; } }

#tt-header.tt-header-02 #tt-stuck #tt-desctop-menu nav > ul > li > a {
  padding: 20px 10px; }
  @media (max-width: 1024px) {
    #tt-header.tt-header-02 #tt-stuck #tt-desctop-menu nav > ul > li > a {
      padding: 15px 10px; } }
  @media (max-width: 780px) {
    #tt-header.tt-header-02 #tt-stuck #tt-desctop-menu nav > ul > li > a {
      padding: 15px 9px; } }

#tt-header.tt-header-02 #tt-stuck #tt-desctop-menu nav > ul > li:not(.active) a:not(:hover) {
  color: #222222; }

#tt-header.tt-header-02 #tt-stuck #tt-desctop-menu nav > ul > li.is-active > a {
  color: #D80E0E !important; }

@media (max-width: 1024px) {
  #tt-header.tt-header-02 #tt-stuck .tt-menu-toggle {
    top: 8px; }
  #tt-header.tt-header-02 #tt-stuck .col-logo .tt-logo {
    max-width: 120px;
    margin-top: 8px; } }

/*
	tt-header-03(Yacht)
*/
#tt-header.tt-header-03 {
  position: relative;
  z-index: 3;
  /*
		panel-info(desctope top line)
	*/
  /*
		quickLinks(mobile top line)
	*/
  /*
		header-holder layout
	*/
  /*
		header-obj
	*/
  /* desctop-menu */ }
  @media (min-width: 1025px) {
    #tt-header.tt-header-03.tt-on-top {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 10;
      pointer-events: none; }
      #tt-header.tt-header-03.tt-on-top > * {
        pointer-events: auto; } }
  #tt-header.tt-header-03:not(.tt-on-top) {
    background: #ffffff; }
  #tt-header.tt-header-03 .tt-panel-info {
    -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1); }
    @media (max-width: 1024px) {
      #tt-header.tt-header-03 .tt-panel-info {
        display: none; } }
    @media (min-width: 1025px) {
      #tt-header.tt-header-03 .tt-panel-info .row {
        height: 43px; }
      #tt-header.tt-header-03 .tt-panel-info .nice-select.tt-skin-02 {
        height: 30px; } }
    @media (max-width: 1024px) {
      #tt-header.tt-header-03 .tt-panel-info .row {
        height: 28px;
        position: relative;
        top: -1px; }
      #tt-header.tt-header-03 .tt-panel-info .nice-select.tt-skin-02 {
        height: 27px; } }
  #tt-header.tt-header-03 .tt-box-info {
    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;
    font-size: 12px; }
    #tt-header.tt-header-03 .tt-box-info li {
      text-transform: uppercase;
      color: #222222; }
      #tt-header.tt-header-03 .tt-box-info li a {
        color: #222222;
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
        #tt-header.tt-header-03 .tt-box-info li a:hover {
          color: #D80E0E; }
      #tt-header.tt-header-03 .tt-box-info li i {
        font-size: 18px;
        line-height: 1;
        color: #D80E0E;
        margin-right: 7px;
        position: relative;
        top: 3px; }
      @media (min-width: 1230px) {
        #tt-header.tt-header-03 .tt-box-info li:not(:last-child) {
          margin-right: 40px; } }
      @media (max-width: 1229px) {
        #tt-header.tt-header-03 .tt-box-info li:not(:last-child) {
          margin-right: 22px; } }
      @media (max-width: 1024px) {
        #tt-header.tt-header-03 .tt-box-info li:not(:last-child) {
          margin-right: 10px; } }
    @media (max-width: 1024px) {
      #tt-header.tt-header-03 .tt-box-info {
        font-size: 10px; }
        #tt-header.tt-header-03 .tt-box-info li strong {
          display: none; }
        #tt-header.tt-header-03 .tt-box-info li i {
          font-size: 16px;
          margin-right: 7px; }
          #tt-header.tt-header-03 .tt-box-info li i.icon-15874 {
            margin-right: 3px; } }
    @media (max-width: 1024px) {
      #tt-header.tt-header-03 .tt-box-info .tt-text {
        display: none; } }
  #tt-header.tt-header-03 .tt-dropdown-obj {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin: 0 20px 0 0px;
    position: relative;
    top: 3px; }
    #tt-header.tt-header-03 .tt-dropdown-obj:last-child {
      margin-right: 0; }
    #tt-header.tt-header-03 .tt-dropdown-obj .tt-dropdown-toggle {
      font-size: 18px;
      line-height: 1;
      color: #D80E0E;
      display: inline-block;
      padding: 6px 3px 4px 3px;
      position: relative;
      -moz-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      #tt-header.tt-header-03 .tt-dropdown-obj .tt-dropdown-toggle:hover {
        color: #222222; }
      #tt-header.tt-header-03 .tt-dropdown-obj .tt-dropdown-toggle:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0; }
    @media (max-width: 1024px) {
      #tt-header.tt-header-03 .tt-dropdown-obj {
        margin: 0 5px 0 0px; }
        #tt-header.tt-header-03 .tt-dropdown-obj .tt-dropdown-toggle {
          font-size: 16px; } }
    #tt-header.tt-header-03 .tt-dropdown-obj.active .tt-dropdown-toggle {
      color: #222222; }
  #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu {
    position: fixed;
    opacity: 0;
    width: 100%;
    text-align: left;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.2s ease 0s;
    transition: 0.2s ease 0s;
    background: #ffffff;
    right: 0;
    left: 0;
    z-index: 22;
    -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #D80E0E; }
    @media (min-width: 1025px) {
      #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu {
        top: 43px; } }
    @media (max-width: 1024px) {
      #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu {
        top: 28px; } }
    #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu form {
      position: relative;
      display: block; }
    #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-row-search {
      height: 70px; }
    #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-search-input {
      font-family: "Roboto", sans-serif;
      background: transparent;
      font-size: 20px;
      font-weight: 500;
      border: none;
      padding: 24px 12px 10px 0px;
      margin-left: 38px;
      box-shadow: none;
      outline: none;
      width: calc(100% - 71px);
      color: #5f5f5f;
      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-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-search-input:not(focus)::-webkit-input-placeholder {
        color: #5f5f5f; }
      #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-search-input:not(focus)::-moz-placeholder {
        color: #5f5f5f; }
      #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-search-input:not(focus):-moz-placeholder {
        color: #5f5f5f; }
      #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-search-input:not(focus):-ms-input-placeholder {
        color: #5f5f5f; }
    #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-btn-search {
      color: #5f5f5f;
      font-size: 20px;
      line-height: 1;
      font-family: "carleader";
      position: absolute;
      cursor: pointer;
      top: 22px;
      padding: 4px 0 4px 4px;
      left: 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; }
      #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-btn-search:before {
        content: "\e909"; }
      #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-btn-search:hover {
        color: #D80E0E; }
    #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-btn-close {
      display: -ms-inline-flexbox;
      display: -webkit-inline-flex;
      display: inline-flex;
      position: absolute;
      top: 20px;
      right: 0;
      color: #5f5f5f;
      font-size: 20px;
      line-height: 1;
      font-family: "carleader";
      padding: 5px 0px 5px 5px;
      background: none;
      border: none;
      cursor: pointer;
      outline: 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-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-btn-close:before {
        font-family: "carleader";
        content: "\e933";
        line-height: 1; }
      #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-btn-close:hover {
        color: #D80E0E; }
    @media (max-width: 765px) {
      #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-row-search {
        height: 60px; }
      #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-search-input {
        font-size: 18px;
        padding-top: 18px; }
      #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-btn-close {
        top: 15px; }
      #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-btn-search {
        top: 17px; } }
  #tt-header.tt-header-03 .tt-searcher:not(.active) .tt-dropdown-menu {
    pointer-events: none; }
  @media (max-width: 1024px) {
    #tt-header.tt-header-03 .tt-searcher .tt-dropdown-toggle {
      font-size: 16px; } }
  #tt-header.tt-header-03 .tt-searcher.active .tt-dropdown-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s ease 0.15s;
    transition: 0.3s ease 0.15s; }
  @media (max-width: 765px) {
    #tt-header.tt-header-03 .tt-searcher .container {
      max-width: 100%; } }
  #tt-header.tt-header-03 .tt-language {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-right: 20px; }
    #tt-header.tt-header-03 .tt-language select {
      opacity: 0; }
    @media (max-width: 1229px) {
      #tt-header.tt-header-03 .tt-language {
        margin-right: 17px; } }
    @media (max-width: 1024px) {
      #tt-header.tt-header-03 .tt-language {
        margin-right: 12px; } }
  #tt-header.tt-header-03 .tt-cart {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative; }
    @media (min-width: 1025px) {
      #tt-header.tt-header-03 .tt-cart {
        top: 3px; } }
    #tt-header.tt-header-03 .tt-cart .tt-dropdown-toggle {
      font-size: 18px;
      line-height: 1;
      color: #D80E0E;
      display: inline-block;
      padding: 6px 0 9px 5px;
      position: relative;
      -moz-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      #tt-header.tt-header-03 .tt-cart .tt-dropdown-toggle i {
        pointer-events: none; }
      #tt-header.tt-header-03 .tt-cart .tt-dropdown-toggle:hover {
        color: #222222; }
    #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu {
      position: absolute;
      opacity: 0;
      width: 299px;
      margin: 15px 0 0 0;
      text-align: left;
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
      -webkit-transition: 0.2s ease 0s;
      transition: 0.2s ease 0s;
      background: #ffffff;
      right: 0;
      top: 100%;
      z-index: 22;
      -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
      border-bottom: 3px solid #D80E0E;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
      #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu:before {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 23px;
        top: -7px;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        border: 7px solid transparent;
        border-bottom: 7px solid #ffffff;
        z-index: 1; }
      #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu:after {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 23px;
        top: -7px;
        z-index: 0;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        border: 7px solid transparent;
        border-bottom: 7px solid rgba(0, 0, 0, 0.2); }
      #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-dropdown-title {
        font-family: "Poppins", sans-serif;
        color: #222222;
        font-weight: 600;
        border-bottom: 1px solid #e8e8e8;
        position: relative;
        padding: 15px 7px 14px 22px; }
        #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-dropdown-title .tt-btn-close {
          font-size: 12px;
          display: inline-block;
          padding: 5px;
          color: #D80E0E;
          position: absolute;
          right: 15px;
          top: 17px;
          cursor: pointer; }
          #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-dropdown-title .tt-btn-close:hover {
            color: #222222; }
      #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-results {
        padding: 0 20px 0 20px; }
        #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-results li {
          margin: 24px 0 0 0;
          position: relative; }
          #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-results 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: stretch;
            -ms-flex-line-pack: stretch;
            align-content: stretch;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            margin-right: 18px; }
            #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-results li a .thumbnail {
              width: 89px;
              min-width: 89px; }
            #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-results li a .tt-description {
              padding: 0 5px 0 12px; }
              #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-results li a .tt-description .tt-title {
                font-size: 15px;
                line-height: 22px;
                color: #222222;
                -moz-transition: color 0.2s linear;
                -o-transition: color 0.2s linear;
                -webkit-transition: color 0.2s linear;
                transition: color 0.2s linear; }
              #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-results li a .tt-description .tt-price {
                font-size: 18px;
                line-height: 22px;
                font-weight: 600;
                color: #222222;
                font-family: "Roboto", sans-serif;
                display: inline-block;
                margin-top: 9px; }
            #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-results li a:hover .tt-description .tt-title {
              color: #D80E0E; }
          #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-results li .tt-close-item {
            color: #222222;
            font-size: 12px;
            padding: 5px 0px 5px 5px;
            position: absolute;
            top: 0;
            right: 0;
            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-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-results li .tt-close-item:hover {
              color: #D80E0E; }
      #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-bottom {
        border-top: 1px solid #e8e8e8;
        margin-top: 24px;
        padding: 12px 20px 23px 20px; }
        #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-bottom .price-total {
          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;
          font-size: 18px;
          line-height: 1.5;
          color: #222222;
          font-weight: 600;
          font-family: "Poppins", sans-serif; }
          #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-bottom .price-total label {
            padding-right: 10px; }
          #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-bottom .price-total .tt-price {
            padding-left: 10px;
            font-size: 18px;
            line-height: 1.4;
            color: #222222; }
        #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-bottom .btn {
          width: 100%;
          margin-top: 9px; }
    #tt-header.tt-header-03 .tt-cart:not(.active) .tt-dropdown-menu {
      pointer-events: none; }
    @media (max-width: 1024px) {
      #tt-header.tt-header-03 .tt-cart .tt-dropdown-toggle {
        font-size: 16px; } }
    #tt-header.tt-header-03 .tt-cart.active .tt-dropdown-menu {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: 0.3s ease 0.15s;
      transition: 0.3s ease 0.15s; }
  #tt-header.tt-header-03 .tt-account {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative; }
    @media (min-width: 1025px) {
      #tt-header.tt-header-03 .tt-account {
        top: 3px; } }
    #tt-header.tt-header-03 .tt-account .tt-dropdown-toggle {
      font-size: 18px;
      line-height: 1;
      color: #D80E0E;
      display: inline-block;
      padding: 6px 0 9px 5px;
      position: relative;
      -moz-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      #tt-header.tt-header-03 .tt-account .tt-dropdown-toggle i {
        pointer-events: none; }
      #tt-header.tt-header-03 .tt-account .tt-dropdown-toggle:hover {
        color: #222222; }
    #tt-header.tt-header-03 .tt-account .tt-dropdown-menu {
      position: absolute;
      opacity: 0;
      width: 230px;
      margin: 15px 0 0 0;
      padding: 0 20px 20px;
      text-align: left;
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
      -webkit-transition: 0.2s ease 0s;
      transition: 0.2s ease 0s;
      background: #ffffff;
      right: -23px;
      top: 100%;
      z-index: 22;
      -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
      border-bottom: 3px solid #D80E0E;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
      #tt-header.tt-header-03 .tt-account .tt-dropdown-menu:before {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 23px;
        top: -7px;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        border: 7px solid transparent;
        border-bottom: 7px solid #ffffff;
        z-index: 1; }
      #tt-header.tt-header-03 .tt-account .tt-dropdown-menu:after {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 23px;
        top: -7px;
        z-index: 0;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        border: 7px solid transparent;
        border-bottom: 7px solid rgba(0, 0, 0, 0.2); }
      #tt-header.tt-header-03 .tt-account .tt-dropdown-menu .tt-row-close {
        position: relative;
        padding: 15px 0px 14px 22px; }
        #tt-header.tt-header-03 .tt-account .tt-dropdown-menu .tt-row-close .tt-btn-close {
          font-size: 12px;
          display: inline-block;
          padding: 5px;
          color: #222222;
          position: absolute;
          right: -4px;
          top: 17px;
          cursor: pointer; }
          #tt-header.tt-header-03 .tt-account .tt-dropdown-menu .tt-row-close .tt-btn-close:hover {
            color: #D80E0E; }
      #tt-header.tt-header-03 .tt-account .tt-dropdown-menu ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        #tt-header.tt-header-03 .tt-account .tt-dropdown-menu ul li {
          color: #222222;
          font-size: 16px; }
          #tt-header.tt-header-03 .tt-account .tt-dropdown-menu ul li a {
            color: #222222;
            display: block;
            padding: 4px 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-header.tt-header-03 .tt-account .tt-dropdown-menu ul li a:hover {
              color: #D80E0E; }
    #tt-header.tt-header-03 .tt-account:not(.active) .tt-dropdown-menu {
      pointer-events: none; }
    @media (max-width: 1024px) {
      #tt-header.tt-header-03 .tt-account .tt-dropdown-toggle {
        font-size: 16px; } }
    #tt-header.tt-header-03 .tt-account.active .tt-dropdown-menu {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: 0.3s ease 0.15s;
      transition: 0.3s ease 0.15s; }
  #tt-header.tt-header-03 .tt-quickLinks-popup {
    position: relative; }
    @media (min-width: 1025px) {
      #tt-header.tt-header-03 .tt-quickLinks-popup {
        display: none; } }
  @media (min-width: 1025px) {
    #tt-header.tt-header-03 .tt-mobile-quickLinks {
      display: none; } }
  @media (max-width: 1024px) {
    #tt-header.tt-header-03 .tt-mobile-quickLinks {
      display: block;
      background-color: #222222; }
      #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col {
        text-align: center;
        line-height: 24px;
        display: inline-block; }
        #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col:not(:last-child) {
          border-right: 1px solid #3a3a3a; }
        #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col:not(:first-child) {
          border-left: 1px solid #181818; }
        #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col.tt-cart {
          display: block; }
        #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col a.btn-toggle {
          color: #D80E0E;
          display: block;
          height: 28px;
          text-align: center;
          font-size: 18px;
          line-height: 24px;
          -moz-transition: color 0.2s linear;
          -o-transition: color 0.2s linear;
          -webkit-transition: color 0.2s linear;
          transition: color 0.2s linear; }
          #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col a.btn-toggle i {
            position: relative;
            top: 3px; }
          #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col a.btn-toggle:hover {
            color: #ffffff; }
          #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col a.btn-toggle.active {
            color: #ffffff; }
        #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col .nice-select.tt-skin-02 {
          display: inline-block;
          float: inherit;
          height: 25px;
          padding: 5px 12px 2px 2px;
          color: #ffffff;
          min-width: 37px; }
          #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col .nice-select.tt-skin-02:after {
            border-top-color: #ffffff;
            margin-top: -1px; }
          #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col .nice-select.tt-skin-02 .list {
            background: #ffffff;
            color: #222222;
            -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1); }
      #tt-header.tt-header-03 .tt-mobile-quickLinks .row .quickLinks-layout {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        background-color: #f5f5f5;
        color: #424242;
        padding: 30px;
        top: 100%;
        left: 0;
        transform: translateY(-20px);
        z-index: -1;
        transition: opacity 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
        pointer-events: none;
        text-align: left;
        text-transform: none;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); } }
  #tt-header.tt-header-03 .quickLinks-map address {
    font-size: 12px;
    line-height: 1.1;
    margin: 0;
    padding: 4px 10px 9px 13px;
    color: #707070;
    text-transform: uppercase; }
    #tt-header.tt-header-03 .quickLinks-map address i {
      color: #D80E0E;
      font-size: 18px;
      line-height: 1.1;
      margin: 0 10px 0 0;
      position: relative;
      top: 3px; }
  #tt-header.tt-header-03 .quickLinks-address {
    padding: 13px 10px 13px 13px; }
    #tt-header.tt-header-03 .quickLinks-address i {
      color: #D80E0E;
      font-size: 18px;
      line-height: 1.1;
      margin: 0 10px 0 0;
      position: relative;
      top: 3px; }
    #tt-header.tt-header-03 .quickLinks-address .tt-title {
      font-size: 19px;
      line-height: 1.2;
      font-family: "Poppins", sans-serif;
      color: #222222;
      font-weight: 600;
      margin: 0;
      padding: 0 0 8px 0; }
    #tt-header.tt-header-03 .quickLinks-address ul li {
      color: #707070; }
      #tt-header.tt-header-03 .quickLinks-address ul li a {
        color: #707070;
        text-decoration: none; }
      #tt-header.tt-header-03 .quickLinks-address ul li:not(:first-child) {
        margin-top: 6px; }
  #tt-header.tt-header-03 .header-holder {
    position: relative;
    z-index: 7;
    min-height: 99px; }
    #tt-header.tt-header-03 .header-holder .col-logo {
      z-index: 2; }
      @media (min-width: 1025px) {
        #tt-header.tt-header-03 .header-holder .col-logo {
          margin-top: 12px;
          margin-bottom: 21px; } }
      @media (max-width: 1024px) {
        #tt-header.tt-header-03 .header-holder .col-logo {
          margin-top: 21px;
          margin-bottom: 11px; } }
      @media (max-width: 1024px) {
        #tt-header.tt-header-03 .header-holder .col-logo {
          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;
          margin-top: 22px;
          margin-bottom: 22px;
          -webkit-flex: 2 1 auto;
          -ms-flex: 2 1 auto;
          flex: 2 1 auto; } }
    @media (min-width: 1025px) {
      #tt-header.tt-header-03 .header-holder .col-btn-toggle-modal {
        margin-top: -1px; } }
    @media (max-width: 1024px) {
      #tt-header.tt-header-03 .header-holder .col-btn-toggle-modal {
        position: absolute;
        right: 0px;
        top: 24px; } }
    @media (min-width: 1025px) {
      #tt-header.tt-header-03 .header-holder .col-menu-toggle {
        display: none; } }
    @media (max-width: 1024px) and (min-width: 1025px) {
      #tt-header.tt-header-03 .header-holder .col-logo {
        width: 100%; }
      #tt-header.tt-header-03 .header-holder .col-menu {
        width: 100%; } }
    @media (max-width: 1024px) {
      #tt-header.tt-header-03 .header-holder {
        min-height: 82px; }
        #tt-header.tt-header-03 .header-holder .container {
          max-width: 100%; }
        #tt-header.tt-header-03 .header-holder .col-menu,
        #tt-header.tt-header-03 .header-holder .col-btn-toggle-modal {
          display: none; }
        #tt-header.tt-header-03 .header-holder .col-logo {
          margin-left: 15px; }
        #tt-header.tt-header-03 .header-holder .col-menu-toggle {
          display: inline-block;
          padding-top: 10px;
          padding-bottom: 10px; }
          #tt-header.tt-header-03 .header-holder .col-menu-toggle .tt-menu-toggle {
            padding-top: 15px;
            padding-bottom: 15px;
            display: inline-block; } }
  #tt-header.tt-header-03 .tt-logo {
    max-width: 215px;
    display: inline-block; }
    @media (max-width: 1024px) {
      #tt-header.tt-header-03 .tt-logo {
        max-width: 168px; } }
    @media (max-width: 1024px) {
      #tt-header.tt-header-03 .tt-logo {
        max-width: 131px;
        margin-top: 3px; } }
    #tt-header.tt-header-03 .tt-logo img {
      max-width: 100%;
      height: auto; }
  #tt-header.tt-header-03 .tt-menu-toggle {
    color: #222222;
    font-size: 26px;
    line-height: 1.2em;
    padding: 5px;
    z-index: 3;
    outline: none;
    position: relative;
    top: 2px;
    display: inline-block !important;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    #tt-header.tt-header-03 .tt-menu-toggle:hover {
      color: #D80E0E; }
  #tt-header.tt-header-03 .btn.btn-toggle-modal {
    padding-left: 15px;
    padding-right: 18px;
    padding-top: 5px;
    position: relative;
    z-index: 2; }
    #tt-header.tt-header-03 .btn.btn-toggle-modal i {
      font-size: 22px;
      margin-top: -3px;
      margin-right: 12px; }
    @media (max-width: 1024px) {
      #tt-header.tt-header-03 .btn.btn-toggle-modal {
        padding-top: 4px;
        height: 38px; }
        #tt-header.tt-header-03 .btn.btn-toggle-modal i {
          font-size: 18px; } }
  @media (max-width: 1024px) {
    #tt-header.tt-header-03 #tt-desctop-menu {
      display: none; } }
  #tt-header.tt-header-03 #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-header.tt-header-03 #tt-desctop-menu nav > ul > li {
      display: inline-block;
      position: relative; }
      #tt-header.tt-header-03 #tt-desctop-menu nav > ul > li a {
        color: #222222;
        font-weight: 700;
        font-size: 15px;
        display: inline-block;
        position: relative;
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
        @media (min-width: 1230px) {
          #tt-header.tt-header-03 #tt-desctop-menu nav > ul > li a {
            padding: 14px 18px 15px; } }
        @media (max-width: 1229px) {
          #tt-header.tt-header-03 #tt-desctop-menu nav > ul > li a {
            padding: 14px 7px 15px; } }
        @media (max-width: 1024px) {
          #tt-header.tt-header-03 #tt-desctop-menu nav > ul > li a {
            color: #222222;
            padding: 14px 10px 10px;
            font-size: 14px; } }
        @media (max-width: 1024px) {
          #tt-header.tt-header-03 #tt-desctop-menu nav > ul > li a {
            padding: 14px 10px 15px; } }
        #tt-header.tt-header-03 #tt-desctop-menu nav > ul > li a:hover {
          color: #D80E0E; }
      #tt-header.tt-header-03 #tt-desctop-menu nav > ul > li:first-child > a {
        padding-left: 0; }
      #tt-header.tt-header-03 #tt-desctop-menu nav > ul > li:first-child ul {
        left: 0; }
      #tt-header.tt-header-03 #tt-desctop-menu nav > ul > li:last-child a {
        padding-right: 0; }
      #tt-header.tt-header-03 #tt-desctop-menu nav > ul > li.is-subMenu > a:after {
        content: '';
        display: inline-block;
        width: 3px;
        height: 5px;
        margin-top: 1px;
        margin-left: 9px;
        pointer-events: none;
        transition: all 0.15s ease-in-out;
        border: 3px solid transparent;
        border-top: 3px solid #222222; }
        @media (max-width: 1024px) {
          #tt-header.tt-header-03 #tt-desctop-menu nav > ul > li.is-subMenu > a:after {
            border-top-color: #222222; } }
      #tt-header.tt-header-03 #tt-desctop-menu nav > ul > li.is-active > a {
        color: #D80E0E; }
        #tt-header.tt-header-03 #tt-desctop-menu nav > ul > li.is-active > a:after {
          border-top-color: #D80E0E !important; }
      #tt-header.tt-header-03 #tt-desctop-menu nav > ul > li ul {
        position: absolute;
        z-index: 1;
        opacity: 0;
        min-width: 211px;
        z-index: 1000;
        list-style: none;
        margin: 0;
        text-transform: uppercase;
        text-align: left;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: 0.2s ease 0s;
        transition: 0.2s ease 0s; }
      #tt-header.tt-header-03 #tt-desctop-menu nav > ul > li.is-hover ul {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: 0.3s ease 0.15s;
        transition: 0.3s ease 0.15s; }
    #tt-header.tt-header-03 #tt-desctop-menu nav > ul ul {
      background: #ffffff;
      top: auto;
      left: 28px;
      width: 211px;
      border-bottom: 3px solid #D80E0E;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      padding: 9px 0 11px 0;
      pointer-events: none;
      -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2); }
      #tt-header.tt-header-03 #tt-desctop-menu nav > ul ul:before {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        left: 23px;
        top: -7px;
        transition: all 0.15s ease-in-out;
        border: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        z-index: 1; }
      #tt-header.tt-header-03 #tt-desctop-menu nav > ul ul:after {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        left: 23px;
        top: -7px;
        z-index: 0;
        transition: all 0.15s ease-in-out;
        border: 6px solid transparent;
        border-bottom: 6px solid rgba(0, 0, 0, 0.2); }
      #tt-header.tt-header-03 #tt-desctop-menu nav > ul ul li a {
        color: #0e0e0e;
        font-size: 14px;
        line-height: 1.3;
        text-transform: uppercase;
        font-weight: 700;
        padding: 10px 20px 5px; }
        #tt-header.tt-header-03 #tt-desctop-menu nav > ul ul li a:hover {
          color: #D80E0E; }
      #tt-header.tt-header-03 #tt-desctop-menu nav > ul ul li.is-active > a {
        color: #D80E0E; }
      @media (max-width: 1229px) {
        #tt-header.tt-header-03 #tt-desctop-menu nav > ul ul {
          left: 11px; } }

/* stuck tt-header-02*/
#tt-header.tt-header-03 #tt-stuck .col-logo {
  display: inline-block; }
  #tt-header.tt-header-03 #tt-stuck .col-logo .tt-logo {
    max-width: 140px;
    position: relative;
    top: -4px; }
  @media (max-width: 1024px) and (min-width: 1025px) {
    #tt-header.tt-header-03 #tt-stuck .col-logo {
      display: none; } }

#tt-header.tt-header-03 #tt-stuck .btn.btn-toggle-modal:hover:hover {
  background: #222222;
  color: #ffffff; }

#tt-header.tt-header-03 #tt-stuck .col-btn-toggle-modal {
  display: none; }

@media (min-width: 1025px) {
  #tt-header.tt-header-03 #tt-stuck .col-menu-toggle {
    display: none; } }

@media (min-width: 1025px) {
  #tt-header.tt-header-03 #tt-stuck .col-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-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -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 (max-width: 1024px) and (min-width: 1025px) {
  #tt-header.tt-header-03 #tt-stuck .col-menu {
    margin-left: 0 !important; } }

@media (max-width: 1024px) {
  #tt-header.tt-header-03 #tt-stuck .col-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: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #tt-header.tt-header-03 #tt-stuck .col-menu .tt-stuck-parent-logo {
      -webkit-flex: 2 1 auto;
      -ms-flex: 2 1 auto;
      flex: 2 1 auto; } }

#tt-header.tt-header-03 #tt-stuck #tt-desctop-menu {
  position: relative;
  top: 5px; }
  #tt-header.tt-header-03 #tt-stuck #tt-desctop-menu nav > ul > li > a {
    padding: 20px 10px; }
    @media (max-width: 1024px) {
      #tt-header.tt-header-03 #tt-stuck #tt-desctop-menu nav > ul > li > a {
        padding: 15px 10px; } }
    @media (max-width: 766px) {
      #tt-header.tt-header-03 #tt-stuck #tt-desctop-menu nav > ul > li > a {
        padding: 15px 9px; } }
  #tt-header.tt-header-03 #tt-stuck #tt-desctop-menu nav > ul > li:not(.active) a:not(:hover) {
    color: #222222; }
  #tt-header.tt-header-03 #tt-stuck #tt-desctop-menu nav > ul > li.is-active > a {
    color: #D80E0E !important; }

@media (max-width: 1024px) {
  #tt-header.tt-header-03 #tt-stuck .tt-menu-toggle {
    top: 8px; }
  #tt-header.tt-header-03 #tt-stuck .col-logo .tt-logo {
    max-width: 120px;
    margin-top: 9px; } }

/*
	Main Slider
*/
.mainSlider-layout {
  position: relative; }
  .mainSlider-layout a.extra-link {
    font-size: 15px;
    line-height: 1.1;
    font-weight: 600;
    z-index: 0;
    color: #D80E0E;
    font-family: "Poppins", sans-serif;
    position: relative;
    margin-right: 13px;
    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; }
    .mainSlider-layout a.extra-link:after {
      color: #D80E0E;
      position: absolute;
      right: -15px;
      top: 5px;
      font-family: 'carleader' !important;
      content: "\e92b";
      font-size: 8px;
      line-height: 1.1;
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      transform: rotate(270deg);
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
    .mainSlider-layout a.extra-link:hover {
      color: #ffffff; }
      .mainSlider-layout a.extra-link:hover:after {
        color: #ffffff; }

@media (min-width: 1025px) {
  .mainSlider {
    height: 693px; } }

@media (max-width: 1024px) and (min-width: 551px) {
  .mainSlider {
    height: 354px; } }

@media (max-width: 550px) {
  .mainSlider {
    height: 280px; } }

.mainSlider .container {
  position: relative; }

.mainSlider .slide .img--holder {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }
  @media (min-width: 1025px) {
    .mainSlider .slide .img--holder {
      height: 693px; } }
  @media (max-width: 1024px) and (min-width: 551px) {
    .mainSlider .slide .img--holder {
      height: 354px; } }
  @media (max-width: 550px) {
    .mainSlider .slide .img--holder {
      height: 280px; } }

.mainSlider .slide .slide-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  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: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* tp-caption-01(slide-02) */
  /* tp-caption-02(slide-02) */ }
  .mainSlider .slide .slide-content div[class^="tp-caption-"] {
    color: #ffffff;
    text-align: center; }
    .mainSlider .slide .slide-content div[class^="tp-caption-"]:first-child {
      margin-top: 0px; }
  @media (min-width: 1025px) {
    .mainSlider .slide .slide-content .tp-caption-01-01 {
      font-size: 30px;
      line-height: 1.1;
      letter-spacing: 0.01em;
      font-weight: 300;
      text-align: center; }
    .mainSlider .slide .slide-content .tp-caption-01-02 {
      font-size: 62px;
      line-height: 0.97;
      letter-spacing: -0.04em;
      font-weight: 700;
      margin-top: 14px; }
    .mainSlider .slide .slide-content .tp-caption-01-03 {
      font-size: 16px;
      line-height: 1.1;
      letter-spacing: 0.01em;
      font-weight: 600;
      margin-top: 22px; }
    .mainSlider .slide .slide-content .tp-caption-01-04 {
      font-size: 36px;
      line-height: 1.1;
      letter-spacing: 0.01em;
      font-weight: 700;
      text-align: center;
      margin-top: 6px; } }
  @media (max-width: 1024px) {
    .mainSlider .slide .slide-content .tp-caption-01-01 {
      font-size: 17px;
      line-height: 1.1;
      letter-spacing: 0.01em;
      font-weight: 300;
      text-align: center; }
    .mainSlider .slide .slide-content .tp-caption-01-02 {
      font-size: 32px;
      line-height: 1;
      letter-spacing: inherit;
      font-weight: 700;
      margin-top: 14px; }
    .mainSlider .slide .slide-content .tp-caption-01-03 {
      font-size: 14px;
      line-height: 1.1;
      letter-spacing: 0.01em;
      font-weight: 600;
      margin-top: 22px; } }
  @media (max-width: 550px) {
    .mainSlider .slide .slide-content .tp-caption-01-01 {
      font-size: 14px;
      line-height: 1.1;
      letter-spacing: 0.01em;
      font-weight: 300;
      text-align: center; }
    .mainSlider .slide .slide-content .tp-caption-01-02 {
      font-size: 20px;
      line-height: 1;
      letter-spacing: inherit;
      font-weight: 700;
      margin-top: 7px; }
    .mainSlider .slide .slide-content .tp-caption-01-03 {
      font-size: 14px;
      line-height: 1.1;
      letter-spacing: 0.01em;
      font-weight: 600;
      margin-top: 12px; } }
  @media (min-width: 1025px) {
    .mainSlider .slide .slide-content .tp-caption-wrapper {
      border-right: 10px solid #D80E0E;
      position: relative;
      padding: 7% 4.5% 7.2% 0; }
      .mainSlider .slide .slide-content .tp-caption-wrapper:before, .mainSlider .slide .slide-content .tp-caption-wrapper:after {
        content: '';
        position: absolute;
        display: block;
        right: 0; }
      .mainSlider .slide .slide-content .tp-caption-wrapper:before {
        width: 70%;
        height: 10px;
        background-color: #D80E0E;
        top: 0; }
      .mainSlider .slide .slide-content .tp-caption-wrapper:after {
        width: 45%;
        height: 10px;
        background-color: #D80E0E;
        bottom: 0; }
      .mainSlider .slide .slide-content .tp-caption-wrapper .wrapper-marker {
        width: 10px;
        height: 35px;
        background-color: #D80E0E;
        display: block;
        position: absolute;
        top: 0;
        left: 30%; }
    .mainSlider .slide .slide-content .tp-caption-02-01 {
      font-size: 96px;
      line-height: 1.05;
      font-weight: 600;
      letter-spacing: -0.02em;
      text-align: center;
      font-family: "Poppins", sans-serif; }
    .mainSlider .slide .slide-content .tp-caption-02-02 {
      font-size: 21px;
      line-height: 1.5;
      margin-top: 26px; }
    .mainSlider .slide .slide-content .tp-caption-02-03 {
      font-size: 16px;
      line-height: 1.1;
      letter-spacing: 0.01em;
      font-weight: 600;
      margin-top: 38px; } }
  @media (max-width: 1024px) {
    .mainSlider .slide .slide-content .tp-caption-wrapper {
      border-right: 5px solid #D80E0E;
      position: relative;
      padding: 6% 4.5% 6% 0; }
      .mainSlider .slide .slide-content .tp-caption-wrapper:before, .mainSlider .slide .slide-content .tp-caption-wrapper:after {
        content: '';
        position: absolute;
        display: block;
        right: 0; }
      .mainSlider .slide .slide-content .tp-caption-wrapper:before {
        width: 55%;
        height: 5px;
        background-color: #D80E0E;
        top: 0; }
      .mainSlider .slide .slide-content .tp-caption-wrapper:after {
        width: 32%;
        height: 5px;
        background-color: #D80E0E;
        bottom: 0; }
      .mainSlider .slide .slide-content .tp-caption-wrapper .wrapper-marker {
        width: 5px;
        height: 30px;
        background-color: #D80E0E;
        display: block;
        position: absolute;
        top: 0;
        left: 45%; }
    .mainSlider .slide .slide-content .tp-caption-02-01 {
      font-size: 42px;
      line-height: 1.05;
      font-weight: 600;
      letter-spacing: -0.02em;
      text-align: center;
      font-family: "Poppins", sans-serif; }
    .mainSlider .slide .slide-content .tp-caption-02-02 {
      font-size: 18px;
      line-height: 1.5;
      margin-top: 15px; }
    .mainSlider .slide .slide-content .tp-caption-02-03 {
      font-size: 14px;
      line-height: 1.1;
      letter-spacing: 0.01em;
      font-weight: 600;
      margin-top: 25px; }
      .mainSlider .slide .slide-content .tp-caption-02-03 .extra-link {
        font-size: 14px; }
        .mainSlider .slide .slide-content .tp-caption-02-03 .extra-link:after {
          top: 4px; } }
  @media (max-width: 575px) {
    .mainSlider .slide .slide-content .tp-caption-wrapper {
      border-right: 3px solid #D80E0E;
      position: relative;
      padding: 7.7% 4.5% 7.5% 0; }
      .mainSlider .slide .slide-content .tp-caption-wrapper:before, .mainSlider .slide .slide-content .tp-caption-wrapper:after {
        content: '';
        position: absolute;
        display: block;
        right: 0; }
      .mainSlider .slide .slide-content .tp-caption-wrapper:before {
        width: 55%;
        height: 3px;
        background-color: #D80E0E;
        top: 0; }
      .mainSlider .slide .slide-content .tp-caption-wrapper:after {
        width: 32%;
        height: 3px;
        background-color: #D80E0E;
        bottom: 0; }
      .mainSlider .slide .slide-content .tp-caption-wrapper .wrapper-marker {
        width: 3px;
        height: 17px;
        background-color: #D80E0E;
        display: block;
        position: absolute;
        top: 0;
        left: 45%; }
    .mainSlider .slide .slide-content .tp-caption-02-01 {
      font-size: 33px;
      line-height: 1.05;
      font-weight: 600;
      letter-spacing: -0.02em;
      text-align: center;
      font-family: "Poppins", sans-serif; }
    .mainSlider .slide .slide-content .tp-caption-02-02 {
      font-size: 15px;
      line-height: 1.5;
      margin-top: 12px; }
      .mainSlider .slide .slide-content .tp-caption-02-02 br {
        display: none; }
    .mainSlider .slide .slide-content .tp-caption-02-03 {
      font-size: 14px;
      line-height: 1.1;
      letter-spacing: 0.01em;
      font-weight: 600;
      margin-top: 15px; }
      .mainSlider .slide .slide-content .tp-caption-02-03 .extra-link {
        font-size: 14px; }
        .mainSlider .slide .slide-content .tp-caption-02-03 .extra-link:after {
          top: 4px; } }
  .mainSlider .slide .slide-content.tt-point-h-l {
    justify-content: flex-start;
    align-content: center;
    align-items: center; }
    .mainSlider .slide .slide-content.tt-point-h-l div[class^="tp-caption-"] {
      display: inline-block; }
    .mainSlider .slide .slide-content.tt-point-h-l .container {
      text-align: left; }
  .mainSlider .slide .slide-content.tt-point-h-r {
    text-align: right; }
    .mainSlider .slide .slide-content.tt-point-h-r .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: flex-end;
      -ms-flex-line-pack: end;
      align-content: flex-end;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .mainSlider .slide .slide-content.tt-point-h-r .container div[class^="tp-caption-"] {
        text-align: right; }

@media (max-width: 767px) {
  .mainSlider .slide .container {
    width: 100%; } }

.mainSlider .tt-caption-custom {
  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;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 10px;
  top: -208px;
  background: url("../images/custom/mainSlider-layout01b.png") 0 0 no-repeat;
  width: 430px;
  height: 397px;
  color: #ffffff;
  text-align: center;
  z-index: 2;
  font-family: "Poppins", sans-serif;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .mainSlider .tt-caption-custom:before {
    content: '';
    position: absolute;
    display: block;
    top: -18px;
    left: -32px;
    background: url("../images/custom/mainSlider-layout02b.png") 0 0 no-repeat;
    width: 462px;
    height: 403px;
    z-index: 0;
    animation: moving 3s infinite linear;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

@keyframes moving {
  100% {
    transform: rotate(360deg); } }
  .mainSlider .tt-caption-custom .tt-title {
    padding-top: 34px; }
    .mainSlider .tt-caption-custom .tt-title .text-small {
      font-size: 30px;
      line-height: 1.1;
      font-weight: 300;
      letter-spacing: 0.01em; }
    .mainSlider .tt-caption-custom .tt-title .text-large {
      font-size: 62px;
      line-height: 1;
      font-weight: 700;
      line-height: 0.97;
      margin-top: 14px;
      letter-spacing: -0.04em;
      text-transform: uppercase; }
  .mainSlider .tt-caption-custom span {
    display: inline-block;
    width: 254px;
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 8px 0 0 0;
    font-size: 16px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 600; }
    .mainSlider .tt-caption-custom span i {
      font-size: 36px;
      line-height: 1.1;
      display: inline-block;
      margin: 0px 10px 10px 0;
      top: 13px;
      position: relative; }
  .mainSlider .tt-caption-custom > * {
    position: relative;
    z-index: 2; }
  @media (max-width: 1024px) {
    .mainSlider .tt-caption-custom {
      width: 240px;
      height: 222px;
      top: -102px; }
      .mainSlider .tt-caption-custom:before {
        top: -5px;
        left: -10px;
        width: 249px;
        height: 227px; }
      .mainSlider .tt-caption-custom .tt-title {
        padding-top: 23px; }
        .mainSlider .tt-caption-custom .tt-title .text-small {
          font-size: 16px; }
        .mainSlider .tt-caption-custom .tt-title .text-large {
          font-size: 34px;
          line-height: 0.97;
          margin-top: 9px; }
      .mainSlider .tt-caption-custom span {
        width: 141px;
        margin-top: 15px;
        padding: 3px 0 0 0;
        font-size: 10px;
        line-height: 1.1; }
        .mainSlider .tt-caption-custom span i {
          font-size: 20px;
          line-height: 1.1;
          margin: 0px 10px 10px 0;
          top: 7px; } }
  @media (max-width: 550px) {
    .mainSlider .tt-caption-custom {
      width: 209px;
      height: 193px;
      top: -102px;
      right: 25px; }
      .mainSlider .tt-caption-custom:before {
        top: -3px;
        left: -7px;
        width: 220px;
        height: 200px; }
      .mainSlider .tt-caption-custom .tt-title {
        padding-top: 0px; }
        .mainSlider .tt-caption-custom .tt-title .text-small {
          display: none; }
        .mainSlider .tt-caption-custom .tt-title .text-large {
          font-size: 26px;
          line-height: 1.1;
          margin-top: 0px; }
      .mainSlider .tt-caption-custom span {
        width: 141px;
        margin-top: 5px;
        padding: 0;
        font-size: 13px;
        line-height: 1.1;
        border: none; }
        .mainSlider .tt-caption-custom span i {
          font-size: 24px;
          line-height: 1.1;
          margin: 0px 0px 10px 0;
          top: 3px;
          display: block;
          text-align: center; } }

.mainSlider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 7;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  color: #fff; }
  .mainSlider .slick-arrow:hover {
    color: #D80E0E; }

.mainSlider .slick-arrow:before {
  font-family: "carleader";
  display: block;
  font-size: 40px;
  line-height: 1em; }

.mainSlider .slick-prev {
  left: 20px; }

.mainSlider .slick-prev:before {
  content: '\e916'; }

.mainSlider .slick-next {
  right: 20px; }

.mainSlider .slick-next:before {
  content: '\e917'; }

.mainSlider .extra-link {
  color: #ffffff; }

.fadeInLeftSm {
  -webkit-animation-name: fadeInLeftSm;
  animation-name: fadeInLeftSm;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.fadeInRightSm {
  -webkit-animation-name: fadeInRightSm;
  animation-name: fadeInRightSm;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.fadeInUpSm {
  -webkit-animation-name: fadeInUpSm;
  animation-name: fadeInUpSm;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.animated.fadeInLeftSm,
.animated.fadeInRightSm,
.animated.fadeInUpSm {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

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

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

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

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

@-webkit-keyframes fadeInRightSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

body.is-loaded .loading-content {
  opacity: 0;
  visibility: hidden; }

.loading-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: none;
  visibility: visible;
  transition: 0.5s; }
  .loading-content.disable {
    opacity: 0; }
  .loading-content .image {
    max-width: 15%; }
  .loading-content .image img {
    animation: flipInY 3s infinite;
    max-width: 100%; }

.loading-dots {
  margin-left: -1.5em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: loading-dots-fadein .5s linear forwards;
  -moz-animation: loading-dots-fadein .5s linear forwards;
  -o-animation: loading-dots-fadein .5s linear forwards;
  -ms-animation: loading-dots-fadein .5s linear forwards;
  animation: loading-dots-fadein .5s linear forwards; }

.loading-dots i {
  width: .5em;
  height: .5em;
  display: inline-block;
  vertical-align: middle;
  background: #D80E0E;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 .125em;
  -webkit-animation: loading-dots-middle-dots .5s linear infinite;
  -moz-animation: loading-dots-middle-dots .5s linear infinite;
  -o-animation: loading-dots-middle-dots .5s linear infinite;
  -ms-animation: loading-dots-middle-dots .5s linear infinite;
  animation: loading-dots-middle-dots .5s linear infinite; }

.loading-dots.dark-gray i {
  background: #D80E0E; }

.loading-dots i:first-child {
  -webkit-animation: loading-dots-first-dot .5s infinite;
  -moz-animation: loading-dots-first-dot .5s linear infinite;
  -o-animation: loading-dots-first-dot .5s linear infinite;
  -ms-animation: loading-dots-first-dot .5s linear infinite;
  animation: loading-dots-first-dot .5s linear infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate(-1em);
  -moz-transform: translate(-1em);
  -o-transform: translate(-1em);
  -ms-transform: translate(-1em);
  transform: translate(-1em); }

.loading-dots i:last-child {
  -webkit-animation: loading-dots-last-dot .5s linear infinite;
  -moz-animation: loading-dots-last-dot .5s linear infinite;
  -o-animation: loading-dots-last-dot .5s linear infinite;
  -ms-animation: loading-dots-last-dot .5s linear infinite;
  animation: loading-dots-last-dot .5s linear infinite; }

@-moz-keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none; } }

@-webkit-keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none; } }

@-o-keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none; } }

@keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none; } }

@-moz-keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    filter: none; } }

@-webkit-keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    filter: none; } }

@-o-keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    filter: none; } }

@keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    filter: none; } }

@-moz-keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em); } }

@-webkit-keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em); } }

@-o-keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em); } }

@keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em); } }

@-moz-keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    -moz-transform: translate(2em);
    -o-transform: translate(2em);
    -ms-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }

@-webkit-keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    -moz-transform: translate(2em);
    -o-transform: translate(2em);
    -ms-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }

@-o-keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    -moz-transform: translate(2em);
    -o-transform: translate(2em);
    -ms-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }

@keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    -moz-transform: translate(2em);
    -o-transform: translate(2em);
    -ms-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }

/*---------------------------------------*/
/*--------  6. Content layout    --------*/
/*---------------------------------------*/
/* tt-search-filter */
.tt-search-filter {
  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: relative;
  z-index: 2;
  height: 120px;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05); }
  .tt-search-filter .tt-icon-filter {
    font-size: 38px;
    line-height: 1.1;
    color: #D80E0E;
    position: absolute;
    top: 33px;
    left: 18px;
    z-index: 1; }
  .tt-search-filter > div {
    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: 100px; }
    .tt-search-filter > div select {
      opacity: 0; }
    .tt-search-filter > div.tt-col-title {
      display: flex;
      flex-wrap: wrap;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      color: #ffffff;
      font-size: 21px;
      line-height: 1.3;
      min-width: 210px;
      position: relative;
      overflow: hidden;
      padding: 0px 0 0 75px; }
      .tt-search-filter > div.tt-col-title span {
        font-weight: normal;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        letter-spacing: 0.01em;
        display: inline-block;
        margin-top: 2px; }
      .tt-search-filter > div.tt-col-title .tt-close {
        display: none; }
    .tt-search-filter > div.tt-col-select {
      margin-top: 0px; }
      .tt-search-filter > div.tt-col-select .SumoSelect {
        margin-left: 12px; }
      .tt-search-filter > div.tt-col-select .SumoSelect {
        width: 125px; }
      .tt-search-filter > div.tt-col-select .SumoSelect:nth-child(3),
      .tt-search-filter > div.tt-col-select .SumoSelect:nth-child(4) {
        width: 178px; }
    .tt-search-filter > div.tt-col-btn .btn {
      margin-left: 11px;
      padding-left: 31px;
      padding-right: 31px;
      font-size: 15px;
      height: 40px; }
      .tt-search-filter > div.tt-col-btn .btn [class^="icon-"] {
        font-size: 15px;
        margin-right: 9px; }
  @media (max-width: 1229px) {
    .tt-search-filter {
      height: 109px;
      padding-left: 8px; }
      .tt-search-filter .tt-icon-filter {
        font-size: 32px;
        line-height: 1.1;
        color: #D80E0E;
        position: absolute;
        top: 12px;
        left: 20px;
        z-index: 1; }
      .tt-search-filter > div.tt-col-title {
        -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: absolute;
        top: 0;
        left: 0;
        padding: 16px 0 0 75px; }
        .tt-search-filter > div.tt-col-title span {
          line-height: inherit;
          margin-top: inherit;
          line-height: 2.05;
          margin-left: 5px; }
        .tt-search-filter > div.tt-col-title br {
          display: none; }
      .tt-search-filter > div.tt-col-select {
        -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;
        padding-top: 53px; }
      .tt-search-filter > div.tt-col-btn {
        -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;
        padding-top: 53px; }
        .tt-search-filter > div.tt-col-btn .btn {
          height: 37px;
          padding-top: 4px; }
      .tt-search-filter > div .SumoSelect > .CaptionCont {
        height: 37px;
        padding: 6px 33px 3px 14px; } }
  @media (max-width: 1024px) {
    .tt-search-filter > div.tt-col-select .SumoSelect {
      width: 111px; }
    .tt-search-filter > div.tt-col-select .SumoSelect:nth-child(3),
    .tt-search-filter > div.tt-col-select .SumoSelect:nth-child(4) {
      width: 134px; }
    .tt-search-filter > div.tt-col-btn .btn {
      padding-left: 21px;
      padding-right: 21px; }
    .tt-search-filter .tt-mobile-hide {
      display: none; } }
  @media (min-width: 1025px) {
    .tt-search-filter > div.tt-col-select .tt-btn {
      display: none; } }
  @media (max-width: 1024px) {
    .tt-search-filter {
      height: inherit;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0 !important; }
      .tt-search-filter .tt-icon-filter,
      .tt-search-filter .tt-col-btn {
        display: none; }
      .tt-search-filter > div.tt-col-title {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        position: relative !important;
        background: #D80E0E !important;
        padding: 15px 10px 11px;
        color: #ffffff;
        width: 100%;
        text-align: center;
        font-size: 15px; }
        .tt-search-filter > div.tt-col-title:before {
          font-family: "carleader";
          content: "\e931";
          font-size: 24px;
          line-height: 1;
          display: inline-block;
          position: relative;
          top: -3px;
          left: 0;
          width: 20px;
          margin-right: 19px;
          height: inherit; }
        .tt-search-filter > div.tt-col-title span {
          display: none; }
      .tt-search-filter > div {
        height: auto; }
      .tt-search-filter > div.tt-col-select {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 0px;
        margin-left: 0px;
        width: 100%; }
        .tt-search-filter > div.tt-col-select > *.SumoSelect {
          width: 100%;
          margin-top: 5px;
          margin-left: 0; }
        .tt-search-filter > div.tt-col-select > *.SumoSelect:nth-child(3),
        .tt-search-filter > div.tt-col-select > *.SumoSelect:nth-child(4) {
          width: 100%; }
        .tt-search-filter > div.tt-col-select .tt-btn {
          margin-left: 0px;
          width: 100%; }
          .tt-search-filter > div.tt-col-select .tt-btn .btn {
            height: 37px;
            width: 100%; }
          .tt-search-filter > div.tt-col-select .tt-btn [class^="icon-"] {
            font-size: 13px; }
      .tt-search-filter div.tt-col-btn {
        padding-top: 0; } }
  @media (max-width: 380px) {
    .tt-search-filter > div.tt-col-select .tt-btn span {
      display: none; } }
  .tt-search-filter .visible-desctope {
    display: none; }
    @media (min-width: 1025px) {
      .tt-search-filter .visible-desctope {
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex; } }
  .tt-search-filter .visible-device {
    display: none; }
    @media (max-width: 1024px) {
      .tt-search-filter .visible-device {
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex; } }
  @media (max-width: 1024px) {
    .tt-search-filter .tt-col-select.visible-device {
      padding: 15px; }
      .tt-search-filter .tt-col-select.visible-device .tt-custom-mobile {
        display: flex;
        flex-wrap: wrap;
        margin-right: -3px;
        margin-left: -3px;
        margin-top: -6px;
        width: 100%;
        overflow: hidden; }
        .tt-search-filter .tt-col-select.visible-device .tt-custom-mobile [class^="tt-col"] {
          position: relative;
          width: 100%;
          min-height: 1px;
          padding-right: 3px;
          padding-left: 3px;
          margin-top: 6px; }
          .tt-search-filter .tt-col-select.visible-device .tt-custom-mobile [class^="tt-col"] .SumoSelect {
            width: 100%;
            margin-left: 0; }
        .tt-search-filter .tt-col-select.visible-device .tt-custom-mobile .tt-col-6 {
          flex: 0 0 50%;
          max-width: 50%; }
        .tt-search-filter .tt-col-select.visible-device .tt-custom-mobile .tt-col-12 {
          flex: 0 0 100%;
          max-width: 100%; } }

@media (max-width: 1024px) {
  .tt-search-filter .tt-col-title {
    cursor: pointer; }
  #js-searchfilter .tt-search-filter:not(.tt-open) .tt-col-select.visible-device {
    display: none; } }

.tt-search-filter-wrapper {
  background: #333333; }
  @media (max-width: 1024px) {
    .tt-search-filter-wrapper .tt-col-title {
      cursor: pointer; } }

@media (max-width: 1024px) {
  #tt-pageContent .tt-container-fluid-mobile {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 100%; } }

#tt-footer-menu {
  overflow: hidden; }

#tt-detach-search-madal {
  position: fixed !important;
  z-index: 20;
  bottom: -100%;
  left: 0;
  width: 100%;
  transition: bottom 0.4s linear;
  overflow: hidden; }
  #tt-detach-search-madal .tt-search-filter > div.tt-col-select {
    display: none; }
  #tt-detach-search-madal .tt-search-filter.tt-open > .visible-device.tt-col-select {
    display: block; }
  #tt-detach-search-madal .tt-search-filter.tt-open .tt-col-title .tt-show {
    display: none; }
  #tt-detach-search-madal .tt-search-filter.tt-open .tt-col-title .tt-close {
    display: block; }
  #tt-detach-search-madal.tt-fixed {
    bottom: 0; }
  #tt-detach-search-madal .tt-container-fluid-mobile {
    padding-left: 0;
    padding-right: 0;
    max-width: inherit; }
  @media (min-width: 1025px) {
    #tt-detach-search-madal {
      bottom: -100%; }
      #tt-detach-search-madal.tt-fixed {
        bottom: -100%; } }

/* tt-search-filter02 (index-moto.html, index-yacht.html) */
.tt-search-filter02 {
  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;
  position: relative;
  z-index: 2;
  background: #333333;
  height: 100px;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05); }
  .tt-search-filter02 .tt-icon-filter {
    font-size: 40px;
    line-height: 1.1;
    color: #D80E0E;
    position: absolute;
    top: 29px;
    left: 21px;
    z-index: 1; }
  .tt-search-filter02 > div {
    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;
    height: 100px; }
    .tt-search-filter02 > div select {
      opacity: 0; }
    .tt-search-filter02 > div.tt-col-title {
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      color: #222222;
      font-size: 16px;
      line-height: 1.5;
      min-width: 210px;
      position: relative;
      overflow: hidden;
      padding: 3px 0 0 108px; }
      .tt-search-filter02 > div.tt-col-title:before {
        content: '';
        position: absolute;
        top: -31px;
        left: -69px;
        width: 161px;
        height: 161px;
        background: #D80E0E;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
    .tt-search-filter02 > div.tt-col-select {
      margin-top: 1px; }
      .tt-search-filter02 > div.tt-col-select .SumoSelect {
        margin-left: 8px; }
      .tt-search-filter02 > div.tt-col-select .SumoSelect {
        width: 122px; }
      .tt-search-filter02 > div.tt-col-select .SumoSelect:nth-child(3),
      .tt-search-filter02 > div.tt-col-select .SumoSelect:nth-child(4) {
        width: 178px; }
    .tt-search-filter02 > div.tt-col-btn .btn {
      margin-left: 11px;
      margin-top: 1px;
      padding-left: 31px;
      padding-right: 31px;
      padding-top: 7px; }
      .tt-search-filter02 > div.tt-col-btn .btn [class^="icon-"] {
        font-size: 13px; }
  @media (min-width: 1025px) {
    .tt-search-filter02 {
      margin-top: -50px; } }
  @media (max-width: 1229px) {
    .tt-search-filter02 {
      height: 109px;
      padding-left: 8px; }
      .tt-search-filter02 .tt-icon-filter {
        font-size: 28px;
        line-height: 1.1;
        color: #D80E0E;
        position: absolute;
        top: 5px;
        left: 46px;
        z-index: 1; }
      .tt-search-filter02 > div.tt-col-title {
        -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: absolute;
        top: 0;
        left: 0;
        padding: 14px 0 0 113px; }
        .tt-search-filter02 > div.tt-col-title br {
          display: none; }
        .tt-search-filter02 > div.tt-col-title:before {
          content: '';
          position: absolute;
          top: -46px;
          left: 15px;
          width: 92px;
          height: 92px;
          background: #D80E0E;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
      .tt-search-filter02 > div.tt-col-select {
        -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;
        padding-top: 53px; }
      .tt-search-filter02 > div.tt-col-btn {
        -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;
        padding-top: 53px; }
        .tt-search-filter02 > div.tt-col-btn .btn {
          height: 37px;
          padding-top: 4px; }
      .tt-search-filter02 > div .SumoSelect > .CaptionCont {
        height: 37px;
        padding: 6px 33px 3px 14px; } }
  @media (max-width: 1024px) {
    .tt-search-filter02 > div.tt-col-select .SumoSelect {
      width: 100px; }
    .tt-search-filter02 > div.tt-col-select .SumoSelect:nth-child(3),
    .tt-search-filter02 > div.tt-col-select .SumoSelect:nth-child(4) {
      width: 134px; }
    .tt-search-filter02 > div.tt-col-btn .btn {
      padding-left: 21px;
      padding-right: 21px; }
    .tt-search-filter02 .tt-mobile-hide {
      display: none; } }
  @media (max-width: 790px) {
    .tt-search-filter02 > div.tt-col-select .SumoSelect:nth-child(3),
    .tt-search-filter02 > div.tt-col-select .SumoSelect:nth-child(4) {
      width: 128px; } }
  @media (max-width: 767px) {
    .tt-search-filter02 {
      display: none; } }
  .tt-search-filter02 .visible-desctope {
    display: none; }
    @media (min-width: 1025px) {
      .tt-search-filter02 .visible-desctope {
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex; } }
  .tt-search-filter02 .visible-device {
    display: none; }
    @media (max-width: 1024px) {
      .tt-search-filter02 .visible-device {
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex; } }

/* tt-link-redirect */
.tt-link-redirect {
  background: transparent;
  color: #D80E0E;
  font-family: "Poppins", sans-serif;
  border: 1px solid #D80E0E;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 600;
  position: relative;
  outline: none;
  padding: 4px 20px 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 54px;
  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-link-redirect:hover {
    background: #D80E0E;
    color: #ffffff;
    outline: none; }
  .tt-link-redirect:active, .tt-link-redirect:visited, .tt-link-redirect:focus, .tt-link-redirectbutton:focus {
    outline: none;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); }
  .tt-link-redirect .icon-arrowdown {
    position: relative;
    display: inline-block;
    top: 0px;
    margin-right: 8px;
    font-family: "carleader";
    content: "\e92b";
    font-size: 8px;
    line-height: 1.1;
    font-weight: 600;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .tt-link-redirect .icon-right {
    margin-left: 8px;
    margin-right: -2px; }
  @media (min-width: 769px) {
    .tt-link-redirect {
      position: absolute;
      right: -3px;
      top: -2px; } }
  @media (max-width: 796px) {
    .tt-link-redirect {
      position: relative;
      top: 19px; }
      .tt-link-redirect:after {
        top: 2px; } }

.tt-link-redirect-wrapper {
  text-align: center;
  margin-top: 21px; }

.js-carousel-brand {
  margin-left: -13px;
  margin-right: -13px; }

.tt-brand {
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  padding: 13px 13px;
  margin-top: -8px; }
  .tt-brand .tt-img {
    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;
    background-color: #ffffff;
    min-height: 60px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); }
    .tt-brand .tt-img img {
      width: inherit;
      display: inline-block;
      max-width: 100%;
      height: auto; }
  .tt-brand .tt-title {
    font-size: 15px;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 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-brand .tt-title:hover {
      color: #D80E0E; }
    .tt-brand .tt-title:not(:first-child) {
      margin-top: 18px; }
  .tt-brand:hover .tt-title {
    color: #D80E0E; }

/* tt-box-map */
.tt-map {
  width: 100%;
  background-color: #1a1a21;
  text-align: center; }
  .tt-map .tt-btn-toggle:not(.tt-style-02) {
    width: 45px;
    height: 27px;
    font-size: 21px;
    line-height: 1;
    color: #D80E0E;
    background-color: #ffffff;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 2;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .tt-map .tt-btn-toggle:not(.tt-style-02):before {
      font-family: "carleader";
      content: '\e92e';
      position: relative;
      top: -3px; }
    .tt-map .tt-btn-toggle:not(.tt-style-02).is-open:before {
      content: '\e92d'; }
    .tt-map .tt-btn-toggle:not(.tt-style-02):hover {
      color: #D80E0E; }
  .tt-map .tt-btn-toggle.tt-style-02 {
    height: 32px;
    font-size: 21px;
    line-height: 1.2;
    text-align: center;
    display: block;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .tt-map .tt-btn-toggle.tt-style-02:before {
      font-family: "carleader";
      content: '\e92c';
      display: inline-block;
      position: relative;
      z-index: 1;
      top: 6px; }
    .tt-map .tt-btn-toggle.tt-style-02.is-open:before {
      content: '\e92b'; }
    .tt-map .tt-btn-toggle.tt-style-02:after {
      content: '';
      position: absolute;
      width: 64px;
      height: 64px;
      background-color: #D80E0E;
      display: block;
      top: 0;
      left: 50%;
      margin-left: -32px;
      z-index: 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  .tt-map .tt-box-map {
    display: none;
    margin-top: -27px;
    position: relative;
    z-index: 1; }

/* map */
.google-map {
  width: 100%;
  height: 320px; }

/*  */
.tt-additional-box {
  margin-bottom: -57px; }

/* short-structure */
@media (max-width: 575px) {
  .ws-short-structure {
    position: relative;
    padding-bottom: 15px; }
    .ws-short-structure:not(.is-open) {
      padding-bottom: 0px; }
      .ws-short-structure:not(.is-open) .tt-hide-block {
        display: none; }
      .ws-short-structure:not(.is-open):after {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1; }
    .ws-short-structure:after {
      content: '';
      position: absolute;
      bottom: 0px;
      width: 100%;
      height: 43px;
      left: 0;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -webkit-opacity: 0;
      opacity: 0;
      background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), white 60%);
      background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), white 60%);
      background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), white 60%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 60%); } }

@media (min-width: 576px) {
  .ws-short-btn {
    display: none; } }

@media (max-width: 575px) {
  .ws-short-btn {
    text-align: center; }
    .ws-short-btn .ws-btn-more {
      font-size: 11px;
      color: #D80E0E;
      display: inline-block;
      position: relative;
      padding: 5px 5px 5px;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      .ws-short-btn .ws-btn-more:after {
        font-family: "carleader";
        content: "\e92c";
        display: block;
        font-size: 8px;
        line-height: 1;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
        display: inline-block;
        -moz-transition: top 0.2s linear;
        -o-transition: top 0.2s linear;
        -webkit-transition: top 0.2s linear;
        transition: top 0.2s linear;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      .ws-short-btn .ws-btn-more:hover {
        color: #222222; } }

/*
	tt-media-02
*/
.tt-media-02 {
  position: relative;
  line-height: 24px;
  display: block;
  overflow: hidden; }
  .tt-media-02 img {
    width: 100%;
    height: auto; }
  .tt-media-02 .tt-description {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    background-color: rgba(17, 17, 17, 0);
    font-family: "Poppins", sans-serif;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }
    .tt-media-02 .tt-description .tt-title {
      color: #ffffff;
      font-size: 21px;
      font-weight: 600;
      line-height: 1.2;
      margin: 0;
      padding: 0; }
      .tt-media-02 .tt-description .tt-title .tt-total {
        font-size: 14px;
        line-height: 1;
        display: inline-block;
        background-color: #D80E0E;
        display: inline-block;
        padding: 5px 7px;
        min-height: 21px;
        font-weight: 500;
        position: relative;
        top: -3px;
        margin-left: 5px; }
        @media (max-width: 575px) {
          .tt-media-02 .tt-description .tt-title .tt-total {
            padding: 5px;
            width: 24px;
            height: 24px;
            line-height: 1.4;
            text-align: center; }
            .tt-media-02 .tt-description .tt-title .tt-total span {
              display: none; } }
    .tt-media-02 .tt-description .tt-link-marker {
      color: #D80E0E;
      margin-top: 5px;
      display: inline-block;
      color: #D80E0E;
      font-weight: 600;
      font-size: 15px;
      text-transform: lowercase;
      transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -webkit-opacity: 0;
      opacity: 0; }
      .tt-media-02 .tt-description .tt-link-marker:before {
        font-family: "carleader";
        content: '\e918';
        display: inline-block;
        margin-right: 7px;
        position: relative;
        top: 4px;
        font-size: 20px;
        color: #D80E0E;
        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-media-02 .tt-description .tt-link-marker:hover {
        color: #ffffff; }
        .tt-media-02 .tt-description .tt-link-marker:hover:before {
          color: #ffffff; }
    @media (min-width: 1024px) {
      .tt-media-02 .tt-description {
        padding: 23px 28px 12px 28px; } }
    @media (max-width: 1024px) {
      .tt-media-02 .tt-description {
        padding: 23px 14px 13px; }
        .tt-media-02 .tt-description .tt-title {
          font-size: 18px; }
          .tt-media-02 .tt-description .tt-title .tt-total {
            top: -2px; } }
    @media (max-width: 768px) {
      .tt-media-02 .tt-description {
        bottom: -20px;
        padding: 15px 10px 15px; }
        .tt-media-02 .tt-description .tt-title {
          font-size: 18px;
          font-weight: 600; }
          .tt-media-02 .tt-description .tt-title .tt-total {
            top: -3px;
            font-size: 12px; }
        .tt-media-02 .tt-description .tt-link-marker {
          margin-top: 0; }
          .tt-media-02 .tt-description .tt-link-marker:before {
            top: 5px; } }
    @media (max-width: 575px) {
      .tt-media-02 .tt-description .tt-title {
        font-size: 16px; } }
  .tt-media-02:hover .tt-description {
    bottom: 0px;
    background-color: rgba(17, 17, 17, 0.7); }
    .tt-media-02:hover .tt-description p {
      display: block; }
  .tt-media-02:hover .tt-link-marker {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; }
  .tt-media-02.tt-hover .tt-description {
    bottom: 0px;
    background-color: rgba(17, 17, 17, 0.7); }
    .tt-media-02.tt-hover .tt-description p {
      display: block; }
  .tt-media-02.tt-hover .tt-link-marker {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; }

.tt-list-media-02 {
  margin-top: -19px; }
  .tt-list-media-02 .tt-media-02 {
    margin-top: 30px; }
    .tt-list-media-02 .tt-media-02 .tt-description {
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 576px) {
        .tt-list-media-02 .tt-media-02 .tt-description .tt-title {
          font-size: 16px; }
          .tt-list-media-02 .tt-media-02 .tt-description .tt-title .tt-total {
            margin-top: 5px;
            padding: 4px 9px 1px;
            min-height: 18px; } }
      @media (max-width: 575px) {
        .tt-list-media-02 .tt-media-02 .tt-description .tt-title .tt-total {
          margin-top: 5px; } }

/*
Portfolio
*/
.portfolio-masonry-layout {
  position: relative; }
  .portfolio-masonry-layout > .container {
    position: relative; }
  .portfolio-masonry-layout .extra-link {
    background: transparent;
    color: #D80E0E;
    font-family: "Poppins", sans-serif;
    border: 1px solid #D80E0E;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 600;
    position: relative;
    outline: none;
    padding: 4px 14px 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 54px;
    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; }
    .portfolio-masonry-layout .extra-link .icon-arrowdown {
      position: relative;
      display: inline-block;
      top: 0px;
      margin-left: 8px;
      font-family: "carleader";
      content: "\e92b";
      font-size: 8px;
      line-height: 1.1;
      font-weight: 600;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .portfolio-masonry-layout .extra-link:hover {
      background-color: #D80E0E;
      color: #ffffff; }
    @media (min-width: 1025px) {
      .portfolio-masonry-layout .extra-link {
        position: absolute;
        right: 13px;
        top: -77px;
        z-index: 1; } }
    @media (max-width: 1024px) and (min-width: 797px) {
      .portfolio-masonry-layout .extra-link {
        position: absolute;
        right: 13px;
        top: -77px; } }
    @media (max-width: 796px) {
      .portfolio-masonry-layout .extra-link {
        margin-top: 40px;
        position: relative;
        top: inherit;
        right: inherit; } }
  .portfolio-masonry-layout .container.visible-mobile {
    text-align: center;
    padding: 24px 0 0px 0; }
    @media (max-width: 575px) {
      .portfolio-masonry-layout .container.visible-mobile.indent-bottom-none {
        padding-bottom: 0; } }

.tt-portfolio-masonry {
  position: relative;
  z-index: 0; }
  .tt-portfolio-masonry .grid:after {
    content: '';
    display: block;
    clear: both; }
  .tt-portfolio-masonry .element-item {
    position: relative;
    float: inherit !important; }
  .tt-portfolio-masonry .tt-portfolio-content {
    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-portfolio-masonry .tt-portfolio-content.tt-show {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; }
  .tt-portfolio-masonry .layout-default .element-item {
    width: 16.666%; }
    @media (max-width: 1299px) {
      .tt-portfolio-masonry .layout-default .element-item {
        width: 25%; } }
    @media (max-width: 789px) {
      .tt-portfolio-masonry .layout-default .element-item {
        width: 33.333%; } }
    @media (max-width: 575px) {
      .tt-portfolio-masonry .layout-default .element-item {
        width: 50%; } }
    .tt-portfolio-masonry .layout-default .element-item.element-item-2x {
      width: 33.333%; }
      @media (max-width: 1299px) {
        .tt-portfolio-masonry .layout-default .element-item.element-item-2x {
          width: 50%; } }
      @media (max-width: 789px) {
        .tt-portfolio-masonry .layout-default .element-item.element-item-2x {
          width: 66.667%; } }
      @media (max-width: 575px) {
        .tt-portfolio-masonry .layout-default .element-item.element-item-2x {
          width: 100%; } }
  .tt-portfolio-masonry .layout-col-03 {
    margin-top: -15px; }
    .tt-portfolio-masonry .layout-col-03 .element-item {
      padding: 15px;
      width: 33.333%; }
      @media (max-width: 1024px) {
        .tt-portfolio-masonry .layout-col-03 .element-item {
          width: 50%; } }
  .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: -5px;
    padding-bottom: 38px; }
    .tt-portfolio-masonry .tt-filter-nav .button {
      color: #222222;
      padding: 3px 17px 3px;
      letter-spacing: 0.13em;
      font-size: 15px;
      margin: 0 6px;
      font-weight: 500;
      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: #D80E0E;
      cursor: default; }
    .tt-portfolio-masonry .tt-filter-nav .button:hover {
      color: #D80E0E; }
    @media (max-width: 1024px) {
      .tt-portfolio-masonry .tt-filter-nav {
        margin-top: 4px;
        padding-bottom: 22px; }
        .tt-portfolio-masonry .tt-filter-nav .button {
          margin: 0 4px;
          padding: 5px 12px; } }
    @media (max-width: 575px) {
      .tt-portfolio-masonry .tt-filter-nav {
        webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: -4px;
        padding-bottom: 22px; }
        .tt-portfolio-masonry .tt-filter-nav .button {
          margin: 4px 4px 0 4px; } }

.tt-portfolio-content {
  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 .tt-portfolio-item {
    line-height: 26px; }
    .tt-portfolio-content .tt-portfolio-item figure {
      position: relative;
      display: block;
      width: 100%;
      overflow: hidden;
      margin: 0;
      z-index: 1;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
      .tt-portfolio-content .tt-portfolio-item figure img {
        width: 100%;
        height: auto;
        position: relative; }
      .tt-portfolio-content .tt-portfolio-item figure figcaption {
        position: absolute;
        width: 100%;
        bottom: -38px;
        left: 0%;
        padding: 20px 19px 24px;
        z-index: 3;
        color: #ffffff;
        background-color: transparent;
        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 .tt-portfolio-item figure figcaption:before {
          content: '\e918';
          font-family: "carleader";
          font-size: 20px;
          line-height: 1.1;
          display: block;
          position: absolute;
          right: 25px;
          bottom: 28px;
          color: #D80E0E;
          -moz-opacity: 0;
          -khtml-opacity: 0;
          -webkit-opacity: 0;
          opacity: 0; }
        .tt-portfolio-content .tt-portfolio-item figure figcaption .tt-title {
          font-size: 21px;
          line-height: 1.3;
          letter-spacing: 0em;
          font-weight: 600;
          margin: 0;
          padding: 0;
          color: #ffffff;
          font-family: "Poppins", sans-serif; }
          .tt-portfolio-content .tt-portfolio-item figure figcaption .tt-title span {
            display: inline-block;
            background: #070606;
            color: #D80E0E;
            padding: 5px 7px 5px;
            font-size: 14px;
            line-height: 1.2;
            font-weight: 500;
            position: relative;
            top: -3px;
            margin-right: 6px; }
        .tt-portfolio-content .tt-portfolio-item figure figcaption .tt-price {
          color: #D80E0E;
          font-weight: 700;
          font-size: 18px;
          margin-top: 6px;
          display: inline-block;
          -moz-opacity: 0;
          -khtml-opacity: 0;
          -webkit-opacity: 0;
          opacity: 0; }
      .tt-portfolio-content .tt-portfolio-item figure:hover {
        -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
        transform: scale(1.06);
        z-index: 3; }
        .tt-portfolio-content .tt-portfolio-item figure:hover figcaption {
          bottom: 0px;
          background-color: rgba(19, 19, 19, 0.7); }
          .tt-portfolio-content .tt-portfolio-item figure:hover figcaption:before {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1; }
          .tt-portfolio-content .tt-portfolio-item figure:hover figcaption .tt-price {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1; }
      @media (max-width: 1621px) {
        .tt-portfolio-content .tt-portfolio-item figure figcaption .tt-title {
          font-size: 18px; }
          .tt-portfolio-content .tt-portfolio-item figure figcaption .tt-title span {
            padding: 3px 5px 3px;
            font-size: 12px;
            top: -2px;
            margin-right: 3px; }
        .tt-portfolio-content .tt-portfolio-item figure figcaption .tt-price {
          font-size: 16px; }
        .tt-portfolio-content .tt-portfolio-item figure figcaption:before {
          font-size: 20px;
          right: 25px;
          bottom: 26px; } }
      @media (max-width: 1024px) {
        .tt-portfolio-content .tt-portfolio-item figure figcaption {
          padding: 20px 7px 24px 10px; }
          .tt-portfolio-content .tt-portfolio-item figure figcaption .tt-title {
            font-size: 14px; }
            .tt-portfolio-content .tt-portfolio-item figure figcaption .tt-title span {
              padding: 2px 4px 1px;
              font-size: 10px;
              top: -1px; }
          .tt-portfolio-content .tt-portfolio-item figure figcaption .tt-price {
            font-size: 14px; }
          .tt-portfolio-content .tt-portfolio-item figure figcaption:before {
            font-size: 16px;
            right: 10px;
            bottom: 28px; } }
      @media (max-width: 768px) {
        .tt-portfolio-content .tt-portfolio-item figure figcaption {
          padding: 15px 7px 19px 10px; } }

/*
box 'What We Offer'
*/
/*index-yacht.html(What We Offer) */
.tt-layout01-bg {
  background-color: #fafafa;
  padding: 117px 0 0px 0;
  background-position: 0 0;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .tt-layout01-bg {
      padding: 66px 0 0px 0; } }

.tt-layout01 {
  background-color: #fafafa;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: -36px;
  width: 100%;
  padding: 39px 0 115px 0; }
  .tt-layout01 .layout01-desctope {
    padding-bottom: 14px; }
    .tt-layout01 .layout01-desctope .row:not(:first-child) .tt-item {
      margin-top: 72px; }
  @media (min-width: 768px) {
    .tt-layout01 .layout01-desctope {
      display: block; } }
  @media (max-width: 767px) {
    .tt-layout01 .layout01-desctope {
      display: none; } }
  @media (min-width: 768px) {
    .tt-layout01 .layout01-mobile {
      display: none; } }
  @media (max-width: 767px) {
    .tt-layout01 .layout01-mobile {
      display: block; } }
  .tt-layout01 .layout01-mobile .tt-title {
    padding-left: 15px;
    padding-right: 15px; }
  .tt-layout01 .layout01-mobile p {
    padding-left: 15px;
    padding-right: 15px; }
  .tt-layout01 .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: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 5px; }
    @media (min-width: 1025px) {
      .tt-layout01 .tt-item.tt-icon-bottom .tt-item-icon {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end; }
      .tt-layout01 .tt-item.tt-icon-bottom:not(.tt-icon-right) .tt-item-icon {
        margin-bottom: 5px; } }
    .tt-layout01 .tt-item.tt-icon-right {
      text-align: right; }
      .tt-layout01 .tt-item.tt-icon-right .tt-item-icon {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 27px;
        margin-top: -3px; }
    .tt-layout01 .tt-item:not(.tt-icon-right) .tt-item-icon {
      margin-right: 27px;
      margin-top: -3px; }
    .tt-layout01 .tt-item .tt-item-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: 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: 98px;
      height: 98px;
      min-width: 98px;
      min-height: 98px;
      background-color: #D80E0E;
      font-size: 42px;
      line-height: 1;
      color: #ffffff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .tt-layout01 .tt-item .tt-item-content .tt-title {
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      color: #222222;
      font-size: 18px;
      line-height: 1.2;
      margin: 0;
      padding: 0 0 12px 0; }
    .tt-layout01 .tt-item .tt-item-content .link-tel {
      font-size: 22px;
      display: inline-block;
      margin-top: 9px;
      font-weight: 700;
      font-family: "Poppins", sans-serif;
      color: #D80E0E;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      .tt-layout01 .tt-item .tt-item-content .link-tel:hover {
        color: #222222; }
    .tt-layout01 .tt-item .tt-item-content p {
      margin: 0; }
      .tt-layout01 .tt-item .tt-item-content p + p {
        margin-top: 16px; }
    .tt-layout01 .tt-item:not(:first-child) {
      margin-top: 56px; }
    @media (max-width: 767px) {
      .tt-layout01 .tt-item {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0 !important; }
        .tt-layout01 .tt-item .tt-item-icon {
          margin-right: 0 !important; }
        .tt-layout01 .tt-item .tt-item-content {
          text-align: center;
          margin-top: 15px; }
          .tt-layout01 .tt-item .tt-item-content .tt-title {
            font-size: 14px; }
            .tt-layout01 .tt-item .tt-item-content .tt-title .tt-item-icon {
              width: 98px;
              height: 98px;
              min-width: 98px;
              min-height: 98px;
              font-size: 32px; }
          .tt-layout01 .tt-item .tt-item-content p {
            text-align: center; } }
  @media (max-width: 1229px) {
    .tt-layout01 {
      margin-top: 0px;
      background-position: center 74px;
      background-size: 79% auto; }
      .tt-layout01 .tt-item {
        font-size: 17px; }
        .tt-layout01 .tt-item p {
          font-size: 15px;
          line-height: 25px; }
        .tt-layout01 .tt-item .tt-item-icon {
          width: 78px;
          height: 78px;
          min-width: 78px;
          min-height: 78px;
          font-size: 42px; } }
  @media (max-width: 1024px) {
    .tt-layout01 {
      padding: 39px 0 316px 0;
      background-position: center bottom;
      background-size: 88% auto; }
      .tt-layout01 .row [class^="col"]:first-child {
        padding-right: 17px; }
      .tt-layout01 .row [class^="col"]:last-child {
        padding-left: 17px; } }
  @media (max-width: 768px) {
    .tt-layout01 .tt-item .tt-item-content .tt-title {
      font-size: 16px;
      padding-bottom: 10px; }
    .tt-layout01 .tt-item .tt-item-icon {
      width: 71px;
      height: 71px;
      min-width: 71px;
      min-height: 71px;
      font-size: 32px; }
    .tt-layout01 .tt-item p {
      line-height: 22px; } }
  @media (max-width: 767px) {
    .tt-layout01 {
      padding: 0 0 60% 0;
      background-size: 100% auto; }
      .tt-layout01 .tt-item .tt-item-content .tt-title {
        font-size: 14px;
        padding-bottom: 11px; }
      .tt-layout01 .tt-item .tt-item-icon {
        width: 97px;
        height: 97px;
        min-width: 97px;
        min-height: 97px;
        font-size: 42px; }
      .tt-layout01 .tt-item p {
        line-height: 20px; } }

/* index-moto.html(What We Offer) */
.tt-layout01-02-bg {
  background-color: #fafafa;
  padding: 117px 0 0px 0; }
  @media (max-width: 768px) {
    .tt-layout01-02-bg {
      padding: 66px 0 0px 0; } }

.tt-layout01-02 {
  background-image: url("../images/motorleader/custom/box-layout01-img01.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: 100% auto;
  margin-top: -36px;
  width: 100%;
  padding: 39px 0 115px 0; }
  .tt-layout01-02 .layout01-desctope {
    padding-bottom: 14px; }
    .tt-layout01-02 .layout01-desctope .row:not(:first-child) .tt-item {
      margin-top: 72px; }
  @media (min-width: 768px) {
    .tt-layout01-02 .layout01-desctope {
      display: block; } }
  @media (max-width: 767px) {
    .tt-layout01-02 .layout01-desctope {
      display: none; } }
  @media (min-width: 768px) {
    .tt-layout01-02 .layout01-mobile {
      display: none; } }
  @media (max-width: 767px) {
    .tt-layout01-02 .layout01-mobile {
      display: block; } }
  .tt-layout01-02 .layout01-mobile .tt-title {
    padding-left: 15px;
    padding-right: 15px; }
  .tt-layout01-02 .layout01-mobile p {
    padding-left: 15px;
    padding-right: 15px; }
  .tt-layout01-02 .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: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 5px; }
    .tt-layout01-02 .tt-item.tt-icon-right {
      text-align: right; }
      .tt-layout01-02 .tt-item.tt-icon-right .tt-item-icon {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 27px;
        margin-top: -3px; }
        @media (max-width: 767px) {
          .tt-layout01-02 .tt-item.tt-icon-right .tt-item-icon {
            margin-left: 0px; } }
    .tt-layout01-02 .tt-item:not(.tt-icon-right) .tt-item-icon {
      margin-right: 27px;
      margin-top: -3px; }
      @media (max-width: 767px) {
        .tt-layout01-02 .tt-item:not(.tt-icon-right) .tt-item-icon {
          margin-left: 0px !important; } }
    .tt-layout01-02 .tt-item .tt-item-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: 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: 98px;
      height: 98px;
      min-width: 98px;
      min-height: 98px;
      background-color: #D80E0E;
      font-size: 42px;
      line-height: 1;
      color: #ffffff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .tt-layout01-02 .tt-item .tt-item-content .tt-title {
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      color: #222222;
      font-size: 18px;
      line-height: 1.2;
      margin: 0;
      padding: 0 0 12px 0; }
    .tt-layout01-02 .tt-item .tt-item-content p {
      margin: 0;
      padding: 0; }
    .tt-layout01-02 .tt-item:not(:first-child) {
      margin-top: 21px; }
    @media (max-width: 767px) {
      .tt-layout01-02 .tt-item {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0 !important; }
        .tt-layout01-02 .tt-item .tt-item-icon {
          margin-right: 0 !important; }
        .tt-layout01-02 .tt-item .tt-item-content {
          text-align: center;
          margin-top: 15px;
          padding-left: 25px;
          padding-right: 25px; }
          .tt-layout01-02 .tt-item .tt-item-content .tt-title {
            font-size: 14px; }
            .tt-layout01-02 .tt-item .tt-item-content .tt-title .tt-item-icon {
              width: 98px;
              height: 98px;
              min-width: 98px;
              min-height: 98px;
              font-size: 32px; }
          .tt-layout01-02 .tt-item .tt-item-content p {
            text-align: center; } }
  @media (max-width: 1229px) {
    .tt-layout01-02 {
      background-image: url("../images/motorleader/custom/box-layout01-img01_bot.jpg");
      margin-top: 0px;
      background-position: 50% bottom;
      background-size: 70% auto;
      padding-bottom: 40%; }
      .tt-layout01-02 .tt-item {
        font-size: 17px; }
        .tt-layout01-02 .tt-item p {
          font-size: 15px;
          line-height: 25px; }
        .tt-layout01-02 .tt-item .tt-item-icon {
          width: 78px;
          height: 78px;
          min-width: 78px;
          min-height: 78px;
          font-size: 42px; } }
  @media (max-width: 1024px) {
    .tt-layout01-02 .tt-item .tt-item-content .tt-title {
      font-size: 16px;
      padding-bottom: 10px; }
    .tt-layout01-02 .tt-item .tt-item-icon {
      width: 71px;
      height: 71px;
      min-width: 71px;
      min-height: 71px;
      font-size: 32px; }
    .tt-layout01-02 .tt-item p {
      line-height: 22px; } }
  @media (max-width: 767px) {
    .tt-layout01-02 {
      padding: 0 0 60% 0;
      background-size: 100% auto; }
      .tt-layout01-02 .tt-item .tt-item-content .tt-title {
        font-size: 14px;
        padding-bottom: 11px; }
      .tt-layout01-02 .tt-item .tt-item-icon {
        width: 97px;
        height: 97px;
        min-width: 97px;
        min-height: 97px;
        font-size: 42px; }
      .tt-layout01-02 .tt-item p {
        line-height: 20px; } }

/* index.html(What We Offer) */
.tt-layout01-03 {
  background-color: #ffffff; }
  @media (min-width: 797px) {
    .tt-layout01-03 {
      background: #ffffff url("../images/custom/layout01-03.jpg") left center no-repeat;
      background-size: 54.3% auto; } }

.tt-list-icon .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: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .tt-list-icon .tt-item:not(:first-child) {
    margin-top: 28px; }
  .tt-list-icon .tt-item-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: 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: 98px;
    height: 98px;
    min-width: 98px;
    min-height: 98px;
    background-color: #dc3d53;
    font-size: 42px;
    line-height: 1;
    color: #ffffff;
    margin-top: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .tt-list-icon .tt-item-description .tt-title {
    margin: 0;
    padding: 0 0 15px 0;
    font-size: 21px;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    color: #222222;
    font-weight: 600; }
  .tt-list-icon .tt-item-description p:last-child {
    padding-bottom: 0; }
  .tt-list-icon .tt-item .tt-item-icon + .tt-item-description {
    margin-left: 22px; }

@media (max-width: 1024px) {
  .tt-list-icon .tt-item:not(:first-child) {
    margin-top: 20px; }
  .tt-list-icon .tt-item .tt-title {
    padding-bottom: 10px; }
  .tt-list-icon .tt-item-icon {
    width: 78px;
    height: 78px;
    min-width: 78px;
    min-height: 78px;
    font-size: 38px; } }

@media (max-width: 1024px) {
  .tt-list-icon .tt-item:not(:first-child) {
    margin-top: 20px; }
  .tt-list-icon .tt-item .tt-title {
    padding-bottom: 10px; }
  .tt-list-icon .tt-item-icon {
    width: 78px;
    height: 78px;
    min-width: 78px;
    min-height: 78px;
    font-size: 38px; } }

@media (max-width: 767px) {
  .tt-list-icon .tt-item:not(:first-child) {
    margin-top: 20px; }
  .tt-list-icon .tt-item .tt-title {
    padding-bottom: 5px;
    font-size: 18px; }
  .tt-list-icon .tt-item-icon {
    width: 65px;
    height: 65px;
    min-width: 65px;
    min-height: 65px;
    font-size: 30px; } }

.tt-col-icon {
  margin-top: -20px; }
  .tt-col-icon .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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    align-items: flex-start;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin-top: 20px;
    padding: 46px 0 39px;
    height: calc(100% - 20px); }
    .tt-col-icon .tt-item-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: 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: 85px;
      height: 85px;
      min-width: 85px;
      min-height: 85px;
      background-color: #dc3d53;
      font-size: 37px;
      line-height: 1;
      color: #ffffff;
      margin-top: -1px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .tt-col-icon .tt-item-description .tt-title {
      margin: 0;
      padding: 0 0 13px 0;
      font-size: 21px;
      line-height: 1.2;
      font-family: "Poppins", sans-serif;
      color: #222222;
      font-weight: 600; }
    .tt-col-icon .tt-item-description p {
      font-size: 16px;
      line-height: 24px; }
      .tt-col-icon .tt-item-description p:last-child {
        padding-bottom: 0; }
    .tt-col-icon .tt-item .tt-item-icon + .tt-item-description {
      margin-left: 22px; }
  @media (max-width: 1230px) {
    .tt-col-icon .tt-item {
      margin-top: 20px; }
      .tt-col-icon .tt-item .tt-title {
        padding-bottom: 10px; }
      .tt-col-icon .tt-item-icon {
        width: 78px;
        height: 78px;
        min-width: 78px;
        min-height: 78px;
        font-size: 38px; } }
  @media (max-width: 1024px) {
    .tt-col-icon {
      margin-top: -20px; }
      .tt-col-icon .tt-item {
        margin-top: 20px; }
        .tt-col-icon .tt-item .tt-title {
          padding-bottom: 10px; }
        .tt-col-icon .tt-item-icon {
          width: 78px;
          height: 78px;
          min-width: 78px;
          min-height: 78px;
          font-size: 38px; } }
  @media (max-width: 767px) {
    .tt-col-icon {
      margin-top: -20px; }
      .tt-col-icon .tt-item {
        margin-top: 20px; }
        .tt-col-icon .tt-item .tt-title {
          padding-bottom: 5px;
          font-size: 18px; }
        .tt-col-icon .tt-item-icon {
          width: 65px;
          height: 65px;
          min-width: 65px;
          min-height: 65px;
          font-size: 30px; } }
  @media (max-width: 575px) {
    .tt-col-icon .tt-item {
      border-top: none;
      border-bottom: none;
      padding: 10px 0 10px; } }

/* services.html */
.tt-layout02-01 {
  background-color: #ffffff; }
  @media (min-width: 797px) {
    .tt-layout02-01 {
      background: #ffffff url("../images/custom/layout02-01.jpg") left center no-repeat;
      background-size: 54.3% auto; } }

/*
	tt-promo-01
*/
.tt-promo-01 {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  padding: 97px 0 55px 0; }
  .tt-promo-01 .tt-block-title .tt-title {
    color: #ffffff; }
  .tt-promo-01 .tt-promo-layout {
    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;
    margin-top: 11px; }
  .tt-promo-01 .tt-item .box-value {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -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;
    width: 178px;
    height: 178px;
    border: 7px solid #421219;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .tt-promo-01 .tt-item .box-value:before {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border: 1px solid #bcbcbd;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .tt-promo-01 .tt-item .box-value i {
      color: #D80E0E;
      font-size: 42px;
      line-height: 1; }
    .tt-promo-01 .tt-item .box-value i + span {
      margin-top: 8px; }
    .tt-promo-01 .tt-item .box-value > span {
      width: 100%; }
    .tt-promo-01 .tt-item .box-value span {
      color: #ffffff;
      font-size: 36px;
      line-height: 1;
      font-family: "Poppins", sans-serif; }
  .tt-promo-01 .tt-item .box-value + .tt-title {
    margin-top: 15px; }
  .tt-promo-01 .tt-item .tt-title {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
    font-family: "Poppins", sans-serif; }
  .tt-promo-01 .tt-item:not(:first-child):not(:last-child) {
    margin-left: 45px;
    margin-right: 45px; }
  .tt-promo-01 .tt-item:first-child {
    margin-right: 45px; }
  .tt-promo-01 .tt-item:last-child {
    margin-left: 45px; }
  @media (max-width: 1229px) {
    .tt-promo-01 .tt-item:not(:first-child):not(:last-child) {
      margin-left: 32px;
      margin-right: 32px; }
    .tt-promo-01 .tt-item:first-child {
      margin-right: 32px; }
    .tt-promo-01 .tt-item:last-child {
      margin-left: 32px; } }
  @media (max-width: 1024px) {
    .tt-promo-01 {
      padding: 70px 0 39px 0; }
      .tt-promo-01 .tt-promo-layout {
        margin-top: 6px; }
        .tt-promo-01 .tt-promo-layout .slick-dots {
          bottom: -13px; }
      .tt-promo-01 .tt-item:not(:first-child):not(:last-child) {
        margin-left: 24px;
        margin-right: 24px; }
      .tt-promo-01 .tt-item:first-child {
        margin-right: 24px; }
      .tt-promo-01 .tt-item:last-child {
        margin-left: 24px; }
      .tt-promo-01 .tt-item .box-value {
        width: 144px;
        height: 144px;
        border: 7px solid #421219; }
        .tt-promo-01 .tt-item .box-value i {
          font-size: 32px;
          line-height: 1; }
        .tt-promo-01 .tt-item .box-value i + span {
          margin-top: 8px; }
        .tt-promo-01 .tt-item .box-value span {
          font-size: 30px; }
      .tt-promo-01 .tt-item .box-value + .tt-title {
        margin-top: 21px; }
      .tt-promo-01 .tt-item .tt-title {
        font-size: 14px; } }
  @media (max-width: 814px) {
    .tt-promo-01 .tt-item:not(:first-child):not(:last-child) {
      margin-left: 0px;
      margin-right: 0px; }
    .tt-promo-01 .tt-item:first-child {
      margin-right: 0px; }
    .tt-promo-01 .tt-item:last-child {
      margin-left: 0px; }
    .tt-promo-01 .tt-item .box-value {
      margin: 0 auto; } }
  @media (max-width: 575px) {
    .tt-promo-01 {
      padding: 57px 0 72px 0; }
      .tt-promo-01 .tt-promo-layout {
        margin-top: 20px; }
      .tt-promo-01 .tt-item .box-value {
        width: 160px;
        height: 160px; }
        .tt-promo-01 .tt-item .box-value i {
          font-size: 42px; }
        .tt-promo-01 .tt-item .box-value span {
          font-size: 32px; } }

.tt-promo-01-nowrapper .tt-promo-layout {
  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;
  margin-top: 11px; }

.tt-promo-01-nowrapper .tt-item .box-value {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -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;
  width: 178px;
  height: 178px;
  border: 7px solid #f6f6f6;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .tt-promo-01-nowrapper .tt-item .box-value:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .tt-promo-01-nowrapper .tt-item .box-value i {
    color: #D80E0E;
    font-size: 42px;
    line-height: 1; }
  .tt-promo-01-nowrapper .tt-item .box-value i + span {
    margin-top: 8px; }
  .tt-promo-01-nowrapper .tt-item .box-value > span {
    width: 100%; }
  .tt-promo-01-nowrapper .tt-item .box-value span {
    color: #222222;
    font-size: 36px;
    line-height: 1;
    font-family: "Poppins", sans-serif; }

.tt-promo-01-nowrapper .tt-item .box-value + .tt-title {
  margin-top: 15px; }

.tt-promo-01-nowrapper .tt-item .tt-title {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #222222;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  padding-bottom: 0; }

.tt-promo-01-nowrapper .tt-item:not(:first-child):not(:last-child) {
  margin-left: 45px;
  margin-right: 45px; }

.tt-promo-01-nowrapper .tt-item:first-child {
  margin-right: 45px; }

.tt-promo-01-nowrapper .tt-item:last-child {
  margin-left: 45px; }

@media (max-width: 1229px) {
  .tt-promo-01-nowrapper .tt-item:not(:first-child):not(:last-child) {
    margin-left: 32px;
    margin-right: 32px; }
  .tt-promo-01-nowrapper .tt-item:first-child {
    margin-right: 32px; }
  .tt-promo-01-nowrapper .tt-item:last-child {
    margin-left: 32px; } }

@media (max-width: 1024px) {
  .tt-promo-01-nowrapper .tt-promo-layout {
    margin-top: 6px; }
    .tt-promo-01-nowrapper .tt-promo-layout .slick-dots {
      bottom: -13px; }
  .tt-promo-01-nowrapper .tt-item:not(:first-child):not(:last-child) {
    margin-left: 24px;
    margin-right: 24px; }
  .tt-promo-01-nowrapper .tt-item:first-child {
    margin-right: 24px; }
  .tt-promo-01-nowrapper .tt-item:last-child {
    margin-left: 24px; }
  .tt-promo-01-nowrapper .tt-item .box-value {
    width: 144px;
    height: 144px; }
    .tt-promo-01-nowrapper .tt-item .box-value i {
      font-size: 32px;
      line-height: 1; }
    .tt-promo-01-nowrapper .tt-item .box-value i + span {
      margin-top: 8px; }
    .tt-promo-01-nowrapper .tt-item .box-value span {
      font-size: 30px; }
  .tt-promo-01-nowrapper .tt-item .box-value + .tt-title {
    margin-top: 21px; }
  .tt-promo-01-nowrapper .tt-item .tt-title {
    font-size: 14px; } }

@media (max-width: 814px) {
  .tt-promo-01-nowrapper .tt-item:not(:first-child):not(:last-child) {
    margin-left: 0px;
    margin-right: 0px; }
  .tt-promo-01-nowrapper .tt-item:first-child {
    margin-right: 0px; }
  .tt-promo-01-nowrapper .tt-item:last-child {
    margin-left: 0px; }
  .tt-promo-01-nowrapper .tt-item .box-value {
    margin: 0 auto; } }

@media (max-width: 575px) {
  .tt-promo-01-nowrapper .tt-promo-layout {
    margin-top: 20px; }
  .tt-promo-01-nowrapper .tt-item .box-value {
    width: 160px;
    height: 160px; }
    .tt-promo-01-nowrapper .tt-item .box-value i {
      font-size: 42px; }
    .tt-promo-01-nowrapper .tt-item .box-value span {
      font-size: 32px; } }

/*
	tt-promo02
*/
.tt-listing-col {
  margin-top: -30px; }
  .tt-listing-col [class^="col-"] {
    margin-top: 30px; }

.tt-promo02 {
  background-color: #ffffff;
  padding: 21px 15px 0 29px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  min-height: 208px; }
  .tt-promo02 .tt-bg-text {
    font-size: 180px;
    line-height: 1;
    color: #f6f6f6;
    display: inline-block;
    position: absolute;
    z-index: 0;
    right: 15px;
    font-weight: 600;
    top: 0;
    margin-top: -25px;
    font-family: "Poppins", sans-serif; }
  .tt-promo02 > * {
    position: relative;
    z-index: 2; }
  .tt-promo02 .tt-icon {
    font-size: 45px;
    line-height: 1;
    color: #D80E0E; }
    .tt-promo02 .tt-icon.icon-financing1 {
      font-size: 56px;
      margin-bottom: -11px; }
    .tt-promo02 .tt-icon.icon-tradein1 {
      font-size: 63px;
      margin-top: -3px;
      margin-bottom: -15px; }
    .tt-promo02 .tt-icon.icon-payment1 {
      font-size: 56px;
      margin-bottom: -11px; }
  .tt-promo02 .tt-title {
    margin-top: 25px;
    font-size: 21px;
    line-height: 1.2;
    margin: 26px 0 0px 0;
    padding: 0 0px 13px 0;
    font-family: "Poppins", sans-serif;
    color: #222222;
    font-weight: 600; }
  @media (max-width: 1229px) {
    .tt-promo02 .tt-bg-text {
      font-size: 150px; } }
  @media (max-width: 767px) {
    .tt-promo02 .tt-bg-text {
      font-size: 130px;
      margin-top: -18px; }
    .tt-promo02 .tt-title {
      font-size: 19px; } }

/*
	tt-promo-03-layout
*/
.tt-promo-03-layout {
  text-align: center;
  background: url("../images/custom/tt-promo-03-layout.jpg") center center no-repeat;
  padding: 0 0 21px 0; }
  .tt-promo-03-layout h5.tt-title {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 500;
    color: #222222;
    margin: 0;
    padding: 0 0 29px 0; }
  .tt-promo-03-layout p {
    max-width: 560px;
    margin: 0 auto 0;
    color: #222222; }
    @media (min-width: 1025px) {
      .tt-promo-03-layout p {
        font-size: 16px;
        line-height: 26px; } }
  .tt-promo-03-layout h6.tt-title {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 600;
    color: #222222;
    font-family: "Poppins", sans-serif;
    margin: 6px 0 0 0;
    padding: 0 0 39px 0; }
  @media (min-width: 1025px) {
    .tt-promo-03-layout .btn {
      padding-left: 34px;
      padding-right: 34px; } }
  @media (max-width: 1229px) {
    .tt-promo-03-layout {
      background-size: 95% auto; } }
  @media (max-width: 1024px) {
    .tt-promo-03-layout h5.tt-title {
      font-size: 30px; }
    .tt-promo-03-layout h6.tt-title {
      font-size: 16px; } }
  @media (max-width: 766px) {
    .tt-promo-03-layout h6.tt-title {
      max-width: 170px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 575px) {
    .tt-promo-03-layout {
      background-position: center 76%;
      padding-bottom: 0; }
      .tt-promo-03-layout h5.tt-title {
        font-size: 24px;
        line-height: 1.1; }
      .tt-promo-03-layout h6.tt-title {
        font-size: 14px;
        max-width: 130px; }
      .tt-promo-03-layout p {
        font-size: 14px;
        line-height: 24px; } }

/*
	tt-media
 */
.js-carousel {
  margin-left: -15px;
  margin-right: -15px; }
  .js-carousel.tt-extra-shadow {
    margin-top: -15px;
    margin-bottom: -15px; }

@media (min-width: 767px) {
  .tt-media-carousel {
    margin-top: -4px !important; } }

@media (max-width: 766px) {
  .tt-media-carousel {
    margin-top: 7px !important; }
    .tt-media-carousel .slick-slide {
      padding-bottom: 15px !important; } }

.tt-media {
  margin: 15px;
  display: block; }
  .tt-media .tt-img {
    position: relative;
    z-index: 1; }
  .tt-media .tt-layout {
    padding: 29px 26px 37px 30px;
    color: #222222;
    margin-right: 22px;
    margin-top: -40px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -moz-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    -webkit-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear; }
    .tt-media .tt-layout .tt-title {
      font-size: 21px;
      line-height: 1.45;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      margin: 0 0 25px 0;
      padding: 0 0 23px 0;
      position: relative; }
      .tt-media .tt-layout .tt-title:before, .tt-media .tt-layout .tt-title:after {
        content: '';
        display: inline-block;
        position: absolute;
        z-index: 1;
        bottom: 0;
        height: 1px; }
      .tt-media .tt-layout .tt-title:before {
        left: 0;
        width: 26px;
        background-color: #555555; }
      .tt-media .tt-layout .tt-title:after {
        left: 26px;
        width: 78px;
        background-color: #D80E0E; }
    .tt-media .tt-layout p {
      padding: 0;
      margin: 0; }
  .tt-media .tt-layout-bottom {
    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-media .tt-layout-bottom .tt-time {
      font-size: 15px;
      line-height: 1.2;
      flex: 2 1 auto; }
    .tt-media .tt-layout-bottom .tt-icon-link {
      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: 28px;
      height: 28px;
      min-width: 28px;
      min-height: 28px;
      line-height: 1.31;
      border: 1px solid #D80E0E;
      box-shadow: 0 0 1px #D80E0E;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      .tt-media .tt-layout-bottom .tt-icon-link:before {
        font-family: "carleader";
        font-size: 15px;
        line-height: 1.2;
        content: '\e917';
        color: #D80E0E;
        position: relative;
        font-weight: 600; }
  .tt-media:hover {
    color: #222222; }
    .tt-media:hover .tt-layout {
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
  @media (max-width: 1024px) {
    .tt-media .tt-layout {
      padding: 20px 20px 20px 20px; }
      .tt-media .tt-layout .tt-title {
        font-size: 18px;
        margin: 0 0 20px 0;
        padding: 0 0 18px 0; } }

.tt-media-03 {
  margin: 15px;
  display: block; }
  .tt-media-03 .tt-img {
    position: relative;
    z-index: 1; }
  .tt-media-03 .tt-layout {
    padding: 29px 26px 59px 30px;
    color: #707070;
    margin-right: 22px;
    margin-top: -63px;
    position: relative;
    overflow: hidden;
    min-height: 204px;
    z-index: 2;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -moz-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    -webkit-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
    text-align: left; }
    .tt-media-03 .tt-layout .tt-title {
      font-size: 21px;
      line-height: 1.45;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      color: #222222;
      padding: 0 0 11px 0;
      margin: 0;
      position: relative;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
    .tt-media-03 .tt-layout p {
      padding: 0;
      margin: 0; }
  .tt-media-03 .tt-icon-link {
    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: 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: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    line-height: 1.31;
    border: 1px solid #D80E0E;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    bottom: 30px;
    right: 25px;
    box-shadow: 0 0 1px #D80E0E; }
    .tt-media-03 .tt-icon-link:before {
      font-family: "carleader";
      font-size: 15px;
      line-height: 1.2;
      content: '\e917';
      color: #D80E0E;
      position: relative;
      font-weight: 600; }
  .tt-media-03:hover .tt-layout {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
    .tt-media-03:hover .tt-layout .tt-title {
      color: #D80E0E; }
  @media (max-width: 1024px) {
    .tt-media-03 .tt-layout {
      padding: 20px 20px 59px 20px; }
      .tt-media-03 .tt-layout .tt-title {
        font-size: 18px; } }

/*
	box-reviews
*/
.box-reviews {
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 99px 0 83px 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  color: #ffffff;
  position: relative;
  z-index: 0; }
  .box-reviews .tt-block-title .tt-title {
    color: #ffffff; }
  .box-reviews .container {
    position: relative;
    z-index: 2; }
  @media (min-width: 1025px) {
    .box-reviews .slick-slider .slick-dots {
      margin-top: 51px; } }
  .box-reviews .tt-reviews-content {
    font-size: 19px;
    line-height: 30px;
    padding: 0 20px 0px;
    text-align: center; }
    .box-reviews .tt-reviews-content .box-show-rating {
      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;
      font-size: 15px;
      line-height: 1.1;
      color: #D80E0E;
      position: relative;
      margin-bottom: 34px;
      margin-top: 2px; }
      .box-reviews .tt-reviews-content .box-show-rating:not(.no-separator):before, .box-reviews .tt-reviews-content .box-show-rating:not(.no-separator):after {
        content: '';
        display: inline-block;
        position: relative;
        width: 233px;
        height: 1px;
        top: 1px;
        background-color: #63656d; }
      .box-reviews .tt-reviews-content .box-show-rating:not(.no-separator):before {
        margin-right: 24px; }
      .box-reviews .tt-reviews-content .box-show-rating:not(.no-separator):after {
        margin-left: 24px; }
      .box-reviews .tt-reviews-content .box-show-rating .tt-rating {
        margin-top: 0; }
    .box-reviews .tt-reviews-content p {
      margin: 23px 0 0 0; }
    .box-reviews .tt-reviews-content .tt-title {
      font-size: 15px;
      font-weight: bold;
      padding: 0; }
      .box-reviews .tt-reviews-content .tt-title span {
        color: #949495;
        font-style: italic;
        font-weight: normal; }
  .box-reviews .tt-reviews-content02 {
    position: relative;
    padding: 37px 23px 0; }
    .box-reviews .tt-reviews-content02 .tt-border {
      border-top: 1px solid #7d8f9d;
      border-left: 1px solid #7d8f9d;
      border-right: 1px solid #7d8f9d;
      font-size: 16px;
      line-height: 26px;
      padding: 53px 30px 27px;
      text-align: center;
      position: relative; }
      .box-reviews .tt-reviews-content02 .tt-border .tt-box-icon {
        width: 75px;
        height: 75px;
        position: absolute;
        left: 50%;
        margin-left: -37px;
        top: -38px;
        text-align: center;
        background-color: #D80E0E;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        .box-reviews .tt-reviews-content02 .tt-border .tt-box-icon img {
          max-width: 100%;
          width: auto;
          display: inline-block;
          height: auto;
          position: relative;
          top: 26px; }
      .box-reviews .tt-reviews-content02 .tt-border .box-show-rating {
        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;
        font-size: 15px;
        line-height: 1.1;
        color: #D80E0E;
        position: relative;
        margin-bottom: 15px;
        margin-top: -1px; }
        .box-reviews .tt-reviews-content02 .tt-border .box-show-rating .tt-rating {
          margin-top: 0; }
      .box-reviews .tt-reviews-content02 .tt-border p {
        margin: 23px 0 0 0; }
    .box-reviews .tt-reviews-content02 .tt-title {
      position: relative;
      font-size: 15px;
      font-weight: bold;
      padding: 15px 0 0 74px; }
      .box-reviews .tt-reviews-content02 .tt-title span {
        color: #949495;
        font-style: italic;
        font-weight: normal; }
      .box-reviews .tt-reviews-content02 .tt-title:before {
        content: '';
        width: 33px;
        height: 1px;
        background-color: #7d8f9d;
        position: absolute;
        top: 0;
        left: 0; }
      .box-reviews .tt-reviews-content02 .tt-title:after {
        content: '';
        width: calc(100% - 56px);
        height: 1px;
        background-color: #7d8f9d;
        position: absolute;
        top: 0;
        right: 0; }
      .box-reviews .tt-reviews-content02 .tt-title .tt-obj {
        width: 24px;
        height: 27px;
        position: absolute;
        top: 0;
        left: 32px;
        display: block; }
        .box-reviews .tt-reviews-content02 .tt-title .tt-obj:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          width: 1px;
          height: 100%;
          background-color: #7d8f9d; }
        .box-reviews .tt-reviews-content02 .tt-title .tt-obj:after {
          content: '';
          display: block;
          position: absolute;
          right: 11px;
          top: -4px;
          width: 1px;
          height: calc(100% + 8px);
          background-color: #7d8f9d;
          -o-transform: rotate(-40deg);
          -ms-transform: rotate(-40deg);
          -moz-transform: rotate(-40deg);
          -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg); }
  .box-reviews .box-reviews-img {
    position: absolute;
    bottom: -58px;
    height: 100%;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1; }
    .box-reviews .box-reviews-img div {
      opacity: 0;
      position: absolute;
      bottom: 0;
      left: -600px;
      transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear; }
      .box-reviews .box-reviews-img div.tt-show {
        opacity: 1;
        left: 0; }
    .box-reviews .box-reviews-img.tt-show {
      left: 0; }
  .box-reviews .tt-arrow-center .slick-prev:not(:hover),
  .box-reviews .tt-arrow-center .slick-next:not(:hover) {
    border-color: #ffffff;
    color: #ffffff; }
  @media (max-width: 1024px) {
    .box-reviews {
      padding: 69px 0 151px 0; }
      .box-reviews.box-reviews-02 {
        padding: 69px 0 69px 0; }
      .box-reviews .tt-reviews-content {
        font-size: 17px;
        line-height: 28px; }
        .box-reviews .tt-reviews-content .box-show-rating {
          font-size: 12px;
          margin-top: 12px;
          margin-bottom: 35px; }
        .box-reviews .tt-reviews-content p {
          margin: 18px 0 0 0; }
      .box-reviews .box-reviews-img {
        max-width: 457px; }
        .box-reviews .box-reviews-img img {
          max-width: 457px; }
        .box-reviews .box-reviews-img div {
          overflow: hidden;
          right: -500px; }
          .box-reviews .box-reviews-img div.tt-show {
            right: -75px; } }
  @media (max-width: 768px) {
    .box-reviews .tt-reviews-content .box-show-rating:before,
    .box-reviews .tt-reviews-content .box-show-rating:after {
      width: 181px; }
    .box-reviews .tt-reviews-content:not(.no-separator):before {
      margin-right: 20px; }
    .box-reviews .tt-reviews-content:not(.no-separator):after {
      margin-left: 20px; } }
  @media (max-width: 575px) {
    .box-reviews {
      padding: 57px 0 125px 0; }
      .box-reviews .tt-reviews-content {
        font-size: 14px;
        line-height: 20px; }
        .box-reviews .tt-reviews-content .box-show-rating {
          font-size: 11px;
          margin-top: 13px;
          margin-bottom: 29px; }
          .box-reviews .tt-reviews-content .box-show-rating:not(.no-separator):before {
            margin-right: 15px; }
          .box-reviews .tt-reviews-content .box-show-rating:not(.no-separator):after {
            margin-left: 15px; }
        .box-reviews .tt-reviews-content .box-show-rating:before,
        .box-reviews .tt-reviews-content .box-show-rating:after {
          width: 60px; }
        .box-reviews .tt-reviews-content .tt-title {
          margin-top: 27px; }
      .box-reviews .box-reviews-img {
        max-width: 320px;
        right: 0px !important;
        bottom: -40px; }
        .box-reviews .box-reviews-img img {
          max-width: 320px; }
        .box-reviews .box-reviews-img div {
          overflow: hidden;
          right: -400px; }
          .box-reviews .box-reviews-img div.tt-show {
            right: -65px; } }

.box-reviews02 {
  width: 100%;
  height: 100%;
  z-index: 2;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  color: #ffffff;
  position: relative;
  z-index: 0; }
  @media (min-width: 1025px) {
    .box-reviews02 .slick-slider .slick-dots {
      margin-top: 51px; } }
  .box-reviews02 .tt-custom-bg-text {
    margin-top: 49px; }
  .box-reviews02 .tt-reviews-content02 {
    position: relative;
    padding: 56px 23px 0; }
  .box-reviews02 .box-reviews-img {
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 7;
    position: absolute; }
    .box-reviews02 .box-reviews-img div {
      opacity: 0;
      position: absolute;
      bottom: 0;
      left: -600px;
      transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear; }
      .box-reviews02 .box-reviews-img div.tt-show {
        opacity: 1;
        left: 7.5%; }
    .box-reviews02 .box-reviews-img.tt-show {
      left: 0; }
  .box-reviews02 .tt-reviews-marker {
    min-height: 432px;
    display: block;
    width: 100%;
    height: 100%;
    border-left: 10px solid #D80E0E;
    position: relative;
    padding: 7.2% 4.5% 7.2% 0;
    z-index: 0; }
    .box-reviews02 .tt-reviews-marker:before, .box-reviews02 .tt-reviews-marker:after {
      content: '';
      position: absolute;
      display: block;
      left: 0; }
    .box-reviews02 .tt-reviews-marker:before {
      width: 53%;
      height: 10px;
      background-color: #D80E0E;
      top: 0; }
    .box-reviews02 .tt-reviews-marker:after {
      width: 85.8%;
      height: 10px;
      background-color: #D80E0E;
      bottom: 0; }
    .box-reviews02 .tt-reviews-marker .wrapper-marker {
      content: '';
      position: absolute;
      display: block;
      left: 84.1%;
      bottom: 0;
      width: 10px;
      height: 35px;
      background-color: #D80E0E; }
  @media (max-width: 1024px) {
    .box-reviews02 .tt-mobile-marker {
      position: absolute;
      width: 100%; }
      .box-reviews02 .tt-mobile-marker .tt-wrapper {
        min-height: 332px;
        display: block;
        width: 100%;
        height: 100%;
        border-left: 5px solid #D80E0E;
        position: relative;
        padding: 7.2% 4.5% 7.2% 0;
        z-index: 0;
        margin-top: 44px;
        margin-left: 90px; }
        .box-reviews02 .tt-mobile-marker .tt-wrapper:before, .box-reviews02 .tt-mobile-marker .tt-wrapper:after {
          content: '';
          position: absolute;
          display: block;
          left: 0; }
        .box-reviews02 .tt-mobile-marker .tt-wrapper:before {
          width: 30%;
          height: 5px;
          background-color: #D80E0E;
          top: 0; }
        .box-reviews02 .tt-mobile-marker .tt-wrapper:after {
          width: 50%;
          height: 5px;
          background-color: #D80E0E;
          bottom: 0; }
        .box-reviews02 .tt-mobile-marker .tt-wrapper .wrapper-marker {
          content: '';
          position: absolute;
          display: block;
          left: 84.1%;
          bottom: 0;
          width: 10px;
          height: 5px;
          background-color: #D80E0E; } }
  @media (max-width: 1024px) and (max-width: 575px) {
    .box-reviews02 .tt-mobile-marker .tt-wrapper {
      min-height: 200px; } }
  @media (max-width: 1800px) {
    .box-reviews02 .box-reviews-img div.tt-show {
      left: 6%; }
    .box-reviews02 .box-reviews-img img {
      max-width: 85%; } }
  @media (max-width: 1600px) {
    .box-reviews02 .box-reviews-img div.tt-show {
      left: 0%; }
    .box-reviews02 .box-reviews-img img {
      max-width: 80%; } }
  @media (max-width: 1500px) {
    .box-reviews02 .box-reviews-img div.tt-show {
      left: 2%; }
    .box-reviews02 .box-reviews-img img {
      max-width: 80%; } }
  @media (max-width: 1300px) {
    .box-reviews02 .box-reviews-img div.tt-show {
      left: 0%; }
    .box-reviews02 .box-reviews-img img {
      max-width: 75%; } }
  @media (max-width: 1200px) {
    .box-reviews02 .box-reviews-img div.tt-show {
      left: 1%; }
    .box-reviews02 .box-reviews-img img {
      max-width: 65%; } }
  @media (min-width: 1025px) {
    .box-reviews02 .reviews02-col-indent {
      padding: 74px 0 74px 0; }
    .box-reviews02 .box-reviews-img {
      overflow: hidden;
      transform: translateY(-50%);
      margin-top: 7.9%;
      top: 0%; }
    .box-reviews02 .slick-dots {
      position: absolute;
      z-index: 7;
      bottom: 0;
      margin: 0;
      display: block;
      left: calc(50% + 11px);
      width: inherit !important; } }
  @media (max-width: 1024px) {
    .box-reviews02 {
      padding-bottom: 157px; }
      .box-reviews02 .box-reviews-img {
        position: relative;
        height: 300px; }
      .box-reviews02 .slick-dots {
        bottom: -30px; }
      .box-reviews02 .tt-reviews-content02 {
        padding-top: 79px;
        padding-bottom: 5px; }
      .box-reviews02 .tt-custom-bg-text {
        margin-top: 37px; } }
  @media (max-width: 800px) {
    .box-reviews02 .box-reviews-img img {
      min-width: 80%;
      max-width: 400px; } }
  @media (max-width: 767px) {
    .box-reviews02 .tt-custom-bg-text {
      font-size: 85px;
      margin-top: 43px; } }
  @media (max-width: 575px) {
    .box-reviews02 {
      padding-bottom: 103px; }
      .box-reviews02 .tt-custom-bg-text {
        font-size: 54px;
        margin-top: 51px; }
      .box-reviews02 .box-reviews-img {
        height: 200px; }
        .box-reviews02 .box-reviews-img img {
          min-width: 80%;
          max-width: 320px; } }

/*
	slick arrow
*/
/* tt-arrow-center */
.tt-arrow-center .slick-prev,
.tt-arrow-center .slick-next {
  position: absolute;
  top: 0;
  background: none;
  border: none;
  outline: none;
  display: inline-block;
  width: 49px;
  height: 49px;
  border: 1px solid #222222;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: #222222;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }
  .tt-arrow-center .slick-prev:before,
  .tt-arrow-center .slick-next:before {
    font-family: "carleader";
    font-size: 18px;
    line-height: 1.2; }
  .tt-arrow-center .slick-prev:hover,
  .tt-arrow-center .slick-next:hover {
    border-color: #D80E0E;
    color: #D80E0E; }

.tt-arrow-center .slick-prev {
  left: -133px; }
  .tt-arrow-center .slick-prev:before {
    content: '\e916'; }

.tt-arrow-center .slick-next {
  right: -133px; }
  .tt-arrow-center .slick-next:before {
    content: '\e917'; }

@media (max-width: 1600px) {
  .tt-arrow-center .slick-prev {
    left: -70px; }
  .tt-arrow-center .slick-next {
    right: -70px; } }

.tt-arrow-center-fluid .slick-prev,
.tt-arrow-center-fluid .slick-next {
  position: absolute;
  top: 0;
  background: none;
  border: none;
  outline: none;
  display: inline-block;
  width: 49px;
  height: 49px;
  border: 1px solid #222222;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: #222222;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }
  .tt-arrow-center-fluid .slick-prev:before,
  .tt-arrow-center-fluid .slick-next:before {
    font-family: "carleader";
    font-size: 18px;
    line-height: 1.2; }
  .tt-arrow-center-fluid .slick-prev:hover,
  .tt-arrow-center-fluid .slick-next:hover {
    border-color: #D80E0E;
    color: #D80E0E; }

.tt-arrow-center-fluid .slick-prev {
  left: 12.5%; }
  .tt-arrow-center-fluid .slick-prev:before {
    content: '\e916'; }

.tt-arrow-center-fluid .slick-next {
  right: 12.5%; }
  .tt-arrow-center-fluid .slick-next:before {
    content: '\e917'; }

.tt-arrow-center-small .slick-prev,
.tt-arrow-center-small .slick-next {
  position: absolute;
  top: 50%;
  background: none;
  border: none;
  outline: none;
  display: inline-block;
  width: 39px;
  height: 39px;
  border: 1px solid #ffffff;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: #ffffff;
  margin-top: -19.5px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }
  .tt-arrow-center-small .slick-prev:before,
  .tt-arrow-center-small .slick-next:before {
    font-family: "carleader";
    font-size: 16px;
    line-height: 1.2; }
  .tt-arrow-center-small .slick-prev:hover,
  .tt-arrow-center-small .slick-next:hover {
    border-color: #D80E0E;
    color: #D80E0E; }

.tt-arrow-center-small .slick-prev {
  left: 20px; }
  .tt-arrow-center-small .slick-prev:before {
    content: '\e916'; }

.tt-arrow-center-small .slick-next {
  right: 20px; }
  .tt-arrow-center-small .slick-next:before {
    content: '\e917'; }

.tt-arrow-color02 .slick-prev,
.tt-arrow-color02 .slick-next {
  border-color: #ffffff;
  color: #ffffff; }

/* tt-arrow-bottom */
.tt-arrow-bottom {
  text-align: center;
  margin-bottom: -10px; }
  .tt-arrow-bottom .slick-prev,
  .tt-arrow-bottom .slick-next {
    background: none;
    border: none;
    position: relative;
    font-size: 0;
    line-height: 0;
    outline: none;
    cursor: pointer;
    padding: 5px 15px;
    margin-top: 24px;
    color: #222222; }
    .tt-arrow-bottom .slick-prev:before,
    .tt-arrow-bottom .slick-next:before {
      font-family: "carleader";
      font-size: 17px;
      line-height: 1.2; }
    .tt-arrow-bottom .slick-prev:hover,
    .tt-arrow-bottom .slick-next:hover {
      color: #D80E0E; }
  .tt-arrow-bottom .slick-prev:before {
    content: '\e916'; }
  .tt-arrow-bottom .slick-next:before {
    content: '\e917'; }

/* dots */
.slick-slider .slick-dots {
  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: center;
  width: 100%;
  z-index: 0; }
  .slick-slider .slick-dots li {
    width: 8px;
    height: 8px;
    background-color: #cfcfcf;
    cursor: pointer;
    margin: 0 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    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; }
    .slick-slider .slick-dots li button {
      display: none; }
    .slick-slider .slick-dots li:hover {
      background-color: #D80E0E; }
    .slick-slider .slick-dots li.slick-active {
      background-color: #D80E0E; }
  @media (min-width: 1025px) {
    .slick-slider .slick-dots {
      margin-top: 45px; } }
  @media (max-width: 1024px) {
    .slick-slider .slick-dots {
      margin-top: 30px; }
      .slick-slider .slick-dots li {
        width: 5px;
        height: 5px;
        margin: 0 6px; } }

@media (min-width: 1025px) {
  .slick-slider.dots-error .slick-dots {
    margin-top: 45px; } }

@media (max-width: 1024px) {
  .slick-slider.dots-error .slick-dots {
    margin-top: 15px; } }

/*
	tt-slick-nav01 (*blog)
*/
.tt-slick-nav01 {
  position: relative; }
  .tt-slick-nav01 .slick-prev,
  .tt-slick-nav01 .slick-next {
    position: absolute;
    top: 50%;
    background: none;
    border: none;
    outline: none;
    display: inline-block;
    width: 49px;
    height: 49px;
    border: 1px solid #ffffff;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: #ffffff;
    margin-top: -23.5px;
    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-nav01 .slick-prev:before,
    .tt-slick-nav01 .slick-next:before {
      font-family: "carleader";
      font-size: 18px;
      line-height: 1.2; }
    .tt-slick-nav01 .slick-prev:hover,
    .tt-slick-nav01 .slick-next:hover {
      border-color: #D80E0E;
      color: #D80E0E; }
  .tt-slick-nav01 .slick-prev {
    left: 30px; }
    .tt-slick-nav01 .slick-prev:before {
      content: '\e916'; }
  .tt-slick-nav01 .slick-next {
    right: 30px; }
    .tt-slick-nav01 .slick-next:before {
      content: '\e917'; }
  .tt-slick-nav01 .slick-dots {
    position: absolute !important;
    bottom: 26px; }

/*
	tt-slick-nav01 (*blog)
*/
.tt-slick-nav02 {
  position: relative; }
  .tt-slick-nav02 .slick-prev,
  .tt-slick-nav02 .slick-next {
    position: absolute;
    top: 50%;
    background: none;
    border: none;
    outline: none;
    display: inline-block;
    width: 31px;
    height: 31px;
    border: 1px solid #ffffff;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: #ffffff;
    margin-top: -23.5px;
    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-nav02 .slick-prev:before,
    .tt-slick-nav02 .slick-next:before {
      font-family: "carleader";
      font-size: 13px;
      line-height: 1.2; }
    .tt-slick-nav02 .slick-prev:hover,
    .tt-slick-nav02 .slick-next:hover {
      border-color: #D80E0E;
      color: #D80E0E; }
  .tt-slick-nav02 .slick-prev {
    left: 30px; }
    .tt-slick-nav02 .slick-prev:before {
      content: '\e916'; }
  .tt-slick-nav02 .slick-next {
    right: 30px; }
    .tt-slick-nav02 .slick-next:before {
      content: '\e917'; }
  .tt-slick-nav02 .slick-dots {
    position: absolute !important;
    bottom: 26px; }

/*
	tt-box-layout01
*/
.tt-col-img .tt-col-img {
  padding: 3px 0 0 0; }

/*
tt-box-layout01
 */
.tt-box-layout01 .tt-col-description p {
  padding: 0 0 27px 0;
  margin: 0; }

@media (max-width: 796px) {
  .tt-box-layout01 .tt-col-description {
    padding-top: 31px; }
    .tt-box-layout01 .tt-col-description p {
      padding: 0 0 21px 0; } }

@media (max-width: 575px) {
  .tt-box-layout01 .tt-col-description {
    padding-top: 20px; }
    .tt-box-layout01 .tt-col-description p {
      padding: 0 0 10px 0; } }

.tt-block-title:not(.tt-sub-pages) + .tt-box-layout01 {
  margin-top: 11px; }

/*
	tt-box-layout02
*/
.tt-box-layout02 {
  background: url("../images/custom/tt-box-layout02_small.jpg") center top no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  padding: 126px 0 103px 0;
  color: #d9d9d9; }
  .tt-box-layout02 .tt-title {
    color: #ffffff; }
  .tt-box-layout02 .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: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 45px;
    margin-top: 5px; }
    .tt-box-layout02 .tt-item .tt-title {
      font-size: 21px;
      line-height: 1.2;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      margin: 0;
      padding: 0; }
    .tt-box-layout02 .tt-item p {
      font-size: 16px;
      line-height: 24px;
      margin: 14px 0 0 0; }
    .tt-box-layout02 .tt-item .tt-col-icon {
      width: 85px;
      min-width: 85px;
      margin-right: 23px;
      margin-top: 3px; }
      .tt-box-layout02 .tt-item .tt-col-icon .tt-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: 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: 85px;
        height: 85px;
        font-size: 33px;
        line-height: 1.1;
        margin-right: 23px;
        color: #ffffff;
        background: #D80E0E;
        position: relative;
        top: -4px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
    .tt-box-layout02 .tt-item .tt-col-description {
      -webkit-flex: 2 1 auto;
      -ms-flex: 2 1 auto;
      flex: 2 1 auto; }
    .tt-box-layout02 .tt-item:not(:first-child) {
      margin-top: 24px; }
  @media (max-width: 1024px) {
    .tt-box-layout02 {
      padding: 67px 0; }
      .tt-box-layout02 .tt-item .tt-col-icon {
        width: 75px;
        min-width: 75px; }
        .tt-box-layout02 .tt-item .tt-col-icon .tt-icon {
          width: 75px;
          height: 75px;
          font-size: 38px; }
      .tt-box-layout02 .tt-item {
        margin-top: 34px; } }
  @media (max-width: 575px) {
    .tt-box-layout02 {
      padding: 57px 0; }
      .tt-box-layout02 .tt-item {
        padding-right: 10px; }
        .tt-box-layout02 .tt-item .tt-col-icon {
          width: 65px;
          min-width: 65px; }
          .tt-box-layout02 .tt-item .tt-col-icon .tt-icon {
            width: 65px;
            height: 65px;
            font-size: 31px; }
        .tt-box-layout02 .tt-item:not(:first-child) {
          margin-top: 24px; } }

.tt-block-title + .tt-box-layout03 {
  margin-top: 11px; }

/*
	tt-media03
*/
@media (max-width: 766px) {
  .js-carousel-col-4 .slick-slide {
    padding-bottom: 7px !important; } }

.js-carousel-custom01 {
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 1025px) {
    .js-carousel-custom01.tt-arrow-bottom {
      margin-bottom: -54px; } }

.tt-media03 {
  margin: 15px;
  display: block;
  color: #222222; }
  .tt-media03:hover .tt-layot {
    webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
  .tt-media03 .tt-layot {
    padding: 29px 26px 32px 30px;
    color: #222222;
    margin-right: 22px;
    margin-top: -40px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    text-align: left;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -moz-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    -webkit-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear; }
    .tt-media03 .tt-layot .title {
      font-size: 21px;
      line-height: 1.2;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      margin: 0;
      padding: 0 0 4px 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-media03 .tt-layot p {
      padding: 0;
      margin: 0; }
    .tt-media03 .tt-layot address {
      color: #D80E0E;
      font-size: 15px;
      font-weight: 600;
      margin: 15px 0 0 0;
      padding: 0;
      font-family: "Poppins", sans-serif; }
      .tt-media03 .tt-layot address i {
        color: #D80E0E;
        font-size: 18px;
        line-height: 1.2;
        position: relative;
        top: 2px; }
  .tt-media03:hover .tt-layot .title {
    color: #D80E0E; }
  @media (max-width: 1024px) {
    .tt-media03 .tt-layout {
      padding: 20px 20px 20px 20px; }
      .tt-media03 .tt-layout .tt-title {
        font-size: 18px;
        margin: 0 0 20px 0;
        padding: 0 0 18px 0; } }
  @media (max-width: 520px) {
    .tt-media03 {
      max-width: 270px;
      margin: 0 auto; } }

/*
	tt-list-review(about-us-testimonials.html)
*/
.tt-list-review .tt-item {
  display: block;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 40px; }
  .tt-list-review .tt-item .tt-item-img img {
    max-width: inherit;
    width: 100%; }
  .tt-list-review .tt-item .tt-item-content {
    position: relative;
    margin-top: 28px; }
    .tt-list-review .tt-item .tt-item-content:before {
      content: '“';
      display: block;
      position: absolute;
      z-index: 0;
      top: -47px;
      right: -20px;
      color: #f8f8f8;
      font-size: 300px;
      line-height: 1;
      font-family: "Poppins", sans-serif;
      font-weight: 600; }
    .tt-list-review .tt-item .tt-item-content > * {
      position: relative;
      z-index: 1; }
    .tt-list-review .tt-item .tt-item-content .tt-title {
      color: #949495;
      font-size: 16px;
      line-height: 1.2;
      font-weight: 400;
      margin: 0;
      padding: 0; }
      .tt-list-review .tt-item .tt-item-content .tt-title span {
        font-weight: 600;
        color: #222222;
        display: block;
        padding-bottom: 5px; }
    .tt-list-review .tt-item .tt-item-content .tt-rating {
      margin-top: 16px; }
    .tt-list-review .tt-item .tt-item-content p {
      margin: 24px 0 0 0;
      font-size: 16px;
      line-height: 26px;
      padding: 0; }
  .tt-list-review .tt-item:not(:first-child) {
    margin-top: 20px; }

@media (max-width: 1024px) {
  .tt-list-review .tt-item {
    padding: 30px; }
    .tt-list-review .tt-item .tt-item-content:before {
      font-size: 200px;
      right: -14px; } }

@media (max-width: 600px) {
  .tt-list-review .tt-item {
    padding: 25px; } }

/* portfolio-masonry  */
.pt-wrapper-masonry {
  margin: -15px; }
  .pt-wrapper-masonry .grid:after {
    content: '';
    display: block;
    clear: both; }
  .pt-wrapper-masonry .element-item {
    position: relative;
    padding: 15px; }
  .pt-wrapper-masonry .pt-portfolio-content {
    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; }
  .pt-wrapper-masonry .pt-portfolio-content.pt-show {
    opacity: 1; }
  .pt-wrapper-masonry .pt-grid-col-3 .element-item {
    width: 33.333%; }
    @media (max-width: 1024px) {
      .pt-wrapper-masonry .pt-grid-col-3 .element-item {
        width: 50%; } }
    @media (max-width: 600px) {
      .pt-wrapper-masonry .pt-grid-col-3 .element-item {
        width: 100%; } }

.tt-form-review textarea {
  height: 163px; }

.tt-form-review .tt-wrapper-rating {
  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: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
  text-align: center;
  padding-bottom: 40px; }
  .tt-form-review .tt-wrapper-rating .tt-rating {
    display: inline-flex;
    font-size: 20px; }
    .tt-form-review .tt-wrapper-rating .tt-rating i:not(:last-child) {
      margin-right: 6px; }
  .tt-form-review .tt-wrapper-rating .tt-rating-value {
    font-size: 15px;
    margin-left: 15px;
    display: inline-block;
    color: #707070; }

.tt-form-review .btn {
  margin-top: 18px; }

.tt-pagination {
  margin-top: 59px;
  text-align: center;
  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-pagination .btn-pagination {
    outline: none;
    display: inline-block;
    width: 49px;
    height: 49px;
    border: 1px solid #222222;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: #222222;
    margin: 0 10px;
    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-pagination .btn-pagination:before {
      font-family: "carleader";
      font-size: 18px;
      line-height: 2.6;
      display: block; }
    .tt-pagination .btn-pagination.btn-prev:before {
      content: '\e916'; }
    .tt-pagination .btn-pagination.btn-next:before {
      content: '\e917'; }
    .tt-pagination .btn-pagination:hover {
      color: #D80E0E;
      border-color: #D80E0E; }
  .tt-pagination 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: 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;
    margin: -10px 0 0 0;
    padding: 0; }
    .tt-pagination ul li {
      margin: 10px 5px 0; }
      .tt-pagination ul li a {
        display: inline-block;
        width: 45px;
        height: 45px;
        color: #222222;
        font-family: "Poppins", sans-serif;
        background-color: #f7f7f7;
        font-size: 15px;
        line-height: 3;
        font-weight: 600;
        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-pagination ul li a:hover {
          border-color: #D80E0E;
          background-color: #D80E0E;
          color: #ffffff;
          -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.07);
          -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.07); }
      .tt-pagination ul li.active a {
        border-color: #D80E0E;
        background-color: #D80E0E;
        color: #ffffff;
        -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.07);
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.07); }
  @media (max-width: 1024px) {
    .tt-pagination {
      margin-top: 30px; } }

.tt-rating {
  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;
  color: #D80E0E;
  font-size: 12px;
  line-height: 1.2; }
  .tt-rating i:not(:last-child) {
    margin-right: 3px; }

.asideColumn.asideColumn-right {
  padding-left: 35px; }
  @media (min-width: 1025px) {
    .asideColumn.asideColumn-right {
      padding-right: 50px; } }

@media (min-width: 1025px) {
  .asideColumn.asideColumn-left {
    padding-right: 50px; } }

.asideColumn .tt-block-aside:not(:first-child) {
  margin-top: 43px; }

.asideColumn .tt-block-aside .tt-aside-title {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  line-height: 1.2;
  color: #222222;
  padding: 0 0 25px 0;
  margin: 0; }

.asideColumn .tt-form-default .form-group {
  margin-bottom: 11px; }
  .asideColumn .tt-form-default .form-group .form-control {
    padding-left: 19px; }
  .asideColumn .tt-form-default .form-group textarea {
    height: 135px; }

.asideColumn .tt-form-default .btn {
  margin-top: 18px; }
  @media (max-width: 1024px) {
    .asideColumn .tt-form-default .btn {
      margin-top: 12px; } }

/*services-item.html*/
@media (max-width: 1024px) and (min-width: 576px) {
  .asideColumn-services-item {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -43px; }
    .asideColumn-services-item .tt-block-aside {
      margin-top: 43px;
      flex: 0 0 50%;
      max-width: 50%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
      .asideColumn-services-item .tt-block-aside .tt-sub-menu li a {
        display: block; } }

.box-aside-info {
  padding: 26px 20px 20px 30px;
  border: 2px solid #f7f7f7;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); }
  .box-aside-info .tt-title {
    font-family: "Poppins", sans-serif;
    color: #222222;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
    padding: 0 0 20px 0; }
    .box-aside-info .tt-title:not(:first-child) {
      margin-top: 19px; }
  .box-aside-info ul:not([class]) li {
    padding: 0 0 10px 29px;
    font-size: 15px;
    line-height: 22px;
    position: relative;
    color: #222222; }
    .box-aside-info ul:not([class]) li i {
      position: absolute;
      left: 0;
      top: 1px;
      font-size: 18px;
      line-height: 1.2;
      color: #D80E0E; }
    .box-aside-info ul:not([class]) li strong {
      display: block;
      font-weight: 600; }
    .box-aside-info ul:not([class]) li:not(:last-child) {
      margin-bottom: 9px;
      padding-bottom: 9px;
      border-bottom: 1px solid #dfdfdf; }

.tt-img-caption {
  max-width: 100%;
  display: block; }
  .tt-img-caption figure {
    padding: 0;
    margin: 0; }
    .tt-img-caption figure img {
      width: 100%;
      border-top: 3px solid #f7f7f7; }
    .tt-img-caption figure figcaption {
      display: block;
      background-color: #D80E0E;
      color: #ffffff;
      font-size: 32px;
      line-height: 1.2;
      font-weight: 500;
      text-align: center;
      padding: 19px 5px 23px; }
  @media (max-width: 1290px) {
    .tt-img-caption figure figcaption {
      font-size: 26px; } }
  @media (max-width: 575px) {
    .tt-img-caption figure figcaption {
      font-size: 21px; } }

.box-info {
  background-color: #f6f6f6;
  padding: 42px 40px 55px;
  /*social-icon */ }
  .box-info h3 {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    line-height: 1.2;
    color: #222222;
    padding: 0 0 22px 0;
    margin: 0; }
    .box-info h3:not(:first-child) {
      margin-top: 19px; }
  .box-info h6.tt-title {
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: #222222; }
  .box-info .tt-item-layout .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: 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: 0 0 10px 0;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    color: #707070; }
    .box-info .tt-item-layout .tt-item strong {
      display: block;
      font-weight: 600; }
    .box-info .tt-item-layout .tt-item .tt-col {
      position: relative;
      padding: 0 0 0 0px; }
      .box-info .tt-item-layout .tt-item .tt-col:first-child {
        width: 46px;
        min-width: 46px; }
        .box-info .tt-item-layout .tt-item .tt-col:first-child i {
          position: relative;
          left: 4px;
          top: 2px;
          font-size: 24px;
          line-height: 1.2;
          color: #D80E0E; }
      .box-info .tt-item-layout .tt-item .tt-col:last-child {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .box-info .tt-item-layout .tt-item strong {
      font-weight: 400;
      color: #222222;
      display: block;
      padding-bottom: 1px; }
    .box-info .tt-item-layout .tt-item p {
      margin: 0;
      padding: 0 0 10px 0; }
      .box-info .tt-item-layout .tt-item p:last-child {
        padding-bottom: 0; }
    .box-info .tt-item-layout .tt-item:not(:first-child) {
      margin-top: 10px; }
    .box-info .tt-item-layout .tt-item .row > * {
      margin-top: 8px; }
  .box-info .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;
    margin-top: 16px; }
    .box-info .tt-social-icon li a {
      width: 43px;
      height: 43px;
      font-size: 18px;
      line-height: 2.4;
      text-align: center;
      display: inline-block;
      color: #ffffff;
      background-color: #D80E0E;
      transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .box-info .tt-social-icon li a:hover {
      color: #ffffff;
      background-color: #222222; }
    .box-info .tt-social-icon li:not(:first-child):not(:last-child) {
      margin-right: 4px;
      margin-left: 4px; }
    .box-info .tt-social-icon li:not(:last-child):not(:first-child) {
      margin: 0 5px; }
    @media (max-width: 1024px) {
      .box-info .tt-social-icon li a {
        width: 35px;
        height: 35px;
        font-size: 15px;
        line-height: 2.4; } }
  @media (max-width: 1024px) {
    .box-info {
      padding: 23px 30px 45px 30px; }
      .box-info .tt-item-layout {
        margin-top: 12px; } }
  @media (max-width: 575px) {
    .box-info {
      padding: 23px 20px 35px 20px; } }

.box-info-indent {
  margin-right: 20px; }
  @media (max-width: 1229px) {
    .box-info-indent {
      margin-right: 50px; } }
  @media (max-width: 1024px) {
    .box-info-indent {
      margin-right: 0px; } }

/* tt-sub-menu */
.tt-sub-menu {
  list-style: none;
  margin: 0px 0 0 0;
  padding: 0; }
  .tt-sub-menu li {
    display: block; }
    .tt-sub-menu li:not(:last-child) {
      margin: 0 0 7px 0; }
    .tt-sub-menu li a {
      display: block;
      color: #222222;
      font-family: "Poppins", sans-serif;
      background-color: #f7f7f7;
      font-size: 15px;
      line-height: 1.2;
      font-weight: 600;
      padding: 22px 21px 20px 65px;
      position: relative;
      width: 100%;
      transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear; }
      .tt-sub-menu li a i {
        font-size: 24px;
        line-height: 1.1;
        position: absolute;
        top: 18px;
        left: 21px;
        margin: 0 5px 0 0; }
      .tt-sub-menu li a:hover {
        color: #ffffff;
        background-color: #D80E0E;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
    .tt-sub-menu li.active a {
      color: #ffffff;
      background-color: #D80E0E;
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
  @media (max-width: 1024px) {
    .tt-sub-menu li a {
      display: inline-block; } }

/*
	tt-faq
*/
.tt-faq-layout h3.tt-title {
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin: 0;
  padding: 0 0 26px 0; }

.tt-faq-layout h3.tt-title + .tt-faq {
  border-top: 1px solid #e8e8e8; }

.tt-faq-layout [class^="col-"]:first-child {
  padding-right: 25px; }

.tt-faq-layout [class^="col-"]:last-child {
  padding-left: 25px; }

.tt-faq-layout [class^="col-"] .tt-title:not(:first-child) {
  margin-top: 57px; }

@media (max-width: 768px) {
  .tt-faq-layout [class^="col-"] .tt-title {
    margin-top: 40px; } }

.tt-faq-layout .tt-faq {
  border-bottom: 1px solid #e8e8e8; }
  .tt-faq-layout .tt-faq .tt-title {
    display: block;
    color: #222222;
    font-weight: 500;
    padding: 13px 30px 14px 15px;
    margin: 0;
    position: relative;
    font-size: 16px;
    line-height: 1.4;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .tt-faq-layout .tt-faq .tt-title:before {
      content: '\e917';
      font-family: "carleader";
      position: absolute;
      display: inline-block;
      font-size: 10px;
      line-height: 1.2;
      right: 15px;
      top: 19px;
      color: #D80E0E; }
    .tt-faq-layout .tt-faq .tt-title:hover {
      color: #D80E0E; }
  .tt-faq-layout .tt-faq .tt-content {
    display: none;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 15px 18px;
    color: #707070;
    font-size: 16px;
    line-height: 26px; }
    .tt-faq-layout .tt-faq .tt-content p {
      padding-bottom: 10px; }
      .tt-faq-layout .tt-faq .tt-content p:last-child {
        padding-bottom: 0;
        margin-bottom: 0; }
  .tt-faq-layout .tt-faq.active {
    background-color: #f7f7f7; }
    .tt-faq-layout .tt-faq.active .tt-title {
      color: #D80E0E;
      font-weight: 600; }
    .tt-faq-layout .tt-faq.active .tt-content {
      display: block; }

/*
	inventory layout (*inventory-item.html)
*/
.tt-aside03-layout .tt-aside-btn {
  margin-top: 0px !important;
  margin-left: -10px; }
  @media (min-width: 767px) {
    .tt-aside03-layout .tt-aside-btn {
      text-align: right;
      padding-bottom: 18px; }
      .tt-aside03-layout .tt-aside-btn .btn {
        margin: 14px 0 0 10px; }
        .tt-aside03-layout .tt-aside-btn .btn i {
          font-size: 22px; } }
  @media (max-width: 1229px) {
    .tt-aside03-layout .tt-aside-btn .btn {
      width: calc(100% - 10px); } }
  @media (max-width: 766px) {
    .tt-aside03-layout .tt-aside-btn .btn {
      margin: 10px 10px 0 10px; } }

.tt-aside03-layout > *:first-child {
  margin-top: 0px; }

.tt-aside03-layout > *:not(:first-child) {
  margin-top: 50px; }

.tt-aside03-layout .tt-aside03-title {
  font-size: 21px;
  margin: 0;
  padding: 0 0 33px 0; }

.tt-aside03-layout .tt-aside-calculator {
  margin-top: 49px; }
  @media (max-width: 766px) {
    .tt-aside03-layout .tt-aside-calculator {
      margin-top: 42px; } }

.tt-aside03-layout .tt-aside-btn + .tt-aside-promo {
  margin-top: 34px; }
  @media (max-width: 1024px) {
    .tt-aside03-layout .tt-aside-btn + .tt-aside-promo {
      margin-top: 29px; } }

@media (max-width: 390px) {
  .tt-aside-btn {
    margin-top: -14px; }
    .tt-aside-btn .btn {
      margin: 14px 0 0 0 !important;
      width: 100%; } }

.tt-aside-promo {
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  font-family: "Poppins", sans-serif; }
  .tt-aside-promo .tt-wrapper {
    background-color: #434547;
    color: #ffffff;
    padding: 12px 10px 20px; }
    .tt-aside-promo .tt-wrapper .tt-value {
      font-weight: 600;
      font-size: 42px;
      line-height: 1.2; }
    .tt-aside-promo .tt-wrapper p {
      font-size: 16px;
      margin: 0;
      padding: 0; }
    .tt-aside-promo .tt-wrapper .btn {
      margin-top: 16px;
      height: 49px; }
      @media (min-width: 1025px) {
        .tt-aside-promo .tt-wrapper .btn {
          padding-left: 60px;
          padding-right: 60px; } }
  .tt-aside-promo .tt-info {
    text-align: center;
    color: #707070;
    font-size: 16px;
    padding: 18px 0 2px 0; }
    .tt-aside-promo .tt-info span {
      font-weight: 600;
      color: #222222; }

@media (min-width: 1025px) {
  .tt-aside03-box + .tt-aside-btn {
    margin-top: 39px !important; } }

@media (max-width: 1024px) {
  .tt-aside03-box + .tt-aside-btn {
    margin-top: 39px !important; } }

@media (max-width: 480px) {
  .tt-aside03-box + .tt-aside-btn {
    margin-top: 30px !important; } }

.tt-table-options {
  width: 100%;
  margin-left: -2px;
  border-spacing: 2px;
  border-collapse: separate; }
  .tt-table-options tr td {
    color: #222222;
    font-size: 16px;
    line-height: 1.3;
    padding: 8px 12px 6px; }
    @media (max-width: 1024px) {
      .tt-table-options tr td {
        font-size: 13px; } }
    @media (max-width: 480px) {
      .tt-table-options tr td {
        padding: 5px 7px; } }
  .tt-table-options tr td:first-child {
    background-color: #f7f7f7;
    width: 37%;
    color: #707070; }
  .tt-table-options tr td:last-child {
    width: 63%;
    background-color: #fcfcfc;
    font-weight: 500; }

.tt-table-description {
  width: 100%;
  max-width: 670px;
  margin-left: -2px;
  border-spacing: 2px;
  border-collapse: separate; }
  .tt-table-description tr td {
    color: #222222;
    font-size: 16px;
    line-height: 1.3;
    padding: 8px 12px 6px; }
    @media (max-width: 1024px) {
      .tt-table-description tr td {
        font-size: 13px; } }
    @media (max-width: 480px) {
      .tt-table-description tr td {
        padding: 5px 7px; } }
  .tt-table-description tr td:first-child {
    background-color: #f7f7f7;
    width: 37%; }
  .tt-table-description tr td:last-child {
    width: 63%;
    background-color: #fcfcfc;
    font-weight: 600; }

.tt-table-listing .tt-table-options tr td:first-child {
  width: 40%; }

.tt-table-listing .tt-table-options tr td:last-child {
  width: 60%; }

@media (max-width: 1024px) {
  .tt-table-listing .row > div:last-child .tt-table-options {
    margin-top: -1px; } }

.tt-aside03-title + .tt-aside03-content {
  margin-top: -7px; }

.tt-aside-calculator {
  background: #ffffff;
  -webkit-box-shadow: 0 0 49px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 49px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 49px rgba(0, 0, 0, 0.12); }
  .tt-aside-calculator .tt-calculator-title {
    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;
    font-size: 21px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding: 19px 0 0 0; }
    .tt-aside-calculator .tt-calculator-title span {
      display: block;
      width: 82px;
      height: 75px;
      background-color: #D80E0E;
      margin: 0 17px 0 0;
      -webkit-border-top-right-radius: 35px;
      -webkit-border-bottom-right-radius: 35px;
      -moz-border-radius-topright: 35px;
      -moz-border-radius-bottomright: 35px;
      border-top-right-radius: 35px;
      border-bottom-right-radius: 35px;
      font-size: 40px;
      line-height: 1.9;
      color: #ffffff; }
      .tt-aside-calculator .tt-calculator-title span:before {
        position: relative;
        left: 20px;
        font-size: 36px; }
  .tt-aside-calculator .tt-calculator-content {
    padding: 18px 30px 30px; }
    .tt-aside-calculator .tt-calculator-content .form-group {
      margin-bottom: 18px; }
    .tt-aside-calculator .tt-calculator-content .btn {
      margin-top: 3px;
      height: 46px; }
    .tt-aside-calculator .tt-calculator-content input[type=text]:not(textarea),
    .tt-aside-calculator .tt-calculator-content input[type=email]:not(textarea),
    .tt-aside-calculator .tt-calculator-content input[type=number]:not(textarea) {
      height: 38px;
      padding-left: 15px;
      font-size: 16px;
      padding-top: 5px; }
  .tt-aside-calculator .tt-wrapper-top {
    background-color: #ffffff; }
  .tt-aside-calculator .tt-wrapper-bottom {
    background-color: #f6f6f6;
    border-top: 1px solid #ececec;
    padding: 26px 15px 26px;
    position: relative; }
    .tt-aside-calculator .tt-wrapper-bottom:before {
      content: '';
      display: block;
      height: 5px;
      margin-top: -5px;
      pointer-events: none;
      position: absolute;
      left: 50%;
      top: -9px;
      margin-left: -4px;
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      border: 7px solid transparent;
      border-bottom: 7px solid #f6f6f6;
      z-index: 1; }
    .tt-aside-calculator .tt-wrapper-bottom:after {
      content: '';
      display: block;
      height: 5px;
      margin-top: -7px;
      pointer-events: none;
      position: absolute;
      left: 50%;
      top: -7px;
      margin-left: -4px;
      z-index: 0;
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      border: 7px solid transparent;
      border-bottom: 7px solid rgba(0, 0, 0, 0.2); }
  .tt-aside-calculator .tt-data-output {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .tt-aside-calculator .tt-data-output li {
      display: block;
      text-align: center;
      font-size: 16px;
      line-height: 19px;
      font-weight: 500;
      color: #707070; }
      .tt-aside-calculator .tt-data-output li span {
        display: block;
        text-align: center;
        color: #222222;
        font-weight: 600;
        margin-top: 1px; }
      .tt-aside-calculator .tt-data-output li:not(:first-child) {
        margin-top: 12px; }
  @media (max-width: 1024px) {
    .tt-aside-calculator .tt-calculator-title span:before {
      font-size: 30px;
      left: 12px;
      top: -4px; } }

/*
shop-item.html
*/
.tt-product-vertical-layout {
  padding-right: 70px;
  margin-top: 17px; }
  .tt-product-vertical-layout .tt-product-single-img {
    float: right;
    width: 73.3%;
    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%;
    max-width: 110px; }
    .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: 0 0 12px 0; }
        .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.6;
        -khtml-opacity: 0.6;
        -webkit-opacity: 0.6;
        opacity: 0.6;
        -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;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0; }
    .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: 100%;
      height: 14px;
      position: absolute;
      bottom: 0;
      z-index: 1;
      background: -webkit-linear-gradient(bottom, #ffffff, #ffffff 20%);
      background: -o-linear-gradient(bottom, #ffffff, #ffffff 20%);
      background: -moz-linear-gradient(bottom, #ffffff, #ffffff 20%);
      background: linear-gradient(to bottom, #ffffff, #ffffff 20%); }
    .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-prev,
    .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-next {
      position: absolute;
      bottom: -54px;
      background: none;
      border: none;
      outline: none;
      display: inline-block;
      width: 39px;
      height: 39px;
      border: 1px solid #222222;
      font-size: 0;
      line-height: 0;
      cursor: pointer;
      color: #222222;
      margin-top: -19.5px;
      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-vertical-layout .tt-product-single-carousel-vertical .slick-prev:before,
      .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-next:before {
        font-family: "carleader";
        font-size: 16px;
        line-height: 1.2; }
      .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-prev:hover,
      .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-next:hover {
        border-color: #D80E0E;
        color: #D80E0E; }
    .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-prev {
      left: 0px; }
      .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-prev:before {
        content: '\e916'; }
    .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-next {
      right: 0px; }
      .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-next:before {
        content: '\e917'; }

.product-single-info .tt-wrapper:first-child {
  margin-top: 30px; }

.product-single-info .tt-wrapper:not(:first-child) {
  margin-top: 23px; }

.product-single-info .tt-wrapper .tt-price {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 600;
  color: #222222;
  display: inline-block;
  font-family: "Poppins", sans-serif; }

.product-single-info .tt-wrapper .tt-price + .tt-info {
  margin-left: 10px; }

.product-single-info .tt-wrapper .tt-info {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
  color: #222222; }

.product-single-info .tt-wrapper .tt-label {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 11px; }
  .product-single-info .tt-wrapper .tt-label .tt-label-instock {
    color: #D80E0E; }

.product-single-info .tt-wrapper .tt-info-list {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 24px 0 35px; }
  .product-single-info .tt-wrapper .tt-info-list li {
    position: relative;
    padding: 0 0 0 24px;
    color: #222222;
    font-size: 15px;
    line-height: 1.5; }
    .product-single-info .tt-wrapper .tt-info-list li:before {
      content: '\e934';
      font-family: "carleader";
      color: #D80E0E;
      font-size: 8px;
      line-height: 1;
      left: 0;
      top: 8px;
      display: inline-block;
      position: absolute; }
    .product-single-info .tt-wrapper .tt-info-list li:not(:first-child) {
      margin-top: 22px; }

.product-single-info .tt-wrapper .tt-row-counter {
  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;
  margin: 44px 0 0 0; }
  .product-single-info .tt-wrapper .tt-row-counter label {
    display: block;
    padding-bottom: 10px; }
  .product-single-info .tt-wrapper .tt-row-counter input {
    text-align: center;
    width: 53px;
    height: 50px;
    padding: 3px 12px 4px 14px; }
  .product-single-info .tt-wrapper .tt-row-counter .tt-col:first-child {
    width: 53px; }
  .product-single-info .tt-wrapper .tt-row-counter .tt-col:last-child {
    margin-left: 19px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  @media (max-width: 575px) {
    .product-single-info .tt-wrapper .tt-row-counter .tt-col {
      width: 100%; }
      .product-single-info .tt-wrapper .tt-row-counter .tt-col:last-child {
        margin-top: 10px;
        margin-left: 0; } }

#compareSlide {
  position: fixed;
  z-index: 10000;
  bottom: -150%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  display: block;
  -webkit-transition: bottom 200ms linear 0s;
  -moz-transition: bottom 200ms linear 0s;
  -ms-transition: bottom 200ms linear 0s;
  -o-transition: bottom 200ms linear 0s;
  transition: bottom 200ms linear 0s; }
  #compareSlide.open {
    bottom: 0;
    -webkit-transition: bottom 200ms linear 0s;
    -moz-transition: bottom 200ms linear 0s;
    -ms-transition: bottom 200ms linear 0s;
    -o-transition: bottom 200ms linear 0s;
    transition: bottom 200ms linear 0s; }

/*
	tt-box-wrapper
*/
@media (min-width: 576px) {
  .js-carousel-col-3 {
    margin-left: -15px;
    margin-right: -15px; } }

.tt-box-wrapper {
  padding: 124px 0 124px 0;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover; }
  @media (max-width: 1024px) {
    .tt-box-wrapper {
      padding: 80px 0 80px 0; } }

.tt-box-wrapper02 {
  padding: 117px 0 117px 0;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover; }
  @media (max-width: 1024px) {
    .tt-box-wrapper02 {
      padding: 79px 0 79px 0; } }
  @media (max-width: 575px) {
    .tt-box-wrapper02 {
      padding: 57px 0 57px 0; } }

.tt-media-box01 {
  margin: 15px;
  background-color: #ffffff;
  display: block;
  color: #222222;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -moz-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  -webkit-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear; }
  .tt-media-box01:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
  .tt-media-box01 .tt-img {
    position: relative; }
    .tt-media-box01 .tt-img img {
      max-width: 100%;
      height: auto; }
    .tt-media-box01 .tt-img i {
      position: absolute;
      width: 53px;
      height: 53px;
      left: 50%;
      bottom: -26px;
      margin-left: -26px;
      background-color: #D80E0E;
      color: #ffffff;
      text-align: center;
      font-size: 28px;
      line-height: 1.9;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  .tt-media-box01 .tt-description {
    padding: 40px 30px 37px 30px;
    text-align: center; }
    .tt-media-box01 .tt-description .tt-title {
      font-size: 24px;
      line-height: 1.3;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      margin: 0;
      padding: 0 0 12px 0; }
      .tt-media-box01 .tt-description .tt-title span {
        display: block;
        text-align: center;
        font-size: 16px;
        color: #D80E0E;
        margin-top: 7px; }
    .tt-media-box01 .tt-description p {
      padding: 0;
      margin: 0;
      font-size: 16px;
      line-height: 26px; }
    .tt-media-box01 .tt-description .tt-link {
      color: #D80E0E;
      font-size: 11px;
      line-height: 26px;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      text-transform: uppercase;
      position: relative;
      display: inline-block;
      margin-top: 18px;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      .tt-media-box01 .tt-description .tt-link:after {
        position: absolute;
        right: -15px;
        top: 9px;
        font-family: 'carleader' !important;
        content: "\e92b";
        font-size: 8px;
        line-height: 1.1;
        color: #D80E0E;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
      .tt-media-box01 .tt-description .tt-link:hover {
        color: #222222; }
        .tt-media-box01 .tt-description .tt-link:hover:after {
          color: #222222; }
  .tt-media-box01:hover {
    color: #222222; }
  @media (max-width: 1024px) {
    .tt-media-box01 .tt-description .title {
      font-size: 16px;
      line-height: 24px;
      padding-bottom: 10px; }
    .tt-media-box01 .tt-description p {
      font-size: 15px;
      line-height: 24px; }
    .tt-media-box01 .tt-description .tt-link {
      margin-top: 27px; } }
  @media (max-width: 766px) {
    .tt-media-box01 {
      max-width: 371px;
      margin: 0 auto;
      display: block; } }

/*
	tt-promo-01
*/
.tt-promo-counter {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover; }
  .tt-promo-counter .tt-layout-counter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    margin-left: -30px;
    margin-top: -16px; }
    .tt-promo-counter .tt-layout-counter .tt-col-item {
      background-color: #ffffff;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
      margin-left: 30px;
      margin-top: 30px;
      width: 170px;
      min-width: 170px;
      text-align: center;
      padding: 30px 5px 34px 5px; }
    .tt-promo-counter .tt-layout-counter .tt-counter-number {
      font-family: "Poppins", sans-serif;
      color: #D80E0E;
      font-size: 42px;
      line-height: 1.2;
      font-weight: 600; }
    .tt-promo-counter .tt-layout-counter .tt-counter-title {
      font-family: "Poppins", sans-serif;
      color: #222222;
      font-weight: 600;
      font-size: 15px;
      line-height: 1.2;
      margin-top: 2px; }
  @media (min-width: 1025px) {
    .tt-promo-counter {
      padding: 127px 0 130px 0; } }
  @media (max-width: 1024px) {
    .tt-promo-counter {
      padding: 80px 0; }
      .tt-promo-counter .tt-layout-counter .tt-col-item {
        width: 130px;
        min-width: 130px;
        padding: 20px 5px 24px 5px; }
        .tt-promo-counter .tt-layout-counter .tt-col-item .tt-counter-number {
          font-size: 34px; }
      .tt-promo-counter .tt-layout-counter .tt-counter-title {
        font-size: 14px; } }
  @media (max-width: 575px) {
    .tt-promo-counter {
      background: #f3f3f3 !important;
      padding: 60px 0; }
      .tt-promo-counter p {
        font-size: 14px;
        line-height: 21px; }
      .tt-promo-counter .tt-layout-counter {
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin-left: 0; }
        .tt-promo-counter .tt-layout-counter .tt-col-item {
          width: 150px;
          min-width: 150px;
          padding: 22px 5px 26px 5px;
          margin-left: 0; }
          .tt-promo-counter .tt-layout-counter .tt-col-item .tt-counter-number {
            font-size: 35px; }
          .tt-promo-counter .tt-layout-counter .tt-col-item .tt-counter-title {
            font-size: 17px;
            margin-top: 4px; } }

.tt-info-02 {
  text-align: center; }
  .tt-info-02 .tt-title {
    font-size: 42px;
    line-height: 1.3;
    font-family: "Roboto", sans-serif;
    color: #222222;
    font-weight: 500;
    margin: -7px 0 0 0;
    padding: 0; }
  .tt-info-02 p {
    margin-top: 25px; }
  .tt-info-02 .tt-indent-btn {
    margin-top: 14px; }
  @media (max-width: 1024px) {
    .tt-info-02 .tt-title {
      font-size: 36px; } }
  @media (max-width: 575px) {
    .tt-info-02 .tt-title {
      font-size: 24px; } }

/*
	Info Icon
*/
.tt-info-icon .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: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .tt-info-icon .tt-item:not(:first-child) {
    margin-top: 34px; }
  .tt-info-icon .tt-item .tt-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: 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: 92px;
    height: 92px;
    min-width: 92px;
    min-height: 92px;
    background-color: #ffffff;
    font-size: 46px;
    line-height: 1;
    margin-top: 3px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    color: #D80E0E; }
  .tt-info-icon .tt-item .tt-icon + .tt-description {
    margin-left: 28px; }
  .tt-info-icon .tt-item .tt-description .tt-title {
    font-size: 21px;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 14px 0;
    letter-spacing: 0.02em;
    font-family: "Poppins", sans-serif;
    color: #222222; }
  .tt-info-icon .tt-item .tt-description .tt-title + p {
    margin: 0;
    padding: 0; }
  @media (max-width: 575px) {
    .tt-info-icon .tt-item .tt-description p {
      font-size: 16px;
      line-height: 24px; } }
  @media (max-width: 767px) {
    .tt-info-icon .tt-item .tt-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: 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: 70px;
      height: 70px;
      min-width: 70px;
      min-height: 70px;
      background-color: #ffffff;
      font-size: 36px;
      line-height: 1;
      margin-top: 3px;
      box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
      color: #D80E0E; } }

/*
	Info Layout
*/
.tt-info-layout {
  margin-top: 4px; }
  .tt-info-layout .tt-item:not(:first-child) {
    margin-top: 34px; }
  .tt-info-layout .tt-item .tt-title {
    font-size: 21px;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 24px 0;
    letter-spacing: 0.01em;
    font-family: "Poppins", sans-serif;
    color: #222222; }
  .tt-info-layout .tt-item .tt-title + p {
    margin: 0;
    padding: 0; }

.tt-img-extra-right {
  height: auto; }
  @media (min-width: 1024px) {
    .tt-img-extra-right {
      margin: 0 0 60px 60px;
      max-width: 50%; } }
  @media (min-width: 797px) {
    .tt-img-extra-right {
      float: right;
      margin: 0 0 30px 30px;
      max-width: 40%; } }
  @media (max-width: 796px) {
    .tt-img-extra-right {
      margin-bottom: 40px; } }

.tt-list-number {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: li; }
  .tt-list-number li {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 74px;
    position: relative;
    color: #707070; }
    .tt-list-number li:not(:first-child) {
      margin-top: 24px; }
  .tt-list-number li:before {
    counter-increment: li;
    content: counters(li, ".") ". ";
    color: #D80E0E;
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    line-height: 1;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 17px; }
  .tt-list-number ol {
    padding: 0px 0 0px 34px;
    counter-reset: li;
    list-style: none; }
    .tt-list-number ol li:before {
      color: #D80E0E; }
  @media (max-width: 767px) {
    .tt-list-number li {
      padding: 0 0 0 42px; }
    .tt-list-number li:before {
      font-size: 27px;
      left: 0; } }

p + #contactform {
  margin-top: 15px; }

#contactform textarea {
  height: 250px; }

#contactform .btn {
  margin-top: 20px; }

/*
	tt-promo-02
*/
.tt-promo-02 {
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center top;
  padding: 97px 0 101px 0; }
  @media (max-width: 1024px) {
    .tt-promo-02 {
      padding: 67px 0 71px 0; } }
  @media (max-width: 640px) {
    .tt-promo-02 {
      padding: 57px 0 62px 0; } }

.tt-promo-02-layout {
  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: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-top: 11px; }
  .tt-promo-02-layout .tt-item {
    width: 241px;
    min-width: 241px; }
    .tt-promo-02-layout .tt-item .box-icon {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -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;
      text-align: center;
      width: 170px;
      height: 170px;
      border: 8px solid rgba(156, 156, 156, 0.1);
      position: relative;
      margin: 0 auto;
      background-color: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: border 0.2s linear;
      -o-transition: border 0.2s linear;
      -webkit-transition: border 0.2s linear;
      transition: border 0.2s linear; }
      .tt-promo-02-layout .tt-item .box-icon:before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 1px solid #d3d3d3;
        -moz-transition: border 0.2s linear;
        -o-transition: border 0.2s linear;
        -webkit-transition: border 0.2s linear;
        transition: border 0.2s linear;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .tt-promo-02-layout .tt-item .box-icon i {
        color: #D80E0E;
        font-size: 52px;
        line-height: 1;
        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-promo-02-layout .tt-item .box-icon .tt-line-dotted {
        position: absolute;
        top: 50%;
        z-index: 1;
        width: 47px;
        height: 3px;
        margin-top: -2px;
        background: url("../images/custom/promo02_dotted.png") 0 0 repeat-x; }
      .tt-promo-02-layout .tt-item .box-icon .tt-left {
        left: -48px; }
      .tt-promo-02-layout .tt-item .box-icon .tt-right {
        right: -48px; }
    .tt-promo-02-layout .tt-item .tt-title {
      display: block;
      text-align: center;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      color: #222222;
      margin: 0px 0 0 0; }
    .tt-promo-02-layout .tt-item .box-icon + .tt-title {
      margin-top: 28px; }
    .tt-promo-02-layout .tt-item:hover .box-icon {
      border-color: rgba(221, 61, 83, 0.1); }
      .tt-promo-02-layout .tt-item:hover .box-icon:before {
        border-color: #D80E0E; }
      .tt-promo-02-layout .tt-item:hover .box-icon i {
        color: #222222; }
    @media (max-width: 768px) {
      .tt-promo-02-layout .tt-item .tt-title {
        font-size: 14px; } }
  .tt-promo-02-layout .tt-item-smal {
    width: 59px;
    min-width: 59px;
    max-width: 59px; }
    .tt-promo-02-layout .tt-item-smal .box-icon {
      width: 38px;
      height: 38px;
      margin: 0 auto;
      position: relative;
      z-index: 3;
      overflow: hidden;
      background: #ffffff;
      top: 66px;
      border: 5px solid rgba(156, 156, 156, 0.1);
      text-align: center;
      font-size: 12px;
      line-height: 2.5;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      .tt-promo-02-layout .tt-item-smal .box-icon:before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 2;
        border: 1px solid #d3d3d3;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
    .tt-promo-02-layout .tt-item-smal:nth-child(2) .box-icon {
      color: #D80E0E;
      -webkit-animation: blink 1s infinite;
      animation: blink 1s infinite; }
    .tt-promo-02-layout .tt-item-smal:nth-child(4) .box-icon {
      color: #D80E0E;
      -webkit-animation: blink 1s infinite;
      animation: blink 1s infinite; }
    .tt-promo-02-layout .tt-item-smal:nth-child(6) .box-icon {
      color: #D80E0E;
      -webkit-animation: blink 1s infinite;
      animation: blink 1s infinite; }

@-webkit-keyframes blink {
  0% {
    color: #d3d3d3; }
  50% {
    color: #D80E0E; }
  100% {
    color: #d3d3d3; } }

@keyframes blink {
  0% {
    color: #d3d3d3; }
  50% {
    color: #D80E0E; }
  100% {
    color: #d3d3d3; } }
  @media (max-width: 1125px) {
    .tt-promo-02-layout .tt-item-smal {
      display: none; }
    .tt-promo-02-layout .tt-item {
      width: 190px;
      min-width: 190px; }
      .tt-promo-02-layout .tt-item .box-icon {
        width: 148px;
        height: 148px; }
        .tt-promo-02-layout .tt-item .box-icon i {
          font-size: 40px; }
        .tt-promo-02-layout .tt-item .box-icon .tt-right {
          right: -51px; }
        .tt-promo-02-layout .tt-item .box-icon .tt-left {
          display: none; }
        .tt-promo-02-layout .tt-item .box-icon .tt-line-dotted {
          width: 44px; }
      .tt-promo-02-layout .tt-item .box-icon + .tt-title {
        margin-top: 12px; }
      .tt-promo-02-layout .tt-item .tt-title {
        font-size: 14px; } }
  @media (max-width: 760px) {
    .tt-promo-02-layout .tt-item {
      width: 155px;
      min-width: 155px; }
      .tt-promo-02-layout .tt-item .box-icon {
        width: 113px;
        height: 113px; }
        .tt-promo-02-layout .tt-item .box-icon i {
          font-size: 40px; }
        .tt-promo-02-layout .tt-item .box-icon .tt-right {
          right: -51px; }
        .tt-promo-02-layout .tt-item .box-icon .tt-left {
          display: none; }
      .tt-promo-02-layout .tt-item .box-icon + .tt-title {
        margin-top: 12px; }
      .tt-promo-02-layout .tt-item .tt-title {
        font-size: 14px; } }
  @media (max-width: 640px) {
    .tt-promo-02-layout {
      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;
      width: 100%; }
    .tt-promo-02-layout .tt-item .box-icon .tt-right {
      display: none; }
    .tt-promo-02-layout .tt-item .box-icon + .tt-title {
      margin-top: 7px; }
    .tt-promo-02-layout .tt-item:not(:last-child) {
      padding-bottom: 18px; } }

/*
	color
*/
.tt-defaul-color {
  color: #D80E0E; }

.tt-defaul-color02 {
  color: #222222; }

.nice-select.tt-skin-01 span.current {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block; }

.tt-boxindent-listing .tt-box-indent {
  margin-top: 39px; }

.tt-compare-table02 {
  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;
  border: 1px solid #dfdfdf;
  vertical-align: top;
  margin-top: 37px;
  background-color: #ffffff; }
  .tt-compare-table02 .tt-col-title > *:nth-child(even),
  .tt-compare-table02 .tt-item > *:nth-child(even) {
    background-color: #f7f7f7; }
  .tt-compare-table02 .tt-col-title > *:not(:first-child),
  .tt-compare-table02 .tt-item > *:not(:first-child) {
    border-top: 1px solid #dfdfdf; }
  .tt-compare-table02 .tt-col-title {
    position: relative;
    width: 199px; }
    .tt-compare-table02 .tt-col-title:before {
      content: '';
      width: 1px;
      height: 100%;
      position: absolute;
      right: -1px;
      top: 0;
      background-color: #dfdfdf;
      z-index: 2; }
    .tt-compare-table02 .tt-col-title .title-item {
      padding: 17px 20px 14px 20px;
      font-size: 14px;
      line-height: 22px;
      color: #222222;
      text-align: right;
      font-weight: 500; }
      .tt-compare-table02 .tt-col-title .title-item.js_one-height-01 {
        padding: 20px; }
      @media (max-width: 450px) {
        .tt-compare-table02 .tt-col-title .title-item {
          padding-left: 10px;
          padding-right: 10px; }
          .tt-compare-table02 .tt-col-title .title-item.js_one-height-01 {
            padding: 10px; } }
  @media (min-width: 451px) {
    .tt-compare-table02 .tt-col-item {
      width: calc(100% - 199px); } }
  @media (max-width: 450px) {
    .tt-compare-table02 .tt-col-item {
      width: calc(100% - 110px); } }
  .tt-compare-table02 .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-table02 .tt-col-item .compare-init-slider .tt-item {
      border-left: 1px solid #dfdfdf; }
  .tt-compare-table02 .tt-col-item .tt-item {
    width: 30%; }
    .tt-compare-table02 .tt-col-item .tt-item .tt-remove-item {
      margin-left: -4px;
      padding: 2px 4px 4px;
      position: relative;
      background: none;
      border: none;
      color: #222222;
      font-size: 16px;
      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-compare-table02 .tt-col-item .tt-item .tt-remove-item:before {
        font-family: "carleader";
        content: '\e933'; }
      .tt-compare-table02 .tt-col-item .tt-item .tt-remove-item:hover {
        color: #D80E0E; }
    .tt-compare-table02 .tt-col-item .tt-item .tt-image-box {
      padding: 20px; }
      .tt-compare-table02 .tt-col-item .tt-item .tt-image-box img {
        width: 100%;
        max-width: 246px;
        height: auto; }
      .tt-compare-table02 .tt-col-item .tt-item .tt-image-box .tt-img {
        margin-top: 14px;
        display: block;
        position: relative; }
        .tt-compare-table02 .tt-col-item .tt-item .tt-image-box .tt-img .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: stretch;
          -ms-flex-line-pack: stretch;
          align-content: stretch;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start;
          position: absolute;
          top: 0px;
          left: 0px;
          font-size: 14px;
          line-height: 1.2;
          font-weight: 500;
          z-index: 111; }
          .tt-compare-table02 .tt-col-item .tt-item .tt-image-box .tt-img .tt-label-location [class^="tt-label-"] {
            padding: 5px 7px 4px;
            margin: 9px 0 0 9px;
            display: inline-block; }
          .tt-compare-table02 .tt-col-item .tt-item .tt-image-box .tt-img .tt-label-location .tt-label-promo {
            background-color: #2ac528;
            color: #ffffff; }
          .tt-compare-table02 .tt-col-item .tt-item .tt-image-box .tt-img .tt-label-location .tt-label-new {
            background-color: #222222;
            color: #D80E0E; }
          .tt-compare-table02 .tt-col-item .tt-item .tt-image-box .tt-img .tt-label-location .tt-label-info {
            background-color: #ffffff;
            color: #222222; }
      .tt-compare-table02 .tt-col-item .tt-item .tt-image-box .tt-box-price {
        margin-top: 14px; }
        .tt-compare-table02 .tt-col-item .tt-item .tt-image-box .tt-box-price .tt-price {
          font-size: 21px;
          line-height: 1.3;
          color: #D80E0E;
          font-family: "Poppins", sans-serif;
          font-weight: 600; }
        .tt-compare-table02 .tt-col-item .tt-item .tt-image-box .tt-box-price .tt-old-price {
          font-size: 12px;
          line-height: 1;
          text-decoration: line-through;
          color: #222222;
          font-family: "Poppins", sans-serif;
          font-weight: 600;
          display: inline-block; }
    .tt-compare-table02 .tt-col-item .tt-item .tt-value {
      padding: 17px 20px 14px; }
    @media (max-width: 450px) {
      .tt-compare-table02 .tt-col-item .tt-item .tt-image-box {
        padding: 10px; }
      .tt-compare-table02 .tt-col-item .tt-item .tt-value {
        padding-left: 10px;
        padding-right: 10px; } }
  .tt-compare-table02.slick-init {
    position: relative;
    margin-top: 37px; }
  .tt-compare-table02 .slick-prev,
  .tt-compare-table02 .slick-next {
    font-size: 0;
    line-height: 0;
    background: none;
    color: #222222;
    border: none;
    position: absolute;
    top: -45px;
    right: 0;
    display: block;
    cursor: pointer;
    outline: none;
    padding: 5px 10px; }
    .tt-compare-table02 .slick-prev:before,
    .tt-compare-table02 .slick-next:before {
      font-family: "carleader";
      font-family: "carleader";
      font-size: 17px;
      line-height: 1.2;
      display: block; }
    .tt-compare-table02 .slick-prev:hover,
    .tt-compare-table02 .slick-next:hover {
      color: #D80E0E; }
  .tt-compare-table02 .slick-prev {
    right: 40px; }
    .tt-compare-table02 .slick-prev:before {
      content: '\e916'; }
  .tt-compare-table02 .slick-next {
    right: -10px; }
    .tt-compare-table02 .slick-next:before {
      content: '\e917'; }
  .tt-compare-table02 .tt-btn-addtocart {
    background: #ffffff;
    color: #222222;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 600;
    position: relative;
    outline: none;
    padding: 4px 23px 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 42px;
    cursor: pointer;
    border: 2px solid #f7f7f7;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }
    .tt-compare-table02 .tt-btn-addtocart:hover {
      background: #222222;
      color: #ffffff;
      outline: none;
      border-color: #222222; }
    @media (max-width: 450px) {
      .tt-compare-table02 .tt-btn-addtocart {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px; } }

/*
	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: 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;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 12px; }
  .tt-filters-options .tt-btn-toggle {
    position: fixed;
    z-index: 7;
    left: 0; }
    @media (min-width: 1025px) {
      .tt-filters-options .tt-btn-toggle {
        display: none;
        visibility: hidden; } }
    .tt-filters-options .tt-btn-toggle a {
      width: 58px;
      height: 54px;
      display: block;
      background-color: #D80E0E;
      color: #ffffff;
      -webkit-border-top-right-radius: 25px;
      -webkit-border-bottom-right-radius: 25px;
      -moz-border-radius-topright: 25px;
      -moz-border-radius-bottomright: 25px;
      border-top-right-radius: 25px;
      border-bottom-right-radius: 25px; }
      .tt-filters-options .tt-btn-toggle a:before {
        content: '\e931';
        font-family: "carleader";
        font-size: 26px;
        line-height: 2;
        position: relative;
        left: 9px;
        top: 1px;
        color: #ffffff; }
    @media (max-width: 1024px) and (min-width: 769px) {
      .tt-filters-options .tt-btn-toggle {
        top: 212px; } }
    @media (max-width: 768px) {
      .tt-filters-options .tt-btn-toggle {
        top: 138px; } }
  .tt-filters-options .SumoSelect {
    width: inherit;
    min-width: 177px; }
    .tt-filters-options .SumoSelect .CaptionCont {
      padding: 7px 33px 3px 14px;
      height: 40px; }
  .tt-filters-options .tt-sort {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .tt-filters-options .tt-sort .tt-sort-total {
      display: inline-block;
      font-size: 16px;
      line-height: 1.2;
      vertical-align: top;
      padding-top: 10px;
      color: #222222; }
      .tt-filters-options .tt-sort .tt-sort-total:not(:first-child) {
        margin-left: 17px; }
    .tt-filters-options .tt-sort .SumoSelect {
      z-index: 1; }
  .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: 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-filters-options .tt-quantity a {
      width: 40px;
      height: 38px;
      display: inline-block;
      text-align: center;
      color: #222222;
      border: 2px solid #dfdfdf;
      background-color: #ffffff;
      font-size: 16px;
      line-height: 2.2;
      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;
      margin-left: 10px; }
      .tt-filters-options .tt-quantity a:hover {
        color: #D80E0E; }
      .tt-filters-options .tt-quantity a.active {
        color: #D80E0E;
        border-color: #D80E0E; }
    @media (max-width: 480px) {
      .tt-filters-options .tt-quantity {
        display: none; } }
  @media (max-width: 575px) {
    .tt-filters-options .tt-quantity {
      display: none; } }

.tt-filter-value {
  list-style: none;
  margin: 7px 0 0 -6px;
  padding: 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-filter-value li {
    margin: 7px 0 0 4px; }
    .tt-filter-value li a {
      display: inline-block;
      background-color: #f2f2f2;
      color: #707070;
      position: relative;
      font-size: 14px;
      line-height: 1.2;
      padding: 7px 11px 6px 11px;
      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-filter-value li a:after {
        font-family: "carleader";
        content: '\e933';
        display: inline-block;
        font-size: 7px;
        line-height: 1;
        top: -1px;
        position: relative;
        margin-left: 11px;
        color: #222222; }
      .tt-filter-value li a:hover {
        background-color: #222222;
        color: #ffffff; }
        .tt-filter-value li a:hover:after {
          color: #ffffff; }

.tt-filters-aside [class^="tt-col"] {
  width: 100%; }
  .tt-filters-aside [class^="tt-col"]:not(:first-child) {
    margin-top: 36px; }
    .tt-filters-aside [class^="tt-col"]:not(:first-child).tt-col-btn {
      margin-top: 41px; }

.tt-filters-aside .tt-col-select {
  margin-top: -7px; }

.tt-filters-aside .tt-col-btn .btn [class^="icon-"] {
  font-size: 13px; }

.tt-filters-aside .tt-item {
  position: relative; }
  .tt-filters-aside .tt-item .SumoSelect {
    width: 100%;
    margin-top: 10px; }

.tt-filters-aside .tt-col-btn .btn {
  width: 100%;
  height: 42px; }
  .tt-filters-aside .tt-col-btn .btn:not(:first-child) {
    margin-top: 10px; }

.tt-filters-aside .tt-aside-title {
  padding-left: 0 !important; }

.tt-filters-aside .tt-slider-price {
  margin-top: 9px; }

.tt-filters-fullwidth {
  min-height: 103px;
  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: 14px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 16px; }
  @media (max-width: 1024px) {
    .tt-filters-fullwidth {
      display: none; } }
  .tt-filters-fullwidth .tt-col-select {
    margin-top: -10px;
    margin-left: -20px;
    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;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .tt-filters-fullwidth .tt-col-select .tt-item {
      width: calc(20% - 20px);
      margin-left: 20px; }
      .tt-filters-fullwidth .tt-col-select .tt-item .SumoSelect {
        width: 100%;
        margin-top: 10px; }
    @media (max-width: 1229px) {
      .tt-filters-fullwidth .tt-col-select .tt-item {
        width: calc(25% - 20px); }
        .tt-filters-fullwidth .tt-col-select .tt-item:last-child {
          width: calc(100% - 20px);
          margin-left: 20px; }
          .tt-filters-fullwidth .tt-col-select .tt-item:last-child .SumoSelect {
            width: calc(50% - 10px);
            margin-top: 10px; }
          .tt-filters-fullwidth .tt-col-select .tt-item:last-child > *:last-child {
            margin-left: 15px; } }
    .tt-filters-fullwidth .tt-col-select .SumoSelect > .CaptionCont {
      padding: 8px 23px 3px 14px;
      height: 40px;
      min-width: 130px; }
  .tt-filters-fullwidth > *:not(:first-child) {
    margin-left: 19px; }
  .tt-filters-fullwidth .tt-col-price {
    min-width: 173px; }
    .tt-filters-fullwidth .tt-col-price .tt-aside-title {
      color: #222222;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      margin: -4px 0 0 0;
      padding-bottom: 12px;
      font-size: 21px; }
    .tt-filters-fullwidth .tt-col-price .slider-value-row {
      margin-top: 15px; }
      .tt-filters-fullwidth .tt-col-price .slider-value-row .slider-value {
        height: 40px; }
  .tt-filters-fullwidth .tt-col-btn {
    min-width: 169px; }
    .tt-filters-fullwidth .tt-col-btn .btn {
      width: 100%;
      height: 41px; }
      .tt-filters-fullwidth .tt-col-btn .btn:not(:first-child) {
        margin-top: 8px; }
      .tt-filters-fullwidth .tt-col-btn .btn [class^="icon-"] {
        font-size: 13px; }
  .tt-filters-fullwidth .tt-sort-total {
    font-size: 16px; }

.tt-filters-fullwidth {
  transform: translateY(0);
  transition: transform .5s;
  z-index: 11; }

.tt-filters-fullwidth.stuck {
  position: fixed;
  top: 76px;
  z-index: 2;
  width: 1200px;
  padding: 15px 0; }
  .tt-filters-fullwidth.stuck .tt-slider-price .slider-value-row .slider-value {
    background: #ffffff;
    border: 1px solid #dfdfdf; }

.tt-filters-fullwidth.stuck-bottom {
  transform: translateY(-100%); }

.tt-filters-fullwidth.stuck:after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  height: 100%;
  z-index: -1;
  background: #f8f8f8; }

.js-sticky-panel-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

@media (max-width: 1024px) {
  .js-sticky-panel-wrap {
    height: auto !important; } }

.tt-filters-layout + .tt-filters-options {
  border: none !important; }

.tt-filters-fullwidth + .tt-filters-options {
  padding-bottom: 18px; }

/*
	product-listing
*/
.tt-product-listing {
  margin: -10px -15px 0 -15px; }
  .tt-product-listing .tt-col-item {
    margin-top: 40px; }
  .tt-product-listing.tt-row-view {
    margin-top: -3px; }
    .tt-product-listing.tt-row-view .tt-col-item {
      margin-top: 33px; }
    @media (min-width: 576px) {
      .tt-product-listing.tt-row-view .tt-col-item {
        flex: 0 0 100%;
        max-width: 100%; }
      .tt-product-listing.tt-row-view .tt-description {
        text-align: left;
        padding-right: 15px; }
        .tt-product-listing.tt-row-view .tt-description .tt-title {
          text-align: left;
          padding-left: 0; } }
  @media (max-width: 480px) {
    .tt-product-listing .tt-col-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-left: 25px;
      padding-right: 25px; } }

/*
	product obj (shop.html)
*/
.tt-product {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  background-color: #ffffff; }
  .tt-product .tt-image-box {
    position: relative;
    text-align: center;
    background-color: #f8f8f8; }
    .tt-product .tt-image-box img {
      max-width: 100%;
      height: auto; }
    .tt-product .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: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      position: absolute;
      top: 0px;
      left: 0px;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 500; }
      .tt-product .tt-image-box .tt-label-location [class^="tt-label-"] {
        padding: 5px 7px 4px;
        margin: 9px 0 0 9px; }
      .tt-product .tt-image-box .tt-label-location .tt-label-promo {
        background-color: #2ac528;
        color: #ffffff; }
      .tt-product .tt-image-box .tt-label-location .tt-label-new {
        background-color: #222222;
        color: #D80E0E; }
      .tt-product .tt-image-box .tt-label-location .tt-label-info {
        background-color: #ffffff;
        color: #222222; }
      .tt-product .tt-image-box .tt-label-location .tt-label-info02 {
        background-color: #D80E0E;
        color: #ffffff; }
  .tt-product .tt-description {
    padding: 12px 0px 22px;
    text-align: center; }
    .tt-product .tt-description .wrapper-title {
      border-bottom: 1px solid #dfdfdf;
      padding: 0 10px 12px; }
    .tt-product .tt-description .tt-title {
      color: #222222;
      font-family: "Poppins", sans-serif;
      font-size: 21px;
      line-height: 1.2;
      text-align: center;
      font-weight: 600;
      letter-spacing: 0.01em;
      margin: 0;
      padding: 0 10px; }
      .tt-product .tt-description .tt-title a {
        color: #222222;
        -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-title a:hover {
          color: #D80E0E; }
    .tt-product .tt-description .tt-title-info {
      font-size: 15px;
      line-height: 20px;
      color: #707070;
      margin: 2px 0 0 0; }
    .tt-product .tt-description .tt-rating {
      text-align: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      margin-top: 9px; }
      .tt-product .tt-description .tt-rating i {
        font-size: 11px; }
        .tt-product .tt-description .tt-rating i:not(:last-child) {
          margin-right: 2px; }
    .tt-product .tt-description .tt-price {
      margin-top: 14px;
      font-size: 21px;
      line-height: 1.2;
      color: #D80E0E;
      font-family: "Poppins", sans-serif;
      font-weight: 600; }
      .tt-product .tt-description .tt-price .tt-text {
        color: #707070;
        font-weight: 400;
        font-size: 15px; }
    .tt-product .tt-description .tt-btn-addtocart:not(.tt-layout-02) {
      margin-top: 14px;
      background: #D80E0E;
      color: #ffffff;
      font-family: "Poppins", sans-serif;
      border: none;
      font-size: 15px;
      line-height: 1.1;
      font-weight: 600;
      position: relative;
      outline: none;
      padding: 4px 18px 4px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      height: 42px;
      cursor: pointer;
      -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.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-product .tt-description .tt-btn-addtocart:not(.tt-layout-02):hover {
        background: #222222;
        color: #ffffff;
        outline: none; }
      .tt-product .tt-description .tt-btn-addtocart:not(.tt-layout-02):active, .tt-product .tt-description .tt-btn-addtocart:not(.tt-layout-02):visited, .tt-product .tt-description .tt-btn-addtocart:not(.tt-layout-02):focus, .tt-product .tt-description .tt-btn-addtocart:not(.tt-layout-02)button:focus {
        outline: none;
        box-shadow: none; }
      .tt-product .tt-description .tt-btn-addtocart:not(.tt-layout-02) i {
        color: #ffffff;
        font-size: 18px;
        line-height: 1.2;
        margin-right: 5px;
        position: relative;
        top: 1px; }
    .tt-product .tt-description .tt-btn-addtocart.tt-layout-02 {
      margin-top: 16px;
      background: #ffffff;
      color: #222222;
      font-family: "Poppins", sans-serif;
      font-size: 15px;
      line-height: 1.1;
      font-weight: 600;
      position: relative;
      outline: none;
      padding: 4px 23px 4px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      height: 42px;
      cursor: pointer;
      border: 1px solid #b7b7b7;
      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.tt-layout-02:hover {
        background: #222222;
        color: #ffffff;
        outline: none;
        border-color: #222222; }
  @media (min-width: 576px) {
    .tt-product.tt-view {
      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;
      background-color: #ffffff; }
      .tt-product.tt-view .tt-image-box {
        min-width: 216px;
        width: 216px; }
      .tt-product.tt-view .tt-description {
        margin-left: 35px; }
        .tt-product.tt-view .tt-description .wrapper-title {
          border: none;
          padding-left: 0; }
          .tt-product.tt-view .tt-description .wrapper-title + * {
            margin-top: 0; }
        .tt-product.tt-view .tt-description .tt-rating {
          text-align: left;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          -webkit-box-pack: flex-start; } }

/*
	product 02 obj (inventory.html)
*/
.tt-product-02 {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08); }
  .tt-product-02 .tt-image-box {
    position: relative;
    display: block;
    overflow: hidden; }
    .tt-product-02 .tt-image-box .tt-img {
      background-color: #222222;
      display: block;
      overflow: hidden;
      position: relative; }
      .tt-product-02 .tt-image-box .tt-img img {
        max-width: inherit;
        width: 100%;
        height: auto; }
      .tt-product-02 .tt-image-box .tt-img:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #222222;
        -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-product-02 .tt-image-box .tt-img .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: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500; }
        .tt-product-02 .tt-image-box .tt-img .tt-label-location [class^="tt-label-"] {
          padding: 5px 7px 4px;
          margin: 9px 0 0 9px; }
        .tt-product-02 .tt-image-box .tt-img .tt-label-location .tt-label-promo {
          background-color: #2ac528;
          color: #ffffff; }
        .tt-product-02 .tt-image-box .tt-img .tt-label-location .tt-label-new {
          background-color: #222222;
          color: #D80E0E; }
        .tt-product-02 .tt-image-box .tt-img .tt-label-location .tt-label-info {
          background-color: #ffffff;
          color: #222222; }
        .tt-product-02 .tt-image-box .tt-img .tt-label-location .tt-label-info02 {
          background-color: #D80E0E;
          color: #ffffff; }
      .tt-product-02 .tt-image-box .tt-img .tt-label-custom {
        position: absolute;
        right: 13px;
        bottom: 13px;
        display: block; }
        .tt-product-02 .tt-image-box .tt-img .tt-label-custom i {
          font-size: 80px;
          line-height: 1.1;
          color: #D80E0E; }
      .tt-product-02 .tt-image-box .tt-img .tt-data {
        background-color: #ededec;
        color: #222222;
        position: absolute;
        bottom: 0;
        width: 100%;
        display: block;
        padding: 3px 0 7px 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.16;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        transform: translate(0px, 100%);
        -webkit-transform: translate(0px, 100%);
        -o-transform: translate(0px, 100%);
        -moz-transform: translate(0px, 100%);
        -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-02 .tt-image-box .tt-img .tt-data:before {
          content: '\e919';
          font-family: "carleader";
          display: inline-block;
          font-size: 18px;
          line-height: 1.1;
          position: relative;
          top: 3px;
          margin-right: 5px; }
    .tt-product-02 .tt-image-box .tt-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;
      -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;
      position: absolute;
      top: 50%;
      width: 100%;
      margin-top: -27px;
      text-align: center;
      -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; }
      @media (max-width: 1024px) {
        .tt-product-02 .tt-image-box .tt-icon {
          display: none; } }
      .tt-product-02 .tt-image-box .tt-icon li {
        margin: 6px 6px 0; }
        .tt-product-02 .tt-image-box .tt-icon li a {
          width: 43px;
          height: 43px;
          display: inline-block;
          border: 2px solid #D80E0E;
          background-color: transparent;
          color: #ffffff;
          font-size: 18px;
          line-height: 2.4;
          -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;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
          .tt-product-02 .tt-image-box .tt-icon li a:hover {
            background-color: #D80E0E; }
    .tt-product-02 .tt-image-box:hover .tt-img:before {
       }
    .tt-product-02 .tt-image-box:hover .tt-icon {
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1; }
    .tt-product-02 .tt-image-box:hover .tt-data {
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1;
      transform: translate(0px, 0%);
      -webkit-transform: translate(0px, 0%);
      -o-transform: translate(0px, 0%);
      -moz-transform: translate(0px, 0%); }
    .tt-product-02 .tt-image-box .tt-additional-block {
      display: none; }
  .tt-product-02 .tt-wrapper-description .tt-box-title {
    padding: 16px 7px 0px 21px; }
    .tt-product-02 .tt-wrapper-description .tt-box-title .tt-title {
      font-size: 17px;
      line-height: 1.3;
      font-weight: 500;
      color: #222222;
      font-family: "Roboto", sans-serif;
      margin: 0;
      padding: 0; }
      .tt-product-02 .tt-wrapper-description .tt-box-title .tt-title a {
        color: #222222;
        -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-02 .tt-wrapper-description .tt-box-title .tt-title a:hover {
          color: #D80E0E; }
    .tt-product-02 .tt-wrapper-description .tt-box-title .tt-description {
      font-size: 17px;
      line-height: 1.3;
      margin: 0;
      font-weight: 500;
      color: #222222;
      font-family: "Roboto", sans-serif; }
      .tt-product-02 .tt-wrapper-description .tt-box-title .tt-description a {
        color: #222222;
        -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-02 .tt-wrapper-description .tt-box-title:hover .tt-title a,
    .tt-product-02 .tt-wrapper-description .tt-box-title:hover .tt-description a {
      color: #D80E0E; }
  .tt-product-02 .tt-wrapper-description .tt-box-price {
    margin-top: 4px;
    position: relative;
    padding: 3px 21px 9px; }
    .tt-product-02 .tt-wrapper-description .tt-box-price .tt-text {
      color: #707070;
      font-size: 15px;
      position: relative;
      top: 3px; }
    .tt-product-02 .tt-wrapper-description .tt-box-price .tt-price {
      font-size: 21px;
      line-height: 1.3;
      color: #D80E0E;
      font-family: "Poppins", sans-serif;
      font-weight: 600; }
      .tt-product-02 .tt-wrapper-description .tt-box-price .tt-price + .tt-old-price {
        margin-left: 7px; }
    .tt-product-02 .tt-wrapper-description .tt-box-price .tt-old-price {
      font-size: 12px;
      line-height: 1;
      text-decoration: line-through;
      color: #222222;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      display: inline-block; }
    .tt-product-02 .tt-wrapper-description .tt-box-price .tt-info-price {
      font-size: 24px;
      line-height: 1.3;
      color: #D80E0E;
      font-family: "Poppins", sans-serif;
      font-weight: 600; }
    .tt-product-02 .tt-wrapper-description .tt-box-price a.tt-info-price {
      -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-02 .tt-wrapper-description .tt-box-price a.tt-info-price:hover {
        color: #222222; }
    .tt-product-02 .tt-wrapper-description .tt-box-price .tt-info {
      display: none; }
  .tt-product-02 .tt-wrapper-description .tt-box-info {
    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;
    border-top: 1px solid #f0f0f0;
    height: 60px;
    margin-top: 4px; }
    .tt-product-02 .tt-wrapper-description .tt-box-info .item {
      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: 33.333%;
      text-align: center;
      font-size: 15px;
      line-height: 1;
      padding: 4px 2px 5px;
      height: 100%; }
      .tt-product-02 .tt-wrapper-description .tt-box-info .item:not(:last-child) {
        border-right: 1px solid #f0f0f0; }
      .tt-product-02 .tt-wrapper-description .tt-box-info .item i {
        font-size: 17px; }
      .tt-product-02 .tt-wrapper-description .tt-box-info .item i + .tt-text {
        margin-top: 5px; }
      .tt-product-02 .tt-wrapper-description .tt-box-info .item .tt-text {
        display: block;
        text-align: center;
        font-size: 15px;
        color: #707070; }
  .tt-product-02 .tt-wrapper-description .tt-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;
    -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%;
    margin-top: 7px;
    padding-bottom: 9px;
    text-align: center; }
    @media (min-width: 1025px) {
      .tt-product-02 .tt-wrapper-description .tt-icon {
        display: none; } }
    .tt-product-02 .tt-wrapper-description .tt-icon li {
      margin: 6px 6px 0; }
      .tt-product-02 .tt-wrapper-description .tt-icon li a {
        width: 43px;
        height: 43px;
        display: inline-block;
        border: 2px solid #D80E0E;
        background-color: transparent;
        color: #222222;
        font-size: 18px;
        line-height: 2.3;
        -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;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        .tt-product-02 .tt-wrapper-description .tt-icon li a:hover {
          background-color: #D80E0E;
          color: #D80E0E; }
          @media (max-width: 1024px) {
            .tt-product-02 .tt-wrapper-description .tt-icon li a:hover {
              color: #ffffff; } }
  .tt-product-02 .tt-wrapper-description .tt-add-info {
    display: none;
    list-style: none;
    margin: 0; }
    .tt-product-02 .tt-wrapper-description .tt-add-info li {
      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;
      font-size: 11px;
      color: #222222; }
      .tt-product-02 .tt-wrapper-description .tt-add-info li .col-title {
        width: 124px;
        min-width: 124px;
        padding-right: 17px; }
      .tt-product-02 .tt-wrapper-description .tt-add-info li .col-designation {
        font-weight: 500; }
  .tt-product-02 .tt-wrapper-description .tt-btn {
    margin-top: 9px; }
    .tt-product-02 .tt-wrapper-description .tt-btn .tt-btn-moreinfo {
      background: #ffffff;
      color: #222222;
      font-family: "Poppins", sans-serif;
      font-size: 15px;
      line-height: 1.1;
      font-weight: 600;
      position: relative;
      outline: none;
      padding: 4px 23px 4px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      height: 42px;
      cursor: pointer;
      border: 1px solid #b7b7b7;
      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-02 .tt-wrapper-description .tt-btn .tt-btn-moreinfo:hover {
        background: #222222;
        color: #ffffff;
        outline: none;
        border-color: #222222; }
  .tt-product-02.tt-no-product .tt-image-box .tt-box-info,
  .tt-product-02.tt-no-product .tt-image-box .tt-box-title,
  .tt-product-02.tt-no-product .tt-wrapper-description .tt-box-info,
  .tt-product-02.tt-no-product .tt-wrapper-description .tt-box-title {
    pointer-events: none; }
  @media (min-width: 1230px) {
    .tt-product-02.tt-view .tt-wrapper-description .tt-btn {
      margin-top: -16px;
      position: relative;
      right: 0; } }
  @media (max-width: 1229px) {
    .tt-product-02.tt-view .tt-wrapper-description .tt-btn {
      margin-top: 21px; }
    .tt-product-02:not(.tt-view) .tt-wrapper-description .tt-box-info {
      border-bottom: 1px solid #f0f0f0; }
    .tt-product-02:not(.tt-view) .tt-wrapper-description .tt-icon {
      margin-top: 9px;
      padding-bottom: 15px; } }
  @media (max-width: 1024px) {
    .tt-product-02.tt-view .tt-image-box .tt-img .tt-data {
      text-align: center; } }
  @media (max-width: 1024px) {
    .tt-product-02 .tt-wrapper-description .tt-box-info .item .tt-text {
      font-size: 14px; }
    .tt-product-02:not(.tt-view) .tt-image-box:hover .tt-img:before {
      display: none; } }
  @media (min-width: 576px) {
    .tt-product-02.tt-view {
      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;
      padding: 0px 20px 0 0;
      position: relative; }
      .tt-product-02.tt-view .tt-image-box {
        min-width: 267px; }
        .tt-product-02.tt-view .tt-image-box .tt-img .tt-data {
          text-align: center; }
        .tt-product-02.tt-view .tt-image-box .tt-icon {
          display: -ms-flexbox;
          display: -webkit-flex;
          display: -webkit-box;
          display: flex; }
      .tt-product-02.tt-view .tt-wrapper-description {
        padding-left: 35px;
        padding-bottom: 0px;
        -webkit-flex: 2 1 auto;
        -ms-flex: 2 1 auto;
        flex: 2 1 auto;
        text-align: left; }
        .tt-product-02.tt-view .tt-wrapper-description .tt-box-title {
          border: none;
          margin: 27px 0 0 0;
          padding: 0; }
          .tt-product-02.tt-view .tt-wrapper-description .tt-box-title .tt-description {
            font-size: 16px;
            color: #707070; }
        .tt-product-02.tt-view .tt-wrapper-description .tt-icon {
          display: none; }
        .tt-product-02.tt-view .tt-wrapper-description .tt-box-price {
          display: block;
          margin-top: 24px; }
          .tt-product-02.tt-view .tt-wrapper-description .tt-box-price .tt-old-price {
            position: relative;
            top: 0;
            margin-top: 5px;
            text-align: left; }
          .tt-product-02.tt-view .tt-wrapper-description .tt-box-price .tt-info {
            display: block;
            margin-top: 2px;
            color: #707070;
            font-size: 15px; }
            .tt-product-02.tt-view .tt-wrapper-description .tt-box-price .tt-info span {
              color: #222222; }
          .tt-product-02.tt-view .tt-wrapper-description .tt-box-price .tt-text {
            top: 0; }
        .tt-product-02.tt-view .tt-wrapper-description .tt-add-info {
          display: block;
          margin-top: 5px; }
          .tt-product-02.tt-view .tt-wrapper-description .tt-add-info li {
            font-size: 15px; }
            .tt-product-02.tt-view .tt-wrapper-description .tt-add-info li .col-title {
              color: #707070; }
            .tt-product-02.tt-view .tt-wrapper-description .tt-add-info li .col-designation {
              color: #222222; } }
    @media (min-width: 576px) and (min-width: 1230px) {
      .tt-product-02.tt-view .tt-wrapper-description .tt-row-01 {
        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; }
        .tt-product-02.tt-view .tt-wrapper-description .tt-row-01 > *:last-child {
          padding-top: 12px; }
      .tt-product-02.tt-view .tt-wrapper-description .tt-box-price {
        text-align: right; }
        .tt-product-02.tt-view .tt-wrapper-description .tt-box-price .tt-old-price {
          text-align: right; }
        .tt-product-02.tt-view .tt-wrapper-description .tt-box-price .tt-info {
          text-align: right; }
      .tt-product-02.tt-view .tt-wrapper-description .tt-btn {
        text-align: right; } }
  @media (min-width: 576px) {
      .tt-product-02.tt-view .tt-row-02 {
        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-product-02.tt-view .tt-row-02 > *:not(:first-child) {
          margin-left: 60px; } }
    @media (min-width: 576px) and (max-width: 1024px) {
      .tt-product-02.tt-view .tt-row-02 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .tt-product-02.tt-view .tt-row-02 > *:not(:first-child) {
          margin-left: 0px;
          margin-top: 0; } }
  @media (min-width: 576px) {
      .tt-product-02.tt-view .tt-image-box .tt-img .tt-label-location [class^="tt-label-"] {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0; }
      .tt-product-02.tt-view .tt-wrapper-description {
        padding-bottom: 15px; }
        .tt-product-02.tt-view .tt-wrapper-description .tt-box-title .tt-title {
          font-size: 21px;
          font-weight: 600;
          font-family: "Poppins", sans-serif; }
        .tt-product-02.tt-view .tt-wrapper-description .tt-box-title .tt-description {
          font-size: 16px;
          font-weight: 400;
          color: #707070;
          margin-top: 5px; }
          .tt-product-02.tt-view .tt-wrapper-description .tt-box-title .tt-description a {
            color: #707070; }
        .tt-product-02.tt-view .tt-wrapper-description .tt-box-price {
          min-height: inherit;
          padding-right: 0;
          padding-left: 0; }
          .tt-product-02.tt-view .tt-wrapper-description .tt-box-price .tt-old-price {
            display: block;
            font-weight: 500;
            font-size: 14px;
            margin-top: 0;
            padding-bottom: 6px; }
          .tt-product-02.tt-view .tt-wrapper-description .tt-box-price .tt-info {
            margin-top: 2px; }
            .tt-product-02.tt-view .tt-wrapper-description .tt-box-price .tt-info span {
              font-weight: 500; }
        .tt-product-02.tt-view .tt-wrapper-description .tt-box-info {
          display: none; } }
  @media (min-width: 576px) and (min-width: 1230px) {
    .tt-product-02.tt-view .tt-row-02 {
      padding-right: 140px; }
    .tt-product-02.tt-view .tt-btn {
      position: absolute;
      bottom: 33px;
      right: 35px; } }
  @media (min-width: 576px) and (max-width: 1229px) {
    .tt-product-02.tt-view .tt-wrapper-description {
      padding-bottom: 25px; } }
  @media (min-width: 576px) and (max-width: 766px) {
    .tt-product-02.tt-view .tt-image-box {
      min-width: 240px;
      width: 240px; } }
  @media (min-width: 797px) {
    .tt-product-02.tt-view .tt-image-box {
      min-width: 340px; } }
  .tt-product-02 .tt-view-extra-btn {
    display: none;
    position: absolute;
    bottom: 28px;
    left: 0;
    width: 100%;
    text-align: center; }
    .tt-product-02 .tt-view-extra-btn .tt-btn-moreinfo {
      background: #ffffff;
      color: #222222;
      font-family: "Poppins", sans-serif;
      font-size: 15px;
      line-height: 1.1;
      font-weight: 600;
      position: relative;
      outline: none;
      padding: 4px 23px 4px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      height: 42px;
      cursor: pointer;
      border: 1px solid #b7b7b7;
      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-02 .tt-view-extra-btn .tt-btn-moreinfo:hover {
        background: #222222;
        color: #ffffff;
        outline: none;
        border-color: #222222; }
  @media (max-width: 1024px) and (min-width: 576px) {
    .tt-product-02.tt-view .tt-wrapper-description .tt-row-02 > *:first-child:not(:last-child) {
      display: none; }
    .tt-product-02.tt-view .tt-image-box .tt-additional-block {
      display: block;
      margin-top: 25px;
      margin-left: 20px;
      margin-bottom: 13px; }
      .tt-product-02.tt-view .tt-image-box .tt-additional-block .tt-add-info {
        list-style: none;
        margin: 0; }
        .tt-product-02.tt-view .tt-image-box .tt-additional-block .tt-add-info li {
          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;
          font-size: 15px;
          color: #222222; }
          .tt-product-02.tt-view .tt-image-box .tt-additional-block .tt-add-info li .col-title {
            width: 124px;
            min-width: 124px;
            padding-right: 17px; }
          .tt-product-02.tt-view .tt-image-box .tt-additional-block .tt-add-info li .col-designation {
            font-weight: 500; }
    .tt-product-02.tt-view.tt-item-additional .tt-wrapper-description .tt-btn {
      display: none; }
    .tt-product-02.tt-view.tt-item-additional {
      padding-bottom: 98px !important; }
      .tt-product-02.tt-view.tt-item-additional .tt-view-extra-btn {
        display: block; } }
  @media (max-width: 575px) {
    .tt-product-02.tt-view .tt-image-box .tt-img:before {
      display: none; }
    .tt-product-02.tt-view .tt-image-box .tt-img .tt-data {
      display: none; }
    .tt-product-02.tt-view .tt-image-box:hover .tt-img:before {
      display: none; }
    .tt-product-02.tt-view .tt-wrapper-description .tt-btn {
      display: none; }
    .tt-product-02.tt-view .tt-wrapper-description .tt-icon {
      margin-top: 9px;
      padding-bottom: 15px; }
    .tt-product-02.tt-view .tt-wrapper-description .tt-box-info {
      border-bottom: 1px solid #f0f0f0; }
    .tt-product-02.tt-view .tt-wrapper-description .tt-box-price .tt-text {
      display: none; } }
  @media (min-width: 768px) {
    .tt-product-02.tt-view {
      padding: 0px 35px 0 0; } }
  .tt-product-02:not(.tt-view) .tt-image-box .tt-img .tt-data {
    display: none; }
  .tt-product-02:not(.tt-view) .tt-wrapper-description .tt-box-price .tt-text {
    display: none; }
  .tt-product-02:not(.tt-view) .tt-wrapper-description .tt-btn {
    display: none; }

body.touch .tt-product-02 .tt-image-box .tt-img .tt-data {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  transform: translate(0px, 0%);
  -webkit-transform: translate(0px, 0%);
  -o-transform: translate(0px, 0%);
  -moz-transform: translate(0px, 0%); }

.tt-slider-product .slick-slide {
  padding: 10px; }

/*
	aside(*shop)
*/
.tt-aside .tt-wrapper-aside {
  background-color: #ffffff; }

@media (min-width: 1025px) {
  .tt-aside .tt-wrapper-aside {
    -webkit-box-shadow: 0 0 49px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 49px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 49px rgba(0, 0, 0, 0.12);
    padding-bottom: 29px; } }

@media (max-width: 1024px) {
  .tt-aside {
    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; } }

.tt-aside .tt-aside-box .tt-aside-title {
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.2;
  padding: 0 28px 3px 28px; }

.tt-aside .tt-aside-box .tt-content {
  padding: 0 22px 0 22px; }
  .tt-aside .tt-aside-box .tt-content:first-child {
    padding-top: 10px; }

.tt-aside .tt-aside-box:not(:last-child) {
  padding-bottom: 25px; }

.tt-aside .slider-value-row .slider-value {
  height: 39px;
  padding: 1px 4px 1px;
  font-size: 12px;
  font-weight: 500; }

.tt-label-aside {
  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;
  padding: 15px 0 22px;
  color: #222222; }
  .tt-label-aside .tt-icon {
    width: 86px;
    height: 75px;
    background-color: #D80E0E;
    color: #ffffff;
    font-size: 36px;
    line-height: 2;
    text-align: center;
    -moz-border-radius-topright: 35px;
    -webkit-border-top-right-radius: 35px;
    border-top-right-radius: 35px;
    -moz-border-radius-bottomright: 35px;
    -webkit-border-bottom-right-radius: 35px;
    border-bottom-right-radius: 35px; }
    .tt-label-aside .tt-icon i {
      margin-right: 7px;
      position: relative;
      top: 6px; }
    @media (max-width: 1024px) {
      .tt-label-aside .tt-icon i {
        top: 0px; } }
  .tt-label-aside.tt-small {
    margin-bottom: 18px; }
    .tt-label-aside.tt-small .tt-icon {
      font-size: 36px;
      line-height: 2.2; }
      @media (max-width: 1024px) {
        .tt-label-aside.tt-small .tt-icon {
          font-size: 26px; } }
  .tt-label-aside .tt-title {
    font-size: 21px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    color: #222222;
    padding: 4px 0 0 16px;
    font-weight: 600; }
  .tt-label-aside .tt-btn-col-close {
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -20px;
    display: none;
    padding: 5px; }
  @media (min-width: 1025px) and (max-width: 1229px) {
    .tt-label-aside .tt-icon {
      width: 70px;
      height: 70px;
      font-size: 32px; }
      .tt-label-aside .tt-icon i {
        top: 6px; }
    .tt-label-aside .tt-title {
      font-size: 19px;
      padding-left: 13px; } }
  @media (max-width: 1024px) {
    .tt-label-aside {
      -moz-transition: left 0.3s linear;
      -o-transition: left 0.3s linear;
      -webkit-transition: left 0.3s linear;
      transition: left 0.3s linear;
      background-color: #ffffff;
      z-index: 2;
      top: 0;
      left: -150%;
      position: fixed;
      width: 287px; }
      .tt-label-aside .tt-icon {
        width: 58px;
        height: 54px;
        background-color: #D80E0E;
        color: #ffffff;
        font-size: 26px;
        line-height: 2.3;
        text-align: center;
        -moz-border-radius-topright: 24px;
        -webkit-border-top-right-radius: 24px;
        border-top-right-radius: 24px;
        -moz-border-radius-bottomright: 24px;
        -webkit-border-bottom-right-radius: 24px;
        border-bottom-right-radius: 24px; }
      .tt-label-aside .tt-btn-col-close {
        display: block; } }
  .tt-label-aside:after {
    content: '';
    position: absolute;
    bottom: -9px;
    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%); }

#aside-js.column-open .tt-label-aside {
  left: 0; }

.tt-product-aside {
  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-aside .tt-img {
    min-width: 85px;
    max-width: 92px;
    margin-top: 4px; }
  .tt-product-aside .tt-img + .tt-description {
    margin-left: 11px; }
  .tt-product-aside .tt-description .tt-title {
    font-size: 15px;
    line-height: 20px;
    color: #707070;
    font-weight: 400;
    margin: 0;
    padding: 0; }
    .tt-product-aside .tt-description .tt-title a {
      color: #707070;
      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-product-aside .tt-description .tt-title a:hover {
        color: #D80E0E; }
  .tt-product-aside .tt-description .tt-rating {
    margin: 5px 0 0 0; }
    .tt-product-aside .tt-description .tt-rating i {
      font-size: 11px; }
  .tt-product-aside .tt-description .tt-price {
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    margin-top: 7px;
    color: #D80E0E;
    font-family: "Poppins", sans-serif; }
  .tt-product-aside:not(:first-child) {
    margin-top: 20px; }

/*
	aside(*inventory.html)
*/
.tt-aside02 .tt-wrapper-aside {
  background-color: #ffffff; }

@media (min-width: 1025px) {
  .tt-aside02 .tt-wrapper-aside {
    padding-bottom: 29px;
    -webkit-box-shadow: 0 0 33px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 33px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 33px rgba(0, 0, 0, 0.12); }
  .tt-aside02 .tt-wrapper-aside + .tt-wrapper-aside {
    padding-top: 29px; } }

.tt-aside02 .tt-wrapper-aside + .tt-wrapper-aside {
  margin-top: 30px; }

@media (max-width: 1024px) {
  .tt-aside02 {
    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; }
    .tt-aside02 .tt-wrapper-aside + .tt-wrapper-aside {
      margin-top: 36px; }
    .tt-aside02 .tt-skinSelect-01 .SumoSelect > .CaptionCont {
      height: 39px;
      padding: 7px 33px 3px 14px; } }

.tt-aside02 .tt-aside-box .tt-aside-title {
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.2;
  padding: 0 27px 11px 29px;
  margin: 0; }

.tt-aside02 .tt-aside-box .tt-content {
  padding: 0 29px; }
  .tt-aside02 .tt-aside-box .tt-content > .tt-form-search:first-child {
    margin-top: 5px; }

.tt-aside02 .tt-aside-box .tt-form-default input[type=text]:not(textarea),
.tt-aside02 .tt-aside-box .tt-form-default input[type=email]:not(textarea),
.tt-aside02 .tt-aside-box .tt-form-default input[type=number]:not(textarea) {
  height: 42px;
  padding-left: 16px;
  font-size: 16px; }
  .tt-aside02 .tt-aside-box .tt-form-default input[type=text]:not(textarea):not(:focus)::-webkit-input-placeholder,
  .tt-aside02 .tt-aside-box .tt-form-default input[type=email]:not(textarea):not(:focus)::-webkit-input-placeholder,
  .tt-aside02 .tt-aside-box .tt-form-default input[type=number]:not(textarea):not(:focus)::-webkit-input-placeholder {
    color: #707070;
    font-weight: normal; }
  .tt-aside02 .tt-aside-box .tt-form-default input[type=text]:not(textarea):not(:focus)::-moz-placeholder,
  .tt-aside02 .tt-aside-box .tt-form-default input[type=email]:not(textarea):not(:focus)::-moz-placeholder,
  .tt-aside02 .tt-aside-box .tt-form-default input[type=number]:not(textarea):not(:focus)::-moz-placeholder {
    color: #707070;
    font-weight: normal; }
  .tt-aside02 .tt-aside-box .tt-form-default input[type=text]:not(textarea):not(:focus):-ms-input-placeholder,
  .tt-aside02 .tt-aside-box .tt-form-default input[type=email]:not(textarea):not(:focus):-ms-input-placeholder,
  .tt-aside02 .tt-aside-box .tt-form-default input[type=number]:not(textarea):not(:focus):-ms-input-placeholder {
    color: #707070;
    font-weight: normal; }
  .tt-aside02 .tt-aside-box .tt-form-default input[type=text]:not(textarea):not(:focus)-moz-placeholder,
  .tt-aside02 .tt-aside-box .tt-form-default input[type=email]:not(textarea):not(:focus)-moz-placeholder,
  .tt-aside02 .tt-aside-box .tt-form-default input[type=number]:not(textarea):not(:focus)-moz-placeholder {
    color: #707070;
    font-weight: normal; }

.tt-aside02 .tt-aside-box .tt-form-search .tt-item .btn {
  margin-top: 20px;
  height: 47px; }

.tt-aside02 .tt-aside-box .tt-form-search .tt-item .btn [class^="icon-"] {
  position: relative;
  top: 1px; }

.tt-aside02 .tt-aside-box:not(:last-child) {
  padding-bottom: 18px; }

.tt-aside02 .tt-skinSelect-01 .tt-col-select .SumoSelect > .CaptionCont {
  padding: 8px 33px 3px 14px;
  height: 40px; }

.tt-aside02 .slider-value-row .slider-value {
  height: 39px;
  padding: 1px 4px 1px; }

.tt-aside02-box .tt-aside-title {
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  padding: 0 27px 3px 27px; }

.tt-aside02-box .tt-content {
  padding: 0 27px 0 27px; }

.tt-form-search .tt-item .btn {
  width: 100%;
  margin-top: 16px; }
  .tt-form-search .tt-item .btn [class^="icon-"] {
    font-size: 13px; }

.tt-slider-price .tt-item {
  margin-top: 10px; }
  .tt-slider-price .tt-item .btn {
    width: 100%; }
    .tt-slider-price .tt-item .btn:not(:first-child) {
      margin-top: 7px; }

/* ================================================ */
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; }

body.no-scroll:not(.touch),
html.win.ie body.no-scroll {
  padding-right: 17px; }

body.no-scroll {
  overflow: hidden;
  width: 100%;
  position: fixed;
  z-index: 0; }

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

@media (max-width: 1024px) {
  .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; }
  .leftColumn.column-open {
    left: 0;
    z-index: 12;
    padding: 97px 0 30px 0; }
  #aside-js {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 1025px) {
  .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; } }

.tt-title-single {
  padding-bottom: 39px; }
  .tt-title-single .tt-title {
    font-size: 42px;
    line-height: 1.25;
    color: #222222;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-family: "Poppins", sans-serif; }
    .tt-title-single .tt-title a {
      color: #707070;
      font-size: 16px; }
      .tt-title-single .tt-title a:hover {
        color: #D80E0E; }
    @media (max-width: 1024px) {
      .tt-title-single .tt-title {
        font-size: 30px; } }
    @media (max-width: 575px) {
      .tt-title-single .tt-title {
        font-size: 24px; } }
  .tt-title-single .tt-description {
    color: #707070;
    font-size: 16px;
    line-height: 1.3;
    margin-top: 5px; }
    @media (max-width: 1024px) {
      .tt-title-single .tt-description {
        font-size: 12px; } }
    @media (max-width: 575px) {
      .tt-title-single .tt-description {
        font-size: 11px; } }
  @media (max-width: 1024px) {
    .tt-title-single {
      padding-bottom: 37px; } }
  @media (max-width: 767px) {
    .tt-title-single {
      padding-bottom: 19px; } }

.tt-title-single + .tt-aside-btn .btn:not(:first-child) {
  margin-left: 10px; }

@media (min-width: 767px) {
  .tt-title-single + .tt-aside-btn {
    margin-top: 14px; } }

@media (max-width: 796px) {
  .tt-title-single + .tt-aside-btn {
    padding-bottom: 33px; } }

.tt-mobile-product-layout {
  margin-top: 4px;
  position: relative; }
  .tt-mobile-product-layout .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: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500; }
    .tt-mobile-product-layout .tt-label-location [class^="tt-label-"] {
      padding: 5px 6px 4px 6px;
      margin: 9px 0 0 9px; }
    .tt-mobile-product-layout .tt-label-location .tt-label-promo {
      background-color: #2ac528;
      color: #ffffff; }
    .tt-mobile-product-layout .tt-label-location .tt-label-new {
      background-color: #222222;
      color: #D80E0E; }
    .tt-mobile-product-layout .tt-label-location .tt-label-info {
      background-color: #ffffff;
      color: #222222; }
    .tt-mobile-product-layout .tt-label-location .tt-label-info02 {
      background-color: #D80E0E;
      color: #ffffff; }

.product-single-info .tt-wrapper-single .tt-title-single {
  padding-bottom: 24px; }
  .product-single-info .tt-wrapper-single .tt-title-single .tt-description {
    margin: 19px 0 0 0;
    font-size: 16px;
    line-height: 24px; }

.product-single-info .tt-wrapper-single .tt-wrapper .tt-price {
  font-size: 42px;
  line-height: 1.1;
  color: #D80E0E; }

.product-single-info .tt-wrapper-single .tt-wrapper .tt-label {
  margin-top: 5px; }
  .product-single-info .tt-wrapper-single .tt-wrapper .tt-label .tt-label-instock {
    color: #222222; }

.product-single-info .tt-wrapper-single .tt-wrapper .tt-info {
  color: #707070; }

.product-single-info .tt-wrapper-single .tt-wrapper .tt-info-list {
  padding: 27px 0px 24px; }
  .product-single-info .tt-wrapper-single .tt-wrapper .tt-info-list li {
    font-size: 16px;
    line-height: 24px;
    color: #707070; }
    .product-single-info .tt-wrapper-single .tt-wrapper .tt-info-list li strong {
      color: #222222; }
    .product-single-info .tt-wrapper-single .tt-wrapper .tt-info-list li:not(:first-child) {
      margin-top: 24px; }

.product-single-info .tt-wrapper-single .tt-row-counter {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px; }
  .product-single-info .tt-wrapper-single .tt-row-counter label {
    padding-bottom: 0; }
  .product-single-info .tt-wrapper-single .tt-row-counter input {
    background: transparent;
    border: 1px solid #dfdfdf; }

@media (min-width: 1025px) {
  .product-single-info .tt-wrapper-single {
    padding-left: 30px; }
    .product-single-info .tt-wrapper-single .tt-title-single .tt-title {
      font-size: 42px;
      line-height: 46px; } }

@media (max-width: 1024px) {
  .product-single-info .tt-wrapper-single {
    margin-top: 60px; }
    .product-single-info .tt-wrapper-single .tt-title-single .tt-title {
      font-size: 33px;
      line-height: 43px; }
    .product-single-info .tt-wrapper-single .tt-wrapper .tt-price {
      font-size: 33px; } }

@media (max-width: 767px) {
  .product-single-info .tt-wrapper-single .tt-title-single .tt-title {
    font-size: 27px;
    line-height: 37px; } }

@media (max-width: 575px) {
  .product-single-info .tt-wrapper-single .tt-wrapper .tt-row-counter .tt-col:first-child {
    padding-bottom: 10px; } }

@media (max-width: 1024px) {
  .zoomContainer {
    display: none !important; } }

/* invertory item */
.product-images-carousel {
  position: relative;
  margin-top: 10px;
  margin-right: -10px;
  padding-bottom: 26px; }
  .product-images-carousel ul li {
    padding-right: 10px; }
  .product-images-carousel:before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 1; }
  .product-images-carousel .slick-next {
    right: 30px; }
  .product-images-carousel .slick-dots {
    margin-top: 30px;
    position: absolute; }
    .product-images-carousel .slick-dots li {
      width: 8px;
      height: 8px; }
  .product-images-carousel .slick-slider li {
    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.56;
    -khtml-opacity: 0.56;
    -webkit-opacity: 0.56;
    opacity: 0.56;
    -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 div:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    -moz-opacity: 0.56;
    -khtml-opacity: 0.56;
    -webkit-opacity: 0.56;
    opacity: 0.56;
    -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:hover div:before,
  .product-images-carousel .slick-slider .slick-slide .zoomGalleryActive:before {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0; }

.tt-product-single-img {
  position: relative; }
  .tt-product-single-img .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: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500; }
    .tt-product-single-img .tt-label-location [class^="tt-label-"] {
      padding: 6px 7px 6px;
      margin: 9px 0 0 9px; }
    .tt-product-single-img .tt-label-location .tt-label-promo {
      background-color: #2ac528;
      color: #ffffff; }
    .tt-product-single-img .tt-label-location .tt-label-new {
      background-color: #222222;
      color: #D80E0E; }
    .tt-product-single-img .tt-label-location .tt-label-info {
      background-color: #ffffff;
      color: #222222; }
    .tt-product-single-img .tt-label-location .tt-label-info02 {
      background-color: #D80E0E;
      color: #ffffff; }

.zoomWindowContainer div {
  z-index: 2 !important; }

/* video-link-product (product.html)*/
.video-link-product {
  position: relative;
  cursor: pointer; }
  .video-link-product div {
    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;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-link-product [class^="icon-"] {
    color: #ffffff;
    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 [class^="icon-"]:hover {
      color: #D80E0E; }
    @media (min-width: 1025px) {
      .video-link-product [class^="icon-"] {
        font-size: 52px;
        line-height: 52px; } }

/*
	tabs
 */
/*nav-tabs (tabs)*/
/* tabs(custom) */
.tt-tabs {
  overflow: hidden;
  margin-top: -15px; }
  .tt-tabs .tt-tabs__head > ul {
    list-style: none;
    padding: 0; }
  .tt-tabs .tt-tabs__head .tt-tabs__btn-prev,
  .tt-tabs .tt-tabs__head .tt-tabs__btn-next {
    display: none; }
  .tt-tabs .tt-tabs__body > div {
    display: block; }
    .tt-tabs .tt-tabs__body > div > div {
      display: none; }
  .tt-tabs .tt-tabs__body > div:not(:first-child) > span {
    border-top: solid 1px #ececec; }
  .tt-tabs .tt-tabs__head > ul {
    left: 0 !important; }
  @media only screen and (max-width: 1025px) {
    .tt-tabs .tt-tabs__head {
      display: none; }
    .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev,
    .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next {
      display: none; }
    .tt-tabs .tt-tabs__border {
      display: none; }
    .tt-tabs .tt-tabs__body > div > span {
      position: relative;
      display: block;
      padding: 12px 0px 11px;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      color: #222222;
      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-tabs .tt-tabs__body > div > div {
      padding: 30px 0px 27px;
      border-top: solid 1px #ececec; }
    .tt-tabs .tt-tabs__body > div:hover > span {
      color: #D80E0E; }
    .tt-tabs .tt-tabs__body > div.active > span {
      color: #D80E0E; }
    .tt-tabs .tt-tabs__content-head {
      display: none; } }
  @media only screen and (min-width: 1025px) {
    .tt-tabs .tt-tabs__head {
      position: relative;
      visibility: hidden; }
      .tt-tabs .tt-tabs__head > ul {
        position: relative;
        margin: 0 -10px;
        flex-wrap: wrap;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .tt-tabs .tt-tabs__head > ul > li {
          padding: 0 10px 32px; }
          .tt-tabs .tt-tabs__head > ul > li > span {
            position: relative;
            display: block;
            padding: 10px 15px 10px;
            font-size: 15px;
            line-height: 18px;
            font-weight: 600;
            letter-spacing: 0.12em;
            color: #222222;
            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-tabs .tt-tabs__head > ul > li > span:hover {
            display: block;
            color: #D80E0E; }
          .tt-tabs .tt-tabs__head > ul > li:first-child {
            padding-left: 0; }
        .tt-tabs .tt-tabs__head > ul > li.active > span {
          color: #D80E0E; }
    .tt-tabs .tt-tabs__head.text-center ul {
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .tt-tabs .tt-tabs__head.slider {
      margin-left: 30px;
      margin-right: 30px; }
      .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev,
      .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next {
        display: block;
        position: absolute;
        width: 20px;
        height: 100%;
        top: 0;
        cursor: pointer;
        z-index: 2; }
      .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev::before,
      .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next::before {
        position: absolute;
        display: block;
        content: '';
        top: 50%;
        left: 50%;
        margin-top: -15px;
        border-top: solid 3px #222222;
        border-left: solid 3px #222222;
        width: 12px;
        height: 12px;
        transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear; }
      .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev.disabled,
      .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next.disabled {
        pointer-events: none; }
      .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev.disabled::before,
      .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next.disabled::before {
        border-top-color: #222222;
        border-left-color: #222222; }
      .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev {
        left: -30px; }
      .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next {
        right: -30px; }
      .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev::before {
        margin-left: -4px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next::before {
        margin-left: -8px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg); }
    .tt-tabs .tt-tabs__head.slider::before,
    .tt-tabs .tt-tabs__head.slider::after {
      position: absolute;
      display: block;
      content: '';
      height: 100%;
      width: 30px;
      top: 0;
      cursor: default;
      z-index: 1; }
    .tt-tabs .tt-tabs__head.slider::before {
      left: -30px;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white 20%);
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white 20%);
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white 20%);
      background: linear-gradient(to left, rgba(255, 255, 255, 0), white 20%); }
    .tt-tabs .tt-tabs__head.slider::after {
      right: -30px;
      background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), white 20%);
      background: -o-linear-gradient(right, rgba(255, 255, 255, 0), white 20%);
      background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), white 20%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0), white 20%); }
    .tt-tabs .tt-tabs__border {
      display: none; }
    .tt-tabs .tt-tabs__body {
      border-top: solid 1px #ececec;
      margin-top: -1px; }
      .tt-tabs .tt-tabs__body > div > span {
        display: none; }
      .tt-tabs .tt-tabs__body > div > div {
        padding: 39px 0 0px; } }

.tt-tabs .tab-title {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 600;
  color: #222222;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0 0 20px 0; }

.tt-tabs .tt-table-options {
  max-width: 611px; }

.tt-tabs .tt-rating {
  margin-top: 0; }
  .tt-tabs .tt-rating * {
    margin-right: 3px;
    display: inline-block; }

.tt-tabs .tt-form-default {
  margin-top: 20px; }

.tt-tabs .tt-table-options tr td:first-child {
  width: 40%; }

.tt-tabs .tt-table-options tr td:last-child {
  width: 60%; }

.tt-aside-gallery .tt-img-large {
  background-image: url("../images/loader.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  position: relative; }
  .tt-aside-gallery .tt-img-large .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: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    font-family: "Poppins", sans-serif; }
    .tt-aside-gallery .tt-img-large .tt-label-location [class^="tt-label-"] {
      padding: 5px 6px 4px 6px;
      margin: 9px 0 0 9px; }
    .tt-aside-gallery .tt-img-large .tt-label-location .tt-label-promo {
      background-color: #2ac528;
      color: #ffffff; }
    .tt-aside-gallery .tt-img-large .tt-label-location .tt-label-new {
      background-color: #222222;
      color: #D80E0E; }
    .tt-aside-gallery .tt-img-large .tt-label-location .tt-label-info {
      background-color: #ffffff;
      color: #222222; }
    .tt-aside-gallery .tt-img-large .tt-label-location .tt-label-info02 {
      background-color: #D80E0E;
      color: #ffffff; }

.tt-aside-gallery .tt-img-thumbnails {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -10px; }
  .tt-aside-gallery .tt-img-thumbnails li {
    width: calc(33% - 10px);
    height: 100%;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
    position: relative; }
    .tt-aside-gallery .tt-img-thumbnails li a {
      display: block;
      width: 100%;
      height: 100%; }
    .tt-aside-gallery .tt-img-thumbnails li.tt-more-hide {
      display: none; }
  .tt-aside-gallery .tt-img-thumbnails .tt-more {
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 600;
    color: #D80E0E;
    -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-gallery .tt-img-thumbnails .tt-more:hover {
      color: #222222; }
    .tt-aside-gallery .tt-img-thumbnails .tt-more span {
      top: 0;
      left: 0;
      position: absolute;
      z-index: 1;
      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: 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; }

/*---------------------------------------*/
/*--------   7. Modal            --------*/
/*---------------------------------------*/
/*
Modal
*/
/* open modal mobile menu */
body:not(.touch).mm-open {
  padding-right: 17px; }
  body:not(.touch).mm-open .tt-stuck-nav.stuck {
    padding-right: 17px; }

/* open modal bootstrap */
body:not(.touch).modal-open {
  overflow-x: hidden;
  padding-right: 17px; }
  body:not(.touch).modal-open #tt-stuck.stuck {
    padding-right: 17px; }
  body:not(.touch).modal-open .tt-on-top {
    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;
  z-index: 11;
  -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; }

@media (min-width: 320px) {
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; } }

@media (min-width: 731px) {
  .modal-md {
    width: 667px; } }

@media (max-width: 730px) {
  .modal-md {
    width: 528px; } }

@media (max-width: 580px) {
  .modal-md {
    width: 420px; } }

@media (max-width: 480px) {
  .modal-md {
    width: 310px; } }

@media (max-width: 360px) {
  .modal-md {
    width: 260px; } }

.modal-backdrop.in {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.modal-newsletter .modal-backdrop.show {
  -moz-opacity: 0.87;
  -khtml-opacity: 0.87;
  -webkit-opacity: 0.87;
  opacity: 0.87; }

/* modal layout */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  -webkit-overflow-scrolling: touch;
  outline: none; }
  .modal .modal-content {
    border-radius: 0;
    border: none; }
  .modal .modal-footer {
    border: none; }

/*
	modal custom
*/
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  -webkit-overflow-scrolling: touch;
  outline: none; }
  .modal .modal-dialog {
    display: inline-block;
    vertical-align: middle; }
  @media (min-width: 576px) {
    .modal .modal-dialog {
      max-width: inherit; } }
  .modal .modal-body:not(.no-background) {
    background-color: #ffffff; }
  .modal .modal-body {
    text-align: left;
    padding: 40px 38px 47px 40px; }
    .modal .modal-body .close {
      font-size: 12px;
      line-height: 1;
      position: absolute;
      top: 0;
      right: 0;
      display: inline-block;
      z-index: 7;
      padding: 13px;
      color: #393939;
      background: none;
      border: none;
      outline: 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; }
      .modal .modal-body .close:hover {
        color: #D80E0E; }
    .modal .modal-body .modal-title {
      font-size: 32px;
      line-height: 1.2;
      padding-bottom: 16px;
      font-family: "Poppins", sans-serif;
      color: #222222;
      font-weight: 600;
      text-align: left; }
    @media (max-width: 480px) {
      .modal .modal-body {
        padding: 38px 20px 40px; }
        .modal .modal-body .modal-title {
          font-size: 22px;
          padding-bottom: 20px; }
        .modal .modal-body p {
          padding-bottom: 20px; } }

@media (min-width: 320px) {
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; } }

.modal-backdrop {
  background: #000000; }

.modal-backdrop.show {
  opacity: 0.5; }

/*modal-layout-dafault*/
.modal-layout-dafault h5.tt-title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #222222; }

.modal-layout-dafault h6.tt-title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #222222;
  margin: 0;
  padding-bottom: 16px; }

.modal-layout-dafault .tt-title:not(:first-child) {
  margin-top: 24px; }

.modal-layout-dafault p {
  margin: 0;
  padding: 0 0 26px 0; }

.modal-layout-dafault .tt-row-select {
  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;
  margin-top: -10px;
  margin-left: -10px;
  padding-bottom: 16px; }
  .modal-layout-dafault .tt-row-select > * {
    width: calc(25% - 10px); }
  .modal-layout-dafault .tt-row-select > * {
    margin-left: 10px;
    margin-top: 10px; }
  @media (max-width: 731px) {
    .modal-layout-dafault .tt-row-select > * {
      width: calc(50% - 10px); } }
  @media (max-width: 480px) {
    .modal-layout-dafault .tt-row-select > * {
      width: calc(100% - 10px); } }

.modal-layout-dafault .tt-row-radio {
  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;
  margin-top: -10px;
  margin-left: -10px;
  padding-bottom: 7px; }
  .modal-layout-dafault .tt-row-radio > * {
    margin-left: 10px;
    margin-top: 10px; }
  .modal-layout-dafault .tt-row-radio .tt-title {
    width: 163px;
    padding: 0 10px 0 0; }
  .modal-layout-dafault .tt-row-radio > div:not(:first-child) {
    width: 105px;
    padding: 0 10px 0 0; }
  @media (max-width: 731px) {
    .modal-layout-dafault .tt-row-radio .tt-title {
      width: 100%; }
    .modal-layout-dafault .tt-row-radio > div:not(:first-child) {
      width: 90px; } }
  @media (max-width: 480px) {
    .modal-layout-dafault .tt-row-radio > * {
      margin-top: 7px; }
    .modal-layout-dafault .tt-row-radio .radio {
      margin-bottom: 0; } }

.modal-layout-dafault .tt-row-radio + .tt-title {
  margin-top: 18px; }

.modal-layout-dafault .tt-row-calendar {
  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;
  padding-bottom: 16px; }
  .modal-layout-dafault .tt-row-calendar > *:first-child {
    width: 200px;
    margin-right: 15px;
    height: 44px; }
  .modal-layout-dafault .tt-row-calendar .tt-text-separator {
    padding-left: 7px;
    padding-right: 7px; }
  .modal-layout-dafault .tt-row-calendar .SumoSelect {
    width: 73px; }
  @media (max-width: 575px) {
    .modal-layout-dafault .tt-row-calendar > *:first-child {
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px; } }

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

#modalRequest textarea {
  height: 108px; }

/*---------------------------------------*/
/*--------   8. Back To Top      --------*/
/*---------------------------------------*/
/*
	tt-back-to-top
*/
.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: 58px;
  height: 58px;
  background-color: #D80E0E;
  color: #ffffff;
  font-size: 0;
  line-height: 0;
  position: fixed;
  bottom: -64px;
  z-index: 20;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8; }
  .tt-back-to-top:before {
    font-family: "carleader";
    content: "\e92c";
    display: block;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: -1px;
    -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: #D80E0E;
    color: #ffffff; }
  .tt-back-to-top.tt-show {
    bottom: 50px; }
  @media (min-width: 1601px) {
    .tt-back-to-top {
      right: 53px; } }
  @media (max-width: 1600px) and (min-width: 576px) {
    .tt-back-to-top {
      right: 28px; } }
  @media (max-width: 768px) {
    .tt-back-to-top {
      width: 43px;
      height: 43px; }
      .tt-back-to-top:before {
        font-size: 12px; }
      .tt-back-to-top.tt-show.tt-search-fixed {
        bottom: 100px; } }
  @media (max-width: 575px) {
    .tt-back-to-top {
      right: 14px; } }

body:not(.touch) .tt-back-to-top:hover {
  background-color: #D80E0E;
  color: #ffffff;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }
  body:not(.touch) .tt-back-to-top:hover:before {
    top: -4px; }

/*---------------------------------------*/
/*--------   9. breadcrumbs      --------*/
/*---------------------------------------*/
/* tt-breadcrumb */
.tt-breadcrumb {
  background: transparent; }
  .tt-breadcrumb ul {
    list-style: none;
    margin: 5px 10px 5px;
    padding: 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: 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-breadcrumb ul li {
      font-size: 16px;
      line-height: 24px;
      padding: 1px 9px 1px 17px;
      position: relative;
      color: #D80E0E; }
      .tt-breadcrumb ul li a {
        color: #ffffff;
        -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: #D80E0E; }
    .tt-breadcrumb ul li:not(:first-child):before {
      content: '/';
      position: absolute;
      display: inline-block;
      font-size: 16px;
      line-height: 1.2;
      left: 0;
      top: 3px;
      color: #ffffff; }
    .tt-breadcrumb ul li:first-child {
      padding-left: 0; }
  @media (max-width: 767px) {
    .tt-breadcrumb ul li {
      font-size: 15px; } }

/*---------------------------------------*/
/*--------   10. Blog             --------*/
/*---------------------------------------*/
tooltip.rightColumn {
  padding-left: 13px; }
  @media (max-width: 767px) {
    tooltip.rightColumn {
      padding-right: 15px;
      padding-top: 30px; } }

.blog-center-right {
  padding-right: 14px; }
  @media (max-width: 767px) {
    .blog-center-right {
      padding-bottom: 40px; } }

.tt-listing-post .tt-post:not(:first-child) {
  margin-top: 30px; }

.tt-post-music iframe,
.tt-post-music object,
.tt-post-music embed {
  width: 100%;
  height: auto;
  border: 0; }

.tt-img-link {
  display: block;
  position: relative; }
  .tt-img-link .tt-wrapper-text {
    position: absolute;
    top: 0;
    left: 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: 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;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 600;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .tt-img-link .tt-wrapper-text i {
      font-size: 32px;
      line-height: 1.2;
      color: #D80E0E;
      margin-right: 10px; }
  .tt-img-link:hover .tt-wrapper-text {
    color: #D80E0E; }
  @media (max-width: 1229px) {
    .tt-img-link .tt-wrapper-text {
      font-size: 30px; }
      .tt-img-link .tt-wrapper-text i {
        font-size: 28px; } }
  @media (max-width: 1024px) {
    .tt-img-link .tt-wrapper-text {
      font-size: 20px; }
      .tt-img-link .tt-wrapper-text i {
        font-size: 21px; } }
  @media (max-width: 575px) {
    .tt-img-link .tt-wrapper-text {
      font-size: 16px; }
      .tt-img-link .tt-wrapper-text i {
        font-size: 16px; } }
  @media (max-width: 360px) {
    .tt-img-link .tt-wrapper-text {
      font-size: 15px; }
      .tt-img-link .tt-wrapper-text i {
        font-size: 15px; } }

/*
	tt-post
*/
.tt-post {
  display: block; }
  .tt-post .tt-img {
    position: relative;
    z-index: 1; }
    .tt-post .tt-img img {
      max-width: inherit;
      width: 100%; }
    .tt-post .tt-img + .tt-layout {
      margin-top: -40px; }
    .tt-post .tt-img .tt-img-icon {
      display: block;
      position: relative; }
      .tt-post .tt-img .tt-img-icon img {
        position: relative;
        z-index: 0; }
      .tt-post .tt-img .tt-img-icon:before {
        content: '';
        width: 76px;
        height: 43px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        transform: translate(-50%, -50%);
        -moz-transition: background 0.2s linear;
        -o-transition: background 0.2s linear;
        -webkit-transition: background 0.2s linear;
        transition: background 0.2s linear; }
      .tt-post .tt-img .tt-img-icon:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 9px solid transparent;
        border-left: 15px solid #ffffff;
        z-index: 2;
        margin-left: 6px; }
      .tt-post .tt-img .tt-img-icon:hover:before {
        background: #D80E0E; }
    .tt-post .tt-img .tt-link-text .tt-wrapper-text {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #ffffff;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      text-align: center;
      font-size: 15px;
      margin-top: -15px;
      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 .tt-img .tt-link-text .tt-wrapper-text i {
        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: 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;
        width: 43px;
        height: 43px;
        font-size: 18px;
        background-color: #D80E0E;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        color: #ffffff; }
      .tt-post .tt-img .tt-link-text .tt-wrapper-text span {
        display: block;
        text-align: center; }
    .tt-post .tt-img .tt-link-text:hover .tt-wrapper-text {
      color: #D80E0E; }
  .tt-post .tt-layout {
    padding: 29px 26px 31px 30px;
    color: #222222;
    margin-right: 22px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 17px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.08);
    -moz-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    -webkit-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear; }
    .tt-post .tt-layout .tt-meta {
      color: #707070;
      font-size: 15px; }
      .tt-post .tt-layout .tt-meta .tt-icon {
        color: #D80E0E;
        display: inline-block;
        margin-right: 5px; }
      .tt-post .tt-layout .tt-meta a {
        color: #D80E0E;
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
        .tt-post .tt-layout .tt-meta a:hover {
          color: #222222; }
    .tt-post .tt-layout .tt-title {
      font-size: 21px;
      line-height: 1.45;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      color: #222222;
      margin: 0;
      padding: 0 0 17px 0;
      position: relative; }
      .tt-post .tt-layout .tt-title a {
        display: inline-block;
        color: #222222;
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
        .tt-post .tt-layout .tt-title a:hover {
          color: #D80E0E; }
    .tt-post .tt-layout p {
      padding: 0;
      margin: 0;
      font-size: 16px;
      line-height: 26px;
      color: #707070; }
    .tt-post .tt-layout .tt-blockquote {
      margin-bottom: -3px; }
  .tt-post .tt-layout-bottom {
    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;
    position: relative;
    margin-top: 24px;
    padding-top: 24px; }
    .tt-post .tt-layout-bottom:before, .tt-post .tt-layout-bottom:after {
      content: '';
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 0;
      height: 1px; }
    .tt-post .tt-layout-bottom:before {
      left: 0;
      width: 26px;
      background-color: #555555; }
    .tt-post .tt-layout-bottom:after {
      left: 26px;
      width: 57px;
      background-color: #D80E0E; }
    .tt-post .tt-layout-bottom .tt-time {
      font-size: 15px;
      line-height: 1.2;
      flex: 2 1 auto;
      color: #707070; }
    .tt-post .tt-layout-bottom .tt-icon-link {
      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: 28px;
      height: 28px;
      min-width: 28px;
      min-height: 28px;
      line-height: 1.31;
      border: 1px solid #D80E0E;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear;
      box-shadow: 0 0 1px #D80E0E; }
      .tt-post .tt-layout-bottom .tt-icon-link:before {
        font-family: "carleader";
        font-size: 15px;
        line-height: 1.2;
        content: '\e917';
        color: #D80E0E;
        position: relative;
        font-weight: 600;
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
      .tt-post .tt-layout-bottom .tt-icon-link:hover {
        border-color: #222222; }
        .tt-post .tt-layout-bottom .tt-icon-link:hover:before {
          color: #222222; }
  .tt-post:hover {
    color: #222222; }
    .tt-post:hover .tt-layout {
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.18);
      -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.18);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.18); }
  @media (max-width: 1024px) {
    .tt-post .tt-layout .tt-title {
      font-size: 18px; } }

.tt-listing-post .tt-post .tt-img .tt-link-text .tt-wrapper-text i {
  width: 81px;
  height: 81px;
  font-size: 32px; }

.tt-listing-post .tt-post .tt-img .tt-link-text .tt-wrapper-text span {
  margin-top: 17px;
  font-size: 21px;
  letter-spacing: 0.03em; }

.tt-listing-post .tt-post .tt-layout {
  padding: 45px 50px 43px 55px;
  font-size: 16px;
  line-height: 26px;
  margin-right: 33px;
  margin-right: 22px; }
  .tt-listing-post .tt-post .tt-layout .tt-title {
    font-size: 32px;
    margin-top: 10px;
    padding-bottom: 26px; }
  .tt-listing-post .tt-post .tt-layout .tt-layout-bottom {
    margin-top: 37px; }

@media (max-width: 1024px) {
  .tt-listing-post .tt-post .tt-layout {
    padding: 25px 30px 23px 35px; }
    .tt-listing-post .tt-post .tt-layout .tt-title {
      font-size: 22px;
      padding-bottom: 20px; }
    .tt-listing-post .tt-post .tt-layout .tt-layout-bottom {
      margin-top: 25px; } }

.tt-listing-post p + blockquote {
  margin-top: 30px; }

.tt-listingpost-aside .tt-post .tt-layout {
  padding: 16px 23px 21px 23px; }
  .tt-listingpost-aside .tt-post .tt-layout .tt-title {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 0;
    padding-bottom: 16px; }
  .tt-listingpost-aside .tt-post .tt-layout .tt-layout-bottom {
    margin-top: 0;
    padding-top: 13px; }
    .tt-listingpost-aside .tt-post .tt-layout .tt-layout-bottom:before {
      width: 16px; }
    .tt-listingpost-aside .tt-post .tt-layout .tt-layout-bottom:after {
      left: 16px;
      width: 34px; }
    .tt-listingpost-aside .tt-post .tt-layout .tt-layout-bottom .tt-icon-link {
      width: 24px;
      height: 24px;
      min-width: 24px;
      min-height: 24px; }

/* bloa aside*/
.tt-block02-aside {
  max-width: 300px; }
  .tt-block02-aside .tt-block02-title {
    font-size: 21px;
    line-height: 1.3;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0 0 24px 0; }
  @media (min-width: 1230px) {
    .tt-block02-aside:not(:first-child) {
      margin-top: 55px; } }
  @media (max-width: 1229px) {
    .tt-block02-aside:not(:first-child) {
      margin-top: 41px; } }
  @media (max-width: 1024px) {
    .tt-block02-aside:not(:first-child) {
      margin-top: 31px; } }
  .tt-block02-aside .tt-post .tt-post-content {
    padding: 0; }
    .tt-block02-aside .tt-post .tt-post-content .tt-description {
      display: none; }
  .tt-block02-aside .tt-post:not(:first-child) {
    margin-top: 31px; }

.tt-block02-aside .tt-post .tt-post-content .tt-meta .tt-time {
  width: 50px;
  height: 50px;
  font-size: 10px;
  left: 23px; }
  .tt-block02-aside .tt-post .tt-post-content .tt-meta .tt-time span {
    font-size: 20px; }

.tt-searcher-aside {
  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: 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-searcher-aside input {
    background: #f7f7f7;
    font-size: 15px;
    line-height: 1.2;
    border: 1px solid transparent;
    padding: 4px 12px 4px 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    box-shadow: none;
    outline: none;
    color: #707070;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    height: 52px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
    .tt-searcher-aside input:focus {
      outline: none;
      box-shadow: none;
      border-color: #D80E0E; }
  .tt-searcher-aside .tt-btn {
    width: 52px;
    height: 52px;
    min-width: 52px;
    background-color: #D80E0E;
    color: #ffffff;
    border: none;
    outline: none;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear; }
    .tt-searcher-aside .tt-btn > * {
      position: relative;
      top: 3px; }
    .tt-searcher-aside .tt-btn:hover {
      background-color: #222222; }

.tt-list-arrow {
  padding: 0;
  margin: -5px 0 0 10px;
  list-style: none; }
  .tt-list-arrow li a {
    position: relative;
    display: block;
    padding: 5px 0 5px 32px;
    font-size: 16px;
    color: #222222;
    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-list-arrow li a:before {
      font-family: "carleader";
      color: #D80E0E;
      content: "\e917";
      display: block;
      position: absolute;
      top: 9px;
      left: 0;
      font-size: 13px;
      line-height: 1.2; }
    .tt-list-arrow li a:hover {
      color: #D80E0E; }

.tt-list-box {
  list-style: none;
  padding: 0px;
  margin: -7px 0 0 -7px;
  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-box li {
    margin: 7px 0 0 7px; }
    .tt-list-box li a {
      display: inline-block;
      border: 1px solid #e1e1e1;
      color: #707070;
      font-size: 16px;
      line-height: 1.3;
      padding: 8px 12px 8px;
      font-weight: 300;
      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-box li a:hover {
        color: #D80E0E;
        border-color: #D80E0E; }
    .tt-list-box li.active a {
      background-color: #D80E0E; }

.full-width {
  width: 100%; }

.tt-dl-box {
  font-size: 16px;
  line-height: 24px; }
  .tt-dl-box dt {
    font-weight: 600;
    color: #222222;
    font-size: 18px;
    padding: 0;
    margin: 0; }
    .tt-dl-box dt:not(:first-child) {
      margin-top: 47px; }
  .tt-dl-box dt + dd {
    margin: 26px 0 0 0; }
  .tt-dl-box dd {
    padding: 0; }
  @media (max-width: 1024px) {
    .tt-dl-box dt:not(:first-child) {
      margin-top: 27px; }
    .tt-dl-box dt + dd {
      margin: 16px 0 0 0; } }

.tt-socialicon-02 {
  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: -3px 0 0 -8px;
  padding: 0;
  list-style: none; }
  .tt-socialicon-02 li a {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    color: #707070;
    padding: 3px 8px;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .tt-socialicon-02 li a:hover {
      color: #222222; }

.tt-personal-blog {
  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;
  background-color: #434547;
  color: #d9d9d9;
  padding: 46px 50px 45px 50px; }
  .tt-personal-blog .tt-img {
    width: 133px;
    min-width: 133px;
    margin-top: 4px; }
    .tt-personal-blog .tt-img img {
      max-width: inherit;
      border-radius: 50%;
      width: 100%;
      height: auto; }
  .tt-personal-blog .tt-img + .tt-description {
    margin-left: 35px; }
  .tt-personal-blog .tt-description .tt-title {
    font-size: 21px;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
    padding: 0 0 17px 0; }
  .tt-personal-blog .tt-description p {
    margin: 0;
    padding-bottom: 21px; }
  .tt-personal-blog .tt-socialicon-02 li a {
    color: #ffffff; }
    .tt-personal-blog .tt-socialicon-02 li a:hover {
      color: #222222; }
  @media (max-width: 1024px) {
    .tt-personal-blog {
      padding: 36px 30px 35px; }
      .tt-personal-blog .tt-img {
        width: 100px;
        min-width: 100px; }
      .tt-personal-blog .tt-img + .tt-description {
        margin-left: 25px; } }
  @media (max-width: 767px) {
    .tt-personal-blog {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 30px; }
      .tt-personal-blog .tt-img {
        width: 100%; }
        .tt-personal-blog .tt-img img {
          max-width: 100px; }
      .tt-personal-blog .tt-img + .tt-description {
        margin-left: 0px; }
      .tt-personal-blog .tt-description {
        width: 100%;
        margin-top: 25px;
        margin-left: 0; } }

/*
	tt-single-post
*/
.tt-single-post p {
  margin: 27px 0 0 0;
  padding: 0; }

.tt-single-post .single-indent-top {
  margin-top: 47px; }
  @media (max-width: 1024px) {
    .tt-single-post .single-indent-top {
      margin-top: 27px; } }

.singlepost-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 26px; }
  .singlepost-wrapper .tt-meta {
    color: #707070;
    font-size: 15px; }
    .singlepost-wrapper .tt-meta .tt-icon {
      color: #D80E0E;
      display: inline-block;
      margin-right: 5px; }
    .singlepost-wrapper .tt-meta a {
      color: #D80E0E;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      .singlepost-wrapper .tt-meta a:hover {
        color: #222222; }
  .singlepost-wrapper .tt-title {
    font-size: 32px;
    line-height: 1.2;
    color: #222222;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 15px 0 0 0;
    padding: 0 0 29px 0; }
    .singlepost-wrapper .tt-title + p {
      margin-top: 0; }
  .singlepost-wrapper p + blockquote {
    margin-top: 32px; }
  .singlepost-wrapper .tt-layout-bottom {
    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;
    position: relative;
    margin-top: 45px;
    padding-top: 28px; }
    .singlepost-wrapper .tt-layout-bottom:before, .singlepost-wrapper .tt-layout-bottom:after {
      content: '';
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 0;
      height: 1px; }
    .singlepost-wrapper .tt-layout-bottom:before {
      left: 0;
      width: 26px;
      background-color: #555555; }
    .singlepost-wrapper .tt-layout-bottom:after {
      left: 26px;
      width: 57px;
      background-color: #D80E0E; }
    .singlepost-wrapper .tt-layout-bottom .tt-time {
      font-size: 15px;
      line-height: 1.2;
      flex: 2 1 auto;
      color: #707070; }
    .singlepost-wrapper .tt-layout-bottom .tt-icon-link {
      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: 28px;
      height: 28px;
      min-width: 28px;
      min-height: 28px;
      line-height: 1.31;
      border: 1px solid #D80E0E;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      .singlepost-wrapper .tt-layout-bottom .tt-icon-link:before {
        font-family: "carleader";
        font-size: 14px;
        line-height: 1.2;
        content: '\e917';
        color: #D80E0E;
        position: relative;
        font-weight: 600;
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
      .singlepost-wrapper .tt-layout-bottom .tt-icon-link:hover {
        border-color: #222222; }
        .singlepost-wrapper .tt-layout-bottom .tt-icon-link:hover:before {
          color: #222222; }
  @media (min-width: 1025px) {
    .singlepost-wrapper {
      padding: 46px 52px; }
      .singlepost-wrapper .tt-title {
        font-size: 24px; } }
  @media (min-width: 768px) {
    .singlepost-wrapper {
      margin-top: -41px;
      -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.08);
      -moz-box-shadow: 0 0 17px rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 17px rgba(0, 0, 0, 0.08);
      background-color: #ffffff;
      padding: 46px 30px; } }
  .singlepost-wrapper .tt-img-layout {
    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;
    margin-left: -30px;
    margin-top: 3px; }
    .singlepost-wrapper .tt-img-layout .tt-col-item {
      margin-left: 30px;
      margin-top: 30px;
      width: calc(50% - 30px); }
      .singlepost-wrapper .tt-img-layout .tt-col-item img {
        width: 100%;
        height: auto; }
    @media (max-width: 400px) {
      .singlepost-wrapper .tt-img-layout .tt-col-item {
        width: 100%; } }

.isotop_showmore_js {
  margin-top: 55px; }

/* Masonry Layout */
.tt-masonry {
  margin-left: -15px;
  margin-right: -15px; }
  .tt-masonry .tt-blog-init {
    overflow: hidden; }
  .tt-masonry .tt-blog-init.tt-show {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; }
  .tt-masonry .grid:after {
    content: '';
    display: block;
    clear: both; }
  .tt-masonry .element-item {
    position: relative;
    float: left; }
  .tt-masonry .tt-grid-col-3 .element-item {
    width: 33.33%;
    padding: 0 15px; }
    @media (max-width: 1024px) {
      .tt-masonry .tt-grid-col-3 .element-item {
        width: 50%; } }
    @media (max-width: 789px) {
      .tt-masonry .tt-grid-col-3 .element-item {
        width: 100%; } }
    @media (max-width: 575px) {
      .tt-masonry .tt-grid-col-3 .element-item {
        padding: 0; } }

.tt-title-sub {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 600;
  color: #222222;
  font-family: "Poppins", sans-serif;
  padding: 0 0 32px 0;
  margin: 0; }
  .tt-title-sub.tt-title-top {
    margin-top: 57px; }

@media (min-width: 1025px) {
  .singlepost-indent {
    margin-right: 233px; } }

@media (min-width: 768px) {
  .singlepost-indent {
    margin-right: 22px; } }

/* comments (single post)*/
.tt-comments-layout {
  border: 2px solid #f8f8f8; }
  .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: 64px;
      min-width: 64px;
      height: 64px;
      position: relative;
      margin-right: 20px;
      margin-top: 3px; }
      .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: "carleader";
      content: "\e91c";
      font-size: 25px;
      line-height: 1.2px;
      top: 30px;
      display: block;
      text-align: center;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 0;
      color: #ffffff; }
    .tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-avatar:empty:after {
      content: '';
      background: #D80E0E;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      width: 100%;
      height: 100%;
      display: block;
      top: 0;
      left: 0;
      z-index: 0; }
    .tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content {
      font-size: 15px; }
      .tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content .tt-comments-title {
        color: #707070;
        padding-bottom: 13px; }
        .tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content .tt-comments-title .username {
          color: #D80E0E;
          font-weight: 500; }
      .tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content p {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        padding-bottom: 12px; }
      .tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content .tt-link {
        font-family: "Poppins", sans-serif;
        color: #222222;
        font-weight: 600; }
        .tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content .tt-link:hover {
          color: #D80E0E; }
  .tt-comments-layout .tt-item:not(:last-child) {
    padding-bottom: 18px;
    border-bottom: 1px solid #dfdfdf; }
  .tt-comments-layout .tt-comments-level-1 {
    padding: 24px 35px 22px 35px; }
  .tt-comments-layout .tt-comments-level-2 {
    padding: 28px 35px 22px 65px;
    background-color: #f7f7f7; }
  @media (max-width: 1024px) {
    .tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-avatar {
      width: 55px;
      min-width: 55px;
      height: 55px; }
      .tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-avatar:before {
        font-size: 20px;
        top: 10px; }
    .tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-avatar:empty:before {
      font-size: 20px;
      top: 26px; }
    .tt-comments-layout .tt-comments-level-1,
    .tt-comments-layout .tt-comments-level-2 {
      padding-left: 30px;
      padding-right: 30px; } }
  @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; } }

/*---------------------------------------*/
/*--------      11. Footer        --------*/
/*---------------------------------------*/
#tt-footer:not([class^="tt-footer-indent"]) {
  margin-top: 124px;
  /*
			Footer layout
		*/
  /* tt-footer-layout */
  /* tt-footer-copyright */
  /*
			Footer objects
		*/
  /*Footer menu*/
  /*logo*/
  /*social-icon */
  /*box info*/
  /*list info*/
  /*newsletterform*/ }
  @media (max-width: 1024px) {
    #tt-footer:not([class^="tt-footer-indent"]) {
      margin-top: 80px; } }
  @media (max-width: 575px) {
    #tt-footer:not([class^="tt-footer-indent"]) {
      margin-top: 60px; } }
  #tt-footer:not([class^="tt-footer-indent"]) .tt-footer-layout {
    background-color: #1a1a21;
    padding-top: 25px;
    padding-bottom: 60px; }
    @media (max-width: 610px) {
      #tt-footer:not([class^="tt-footer-indent"]) .tt-footer-layout {
        padding-top: 26px;
        padding-bottom: 39px; } }
  #tt-footer:not([class^="tt-footer-indent"]) .tt-footer-copyright {
    background-color: #ffffff;
    font-size: 12px;
    text-align: center; }
    #tt-footer:not([class^="tt-footer-indent"]) .tt-footer-copyright a {
      color: #D80E0E;
      margin-left: 8px; }
      #tt-footer:not([class^="tt-footer-indent"]) .tt-footer-copyright a:hover {
        color: #D80E0E;
        text-decoration: underline; }
    @media (min-width: 1025px) {
      #tt-footer:not([class^="tt-footer-indent"]) .tt-footer-copyright {
        padding: 26px 15px 23px;
        font-size: 16px; } }
    @media (max-width: 1024px) and (min-width: 576px) {
      #tt-footer:not([class^="tt-footer-indent"]) .tt-footer-copyright {
        padding: 10px 15px 9px;
        font-size: 11px; } }
    @media (max-width: 575px) {
      #tt-footer:not([class^="tt-footer-indent"]) .tt-footer-copyright {
        padding: 20px 15px 15px;
        font-size: 13px; } }
    @media (max-width: 350px) {
      #tt-footer:not([class^="tt-footer-indent"]) .tt-footer-copyright span {
        display: block;
        text-align: center; } }
  #tt-footer:not([class^="tt-footer-indent"]) .tt-row-custom {
    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; }
    #tt-footer:not([class^="tt-footer-indent"]) .tt-row-custom .tt-col {
      margin-top: 26px; }
    @media (min-width: 1230px) {
      #tt-footer:not([class^="tt-footer-indent"]) .tt-row-custom .tt-col:not(:first-child):not(:last-child) {
        margin-left: 25px; } }
    #tt-footer:not([class^="tt-footer-indent"]) .tt-row-custom .tt-col:first-child {
      min-width: 240px;
      padding-right: 10px; }
    #tt-footer:not([class^="tt-footer-indent"]) .tt-row-custom .tt-col:last-child {
      min-width: 270px;
      padding-left: 10px; }
    #tt-footer:not([class^="tt-footer-indent"]) .tt-row-custom .tt-list-info li {
      vertical-align: top; }
    @media (max-width: 1229px) and (min-width: 611px) {
      #tt-footer:not([class^="tt-footer-indent"]) .tt-row-custom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #tt-footer:not([class^="tt-footer-indent"]) .tt-row-custom .tt-col:not(:first-child) {
          width: 33%; }
        #tt-footer:not([class^="tt-footer-indent"]) .tt-row-custom .tt-col:first-child {
          width: 100%; }
          #tt-footer:not([class^="tt-footer-indent"]) .tt-row-custom .tt-col:first-child .tt-list-info li {
            margin: 0;
            width: 33%;
            display: inline-block; }
        #tt-footer:not([class^="tt-footer-indent"]) .tt-row-custom .tt-col:last-child {
          padding-left: 0px; }
          #tt-footer:not([class^="tt-footer-indent"]) .tt-row-custom .tt-col:last-child .tt-box-info .tt-item i.icon-mail1 {
            margin-left: -6px; } }
    @media (max-width: 1024px) {
      #tt-footer:not([class^="tt-footer-indent"]) .tt-row-custom .tt-col:first-child {
        padding-right: 0;
        min-width: inherit; }
        #tt-footer:not([class^="tt-footer-indent"]) .tt-row-custom .tt-col:first-child .tt-list-info li:last-child {
          width: 32%; }
      #tt-footer:not([class^="tt-footer-indent"]) .tt-row-custom .tt-col:not(:first-child) {
        min-width: inherit; } }
    @media (max-width: 610px) {
      #tt-footer:not([class^="tt-footer-indent"]) .tt-row-custom {
        display: block; }
        #tt-footer:not([class^="tt-footer-indent"]) .tt-row-custom .tt-col {
          width: 100%; }
          #tt-footer:not([class^="tt-footer-indent"]) .tt-row-custom .tt-col .tt-list-info li {
            width: 100%;
            display: block; }
        #tt-footer:not([class^="tt-footer-indent"]) .tt-row-custom .tt-col:first-child {
          padding-right: 0;
          min-width: inherit; }
        #tt-footer:not([class^="tt-footer-indent"]) .tt-row-custom .tt-box-info {
          max-width: 270px; }
        #tt-footer:not([class^="tt-footer-indent"]) .tt-row-custom .tt-list-info li {
          max-width: 240px; } }
  #tt-footer:not([class^="tt-footer-indent"]) #tt-footer-menu 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: 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: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 600;
    font-family: "Poppins", sans-serif; }
    #tt-footer:not([class^="tt-footer-indent"]) #tt-footer-menu ul li a {
      color: #ffffff;
      display: inline-block;
      padding: 5px 20px;
      font-size: 15px;
      line-height: 1.2;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      #tt-footer:not([class^="tt-footer-indent"]) #tt-footer-menu ul li a:hover {
        color: #D80E0E; }
    #tt-footer:not([class^="tt-footer-indent"]) #tt-footer-menu ul li.is-active a {
      color: #D80E0E; }
    #tt-footer:not([class^="tt-footer-indent"]) #tt-footer-menu ul ul {
      display: none; }
    @media (max-width: 1024px) {
      #tt-footer:not([class^="tt-footer-indent"]) #tt-footer-menu ul li a {
        padding-left: 17px;
        padding-right: 17px; } }
    @media (max-width: 768px) {
      #tt-footer:not([class^="tt-footer-indent"]) #tt-footer-menu ul li a {
        font-size: 15px;
        padding-left: 8px;
        padding-right: 8px; } }
    @media (max-width: 610px) {
      #tt-footer:not([class^="tt-footer-indent"]) #tt-footer-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px; }
        #tt-footer:not([class^="tt-footer-indent"]) #tt-footer-menu ul li {
          position: relative;
          min-height: 1px;
          padding-right: 15px;
          padding-left: 15px;
          flex: 0 0 50%;
          max-width: 50%; }
          #tt-footer:not([class^="tt-footer-indent"]) #tt-footer-menu ul li a {
            display: block;
            padding: 6px 20px;
            font-size: 14px; } }
  #tt-footer:not([class^="tt-footer-indent"]) .tt-logo {
    text-align: center;
    display: inline-block;
    width: 194px;
    margin-top: 28px;
    padding-bottom: 6px;
    line-height: 0; }
    #tt-footer:not([class^="tt-footer-indent"]) .tt-logo .svg-img {
      width: auto;
      height: 65px;
      max-width: inherit; }
    @media (max-width: 610px) {
      #tt-footer:not([class^="tt-footer-indent"]) .tt-logo {
        margin-top: 39px;
        padding-bottom: 6px;
        width: 154px; }
        #tt-footer:not([class^="tt-footer-indent"]) .tt-logo .svg-img {
          height: 40px; } }
    #tt-footer:not([class^="tt-footer-indent"]) .tt-logo .st0 {
      fill: #FFFFFF; }
    #tt-footer:not([class^="tt-footer-indent"]) .tt-logo .st1 {
      display: none; }
    #tt-footer:not([class^="tt-footer-indent"]) .tt-logo .st2 {
      display: inline;
      fill: #222222; }
    #tt-footer:not([class^="tt-footer-indent"]) .tt-logo .st3 {
      display: inline;
      fill: #222222; }
    #tt-footer:not([class^="tt-footer-indent"]) .tt-logo .st4 {
      fill: #D80E0E; }
  #tt-footer:not([class^="tt-footer-indent"]) .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;
    margin: 39px 0 0 0; }
    #tt-footer:not([class^="tt-footer-indent"]) .tt-social-icon li a {
      width: 43px;
      height: 43px;
      font-size: 18px;
      line-height: 2.5;
      text-align: center;
      display: inline-block;
      color: #ffffff;
      background-color: #D80E0E;
      transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    #tt-footer:not([class^="tt-footer-indent"]) .tt-social-icon li a:hover {
      color: #D80E0E;
      background-color: #ffffff; }
    #tt-footer:not([class^="tt-footer-indent"]) .tt-social-icon li:not(:first-child):not(:last-child) {
      margin-right: 4px;
      margin-left: 4px; }
    #tt-footer:not([class^="tt-footer-indent"]) .tt-social-icon li:not(:last-child):not(:first-child) {
      margin: 0 5px; }
    @media (max-width: 1024px) {
      #tt-footer:not([class^="tt-footer-indent"]) .tt-social-icon li a {
        width: 35px;
        height: 35px;
        font-size: 15px;
        line-height: 2.4; } }
  #tt-footer:not([class^="tt-footer-indent"]) .tt-box-info .tt-item {
    position: relative;
    font-size: 15px;
    line-height: 1.6;
    padding: 0 0 0 28px;
    width: 100%;
    color: #d9d9d9; }
    #tt-footer:not([class^="tt-footer-indent"]) .tt-box-info .tt-item i[class^="icon-"] {
      font-size: 18px;
      line-height: 1.1;
      color: #D80E0E;
      position: absolute;
      left: 0;
      top: 4px; }
    #tt-footer:not([class^="tt-footer-indent"]) .tt-box-info .tt-item i.icon-mail1 {
      top: 4px;
      margin-left: -4px; }
    #tt-footer:not([class^="tt-footer-indent"]) .tt-box-info .tt-item a:not([class]) {
      color: #ffffff;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      #tt-footer:not([class^="tt-footer-indent"]) .tt-box-info .tt-item a:not([class]):hover {
        color: #D80E0E; }
    #tt-footer:not([class^="tt-footer-indent"]) .tt-box-info .tt-item:not(:first-child) {
      margin-top: 15px; }
  #tt-footer:not([class^="tt-footer-indent"]) .tt-box-info .tt-ttile {
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    padding: 0 0 4px 0;
    margin: 0;
    font-family: "Poppins", sans-serif; }
  #tt-footer:not([class^="tt-footer-indent"]) .tt-list-info {
    margin-top: 4px; }
    #tt-footer:not([class^="tt-footer-indent"]) .tt-list-info li {
      position: relative;
      font-size: 15px;
      line-height: 1.6;
      padding: 0 0 0 26px;
      width: 100%;
      color: #d9d9d9; }
      #tt-footer:not([class^="tt-footer-indent"]) .tt-list-info li i[class^="icon-"] {
        font-size: 18px;
        line-height: 1.1;
        color: #D80E0E;
        position: absolute;
        left: 0;
        top: 2px; }
      #tt-footer:not([class^="tt-footer-indent"]) .tt-list-info li a:not([class]) {
        color: #d9d9d9;
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
        #tt-footer:not([class^="tt-footer-indent"]) .tt-list-info li a:not([class]):hover {
          color: #D80E0E; }
      #tt-footer:not([class^="tt-footer-indent"]) .tt-list-info li:not(:first-child) {
        margin-top: 6px; }
  #tt-footer:not([class^="tt-footer-indent"]) #newsletterform {
    position: relative;
    margin-top: 6px; }
    #tt-footer:not([class^="tt-footer-indent"]) #newsletterform .form-control {
      border: none;
      background: #ffffff;
      font-size: 15px;
      line-height: 1.3;
      color: #707070;
      border: 1px solid transparent;
      font-family: "Roboto", sans-serif;
      outline: none;
      padding: 11px 5px 9px 15px;
      box-shadow: none;
      width: 100%; }
      #tt-footer:not([class^="tt-footer-indent"]) #newsletterform .form-control:focus {
        outline: none; }
      #tt-footer:not([class^="tt-footer-indent"]) #newsletterform .form-control:active {
        outline: none; }
      #tt-footer:not([class^="tt-footer-indent"]) #newsletterform .form-control:focus {
        border-bottom-color: #D80E0E; }
      #tt-footer:not([class^="tt-footer-indent"]) #newsletterform .form-control:not(focus)::-webkit-input-placeholder {
        color: #707070; }
      #tt-footer:not([class^="tt-footer-indent"]) #newsletterform .form-control:not(focus)::-moz-placeholder {
        color: #707070; }
      #tt-footer:not([class^="tt-footer-indent"]) #newsletterform .form-control:not(focus):-moz-placeholder {
        color: #707070; }
      #tt-footer:not([class^="tt-footer-indent"]) #newsletterform .form-control:not(focus):-ms-input-placeholder {
        color: #707070; }
      #tt-footer:not([class^="tt-footer-indent"]) #newsletterform .form-control:focus::-webkit-input-placeholder {
        color: transparent; }
      #tt-footer:not([class^="tt-footer-indent"]) #newsletterform .form-control:focus::-moz-placeholder {
        color: transparent; }
      #tt-footer:not([class^="tt-footer-indent"]) #newsletterform .form-control:focus:-moz-placeholder {
        color: transparent; }
      #tt-footer:not([class^="tt-footer-indent"]) #newsletterform .form-control:focus:-ms-input-placeholder {
        color: transparent; }
    #tt-footer:not([class^="tt-footer-indent"]) #newsletterform .form-group {
      margin-bottom: 10px; }
    #tt-footer:not([class^="tt-footer-indent"]) #newsletterform .tt-btn {
      background: none;
      border: none;
      outline: none;
      padding: 0;
      cursor: pointer;
      color: #D80E0E;
      -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: 600;
      font-family: "Poppins", sans-serif;
      font-size: 15px;
      line-height: 1.1;
      position: relative; }
      #tt-footer:not([class^="tt-footer-indent"]) #newsletterform .tt-btn:hover {
        color: #ffffff; }
      #tt-footer:not([class^="tt-footer-indent"]) #newsletterform .tt-btn:after {
        position: absolute;
        right: -15px;
        top: 4px;
        font-family: "carleader";
        content: "\e92b";
        font-size: 8px;
        line-height: 1.1;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg); }
    #tt-footer:not([class^="tt-footer-indent"]) #newsletterform label.error {
      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;
      position: absolute;
      text-align: center;
      top: 56px;
      left: 0;
      padding: 8px 19px 8px 43px;
      background: #f8353e;
      color: #ffffff;
      font-size: 14px;
      line-height: 20px;
      z-index: 1; }
      #tt-footer:not([class^="tt-footer-indent"]) #newsletterform label.error:after {
        content: '';
        position: absolute;
        top: -12px;
        left: 50%;
        border: 6px solid transparent;
        border-bottom: 6px solid #f8353e; }

#tt-footer.tt-footer-02 {
  /*
			Footer objects
		*/
  /*Footer menu*/
  /*logo*/
  /*tt-logo-description*/
  /*social-icon */
  /*box info*/
  /*list info*/
  /*newsletterform*/ }
  @media (max-width: 767px) {
    #tt-footer.tt-footer-02 {
      margin-top: 60px; } }
  #tt-footer.tt-footer-02 .tt-footer-layout {
    background-color: #1a1a21;
    padding-top: 47px;
    padding-bottom: 61px; }
    @media (max-width: 610px) {
      #tt-footer.tt-footer-02 .tt-footer-layout {
        padding-top: 26px;
        padding-bottom: 39px; } }
  #tt-footer.tt-footer-02 .tt-footer-bottom {
    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;
    background-color: #ffffff;
    color: #222222;
    font-size: 12px;
    line-height: 1.4;
    padding: 24px 0 23px 0; }
    #tt-footer.tt-footer-02 .tt-footer-bottom a {
      color: #222222;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      #tt-footer.tt-footer-02 .tt-footer-bottom a:hover {
        color: #D80E0E; }
    #tt-footer.tt-footer-02 .tt-footer-bottom .tt-col-left {
      padding-right: 15px; }
    #tt-footer.tt-footer-02 .tt-footer-bottom .tt-col-right {
      text-align: right;
      padding-left: 15px; }
    #tt-footer.tt-footer-02 .tt-footer-bottom .tt-list {
      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;
      list-style: none;
      margin: 0;
      padding: 0; }
      #tt-footer.tt-footer-02 .tt-footer-bottom .tt-list li {
        position: relative; }
        #tt-footer.tt-footer-02 .tt-footer-bottom .tt-list li a {
          display: inline-block;
          padding: 0 10px; }
        #tt-footer.tt-footer-02 .tt-footer-bottom .tt-list li:not(:last-child):before {
          content: '|';
          position: absolute;
          display: block;
          right: -2px;
          top: -1px;
          color: #222222; }
        #tt-footer.tt-footer-02 .tt-footer-bottom .tt-list li:last-child a {
          padding-right: 0; }
  #tt-footer.tt-footer-02 #tt-footer-menu {
    padding-bottom: 30px; }
    #tt-footer.tt-footer-02 #tt-footer-menu 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: 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-family: "Poppins", sans-serif;
      font-weight: 600; }
      #tt-footer.tt-footer-02 #tt-footer-menu ul li a {
        color: #ffffff;
        display: inline-block;
        padding: 5px 18px;
        font-size: 15px;
        line-height: 1.2;
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
        #tt-footer.tt-footer-02 #tt-footer-menu ul li a:hover {
          color: #D80E0E; }
      #tt-footer.tt-footer-02 #tt-footer-menu ul li.is-active a {
        color: #D80E0E; }
      #tt-footer.tt-footer-02 #tt-footer-menu ul li:first-child a {
        padding-left: 0; }
      #tt-footer.tt-footer-02 #tt-footer-menu ul li:last-child a {
        padding-right: 0; }
      #tt-footer.tt-footer-02 #tt-footer-menu ul ul {
        display: none; }
      @media (max-width: 1024px) {
        #tt-footer.tt-footer-02 #tt-footer-menu ul li a {
          font-size: 13px; } }
      @media (max-width: 768px) {
        #tt-footer.tt-footer-02 #tt-footer-menu ul li a {
          font-size: 13px;
          padding-left: 8px;
          padding-right: 8px; } }
      @media (max-width: 610px) {
        #tt-footer.tt-footer-02 #tt-footer-menu ul {
          display: block; }
          #tt-footer.tt-footer-02 #tt-footer-menu ul li {
            display: block;
            text-align: center; }
            #tt-footer.tt-footer-02 #tt-footer-menu ul li a {
              display: block;
              text-align: center;
              padding: 6px 20px;
              font-size: 14px; } }
  #tt-footer.tt-footer-02 .tt-logo {
    display: inline-block; }
    #tt-footer.tt-footer-02 .tt-logo img:not(.svg-img) {
      max-width: 100%;
      height: auto; }
  #tt-footer.tt-footer-02 .tt-logo + .tt-logo-description {
    margin-top: 23px; }
  #tt-footer.tt-footer-02 .tt-logo-description {
    max-width: 275px;
    color: #ffffff;
    font-size: 15px;
    line-height: 22px; }
  #tt-footer.tt-footer-02 .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;
    margin: 94px 0 0 0; }
    #tt-footer.tt-footer-02 .tt-social-icon li a {
      width: 43px;
      height: 43px;
      font-size: 18px;
      line-height: 2.5;
      text-align: center;
      display: inline-block;
      color: #ffffff;
      background-color: #D80E0E;
      transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    #tt-footer.tt-footer-02 .tt-social-icon li a:hover {
      color: #D80E0E;
      background-color: #ffffff; }
    #tt-footer.tt-footer-02 .tt-social-icon li:not(:first-child):not(:last-child) {
      margin-right: 4px;
      margin-left: 4px; }
    #tt-footer.tt-footer-02 .tt-social-icon li:not(:last-child):not(:first-child) {
      margin: 0 5px; }
    @media (max-width: 1024px) {
      #tt-footer.tt-footer-02 .tt-social-icon li a {
        width: 35px;
        height: 35px;
        font-size: 15px;
        line-height: 2.4; } }
  #tt-footer.tt-footer-02 .tt-box-info .tt-item {
    position: relative;
    font-size: 12px;
    line-height: 1.6;
    padding: 0 0 0 28px;
    width: 100%;
    font-size: 12px;
    color: #ffffff; }
    #tt-footer.tt-footer-02 .tt-box-info .tt-item i[class^="icon-"] {
      font-size: 18px;
      line-height: 1.1;
      color: #D80E0E;
      position: absolute;
      left: 0;
      top: 3px; }
    #tt-footer.tt-footer-02 .tt-box-info .tt-item i.icon-mail1 {
      top: 4px;
      margin-left: -4px; }
    #tt-footer.tt-footer-02 .tt-box-info .tt-item a:not([class]) {
      color: #ffffff;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      #tt-footer.tt-footer-02 .tt-box-info .tt-item a:not([class]):hover {
        color: #D80E0E; }
    #tt-footer.tt-footer-02 .tt-box-info .tt-item:not(:first-child) {
      margin-top: 15px; }
  #tt-footer.tt-footer-02 .tt-box-info .tt-ttile {
    font-size: 15px;
    line-height: 28px;
    font-weight: 700;
    color: #ffffff;
    padding: 0 0 4px 0;
    margin: 0;
    font-family: "Roboto", sans-serif; }
  #tt-footer.tt-footer-02 .tt-box-info02 {
    margin-top: 4px; }
    #tt-footer.tt-footer-02 .tt-box-info02 .tt-item {
      position: relative;
      font-size: 12px;
      line-height: 1.6;
      padding: 0 0 0 26px;
      width: 100%;
      color: #ffffff; }
      #tt-footer.tt-footer-02 .tt-box-info02 .tt-item i[class^="icon-"] {
        font-size: 18px;
        line-height: 1.1;
        color: #D80E0E;
        position: absolute;
        left: 0;
        top: 0px; }
      #tt-footer.tt-footer-02 .tt-box-info02 .tt-item a:not([class]) {
        color: #ffffff;
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
        #tt-footer.tt-footer-02 .tt-box-info02 .tt-item a:not([class]):hover {
          color: #D80E0E; }
      #tt-footer.tt-footer-02 .tt-box-info02 .tt-item:not(:first-child) {
        margin-top: 11px; }
  #tt-footer.tt-footer-02 #newsletterform {
    position: relative;
    margin-top: 1px; }
    #tt-footer.tt-footer-02 #newsletterform .form-control {
      border: none;
      background: transparent;
      font-size: 12px;
      line-height: 1.3;
      border-bottom: 1px solid #4d4d53;
      font-family: "Roboto", sans-serif;
      outline: none;
      padding: 5px 5px 13px 0;
      box-shadow: none;
      width: 100%; }
      #tt-footer.tt-footer-02 #newsletterform .form-control:focus {
        outline: none; }
      #tt-footer.tt-footer-02 #newsletterform .form-control:active {
        outline: none; }
      #tt-footer.tt-footer-02 #newsletterform .form-control:focus {
        border-bottom-color: #D80E0E; }
      #tt-footer.tt-footer-02 #newsletterform .form-control:not(focus)::-webkit-input-placeholder {
        color: #ffffff; }
      #tt-footer.tt-footer-02 #newsletterform .form-control:not(focus)::-moz-placeholder {
        color: #ffffff; }
      #tt-footer.tt-footer-02 #newsletterform .form-control:not(focus):-moz-placeholder {
        color: #ffffff; }
      #tt-footer.tt-footer-02 #newsletterform .form-control:not(focus):-ms-input-placeholder {
        color: #ffffff; }
      #tt-footer.tt-footer-02 #newsletterform .form-control:focus::-webkit-input-placeholder {
        color: transparent; }
      #tt-footer.tt-footer-02 #newsletterform .form-control:focus::-moz-placeholder {
        color: transparent; }
      #tt-footer.tt-footer-02 #newsletterform .form-control:focus:-moz-placeholder {
        color: transparent; }
      #tt-footer.tt-footer-02 #newsletterform .form-control:focus:-ms-input-placeholder {
        color: transparent; }
    #tt-footer.tt-footer-02 #newsletterform .form-group {
      margin-bottom: 10px; }
    #tt-footer.tt-footer-02 #newsletterform .tt-btn {
      background: none;
      border: none;
      outline: none;
      padding: 0;
      cursor: pointer;
      color: #D80E0E;
      -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: 600;
      font-family: "Poppins", sans-serif;
      font-size: 11px;
      line-height: 1.1;
      position: relative; }
      #tt-footer.tt-footer-02 #newsletterform .tt-btn:hover {
        color: #ffffff; }
      #tt-footer.tt-footer-02 #newsletterform .tt-btn:after {
        position: absolute;
        right: -15px;
        top: 2px;
        font-family: "carleader";
        content: "\e92b";
        font-size: 8px;
        line-height: 1.1;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg); }
    #tt-footer.tt-footer-02 #newsletterform label.error {
      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;
      position: absolute;
      text-align: center;
      top: 56px;
      left: 0;
      padding: 8px 19px 8px 43px;
      background: #f8353e;
      color: #ffffff;
      font-size: 14px;
      line-height: 20px;
      z-index: 1; }
      #tt-footer.tt-footer-02 #newsletterform label.error:after {
        content: '';
        position: absolute;
        top: -12px;
        left: 50%;
        border: 6px solid transparent;
        border-bottom: 6px solid #f8353e; }
  #tt-footer.tt-footer-02 .row-info *[class^="col-"] {
    margin-top: 36px; }
  @media (max-width: 1229px) {
    #tt-footer.tt-footer-02 #tt-footer-menu ul li a {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 1024px) {
    #tt-footer.tt-footer-02 #tt-footer-menu {
      padding-bottom: 0; }
      #tt-footer.tt-footer-02 #tt-footer-menu ul li a {
        padding-left: 6px;
        padding-right: 6px; }
    #tt-footer.tt-footer-02 .tt-logo-description {
      font-size: 14px;
      line-height: 20px; }
    #tt-footer.tt-footer-02 .tt-social-icon {
      margin-top: 54px; }
    #tt-footer.tt-footer-02 .tt-logo {
      width: 165px; } }
  @media (max-width: 796px) {
    #tt-footer.tt-footer-02 .tt-social-icon {
      margin-top: 25px; }
    #tt-footer.tt-footer-02 #tt-footer-menu {
      margin-top: 25px; } }
  @media (max-width: 766px) {
    #tt-footer.tt-footer-02 {
      padding-top: 26px;
      padding-bottom: 0px; }
      #tt-footer.tt-footer-02 .tt-box-info {
        max-width: 270px; }
      #tt-footer.tt-footer-02 .tt-logo-description {
        display: none; }
      #tt-footer.tt-footer-02 .tt-logo {
        padding-bottom: 6px;
        width: 154px; }
      #tt-footer.tt-footer-02 #tt-footer:not([class^="tt-footer"]) #tt-footer-menu ul li {
        display: block;
        text-align: center; }
      #tt-footer.tt-footer-02 #tt-footer-menu ul {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
      #tt-footer.tt-footer-02 .tt-footer-layout .row .row-info *[class^="col-"] {
        margin-top: 26px; }
      #tt-footer.tt-footer-02 .tt-footer-layout .row .col-12:first-child {
        text-align: center; }
      #tt-footer.tt-footer-02 .tt-social-icon {
        margin-top: 35px; }
      #tt-footer.tt-footer-02 .tt-footer-bottom {
        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-footer.tt-footer-02 .tt-footer-bottom .tt-col-left,
        #tt-footer.tt-footer-02 .tt-footer-bottom .tt-col-right {
          padding-left: 15px;
          padding-right: 15px; }
        #tt-footer.tt-footer-02 .tt-footer-bottom .tt-col-right {
          padding-top: 3px; } }

#tt-footer.tt-footer-03 {
  /*
			Footer layout
		*/
  /* tt-footer-layout */
  /* tt-footer-copyright */
  /*
			Footer objects
		*/
  /*Footer menu*/
  /*logo*/
  /*social-icon */
  /*box info*/
  /*list info*/
  /* subscribe-custom */ }
  #tt-footer.tt-footer-03:not([class^="tt-footer-indent"]) .tt-row-custom .tt-col:first-child .tt-list-info li {
    width: 100%; }
  @media (max-width: 767px) {
    #tt-footer.tt-footer-03 {
      margin-top: 60px; } }
  #tt-footer.tt-footer-03 .tt-footer-layout {
    background-color: #ffffff;
    padding-top: 31px;
    padding-bottom: 40px; }
    @media (max-width: 610px) {
      #tt-footer.tt-footer-03 .tt-footer-layout {
        padding-top: 26px;
        padding-bottom: 39px; } }
  #tt-footer.tt-footer-03 .tt-footer-copyright {
    background-color: #1a1a21;
    font-size: 12px;
    text-align: center;
    color: #ffffff; }
    #tt-footer.tt-footer-03 .tt-footer-copyright a {
      color: #D80E0E;
      margin-left: 8px; }
      #tt-footer.tt-footer-03 .tt-footer-copyright a:hover {
        color: #D80E0E;
        text-decoration: underline; }
    @media (min-width: 1025px) {
      #tt-footer.tt-footer-03 .tt-footer-copyright {
        padding: 20px 15px 15px;
        font-size: 12px; } }
    @media (max-width: 1024px) and (min-width: 576px) {
      #tt-footer.tt-footer-03 .tt-footer-copyright {
        padding: 10px 15px 9px;
        font-size: 11px; } }
    @media (max-width: 575px) {
      #tt-footer.tt-footer-03 .tt-footer-copyright {
        padding: 20px 15px 15px;
        font-size: 11px; } }
    @media (max-width: 350px) {
      #tt-footer.tt-footer-03 .tt-footer-copyright span {
        display: block;
        text-align: center; } }
  #tt-footer.tt-footer-03 .tt-row-custom {
    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: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    #tt-footer.tt-footer-03 .tt-row-custom .tt-col {
      margin-top: 26px; }
    @media (min-width: 1230px) {
      #tt-footer.tt-footer-03 .tt-row-custom .tt-col:not(:first-child) {
        margin-left: 65px; } }
    @media (max-width: 1229px) {
      #tt-footer.tt-footer-03 .tt-row-custom .tt-col {
        max-width: 220px; }
      #tt-footer.tt-footer-03 .tt-row-custom .tt-col:not(:first-child) {
        margin-left: 45px; } }
    @media (max-width: 610px) {
      #tt-footer.tt-footer-03 .tt-row-custom .tt-col:not(:first-child) {
        margin-left: 0px;
        padding-left: 0px !important; } }
    #tt-footer.tt-footer-03 .tt-row-custom .tt-col:first-child {
      min-width: 240px;
      padding-right: 10px; }
    #tt-footer.tt-footer-03 .tt-row-custom .tt-col:last-child {
      min-width: 270px;
      padding-left: 10px; }
    #tt-footer.tt-footer-03 .tt-row-custom .tt-list-info li {
      vertical-align: top; }
    @media (max-width: 1024px) {
      #tt-footer.tt-footer-03 .tt-row-custom .tt-col:first-child {
        padding-right: 0;
        min-width: inherit; }
        #tt-footer.tt-footer-03 .tt-row-custom .tt-col:first-child .tt-list-info li:last-child {
          width: 32%; }
      #tt-footer.tt-footer-03 .tt-row-custom .tt-box-info li {
        font-size: 11px; }
      #tt-footer.tt-footer-03 .tt-row-custom .tt-box-info .tt-ttile {
        font-size: 11px;
        line-height: 18px; }
        #tt-footer.tt-footer-03 .tt-row-custom .tt-box-info .tt-ttile i[class^="icon-"] {
          top: 2px; }
      #tt-footer.tt-footer-03 .tt-row-custom .tt-col:not(:first-child) {
        min-width: inherit; } }
    @media (max-width: 610px) {
      #tt-footer.tt-footer-03 .tt-row-custom {
        display: block; }
        #tt-footer.tt-footer-03 .tt-row-custom .tt-col {
          width: 100%; }
          #tt-footer.tt-footer-03 .tt-row-custom .tt-col .tt-list-info li {
            width: 100%;
            display: block; }
        #tt-footer.tt-footer-03 .tt-row-custom .tt-col:first-child {
          padding-right: 0;
          min-width: inherit; }
        #tt-footer.tt-footer-03 .tt-row-custom .tt-box-info {
          max-width: 270px; }
        #tt-footer.tt-footer-03 .tt-row-custom .tt-list-info li {
          max-width: 240px; } }
  #tt-footer.tt-footer-03 #tt-footer-menu 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: 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: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 700; }
    #tt-footer.tt-footer-03 #tt-footer-menu ul li a {
      color: #222222;
      display: inline-block;
      padding: 5px 20px;
      font-size: 15px;
      line-height: 1.2;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      #tt-footer.tt-footer-03 #tt-footer-menu ul li a:hover {
        color: #D80E0E; }
    #tt-footer.tt-footer-03 #tt-footer-menu ul li.is-active a {
      color: #D80E0E; }
    #tt-footer.tt-footer-03 #tt-footer-menu ul ul {
      display: none; }
    @media (max-width: 1024px) {
      #tt-footer.tt-footer-03 #tt-footer-menu ul li a {
        font-size: 13px; } }
    @media (max-width: 768px) {
      #tt-footer.tt-footer-03 #tt-footer-menu ul li a {
        font-size: 13px;
        padding-left: 8px;
        padding-right: 8px; } }
    @media (max-width: 610px) {
      #tt-footer.tt-footer-03 #tt-footer-menu ul {
        display: block; }
        #tt-footer.tt-footer-03 #tt-footer-menu ul li {
          display: block;
          text-align: center; }
          #tt-footer.tt-footer-03 #tt-footer-menu ul li a {
            display: block;
            text-align: center;
            padding: 6px 20px;
            font-size: 14px; } }
  #tt-footer.tt-footer-03 .tt-logo {
    text-align: center;
    display: inline-block;
    width: 215px;
    margin-top: 32px;
    padding-bottom: 6px; }
    @media (max-width: 610px) {
      #tt-footer.tt-footer-03 .tt-logo {
        margin-top: 39px;
        padding-bottom: 6px;
        width: 154px; } }
  #tt-footer.tt-footer-03 .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;
    margin: 35px 0 0 0; }
    #tt-footer.tt-footer-03 .tt-social-icon li a {
      width: 43px;
      height: 43px;
      font-size: 18px;
      line-height: 2.5;
      text-align: center;
      display: inline-block;
      color: #ffffff;
      background-color: #D80E0E;
      transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    #tt-footer.tt-footer-03 .tt-social-icon li a:hover {
      color: #D80E0E;
      background-color: #ffffff; }
    #tt-footer.tt-footer-03 .tt-social-icon li:not(:first-child):not(:last-child) {
      margin-right: 4px;
      margin-left: 4px; }
    #tt-footer.tt-footer-03 .tt-social-icon li:not(:last-child):not(:first-child) {
      margin: 0 5px; }
    @media (max-width: 1024px) {
      #tt-footer.tt-footer-03 .tt-social-icon li a {
        width: 35px;
        height: 35px;
        font-size: 15px;
        line-height: 2.4; } }
  #tt-footer.tt-footer-03 .tt-box-info .tt-item {
    position: relative;
    font-size: 12px;
    line-height: 1.6;
    padding: 0 0 0 28px;
    width: 100%;
    font-size: 12px;
    color: #222222; }
    #tt-footer.tt-footer-03 .tt-box-info .tt-item i[class^="icon-"] {
      font-size: 18px;
      line-height: 1.1;
      color: #D80E0E;
      position: absolute;
      left: 0;
      top: 4px; }
    #tt-footer.tt-footer-03 .tt-box-info .tt-item i.icon-mail1 {
      top: 4px;
      margin-left: -4px; }
    #tt-footer.tt-footer-03 .tt-box-info .tt-item a:not([class]) {
      color: #222222;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear; }
      #tt-footer.tt-footer-03 .tt-box-info .tt-item a:not([class]):hover {
        color: #D80E0E; }
    #tt-footer.tt-footer-03 .tt-box-info .tt-item:not(:first-child) {
      margin-top: 15px; }
  #tt-footer.tt-footer-03 .tt-box-info .tt-ttile {
    font-size: 15px;
    line-height: 28px;
    font-weight: 700;
    color: #222222;
    padding: 0 0 4px 0;
    margin: 0;
    font-family: "Roboto", sans-serif; }
  #tt-footer.tt-footer-03 .tt-list-info {
    margin-top: 4px; }
    #tt-footer.tt-footer-03 .tt-list-info li {
      position: relative;
      font-size: 12px;
      line-height: 1.6;
      padding: 0 0 0 26px;
      width: 100%;
      color: #222222; }
      #tt-footer.tt-footer-03 .tt-list-info li i[class^="icon-"] {
        font-size: 18px;
        line-height: 1.1;
        color: #D80E0E;
        position: absolute;
        left: 0;
        top: 0px; }
      #tt-footer.tt-footer-03 .tt-list-info li a:not([class]) {
        color: #222222;
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear; }
        #tt-footer.tt-footer-03 .tt-list-info li a:not([class]):hover {
          color: #D80E0E; }
      #tt-footer.tt-footer-03 .tt-list-info li:not(:first-child) {
        margin-top: 11px; }
  #tt-footer.tt-footer-03 .subscribe-custom {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    padding: 29px 0 30px;
    width: 100%;
    /*newsletterform*/ }
    #tt-footer.tt-footer-03 .subscribe-custom .tt-title {
      font-size: 24px;
      line-height: 30px;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      color: #ffffff;
      padding: 0 0 15px 65px;
      margin: 0; }
      #tt-footer.tt-footer-03 .subscribe-custom .tt-title i {
        font-size: 37px;
        line-height: 1.2;
        position: absolute;
        left: 0;
        top: -3px;
        color: #D80E0E; }
    #tt-footer.tt-footer-03 .subscribe-custom #newsletterform {
      position: relative;
      margin-top: 1px; }
      #tt-footer.tt-footer-03 .subscribe-custom #newsletterform .form-control {
        border: none;
        background: transparent;
        font-size: 12px;
        line-height: 1.3;
        border-bottom: 1px solid #ffffff;
        font-family: "Roboto", sans-serif;
        outline: none;
        color: #ffffff;
        padding: 5px 5px 8px 0;
        box-shadow: none;
        width: 100%; }
        #tt-footer.tt-footer-03 .subscribe-custom #newsletterform .form-control:focus {
          outline: none; }
        #tt-footer.tt-footer-03 .subscribe-custom #newsletterform .form-control:active {
          outline: none; }
        #tt-footer.tt-footer-03 .subscribe-custom #newsletterform .form-control:focus {
          border-bottom-color: #D80E0E; }
        #tt-footer.tt-footer-03 .subscribe-custom #newsletterform .form-control:not(focus)::-webkit-input-placeholder {
          color: #ffffff; }
        #tt-footer.tt-footer-03 .subscribe-custom #newsletterform .form-control:not(focus)::-moz-placeholder {
          color: #ffffff; }
        #tt-footer.tt-footer-03 .subscribe-custom #newsletterform .form-control:not(focus):-moz-placeholder {
          color: #ffffff; }
        #tt-footer.tt-footer-03 .subscribe-custom #newsletterform .form-control:not(focus):-ms-input-placeholder {
          color: #ffffff; }
        #tt-footer.tt-footer-03 .subscribe-custom #newsletterform .form-control:focus::-webkit-input-placeholder {
          color: transparent; }
        #tt-footer.tt-footer-03 .subscribe-custom #newsletterform .form-control:focus::-moz-placeholder {
          color: transparent; }
        #tt-footer.tt-footer-03 .subscribe-custom #newsletterform .form-control:focus:-moz-placeholder {
          color: transparent; }
        #tt-footer.tt-footer-03 .subscribe-custom #newsletterform .form-control:focus:-ms-input-placeholder {
          color: transparent; }
      #tt-footer.tt-footer-03 .subscribe-custom #newsletterform .form-group {
        margin-bottom: 10px; }
      #tt-footer.tt-footer-03 .subscribe-custom #newsletterform .tt-btn {
        background: none;
        border: none;
        outline: none;
        padding: 0;
        cursor: pointer;
        color: #D80E0E;
        -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: 600;
        font-family: "Poppins", sans-serif;
        font-size: 11px;
        line-height: 1.1;
        position: relative; }
        #tt-footer.tt-footer-03 .subscribe-custom #newsletterform .tt-btn:hover {
          color: #ffffff; }
        #tt-footer.tt-footer-03 .subscribe-custom #newsletterform .tt-btn:after {
          position: absolute;
          right: -15px;
          top: 2px;
          font-family: "carleader";
          content: "\e92b";
          font-size: 8px;
          line-height: 1.1;
          -webkit-transform: rotate(270deg);
          -moz-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
          -o-transform: rotate(270deg);
          transform: rotate(270deg); }
      #tt-footer.tt-footer-03 .subscribe-custom #newsletterform label.error {
        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;
        position: absolute;
        text-align: center;
        top: 56px;
        left: 0;
        padding: 8px 19px 8px 43px;
        background: #f8353e;
        color: #ffffff;
        font-size: 14px;
        line-height: 20px;
        z-index: 1; }
        #tt-footer.tt-footer-03 .subscribe-custom #newsletterform label.error:after {
          content: '';
          position: absolute;
          top: -12px;
          left: 50%;
          border: 6px solid transparent;
          border-bottom: 6px solid #f8353e; }
    @media (max-width: 1024px) {
      #tt-footer.tt-footer-03 .subscribe-custom .tt-title {
        font-size: 20px;
        line-height: 27px;
        padding: 0 0 0 55px; }
        #tt-footer.tt-footer-03 .subscribe-custom .tt-title i {
          font-size: 32px; } }
    @media (max-width: 766px) {
      #tt-footer.tt-footer-03 .subscribe-custom {
        padding: 19px 15px; }
        #tt-footer.tt-footer-03 .subscribe-custom .tt-title {
          font-size: 20px;
          line-height: 27px;
          padding: 0px 0 10px 45px; }
          #tt-footer.tt-footer-03 .subscribe-custom .tt-title i {
            font-size: 27px; }
        #tt-footer.tt-footer-03 .subscribe-custom #newsletterform .form-group {
          margin-bottom: 7px; } }
    @media (max-width: 575px) {
      #tt-footer.tt-footer-03 .subscribe-custom .tt-title {
        font-size: 18px;
        line-height: 27px;
        padding: 0px 0 10px 35px; }
        #tt-footer.tt-footer-03 .subscribe-custom .tt-title i {
          font-size: 25px; } }

#tt-footer.nomargin {
  margin-top: 0; }

/*---------------------------------------*/
/*--------     12. Section       --------*/
/*---------------------------------------*/
#tt-pageContent > * {
  position: relative; }

@media (max-width: 767px) {
  #tt-pageContent .container {
    padding-left: 25px;
    padding-right: 25px; } }

@media (max-width: 1024px) {
  #tt-pageContent > *:not(.no-margin)[class^="container-indent"]:first-child {
    margin-top: 25px; } }

@media (max-width: 767px) {
  #tt-pageContent > *:not(.no-margin)[class^="container-indent"]:first-child {
    margin-top: 17px; } }

/*
	Section Indent
*/
@media (min-width: 1025px) {
  .container-indent:not(.no-margin) {
    margin-top: 124px; } }

@media (max-width: 1024px) {
  .container-indent:not(.no-margin) {
    margin-top: 80px; } }

@media (max-width: 575px) {
  .container-indent:not(.no-margin) {
    margin-top: 60px; } }

/*
	Inner
*/
@media (min-width: 1025px) {
  .container-inner {
    padding: 124px 0; } }

@media (max-width: 1024px) {
  .container-inner {
    padding: 80px 0; } }

@media (max-width: 575px) {
  .container-inner {
    padding: 60px 0; } }

.divider {
  height: 40px;
  clear: both;
  overflow: hidden;
  width: 100%; }
  .divider.divider-lg {
    height: 45px; }
  .divider.divider-sm {
    height: 30px; }

p + .divider {
  height: 12px; }

.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xl {
  display: none; }

@media (max-width: 796px) {
  .visible-xs {
    display: block !important; } }

@media (max-width: 766px) {
  .hidden-xs {
    display: none !important; } }

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

@media (max-width: 1229px) and (min-width: 1025px) {
  .hidden-lg {
    display: none !important; } }

.margin-indent01 {
  margin-top: -50px; }
  @media (max-width: 1229px) {
    .margin-indent01 {
      margin-top: -60px; } }
  @media (max-width: 1024px) {
    .margin-indent01 {
      margin-top: -109px; } }

/*
	Section Wrapper
*/
.section-bg-01 {
  background-color: #f7f7f7; }

.section-wrapper-01 {
  background-image: url("../images/wrapper-section/wrapper-section-01.png");
  background-position: top left;
  background-repeat: no-repeat;
  overflow: hidden; }

.section-wrapper-02 {
  background-image: url("../images/wrapper-section/wrapper-section-02.png");
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden; }

.section-wrapper-03 {
  background-image: url("../images/wrapper-section/wrapper-section-03.png");
  background-position: top left;
  background-repeat: no-repeat;
  overflow: hidden; }

.tt-custom-bg-text {
  position: absolute;
  font-family: "Poppins", sans-serif;
  color: #f6f6f6;
  font-weight: 600;
  z-index: 0;
  font-size: 180px;
  line-height: 1;
  margin-top: -72px;
  white-space: nowrap;
  overflow: hidden; }
  .tt-custom-bg-text > * {
    position: relative;
    z-index: 2; }
  .tt-custom-bg-text.tt-text-top {
    margin-top: -110px; }
  @media (max-width: 1229px) {
    .tt-custom-bg-text {
      font-size: 150px;
      margin-top: -57px; }
      .tt-custom-bg-text.tt-text-top {
        margin-top: -90px; } }
  @media (max-width: 1024px) {
    .tt-custom-bg-text {
      font-size: 100px;
      margin-top: -35px; }
      .tt-custom-bg-text.tt-text-top {
        margin-top: -60px; } }
  @media (max-width: 575px) {
    .tt-custom-bg-text {
      font-size: 63px;
      margin-top: -23px; }
      .tt-custom-bg-text.tt-text-top {
        margin-top: -40px; } }
  .tt-custom-bg-text:not(.text-left) {
    left: 50%;
    transform: translateX(-50%); }
  .tt-custom-bg-text.text-left {
    left: 4.5%; }
  .tt-custom-bg-text.tt-text-white {
    color: #ffffff; }

/*---------------------------------------*/
/*--------     13. Parallax       --------*/
/*---------------------------------------*/
/*
	Parallax
*/
.tt-img-parallax-left {
  position: relative; }
  .tt-img-parallax-left .tt-img-main {
    position: relative;
    max-width: 82.3%;
    margin-top: 4px; }
  .tt-img-parallax-left .tt-img-sub {
    position: absolute;
    bottom: -88px;
    right: 31px;
    max-width: 48%; }
  .tt-img-parallax-left .tt-box-custom01 {
    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;
    position: absolute;
    top: 34px;
    left: 0;
    width: 142px;
    background-color: #ffffff;
    margin-left: -35px;
    padding: 16px 5px 16px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08); }
    .tt-img-parallax-left .tt-box-custom01 .tt-icon {
      color: #D80E0E;
      font-size: 47px;
      line-height: 1.2; }
    .tt-img-parallax-left .tt-box-custom01 .tt-title {
      font-size: 15px;
      line-height: 1.2;
      font-weight: 600;
      color: #222222;
      font-family: "Poppins", sans-serif;
      margin: 6px 0 0 0; }
  @media (max-width: 1024px) {
    .tt-img-parallax-left {
      margin-bottom: 68px; }
      .tt-img-parallax-left .tt-img-sub {
        bottom: -48px; } }
  @media (max-width: 575px) {
    .tt-img-parallax-left {
      margin-bottom: 48px; }
      .tt-img-parallax-left .tt-box-custom01 {
        width: 110px;
        margin-left: -15px;
        top: 15px; }
        .tt-img-parallax-left .tt-box-custom01 .tt-icon {
          font-size: 35px; }
        .tt-img-parallax-left .tt-box-custom01 .tt-title {
          font-size: 14px; } }

.tt-img-parallax-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-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;
  position: relative;
  padding-left: 30px; }
  .tt-img-parallax-right .tt-img-main {
    position: relative;
    max-width: 469px;
    margin-top: 4px; }
  .tt-img-parallax-right .tt-img-sub {
    position: absolute;
    top: 10.5%;
    right: 28%;
    max-width: 371px; }
  .tt-img-parallax-right .tt-box-custom {
    position: absolute;
    top: 41.7%;
    right: 13.6%;
    width: 142px;
    background-color: #ffffff;
    margin-left: -35px;
    padding: 24px 0 24px 0;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08); }
    .tt-img-parallax-right .tt-box-custom .tt-icon {
      color: #D80E0E;
      font-size: 48px;
      line-height: 1.2;
      transition: color 0.2s linear; }
    .tt-img-parallax-right .tt-box-custom .tt-title {
      font-size: 15px;
      line-height: 1.1;
      font-weight: 600;
      color: #222222;
      font-family: "Poppins", sans-serif;
      margin: 7px 0 0 0;
      padding: 0;
      transition: color 0.2s linear;
      text-decoration: none; }
    .tt-img-parallax-right .tt-box-custom:hover .tt-icon {
      color: #222222; }
    .tt-img-parallax-right .tt-box-custom:hover .tt-title {
      color: #D80E0E; }
  @media (max-width: 1024px) {
    .tt-img-parallax-right {
      margin-bottom: 68px;
      padding-left: 0;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .tt-img-parallax-right .tt-box-custom {
        right: inherit;
        left: 0;
        margin-left: -35px;
        top: 34px; }
      .tt-img-parallax-right .tt-img-sub {
        bottom: -48px;
        top: inherit;
        right: 31px; } }
  @media (max-width: 575px) {
    .tt-img-parallax-right {
      margin-bottom: 48px; }
      .tt-img-parallax-right .tt-box-custom01 {
        width: 110px;
        margin-left: -15px;
        top: 15px; }
        .tt-img-parallax-right .tt-box-custom01 .tt-icon {
          font-size: 35px; }
        .tt-img-parallax-right .tt-box-custom01 .tt-title {
          font-size: 14px; }
      .tt-img-parallax-right .tt-img-sub {
        margin-left: 15px;
        margin-right: 15px;
        right: inherit;
        bottom: -55px; }
      .tt-img-parallax-right .tt-box-custom {
        right: inherit;
        left: 0;
        margin-left: -15px;
        top: 15px; } }

.tt-colorswatch {
  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;
  position: fixed;
  top: 279px;
  left: 0;
  z-index: 8;
  left: -270px; }
  .tt-colorswatch.tt-open-swatch {
    left: 0; }
  .tt-colorswatch .tt-colorswatch-btn {
    width: 58px;
    height: 54px;
    color: #fff;
    position: relative;
    background: #D80E0E;
    cursor: pointer;
    -webkit-border-top-right-radius: 31px;
    -webkit-border-bottom-right-radius: 31px;
    -moz-border-radius-topright: 31px;
    -moz-border-radius-bottomright: 31px;
    border-top-right-radius: 31px;
    border-bottom-right-radius: 31px;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }
    .tt-colorswatch .tt-colorswatch-btn img {
      max-width: 100%;
      height: auto; }
    .tt-colorswatch .tt-colorswatch-btn svg {
      width: 20px;
      height: 20px;
      fill: #ffffff;
      position: absolute;
      top: 17px;
      left: 14px; }
  .tt-colorswatch .tt-colorswatch-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: 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: 270px;
    padding: 0px 0px 21px;
    background: #ffffff;
    backface-visibility: hidden;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05); }
    .tt-colorswatch .tt-colorswatch-options a {
      width: 59px;
      height: 59px;
      display: inline-block;
      margin-left: 21px;
      margin-top: 21px;
      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-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: background 0.2s linear;
      -o-transition: background 0.2s linear;
      -webkit-transition: background 0.2s linear;
      transition: background 0.2s linear; }
      .tt-colorswatch .tt-colorswatch-options a:before {
        content: "\e934";
        font-family: "carleader";
        font-size: 14px;
        line-height: 1.1;
        color: #fff;
        display: none;
        margin-top: 1px; }
      .tt-colorswatch .tt-colorswatch-options a:nth-child(1) {
        background: #D80E0E; }
        .tt-colorswatch .tt-colorswatch-options a:nth-child(1):hover {
          background: #c15a68; }
      .tt-colorswatch .tt-colorswatch-options a:nth-child(2) {
        background: #ffc000; }
        .tt-colorswatch .tt-colorswatch-options a:nth-child(2):hover {
          background: #dfb020; }
      .tt-colorswatch .tt-colorswatch-options a:nth-child(3) {
        background: #f69323; }
        .tt-colorswatch .tt-colorswatch-options a:nth-child(3):hover {
          background: #d99140; }
      .tt-colorswatch .tt-colorswatch-options a:nth-child(4) {
        background: #4598ff; }
        .tt-colorswatch .tt-colorswatch-options a:nth-child(4):hover {
          background: #5c9be8; }
      .tt-colorswatch .tt-colorswatch-options a:nth-child(5) {
        background: #3bbe3e; }
        .tt-colorswatch .tt-colorswatch-options a:nth-child(5):hover {
          background: #5a9f5c; }
      .tt-colorswatch .tt-colorswatch-options a:nth-child(6) {
        background: #50bebd; }
        .tt-colorswatch .tt-colorswatch-options a:nth-child(6):hover {
          background: #6ea0a0; }
      .tt-colorswatch .tt-colorswatch-options a.active:before {
        display: block; }
  @media only screen and (max-width: 768px) {
    .tt-colorswatch {
      top: 205px; } }

body:not(.touch) .tt-colorswatch .tt-colorswatch-btn:hover {
  background: #222222; }


.thumbnail {
  display: block;
  float: left;
  margin: 0 1% 1% 0;
  width: 19%;
}


.single-listing-images {
  margin-bottom: 20px;
}